HUAWEI-VRRP-SNOOPING-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-VRRP-SNOOPING-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
hwVrrpSnoopingObject | 1.3.6.1.4.1.2011.6.142.1 |
VrrpSnooping Object. |
||
hwVrrpSnoopingPortTable | 1.3.6.1.4.1.2011.6.142.1.1 | no-access |
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. |
|
1.3.6.1.4.1.2011.6.142.1.1.1 | no-access |
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. |
||
hwVrrpSnoopingPortIndex | 1.3.6.1.4.1.2011.6.142.1.1.1.1 | integer32 | no-access |
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. |
hwVrrpSnoopingPortIfIndex | 1.3.6.1.4.1.2011.6.142.1.1.1.2 | integer32 | read-write |
Indicates ifindex of the port for snooping. |
hwVrrpSnoopingPortRowStatus | 1.3.6.1.4.1.2011.6.142.1.1.1.3 | rowstatus | read-only |
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 |
hwVrrpSnoopingVRouterTable | 1.3.6.1.4.1.2011.6.142.1.2 | no-access |
Indicates the virtual router group for adding, deleting and querying snooping. The index of this table is hwVrrpSnoopingVRouterIndex. |
|
1.3.6.1.4.1.2011.6.142.1.2.1 | no-access |
Indicates the virtual router group for adding, deleting and querying snooping. The index of this entry is hwVrrpSnoopingVRouterIndex. |
||
hwVrrpSnoopingVRouterIndex | 1.3.6.1.4.1.2011.6.142.1.2.1.1 | integer32 | no-access |
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. |
hwVrrpSnoopingVRouterIp | 1.3.6.1.4.1.2011.6.142.1.2.1.2 | ipaddress | read-write |
Indicates the IP address of the virtual router, which is the IP address mapping the virtual router for snooping. |
hwVrrpSnoopingVRouterVlanId | 1.3.6.1.4.1.2011.6.142.1.2.1.3 | integer32 | read-write |
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 |
hwVrrpSnoopingVRouterMacAddress | 1.3.6.1.4.1.2011.6.142.1.2.1.4 | octet string | read-only |
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. |
hwVrrpSnoopingVRouterIfIndex | 1.3.6.1.4.1.2011.6.142.1.2.1.5 | integer32 | read-only |
Indicates the ifindex of the port connecting the master router, which is the port ID learned by snooping the VRRP packets meeting the requirements. |
hwVrrpSnoopingVRouterRowStatus | 1.3.6.1.4.1.2011.6.142.1.2.1.6 | rowstatus | read-only |
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 |
hwVrrpSnoopingStatus | 1.3.6.1.4.1.2011.6.142.1.3 | integer | read-write |
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) Enumeration: 'false': 2, 'true': 1. |