Command Cisco Tips & Top Ten Cisco IOS Tips

PlAwAnSaI

Administrator
ให้ status หรือ error ต่างๆ แสดงผลในขณะที่เรา telnet เข้าไป เหมือนตอน console


Quote:
R1#terminal monitor


แสดงผล show x แล้วให้ display ครั้งเดียวทั้งหมด


Quote:
R1#terminal length 0


ตั้งเวลา reload


Code:
http://www.ciscoclub.in.th/index.php?topic=470




Credit: paulman


Top Ten Cisco IOS Tips, ex. ^Z, access-list 1 remark, transport preferred none, hot key


Code:
http://www.oreillynet.com/pub/a/network/2002/01/02/ciscotips.html


If your switch configuration requires more power than a single power supply can provide


Quote:
Switch(config)# power redundancy-mode combined


เคย sho arp แล้วไม่เห็นป่าว ดูดีๆ ว่า interface นั้นอยู่ใน vrf รึป่าว ถ้าใช่ก็


Quote:
Router#sho arp vrf x

bigeyes.gif
 

ProfessorX

Administrator
มีเกี่ยว กะการใช้ output modifi ปะ

ประมาณ sh ru | b something
 

PlAwAnSaI

Administrator
Router# show tech-support | append disk1:showoutput.txt
Router# show interface | begin Ethernet
Router# show buffers | exclude 0 misses
Router# show interface | include ( is )
Router# show tech | redirect ftp://USER:MYPASSWORD@172.16.101.101//tftpboot/docs/showtech.txt
Router# show running-config | section interface
Router# show tech-support | tee tftp://172.16.101.101/docs/showoutput.txt
 
Top