วันอาทิตย์ที่ 21 กุมภาพันธ์ พ.ศ. 2553

สอบเสร็จละ

แต่ยังไม่เสร็จ ต้องซ่อม Oracle แน่นอน หุๆๆ มันเป็นอะไรที่ไม่รู้เรื่องมากมาย

วันอาทิตย์ที่ 30 สิงหาคม พ.ศ. 2552

หายไปนาน

หลังจากสอบผ่านก็หายไปนาน ชวิตวุ่นวายดีนักแท้ เรียนๆทำงานๆ ช่วงนี้ก็ต้องมานั่งทำ CISCO Mettingplace express ซึ่งเพื่อนบอกว่าง่าย อืมตรูไม่เคยทำอ่ะ ก็หวังว่ามันจะง่ายเน้อ

วันศุกร์ที่ 3 เมษายน พ.ศ. 2552

pass

เหนื่อยกับหกเจ็ดเดือน ผ่านแว้ว

วันพุธที่ 28 มกราคม พ.ศ. 2552

เครียด เศร้า Line protocol is down


เครียด เศร้า Line protocol is down อืมวันนี้เป็นวันที่แย่ที่สุด ไม่มีสมาธิ คิดเรื่องบางอย่าง บอกไม่ถูก บอกใครไม่ได้

อืม
อย่าเอาชีวิตไปขึ้นกับใคร


วันพฤหัสบดีที่ 15 มกราคม พ.ศ. 2552

Changes to CCIE Lab and Written Exam Question Format and Scoring

Effective February 1, 2009, Cisco will introduce a new type of question format to CCIE Routing and Switching lab exams. In addition to the live configuration scenarios, candidates will be asked a series of four or five open-ended questions, drawn from a pool of questions based on the material covered on the lab blueprint. No new topics are being added. The exams are not been increased in difficulty and the well-prepared candidate should have no trouble answering the questions. The length of the exam will remain eight hours. Candidates will need to achieve a passing score on both the open-ended questions and the lab portion in order to pass the lab and become certified. Other CCIE tracks will change over the next year, with exact dates announced in advance.

ตายอย่างเขียด หุๆๆ พูดไม่ออกครับ

วันเสาร์ที่ 27 ธันวาคม พ.ศ. 2551

Good Morning Luang Prabang



อืม เพิ่งได้ดูครับ เป็นหนังที่ดูสนุก ภาษาสวยงาม (ชอบๆ) นางเอกก็น่ารัก วิวสวยงาม เป็นประเทศที่น่าอยู่มาก ผู้คนก็น่ารัก ตอนจบมา เคยไปทำงานอยู่สัปดาห์ อยากไปอีกจัง ให้ไปอยู่ตลอดก็ยอมนะ

"จะอยู่กับ คนที่รักเรา หรือ จะไปหาคนที่เรารัก"

วันอาทิตย์ที่ 23 พฤศจิกายน พ.ศ. 2551

Testing scripts

Testing scripts for Router

Rack1R1#tclsh
foreach i {
150.1.1.1
162.1.13.1
192.10.1.1
150.1.2.2
162.1.0.2
} { ping $i }

Don't forget to exit from tcl (tclquite)

Testing scripts for Switch

conf t
macro name PING
do ping 150.1.1.1
do ping 162.1.13.1
do ping 192.10.1.1
do ping 150.1.2.2
@end

command for test
Rack1SW1(config)#macro global apply PING

Remove Testing scripts

Rack1SW1(config)#conf t
Rack1SW1(config)#no macro name PING
Rack1SW1(config)#no macro global description PING
Rack1SW1(config)end