FDB via SNMP question
Posted: 27 Mar 2014 01:42
have a OmniSwitch 6450 that I'd like to get the forwarding table from over SNMP.
I am able to get the information from the CLI by running "show mac-address-table".
The output from running "show snmp mib family" includes the line
10243 alcatelIND1MacAddressMIBObjects bridge"
This leads me believe that I ought to be be be able to poll the information I want because that MIB looks to have the table I want defined in it.
alcatelIND1MacAddressMIBObjects is rooted at 1.3.6.1.4.1.6486.800.1.2.1.8.1.1 from what I see in the MIB.
Walking that oid returns nothing
console:~$ snmpwalk -v1 -cpublic 10.10.10.10 1.3.6.1.4.1.6486.800.1.2.1.8.1.1
console:~$
If I walk the full device starting at .1 I never get any results matching any mac address in the mac-address table.
Do I need to do something to enable this? If so what?
I have consulted what documentation I have with no luck. Is there some documentation you can point me at that would be relevant?
I am able to get the information from the CLI by running "show mac-address-table".
The output from running "show snmp mib family" includes the line
10243 alcatelIND1MacAddressMIBObjects bridge"
This leads me believe that I ought to be be be able to poll the information I want because that MIB looks to have the table I want defined in it.
alcatelIND1MacAddressMIBObjects is rooted at 1.3.6.1.4.1.6486.800.1.2.1.8.1.1 from what I see in the MIB.
Walking that oid returns nothing
console:~$ snmpwalk -v1 -cpublic 10.10.10.10 1.3.6.1.4.1.6486.800.1.2.1.8.1.1
console:~$
If I walk the full device starting at .1 I never get any results matching any mac address in the mac-address table.
Do I need to do something to enable this? If so what?
I have consulted what documentation I have with no luck. Is there some documentation you can point me at that would be relevant?