Telnet Commands for ShoreTel Switches - Part 2
I've already posted how to enable telnet and get to the shell for ShoreTel (non-V) switches here.
Here are some more advanced commands that I have found useful for troubleshooting:
Show network interface information:
ifShow
Test LSP UDP connectivity to "192.168.1.1", repeat 100 times:
lsp_ping "192.168.1.1",100
Show connectivity to other switches/servers:
lspConList
Show all extensions known to switch:
lspTelList
Show detailed info for local extensions:
lspTelList1
Show detailed info for remote extensions:
lspTelList2
Restart the switch:
reboot
Show the routing table:
routeShow
Show detailed SIP info on the console. sipdebuglevel=0 is the default
sip_debug_level=2
Note: Commands are case sensitive
More commands can be found in the ShoreTel release maintenance guides.