HUAWEI-VRRP-SNOOPING-MIB

File: HUAWEI-VRRP-SNOOPING-MIB.mib (11491 bytes)

Imported modules

HUAWEI-MIB SNMPv2-SMI SNMPv2-TC
IF-MIB

Imported symbols

huaweiUtility IpAddress Integer32
OBJECT-TYPE MODULE-IDENTITY OBJECT-IDENTITY
NOTIFICATION-TYPE RowStatus MacAddress
DisplayString InterfaceIndex

Defined Types

HwVrrpSnoopingPortEntry  
SEQUENCE    
  hwVrrpSnoopingPortIndex Integer32
  hwVrrpSnoopingPortIfIndex Integer32
  hwVrrpSnoopingPortRowStatus RowStatus

HwVrrpSnoopingVRouterEntry  
SEQUENCE    
  hwVrrpSnoopingVRouterIndex Integer32
  hwVrrpSnoopingVRouterIp IpAddress
  hwVrrpSnoopingVRouterVlanId Integer32
  hwVrrpSnoopingVRouterMacAddress OCTET STRING
  hwVrrpSnoopingVRouterIfIndex Integer32
  hwVrrpSnoopingVRouterRowStatus RowStatus

Defined Values

hwVrrpSnooping 1.3.6.1.4.1.2011.6.142
The mib file is for management of the snooping of VRRP extension. VRRP: Virtual Router Redundancy Protocol, specifies an election protocol that dynamically assigns responsibility for a virtual router to one of the VRRP routers on a LAN.
MODULE-IDENTITY    

hwVrrpSnoopingObject 1.3.6.1.4.1.2011.6.142.1
VrrpSnooping Object.
Status: current Access: read-only
OBJECT-IDENTITY    

hwVrrpSnoopingPortTable 1.3.6.1.4.1.2011.6.142.1.1
Indicates the port snooping control table, which is used for adding, deleting, and querying a port for snooping. The index of this table is hwVrrpSnoopingPortIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwVrrpSnoopingPortEntry

hwVrrpSnoopingPortEntry 1.3.6.1.4.1.2011.6.142.1.1.1
Indicates the port snooping control table, which is used for adding, deleting, and querying a port for snooping. The index of this entry is hwVrrpSnoopingPortIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwVrrpSnoopingPortEntry  

hwVrrpSnoopingPortIndex 1.3.6.1.4.1.2011.6.142.1.1.1.1
Indicates the port for snooping. Range: -1, 1-16 The NMS issues -1 and the system automatically allocates the index within 1-16 that is not occupied.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 -1 | 1..16  

hwVrrpSnoopingPortIfIndex 1.3.6.1.4.1.2011.6.142.1.1.1.2
Indicates ifindex of the port for snooping.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hwVrrpSnoopingPortRowStatus 1.3.6.1.4.1.2011.6.142.1.1.1.3
Indicates the row status. Currently, only createAndGo(4), destroy(6), and active(1) are supported. In creating a port for snooping, hwVrrpSnoopingPortRowStatus needs to be bound and set to createAndGo(4). In deleting a port for snooping, hwVrrpSnoopingPortRowStatus needs to be bound and set to destroy(6). In query, hwVrrpSnoopingPortRowStatus is set to active(1). Options: 1. active(1) -indicates the query operation 2. createAndGo(4) -indicates creating an RRPP domain 3. destroy(6) -indicates deleting an RRPP domain
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwVrrpSnoopingVRouterTable 1.3.6.1.4.1.2011.6.142.1.2
Indicates the virtual router group for adding, deleting and querying snooping. The index of this table is hwVrrpSnoopingVRouterIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwVrrpSnoopingVRouterEntry

hwVrrpSnoopingVRouterEntry 1.3.6.1.4.1.2011.6.142.1.2.1
Indicates the virtual router group for adding, deleting and querying snooping. The index of this entry is hwVrrpSnoopingVRouterIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwVrrpSnoopingVRouterEntry  

hwVrrpSnoopingVRouterIndex 1.3.6.1.4.1.2011.6.142.1.2.1.1
Indicates the index of the virtual router. Range: -1, 1-64 The NMS issues -1 and the system automatically allocates the index within 1-64 that is not occupied.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 -1 | 1..64  

hwVrrpSnoopingVRouterIp 1.3.6.1.4.1.2011.6.142.1.2.1.2
Indicates the IP address of the virtual router, which is the IP address mapping the virtual router for snooping.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwVrrpSnoopingVRouterVlanId 1.3.6.1.4.1.2011.6.142.1.2.1.3
Indicates the VLAN ID of the virtual router, which indicates the VLAN to which the virtual router locates. It works with the IP address of the virtual router as the filtering criterion for the VRRP packets snooping. Range: 1-4093
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hwVrrpSnoopingVRouterMacAddress 1.3.6.1.4.1.2011.6.142.1.2.1.4
Indicates the MAC address of the virtual router, which is the learned MAC address of the virtual router by snooping the VRRP packets meeting the requirements.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

hwVrrpSnoopingVRouterIfIndex 1.3.6.1.4.1.2011.6.142.1.2.1.5
Indicates the ifindex of the port connecting the master router, which is the port ID learned by snooping the VRRP packets meeting the requirements.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVrrpSnoopingVRouterRowStatus 1.3.6.1.4.1.2011.6.142.1.2.1.6
Indicates the row status. Currently, only createAndGo(4), destroy(6), and active(1) are supported. In creating a virtual router group for snooping, hwVrrpSnoopingPortRowStatus needs to be bound and set to createAndGo(4). In deleting a virtual router group for snooping, hwVrrpSnoopingPortRowStatus needs to be bound and set to destroy(6). In query, hwVrrpSnoopingPortRowStatus is set to active(1). Options: 1. active(1) -indicates the query operation 2. createAndGo(4) -indicates creating an RRPP domain 3. destroy(6) -indicates deleting an RRPP domain
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwVrrpSnoopingStatus 1.3.6.1.4.1.2011.6.142.1.3
Enables or disables the VRRP snooping function. Options: 1. true(1) -indicates the VRRP snooping function is enabled 2. false(2) -indicates the VRRP snooping function is not enabled Default: false(2)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)