ACC-ARP

File: ACC-ARP.mib (7123 bytes)

Imported modules

RFC1155-SMI RFC-1215 ACC-SYSTEM
ACC-MIB RFC1213-MIB ACC-FAKE

Imported symbols

OBJECT-TYPE IpAddress Counter
TRAP-TYPE accTrapLogSeqNum accBRG
DisplayString RowStatus IfIndex
SmdsAddress ipAdEntAddr frCircuitDlci
DLCI

Defined Types

AccArpEntry  
SEQUENCE    
  accArpPhysAddress OCTET STRING
  accArpNetAddress IpAddress
  accArpEntStatus INTEGER

Defined Values

accArp 1.3.6.1.4.1.5.1.1.11
OBJECT IDENTIFIER    

accArpTimeout 1.3.6.1.4.1.5.1.1.11.1
Aging timer value (in minutes) for ARP table entries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1440  

accArpTable 1.3.6.1.4.1.5.1.1.11.2
The ARP (Address Resolution Protocol) table. This is an alternate view of the atTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccArpEntry

accArpEntry 1.3.6.1.4.1.5.1.1.11.2.1
A correspondence between logical (IP) and physical (MAC) addresses.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccArpEntry  

accArpPhysAddress 1.3.6.1.4.1.5.1.1.11.2.1.1
The Ethernet address of the ARP table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accArpNetAddress 1.3.6.1.4.1.5.1.1.11.2.1.2
IP address of this entry. Set this object to NULL to delete an entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accArpEntStatus 1.3.6.1.4.1.5.1.1.11.2.1.3
Status of the ARP table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER pending(1), dynamic(2), static(4), permanent(8), apepending(16), stepending(32), confirmpending(64), confirmsrpending(128)  

accArpType 1.3.6.1.4.1.5.1.1.11.3
State of proxy ARP capability.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normal(0), proxy(2)  

accArpReqRcvds 1.3.6.1.4.1.5.1.1.11.4
Number of ARP Requests received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accArpReqSents 1.3.6.1.4.1.5.1.1.11.5
Number of ARP Requests sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accArpRspRcvds 1.3.6.1.4.1.5.1.1.11.6
Number of ARP Responses received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accArpRspSents 1.3.6.1.4.1.5.1.1.11.7
Number of ARP Responses sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accArpInErrs 1.3.6.1.4.1.5.1.1.11.8
Number of ARP input errors encountered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accArpOutErrs 1.3.6.1.4.1.5.1.1.11.9
Number of ARP output errors encountered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accArpUnknownProtos 1.3.6.1.4.1.5.1.1.11.10
Number of address resolution requests for which this ARP implementation did not recognize the protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accArpPromiscuous 1.3.6.1.4.1.5.1.1.11.11
When operating promiscuously, the device will learn ARP information from all ARP packets received. When non-promiscuous, the device will learn information only from ARP packets addressed to the IP address of the device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER promiscuous(1), nonpromiscuous(2)  

accArpRefresh 1.3.6.1.4.1.5.1.1.11.12
When operating in refresh mode, when it is time for an entry to age out, the device will refresh the entry by ARPing for it again. Devices will thus stay in the ARP table until disconnected, even if they are not communicating via the router. In norefresh mode, the entry will simply be aged out, and refreshed only if traffic warrants.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER refresh(1), norefresh(2)  

accArpAddressCheck 1.3.6.1.4.1.5.1.1.11.13
OBJECT IDENTIFIER    

accArpTraps 1.3.6.1.4.1.5.1.1.11.14
OBJECT IDENTIFIER    

accArpTrapMsg 1.3.6.1.4.1.5.1.1.11.14.1
Trap Message object for level-1 traps of ARP module
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accArpDuplicateAddrTrap 1
Indicates that Duplicate addresss specified as value of second varbind received on the DLCI number specified as the value of third varbind. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accArpTrapMsg } PCAUSE-DEFAULT: 5
TRAP-TYPE    

accArpInvDevTypeTrap 2
Invalid device type was received SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accArpTrapMsg } PCAUSE-DEFAULT: 5
TRAP-TYPE    

accArpDuplIpOnMacTrap 3
Duplicate IP address for a mac address SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accArpTrapMsg } PCAUSE-DEFAULT: 5
TRAP-TYPE