Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

28089

December 4th, 2008 13:00

How do I specify VLAN in SNMP community?

I am trying to read a Power Edge 3448 switch's forwarding table through snmp.  Usually one does this by walking the table at  .1.3.6.1.2.1.17.4.3.  However this switch has VLANs, and I am presuming that the suspiciously spare table I am able to read means that this switch is maintaining a separate table for each VLAN.

If this was a cisco, I would tell the switch which VLAN I want to read by appending it to the end of the community, like this:

snmpwalk -v 1 -c 'public@130' $IP .1.3.6.1.2.1.17.4.3

...would return the forwarding table for VID 130. 

However, my 3448 doesn't seem to like this notation.

Can anyone tell me what the correct notation is, or point me at a web page where it is documented?

Thank you for your time.

98 Posts

December 9th, 2008 13:00

First make sure you have the latest firmware version 2.0.0.29 and bootcode 1.0.1.01 and try again.  If this doesn't work, try querying the Q-BRIDGE-MIB to display the forwarding tables on vlans.  This mib is vlan aware whereas the newer mib may not be. 

 

11 Posts

December 17th, 2008 19:00

Can't confirm the firmware version or bootcode at the moment; however querying the Q-BRIDGE-MIB (the relevant OID table is at 1.3.6.1.2.1.17.7.1.2.2.1) gives me the information I was looking for.

Thanks.

No Events found!

Top