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

Getting arp-table by snmp for a specific context

romanmendel777
Level 1
Level 1

Good day!

The following design is configured on the Cisco Catalyst 4500X switch:

ip vrf test
snmp context vrf-test community vrf-test RO 10

To request information, for example, on ospf neighbors, run:

snmpbulkwalk -v 2c -c vrf-test 192.168.0.1 1.3.6.1.2.1.14.10.1 and get a list of neighbors for a specific VRF. Good.

But when trying to get the arp table for a specific vrf:

snmpbulkwalk -v 2c -c vrf-test 192.168.0.1 1.3.6.1.2.1.4.22.1.2 we get the full arp table.

How can you get the arp table for a specific vrf using snmp?

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

Not that i am aware of that is achievable via SNMP or i may be missing here. you need to do another alternative method to pull the information show ip arp vrf based and make your own stored and retrieve. 

BB

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

How to Ask The Cisco Community for Help