Monday, September 24, 2007

Cisco Router Get IP Routing Protocol Info

There isn't IOS command 'get IP routing protocol' to get information about current running routing protocol on Cisco router. Cisco developed IOS command with prefix 'show' to view all configuration or status. To get information for IP routing protocol :

o 'show ip protocol' to detail IP routing protocol current running on router
o 'show ip protocol summary' only view what name of routing protocol

It is just simple tips to view IP routing protocol. Sometimes we confuse to do it at moment troubleshooting in underpreasure time, do it one by one status like 'show ip bgp sum', 'show ip ospf' etc.

RR#sh ip protocols summary 
Index Process Name
0 connected
1 static
3 ospf 1
2 bgp xxxx

No comments: