MY-ARP-MIB

File: MY-ARP-MIB.mib (8378 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
MY-TC RFC1213-MIB MY-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Integer32 Counter32
TruthValue DisplayString RowStatus
PhysAddress MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP IfIndex ip
myMgmt

Defined Types

MyArpEntry  
SEQUENCE    
  myArpIfIndex IfIndex
  myArpPhysAddress PhysAddress
  myArpNetAddress IpAddress
  myArpRemainAge Integer32
  myArpType INTEGER
  myArpEntryType INTEGER
  myArpStatus RowStatus

MyArpIfEntry  
SEQUENCE    
  myArpIfIfIndex IfIndex
  myArpIfCacheTimeOut INTEGER

Defined Values

myArpMIB 1.3.6.1.4.1.4881.1.1.10.2.2
This module defines my arp mibs.
MODULE-IDENTITY    

myArpMIBObjects 1.3.6.1.4.1.4881.1.1.10.2.2.1
OBJECT IDENTIFIER    

myArpTable 1.3.6.1.4.1.4881.1.1.10.2.2.1.1
The IP Address Translation table used for mapping from IP addresses to physical addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyArpEntry

myArpEntry 1.3.6.1.4.1.4881.1.1.10.2.2.1.1.1
Each entry contains one IpAddress to `physical' address equivalence.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyArpEntry  

myArpIfIndex 1.3.6.1.4.1.4881.1.1.10.2.2.1.1.1.1
The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  IfIndex  

myArpPhysAddress 1.3.6.1.4.1.4881.1.1.10.2.2.1.1.1.2
The media-dependent `physical' address.
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

myArpNetAddress 1.3.6.1.4.1.4881.1.1.10.2.2.1.1.1.3
The IpAddress corresponding to the media- dependent `physical' address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

myArpRemainAge 1.3.6.1.4.1.4881.1.1.10.2.2.1.1.1.4
The remain age of this ARP entry, in units of minute
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myArpType 1.3.6.1.4.1.4881.1.1.10.2.2.1.1.1.5
The ARP type of the entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER arpa(1)  

myArpEntryType 1.3.6.1.4.1.4881.1.1.10.2.2.1.1.1.6
The entry type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2), interface(3), vrrp(4), trusted(5)  

myArpStatus 1.3.6.1.4.1.4881.1.1.10.2.2.1.1.1.7
entry status of this entry. and the means in this enviraments can reffer to the text-convention definition of the RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

myArpIfTable 1.3.6.1.4.1.4881.1.1.10.2.2.1.2
Interface configure for ARP(Address Resolution Protocol).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyArpIfEntry

myArpIfEntry 1.3.6.1.4.1.4881.1.1.10.2.2.1.2.1
Each entry contains a interface configure for ARP
Status: current Access: not-accessible
OBJECT-TYPE    
  MyArpIfEntry  

myArpIfIfIndex 1.3.6.1.4.1.4881.1.1.10.2.2.1.2.1.1
The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  IfIndex  

myArpIfCacheTimeOut 1.3.6.1.4.1.4881.1.1.10.2.2.1.2.1.2
Aging time in units of second of Arp table
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 60..18000  

myArpCurrentTotalNumber 1.3.6.1.4.1.4881.1.1.10.2.2.1.3
Number of current total arp entrys this system have
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

myArpCurrentUnresolveNumber 1.3.6.1.4.1.4881.1.1.10.2.2.1.4
Number of current unresolve arp entrys this system have
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

myArpMIBConformance 1.3.6.1.4.1.4881.1.1.10.2.2.2
OBJECT IDENTIFIER    

myArpMIBCompliances 1.3.6.1.4.1.4881.1.1.10.2.2.2.1
OBJECT IDENTIFIER    

myArpMIBGroups 1.3.6.1.4.1.4881.1.1.10.2.2.2.2
OBJECT IDENTIFIER    

myArpMIBCompliance 1.3.6.1.4.1.4881.1.1.10.2.2.2.1.1
The compliance statement for entities which implement the My Arp MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

myArpMIBGroup 1.3.6.1.4.1.4881.1.1.10.2.2.2.2.1
A collection of objects providing arp management and opertion to a My agent.
Status: current Access: read-only
OBJECT-GROUP