CISCO未公开的命令1
Here you can find a collection of undocumented (not on Cisco Dokumentation CD or in online help) IOS commands:
csim
show interface switching
show ip ospf statistics
debug ip ospf monitor
ttcp
if-con
no snmp-server sparse-tables
who
show region
ps -c
quit
test aaa group radius
list of more and more undocumented commands
If you know more undocumented IOS commands for this collection, please send me a e-mail.
--------------------------------------------------------------------------------
With the command csim you can emulate a voice call. It′s like sombody calls the specified number. Usefull, if you don′t have physically access to telephone:
Sucessfull call:
wg1r1#csim start 089150
csim: called number = 089150, loop count = 1 ping count = 0
csim err csimDisconnected recvd DISC cid(21)
csim: loop = 1, failed = 1
csim: call attempted = 1, setup failed = 1, tone failed = 0
Call to a not defined number:
wg1r1#csim start 089151
csim: called number = 089151, loop count = 1 ping count = 0
csim err:csim_do_test Error peer not found
--------------------------------------------------------------------------------
With show interface switching you can see in detail, which protocols are process, fast or elsewhere switched. It′s helpfull for traffic engineering:
wg1r1#sh interfaces switching
Ethernet0/0
Throttle count 0
Drops RP 0 SP 0
SPD Flushes Fast 0 SSE 0
SPD Aggress Fast 0
SPD Priority Inputs 5700 Drops 0
Protocol Path Pkts In Chars In Pkts Out Chars Out
Other Process 8821 983982 7806 468360
Cache misses 0
Fast 0 0 0 0
Auton/SSE 0 0 0 0
IP Process 32228 3339712 5786 611402
Cache misses 0
Fast 92667 8980418 133414 189720295
Auton/SSE 0 0 0 0
DEC MOP Process 0 0 130 10010
Cache misses 0
Fast 0 0 0 0
Auton/SSE 0 0 0 0
ARP Process 6440 386380 195 11700
Cache misses 0
Fast 0 0 0 0
Auton/SSE 0 0 0 0
CDP Process 0 0 1302 404922
Cache misses 0
Fast 0 0 0 0
Auton/SSE 0 0 0 0
--------------------------------------------------------------------------------