Cisco ก็สามารถเขียน script TCL ได้น่ะครับ ตัวอย่างต้องการ ping ไปหลายๆ ip
#tclsh ! เรียกใช้ tcl shell
foreach ip {
192.168.1.1
192.168.1.2
192.168.1.3
192.168.1.4
} { puts [ ping $ip source loopback0 repeat 100 ] }
! ก็จะเห็น Output
! ถ้าต้องการ ออกจาก tcl shell
#tclquit
เราสามารถเอาไป apply เพื่อใช้งาน script อื่นๆได้
Thursday, March 29, 2007
[Cisco] เขียน script tcl บน router
at 4:07 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment