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

Problem getting ARP and MAC tables via SNMP from Cisco Catalyst 9300 switches

loftlongptz
Level 1
Level 1

1. SNMP on the switches is configured and working. We use SNMP v2. Switches respond to snmpwalk.
2. We use snmpwalk or snmpbulkwalk to get tables
3. For ARP tables, OID .1.3.6.1.2.1.4.22.1.2 is used
4. For MAC tables, OID .1.3.6.1.2.1.17.4.3.1.2 is used
5. These are not vendor specific OIDs. On other devices (non Cisco) they work correctly.
6. IOS XE 16 different subversions are installed on the switches.

We have two problems:
1. Switches return the ARP table but only 512 entries. Checked by snmwalk ... | wc -l Show command has larger table size.
2. Switches do not return the MAC table - No Such Object available on this agent at this OID

Questions:
1. How to remove the limit on the number of entries in the ARP table?
2. How to allow getting MAC tables by dot1dBridge OID or if it is not possible then which OID to use?

 

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

i have not tried it, but look at the Cat 9300 MIB

 

ftp://ftp.cisco.com/pub/mibs/supportlists/cat9300/

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Cisco says that Catalyst 9300 support BRIDGE-MIB. .1.3.6.1.2.1.17.4.3.1.2 = BRIDGE-MIB. But this is not work.

There may be a problem with the restrictions on the switch. But the config is close to default. And there are no obvious limitations.