cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
634
Views
0
Helpful
2
Replies

show ip protocols

a.sudhakar
Level 1
Level 1

Hi ,

Im trying to implement show ip protocols. But i dont see where to get the information contained in the output.

Where do i get information such as update filter list, etc. Plus it seems that

CIsco does not support the the optional timer table MIB. Does this mean that

the timer information for the token ring switches cannot be got.

Any feedback would be appreciated.

Thanks,

Ashish

2 Replies 2

steve.barlow
Level 7
Level 7

Here is a link that explains the show ip prot command: http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fiprrp_r/ind_r/1rfindp2.htm#1039245

The update filter list info - Specifies whether the incoming/outgoing filtering list has been set (eg is the distribute-list command used for that protocol).

To see what MIBs are supported on your TR switches, do a snmpwalk on that device, and it will display all the supported MIBs.

Hope it helps.

Steve

Hi Steve,

I have a device and I am trying to implement the "show ip protocols" for the

device. To implement this command I need to read the MIBs present in this

device and the values of the objects in order to display the correct output.

What I am trying to find is where to get this information from. show ip

protocols displays information about all the protocols.

Ashish