These are actually listed as not-accessible so they shoudn't be defined. Their information has to be extracted from n2p_paddr instead.

This commit is contained in:
Brian de Wolf
2011-01-19 00:04:07 +00:00
parent b5107b5634
commit a77c539f38

View File

@@ -127,9 +127,6 @@ $VERSION = '2.02-cvs';
'bgp_peer_out_upd' => 'bgpPeerOutUpdates', 'bgp_peer_out_upd' => 'bgpPeerOutUpdates',
# IP-MIB Net to Physical Table (ARP Cache) # IP-MIB Net to Physical Table (ARP Cache)
'n2p_index' => 'ipNetToPhysicalIfIndex',
'n2p_naddrt' => 'ipNetToPhysicalNetAddressType',
'n2p_naddr' => 'ipNetToPhysicalNetAddress',
'n2p_paddr' => 'ipNetToPhysicalPhysAddress', 'n2p_paddr' => 'ipNetToPhysicalPhysAddress',
'n2p_lastupdate' => 'ipNetToPhysicalLastUpdated', 'n2p_lastupdate' => 'ipNetToPhysicalLastUpdated',
'n2p_ptype' => 'ipNetToPhysicalType', 'n2p_ptype' => 'ipNetToPhysicalType',