cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
624
Views
0
Helpful
1
Replies

Cisco WS-C3560X-48 with EtherLike-MIB

I have cisco switch ws-c3560x-48 run with ios c3560e-universalk9-mz.150-1.SE2.bin.
I try to snmpwalk for dot3InPauseFrames with OID 1.3.6.1.2.1.10.7.10.1.3 but I cann't receive any value.
I think my IOS cann't support EtherLike-MIB, anyone can tell me for IOS image that support EtherLike-MIB.
snmpwalk -v2c -c public 192.168.6.131 1.3.6.1.2.1.10.7.10.1.3
EtherLike-MIB::dot3InPauseFrames = No Such Object available on this agent at this OID


1 Reply 1

Steve Fuller
Level 9
Level 9

Hi,

I can't find a definitive statement as to exactly which MIBs are supported on the Catalyst 3560X, but according to the Catalyst 3560 MIB Support List and Catalyst 3560E MIB Support List they only support the ETHERLIKE-MIB as per RFC 1398. The support for the dot3PauseTable was not included within RFC 1398.

If you look at RFC 3635 Appendix 2 it shows that support for the dot3PauseTable was added between RFC 2358 and RFC 2665.

A.2. Changes between RFC 2358 and RFC 2665

[..]

(7)  Two new tables, dot3ControlTable and dot3PauseTable, have been added.

[..]

Given that the latest IOS version for this platform is 15.0(2)SE2 I suspect the support for this platform is as per the other Catalyst 3560 platforms and therefore the dot3PauseTable is not supported.

Regards