HUAWEI-ARP-PROXY-MIB

File: HUAWEI-ARP-PROXY-MIB.mib (15304 bytes)

Imported modules

HUAWEI-MIB SNMPv2-SMI SNMPv2-TC
HUAWEI-DEVICE-MIB HUAWEI-VLAN-MIB

Imported symbols

huaweiMgmt IpAddress Integer32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
OBJECT-IDENTITY NOTIFICATION-TYPE RowStatus
MacAddress hwFrameIndex hwSlotIndex
hwSubslotIndex hwPortIndex hwVlanID
hwVlanIpAddress

Defined Types

HwArpProxyEnableEntry  
SEQUENCE    
  hwArpProxyVlanIfIndex Integer32
  hwArpProxyAdminStatus INTEGER

HwArpDetectEntry  
SEQUENCE    
  hwArpDetectName OCTET STRING
  hwArpDetectPeerIp IpAddress
  hwArpDetectIfIndex Integer32
  hwArpDetectVlanID Integer32
  hwArpDetectTXinterval Integer32
  hwArpDetectMulti Integer32
  hwArpDetectAdminStatus INTEGER
  hwArpDetectSessionStatus INTEGER
  hwArpDetectRowStatus RowStatus

Defined Values

hwArpProxy 1.3.6.1.4.1.2011.5.17
This MIB module defines MIB objects which provide ARP proxy and ARP detect management.ARP proxy function is used to implement layer 3 interconnection between the users who are isolated at layer 2.
MODULE-IDENTITY    

hwArpProxyObject 1.3.6.1.4.1.2011.5.17.1
OBJECT IDENTIFIER    

hwArpProxyEnableTable 1.3.6.1.4.1.2011.5.17.1.1
Used for configuring the basic information about the ARP proxy of the L3 interface. When VLAN interfaces are added, entries are added automatically. The index of this table is hwArpProxyVlanIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwArpProxyEnableEntry

hwArpProxyEnableEntry 1.3.6.1.4.1.2011.5.17.1.1.1
Used for configuring the basic information about the ARP proxy of the L3 interface. When VLAN interfaces are added, entries are added automatically. The index of this entry is hwArpProxyVlanIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwArpProxyEnableEntry  

hwArpProxyVlanIfIndex 1.3.6.1.4.1.2011.5.17.1.1.1.1
Indicates a table index, which uniquely identifies a VLAN L3 interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwArpProxyAdminStatus 1.3.6.1.4.1.2011.5.17.1.1.1.2
Indicates the ARP proxy status of a VLAN L3 interface. Options: 1. enabled(1) -indicates the ARP proxy function on the VLAN interface is enabled 2. disabled(2) -indicates the ARP proxy function on the VLAN interface is disabled Default: disabled(2)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hwArpDetectObject 1.3.6.1.4.1.2011.5.17.2
OBJECT IDENTIFIER    

hwArpDetectTable 1.3.6.1.4.1.2011.5.17.2.1
Used for configuring the ARP detection function. The ARP detection function is used for detecting whether the link to a peer end is normal. The index of this table is hwArpDetectName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwArpDetectEntry

hwArpDetectEntry 1.3.6.1.4.1.2011.5.17.2.1.1
Used for configuring the ARP detection function. The ARP detection function is used for detecting whether the link to a peer end is normal. The index of this entry is hwArpDetectName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwArpDetectEntry  

hwArpDetectName 1.3.6.1.4.1.2011.5.17.2.1.1.1
Indicates an index of a table, which is the name of ARP detection. It contains 0-32 characters.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hwArpDetectPeerIp 1.3.6.1.4.1.2011.5.17.2.1.1.2
Indicates the IP address of a detected object.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwArpDetectIfIndex 1.3.6.1.4.1.2011.5.17.2.1.1.3
Indicates the index of a detected port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hwArpDetectVlanID 1.3.6.1.4.1.2011.5.17.2.1.1.4
Indicates the VLAN to which the ARP detection belongs. Range: 1-4093
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hwArpDetectTXinterval 1.3.6.1.4.1.2011.5.17.2.1.1.5
Indicates the period of transmitting ARP detection packets. The timeout time of the link status is determined according to the transmission period and timeout multiplier. Timeout time = Transmission period * Timeout multiplier Range: 1-100 Default: 2
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hwArpDetectMulti 1.3.6.1.4.1.2011.5.17.2.1.1.6
Indicates the ARP detection timeout multiplier. Range: 3-50 Default: 3
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..50  

hwArpDetectAdminStatus 1.3.6.1.4.1.2011.5.17.2.1.1.7
Indicates the detection management status. When it is enabled, the ARP detection function takes effect; when it is disabled, the ARP detection function does not take effect. Options: 1. enabled(1) -indicates the ARP detection function is enabled 2. disabled(2) -indicates the ARP detection function is disabled Default: disabled(2)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hwArpDetectSessionStatus 1.3.6.1.4.1.2011.5.17.2.1.1.8
Indicates the detected link status. Options: 1. down(1) -indicates the detected link status is down 2. up(2) -indicates the detected link status is up
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2)  

hwArpDetectRowStatus 1.3.6.1.4.1.2011.5.17.2.1.1.9
Indicates the row status. Options: 1. active(1) -indicates query operation 2. createAndGo(4) -indicates creating operation 3. destroy(6) -indicates ddeleting operation
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

hwArpProxyGlobalStatus 1.3.6.1.4.1.2011.5.17.11
Identifies the global ARP proxy status. Options: 1. enabled(1) -indicates the global ARP proxy function is enabled 2. disabled(2) -indicates the global ARP proxy function is disabled Default: disabled(2)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hwArpExpireTime 1.3.6.1.4.1.2011.5.17.12
Set the aging time of the dynamic arp entries. Unit:minute.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 60..3600  

hwArpTrapsVbOids 1.3.6.1.4.1.2011.5.17.13
OBJECT IDENTIFIER    

hwArpMacAddress 1.3.6.1.4.1.2011.5.17.13.1
MAC Address of arp entry.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

hwArpTransferIP 1.3.6.1.4.1.2011.5.17.13.4
IP Address of arp entry.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IpAddress  

hwOldFrameIndex 1.3.6.1.4.1.2011.5.17.13.5
The frame index before the arp transfer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwOldSlotIndex 1.3.6.1.4.1.2011.5.17.13.6
The slot index before the arp transfer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwOldPortIndex 1.3.6.1.4.1.2011.5.17.13.7
The port before the arp transfer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwNewFrameIndex 1.3.6.1.4.1.2011.5.17.13.8
The frame index after the arp transfer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwNewSlotIndex 1.3.6.1.4.1.2011.5.17.13.9
The slot index after the arp transfer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwNewPortIndex 1.3.6.1.4.1.2011.5.17.13.10
The port after the arp transfer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

hwArpTraps 1.3.6.1.4.1.2011.5.17.14
OBJECT IDENTIFIER    

hwArpCommonTraps 1.3.6.1.4.1.2011.5.17.14.1
OBJECT IDENTIFIER    

hwArpCommonTrapsPrefix 1.3.6.1.4.1.2011.5.17.14.1.0
OBJECT IDENTIFIER    

hwArpIPCollisionTrap 1.3.6.1.4.1.2011.5.17.14.1.0.1
This notification is generated when device receives an arp packet,which source IP address is the same IP address of the device.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwArpAlarmTraps 1.3.6.1.4.1.2011.5.17.14.2
OBJECT IDENTIFIER    

hwArpAlarmTrapsPrefix 1.3.6.1.4.1.2011.5.17.14.2.0
OBJECT IDENTIFIER    

hwArpTranferTrap 1.3.6.1.4.1.2011.5.17.14.2.0.1
This notification is generated when arp transfer one port to another port.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE