HUAWEI-RRPP-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-RRPP-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 |
hwRrpp | 1.3.6.1.4.1.2011.5.25.113 |
The RRPP (Rapid Ring Protection protocol) provides fast protection switching to layer 2 switches interconnected in an Ethernet ring topology. When a link in the ring breaks, the RRPP can recover the data path quickly. Its protection switching is similar to what can be achieved with the Spanning Tree Protocol (STP), but the converging time is less than a second after link failure. This MIB defines management information used on products which support RRPP. |
||
hwRrppScalarGroup | 1.3.6.1.4.1.2011.5.25.113.1 | |||
hwRrppEnableStatus | 1.3.6.1.4.1.2011.5.25.113.1.1 | enabledstatus | read-write |
Indicating whether the RRPP is enabled on this switch. |
hwRrppLinkupDelayTime | 1.3.6.1.4.1.2011.5.25.113.1.2 | integer32 | read-write |
This value indicates the delay when ports change to Up. The value of this node ranges with products. The default value is 0. |
hwRrppTable | 1.3.6.1.4.1.2011.5.25.113.2 | |||
hwRrppDomainTable | 1.3.6.1.4.1.2011.5.25.113.2.1 | no-access |
A table containing information about configurations and status of a RRPP domain. |
|
1.3.6.1.4.1.2011.5.25.113.2.1.1 | no-access |
Detailed information of a specified RRPP domain. |
||
hwRrppDomainID | 1.3.6.1.4.1.2011.5.25.113.2.1.1.1 | integer32 | no-access |
An index uniquely identifies a RRPP domain. This value can't be modified after created. |
hwRrppDomainControlVlanID | 1.3.6.1.4.1.2011.5.25.113.2.1.1.2 | integer32 | read-only |
Index of the control VLAN specified to a domain. The value 65535 indicates the control VLAN has not been configured. The VLAN assigned to a RRPP Domain must not have been created. This value can't be modified after created. |
hwRrppDomainHelloTime | 1.3.6.1.4.1.2011.5.25.113.2.1.1.3 | integer32 | read-only |
The value indicates the interval between two hello packets sent by master-node, and its unit is second. The value ranges from 1s~10s. |
hwRrppDomainFailTime | 1.3.6.1.4.1.2011.5.25.113.2.1.1.4 | integer32 | read-only |
The expiration value of the fail-period timer and its unit is second. If not receiving hello packets before this expires, the master-node considers the ring is broken. The value of this node ranges with products, which must not be less than triple hwRrppDomainHelloTime's value. |
hwRrppDomainRowStatus | 1.3.6.1.4.1.2011.5.25.113.2.1.1.5 | rowstatus | read-only |
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreatAndGo, destroy operation. |
hwRrppDomainResetStatistics | 1.3.6.1.4.1.2011.5.25.113.2.1.1.6 | integer | read-only |
Clears the statistics of packets received and sent on the current domain. Enumeration: 'unused': 2, 'cleared': 1. |
hwRrppMulSubRingProtection | 1.3.6.1.4.1.2011.5.25.113.2.1.1.7 | enabledstatus | read-only |
Indicating whether the rrpp mul-sub-ring protection is enabled on this switch. |
hwRrppDomainProtectedVlan | 1.3.6.1.4.1.2011.5.25.113.2.1.1.8 | octet string | read-only |
Information of instance index protected by a domain. The instance index ranging from 0 to 48 is listed in a character string in order. The value of each character can be either 0 or 1. Character 0 indicates that the corresponding instance is not proteced while character 1 indicates that the corresponding instance is proteced. For example, set character string 00101 to protect instance 2 and instance 4, and not to protect the rest of instances. |
hwRrppDomainDescription | 1.3.6.1.4.1.2011.5.25.113.2.1.1.9 | octet string | read-only |
A textual description of the RRPP domain. It is mandatory that this only contain no more than 255 printable ASCII characters. |
hwRrppRingTable | 1.3.6.1.4.1.2011.5.25.113.2.2 | no-access |
A table containing information about configurations and status of a RRPP Ring. |
|
1.3.6.1.4.1.2011.5.25.113.2.2.1 | no-access |
Detailed information of a specified RRPP Ring. |
||
hwRrppRingID | 1.3.6.1.4.1.2011.5.25.113.2.2.1.1 | integer32 | no-access |
An index uniquely identifies a RRPP Ring. This value can't be modified after created. |
hwRrppRingEnableStatus | 1.3.6.1.4.1.2011.5.25.113.2.2.1.2 | enabledstatus | read-only |
Indicating whether the RRPP is enabled on this Ring. NOTE: If major-ring and sub-ring(s) of a domain coexist on a switch, major-ring must be enabled before sub-ring is enabled. And sub-ring must be disabled before major-ring is disabled. |
hwRrppRingActive | 1.3.6.1.4.1.2011.5.25.113.2.2.1.3 | integer | read-only |
As both hwRrppEnableStatus and hwRrppRingEnableStatus are enabled, the ring is activated. Whereas either of the two items is disabled, the ring is inactive. Enumeration: 'active': 1, 'inactive': 2. |
hwRrppRingState | 1.3.6.1.4.1.2011.5.25.113.2.2.1.4 | integer | read-only |
The status (i.e. unknown, health or fault) of the Ethernet ring. Enumeration: 'linkupnotify': 9, 'linkdownnotify': 10, 'complete': 4, 'preforwardnotify': 11, 'unknown': 1, 'linkdown': 7, 'failed': 5, 'preforwarding': 8, 'health': 2, 'fault': 3, 'linkup': 6. |
hwRrppRingNodeMode | 1.3.6.1.4.1.2011.5.25.113.2.2.1.5 | integer | read-only |
There are four RRPP node modes for the switch on a RRPP ring, such as master, transit, edge and assistant-edge. Each RRPP ring has a single designated master-node. All other nodes except edge-node and assistant-edge-node on that ring are referred to as transit-nodes. The node mode of edge and assistant-edge should be configured only on sub-ring. When there is a common link between a sub-ring and its major-ring, the node mode of the sub-ring must be edge or assistant-edge, and they must be configured in pairs. If node mode is designated as edge or assistant-edge, several points should be noticed: Major-ring must be created before a sub-ring is created; Major-ring can't be deleted unless all its sub-rings are deleted; The node mode of the switch on major-ring must be transit; Major-ring and sub-ring must have only a common port. This value can't be modified after created. Enumeration: 'transit': 2, 'edge': 3, 'master': 1, 'assistantEdge': 4. |
hwRrppRingPrimaryPort | 1.3.6.1.4.1.2011.5.25.113.2.2.1.6 | interfaceindex | read-only |
If the switch is a master-node or transit-node, this value is ifIndex of the primary port; otherwise, if the switch is an edge-node or assistant-edge-node, this value is ifIndex of the common port. This value is 0, if the port doesn't exist. This value can't be modified after created. |
hwRrppRingSecondaryPort | 1.3.6.1.4.1.2011.5.25.113.2.2.1.7 | interfaceindex | read-only |
If the switch is a master-node or transit-node, this value is ifIndex of the secondary port; otherwise, if the switch is an edge-node or assistant-edge-node, this value is ifIndex of the edge port. This value is 0, if the port doesn't exist. This value can't be modified after created. |
hwRrppRingLevel | 1.3.6.1.4.1.2011.5.25.113.2.2.1.8 | integer | read-only |
Level of a ring. This field should be set 0 on major-ring and 1 on the sub-ring. This value can't be modified after created. Enumeration: 'majorRing': 0, 'subRing': 1. |
hwRrppRingRowStatus | 1.3.6.1.4.1.2011.5.25.113.2.2.1.9 | rowstatus | read-only |
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreatAndGo, destroy operation. To create a new row, hwRrppRingNodeMode, hwRrppRingPrimaryPort, hwRrppRingSecondaryPort and hwRrppRingLevel must be specified. |
hwRrppRingResetStatistics | 1.3.6.1.4.1.2011.5.25.113.2.2.1.10 | integer | read-only |
Clears the statistics of packets received and sent on the current ring. Enumeration: 'unused': 2, 'cleared': 1. |
hwRrppPortTable | 1.3.6.1.4.1.2011.5.25.113.2.3 | no-access |
A table containing information about configurations and status of a RRPP port. |
|
1.3.6.1.4.1.2011.5.25.113.2.3.1 | no-access |
Detailed information of a specified RRPP port. |
||
hwRrppPortID | 1.3.6.1.4.1.2011.5.25.113.2.3.1.1 | interfaceindex | no-access |
Logical index of the interface index. |
hwRrppPortType | 1.3.6.1.4.1.2011.5.25.113.2.3.1.2 | integer | read-only |
The interface type of the RRPP port. (i.e. FE, GE, VE, Eth-Trunk, XGE and etc). Enumeration: 'x40ge': 6, 've': 3, 'xge': 5, 'x100ge': 7, 'ethtrunk': 4, 'ge': 2, 'fe': 1. |
hwRrppPortRole | 1.3.6.1.4.1.2011.5.25.113.2.3.1.3 | integer | read-only |
The RRPP role of the port. (i.e. primary, secondary, common or edge port). Enumeration: 'common': 3, 'edge': 4, 'primary': 1, 'secondary': 2. |
hwRrppPortState | 1.3.6.1.4.1.2011.5.25.113.2.3.1.4 | integer | read-only |
State of RRPP port, including unknown, unblocked, blocked and down. Enumeration: 'down': 4, 'unknown': 1, 'unblocked': 2, 'blocked': 3. |
hwRrppPortRXError | 1.3.6.1.4.1.2011.5.25.113.2.3.1.5 | counter32 | read-only |
The statistics of illegal RRPP packets received from this port. |
hwRrppPortRXHello | 1.3.6.1.4.1.2011.5.25.113.2.3.1.6 | counter32 | read-only |
The statistics of hello packets received from this port on specified ring. |
hwRrppPortRXLinkUp | 1.3.6.1.4.1.2011.5.25.113.2.3.1.7 | counter32 | read-only |
The statistics of link-up packets received from this port on specified ring. |
hwRrppPortRXLinkDown | 1.3.6.1.4.1.2011.5.25.113.2.3.1.8 | counter32 | read-only |
The statistics of link-down packets received from this port on specified ring. |
hwRrppPortRXCommonFlush | 1.3.6.1.4.1.2011.5.25.113.2.3.1.9 | counter32 | read-only |
The statistics of common-flush packets received from this port on specified ring. Instruction When master-node receives valid link-down packets or link-up packets, it will send common-flush packets, instructing the other nodes on the ring to flush their forwarding database. When the nodes except master-node receive common-flush, they will flush forwarding database. If there is any port blocked on that node, it won't be unblocked. |
hwRrppPortRXCompleteFlush | 1.3.6.1.4.1.2011.5.25.113.2.3.1.10 | counter32 | read-only |
The statistics of complete-flush packets received from this port on specified ring. Instruction When the ring recovers, master-node will receive its own hello packets. It will send complete-flush packets, instructing the other nodes on the ring to flush their forwarding database. When the nodes except master-node receive complete-flush, they will flush forwarding database. If there is any port blocked on that node, it will be unblocked. |
hwRrppPortRXEdgeHello | 1.3.6.1.4.1.2011.5.25.113.2.3.1.11 | counter32 | read-only |
The statistics of edge-hello packets received from this port on specified ring. Instruction When edge-node sends edge-hello packets, assistantEdge-node will receive its own edge-hello packets from the common link and the master ring. |
hwRrppPortRXMajorFault | 1.3.6.1.4.1.2011.5.25.113.2.3.1.12 | counter32 | read-only |
The statistics of major-fault packets received from this port on specified ring. Instruction When assistantEdge can't receive edge-hello packets in the specified fault-time, assistantEdge-node will send its own major-fault packets from the edge port around the sub ring. Edge-node will receive the major-fault packets from its edge port. Then Edge-node will block its edge port. |
hwRrppPortTXError | 1.3.6.1.4.1.2011.5.25.113.2.3.1.13 | counter32 | read-only |
The statistics of RRPP packets failed to send out of this port. |
hwRrppPortTXHello | 1.3.6.1.4.1.2011.5.25.113.2.3.1.14 | counter32 | read-only |
The statistics of hello packets sent from this port on specified ring. |
hwRrppPortTXLinkUp | 1.3.6.1.4.1.2011.5.25.113.2.3.1.15 | counter32 | read-only |
The statistics of link-up packets sent from this port on specified ring. |
hwRrppPortTXLinkDown | 1.3.6.1.4.1.2011.5.25.113.2.3.1.16 | counter32 | read-only |
The statistics of link-down packets sent from this port on specified ring. |
hwRrppPortTXCommonFlush | 1.3.6.1.4.1.2011.5.25.113.2.3.1.17 | counter32 | read-only |
The statistics of common-flush packets sent from this port on specified ring. |
hwRrppPortTXCompleteFlush | 1.3.6.1.4.1.2011.5.25.113.2.3.1.18 | counter32 | read-only |
The statistics of complete-flush packets sent from this port on specified ring. |
hwRrppPortTXEdgeHello | 1.3.6.1.4.1.2011.5.25.113.2.3.1.19 | counter32 | read-only |
The statistics of edge-hello packets sent from this port on specified ring. |
hwRrppPortTXMajorFault | 1.3.6.1.4.1.2011.5.25.113.2.3.1.20 | counter32 | read-only |
The statistics of major-fault packets sent from this port on specified ring. |
hwRrppTrackInterfaceTable | 1.3.6.1.4.1.2011.5.25.113.2.4 | no-access |
A table containing information about tracking port. |
|
1.3.6.1.4.1.2011.5.25.113.2.4.1 | no-access |
Detailed information of a specified RRPP track interface. |
||
hwRrppTrackInterfaceID | 1.3.6.1.4.1.2011.5.25.113.2.4.1.1 | interfaceindex | no-access |
Logical index of track interface. |
hwRrppTrackRowStatus | 1.3.6.1.4.1.2011.5.25.113.2.4.1.2 | rowstatus | read-only |
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreatAndGo, destroy operation. |
hwRrppRingGroupTable | 1.3.6.1.4.1.2011.5.25.113.2.5 | no-access |
A table containing information about an RRPP ring group and created without the domain or ring. |
|
1.3.6.1.4.1.2011.5.25.113.2.5.1 | no-access |
Detailed information about a specified RRPP ring group. |
||
hwRrppRingGroupID | 1.3.6.1.4.1.2011.5.25.113.2.5.1.1 | integer32 | no-access |
index of the RRPP ring group. This value can't be modified after created. |
hwRrppRingGroupRowStatus | 1.3.6.1.4.1.2011.5.25.113.2.5.1.2 | rowstatus | read-only |
Row status in the ring group configuration table. hwRrppRingGroupID must be specified to create a row. |
hwRrppRingGroupMemberTable | 1.3.6.1.4.1.2011.5.25.113.2.6 | no-access |
A table containing information about the configurations and status of an RRPP ring. |
|
1.3.6.1.4.1.2011.5.25.113.2.6.1 | no-access |
Detailed information about a specified RRPP ring group. |
||
hwRrppRingGroupMemberDomainID | 1.3.6.1.4.1.2011.5.25.113.2.6.1.1 | integer32 | no-access |
Index, namely, domain ID of the members of a ring group. This value cannot be modified after created. |
hwRrppRingGroupMemberRingID | 1.3.6.1.4.1.2011.5.25.113.2.6.1.2 | integer32 | no-access |
Index, namely, ring ID of the members of a ring group. This value cannot be modified after created. |
hwRrppRingGroupIsEdgeHelloProcess | 1.3.6.1.4.1.2011.5.25.113.2.6.1.3 | enabledstatus | read-only |
Flag carried in the sent edge-Hello Packet. |
hwRrppRingGroupMemberRowStatus | 1.3.6.1.4.1.2011.5.25.113.2.6.1.4 | rowstatus | read-only |
Row status in the ring group configuration table. hwRrppRingGroupMemberDomainID, hwRrppRingGroupMemberRingID, and hwRrppRingGroupIsEdgeHelloSender must be specified to create a row. |
hwRrppSnoopingTable | 1.3.6.1.4.1.2011.5.25.113.3 | |||
hwRrppSnoopingInterfaceTable | 1.3.6.1.4.1.2011.5.25.113.3.1 | no-access |
A table containing information about RRPP snooping enable interface. |
|
1.3.6.1.4.1.2011.5.25.113.3.1.1 | no-access |
Detailed information of a specified RRPP snooping enable interface. |
||
hwRrppSnoopingInterfaceId | 1.3.6.1.4.1.2011.5.25.113.3.1.1.1 | interfaceindex | no-access |
Logical index of the interface index. |
hwRrppSnoopingVsiName | 1.3.6.1.4.1.2011.5.25.113.3.1.1.2 | octet string | read-only |
The name of VSI which the interface was binding to. |
hwRrppSnoopingVlanId | 1.3.6.1.4.1.2011.5.25.113.3.1.1.3 | vlanid | read-only |
The VLAN which the intertace added to. |
hwRrppSnoopingEnableStatus | 1.3.6.1.4.1.2011.5.25.113.3.1.1.4 | enabledstatus | read-only |
Indicating whether the RRPP snooping is enabled on this switch. |
hwRrppSnoopingRowStatus | 1.3.6.1.4.1.2011.5.25.113.3.1.1.5 | rowstatus | read-only |
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreatAndGo, destroy operation. |
hwRrppSnoopingAllVsiStatus | 1.3.6.1.4.1.2011.5.25.113.3.1.1.6 | enabledstatus | read-only |
Indicating whether the RRPP snooping is associating all vsi on this switch. Options: 1. enabled(1) -indicates that the RRPP snooping is associated with all vsi under the same main interface 2. disabled(2)-indicates that the RRPP snooping doesn't perform the command to associated with all vsi under the same main interface Default: disabled |
hwRrppSnoopingVsiTable | 1.3.6.1.4.1.2011.5.25.113.3.2 | no-access |
A table containing information about RRPP snooping relating interface. |
|
1.3.6.1.4.1.2011.5.25.113.3.2.1 | no-access |
Detailed information of a specified RRPP snooping relating interface. |
||
hwRrppSnoopingVsiInterfaceId | 1.3.6.1.4.1.2011.5.25.113.3.2.1.1 | interfaceindex | no-access |
Logical index of the interface index. |
hwVsiName | 1.3.6.1.4.1.2011.5.25.113.3.2.1.2 | octet string | no-access |
The name of VSI. |
hwRrppSnoopingVsiRowStatus | 1.3.6.1.4.1.2011.5.25.113.3.2.1.3 | rowstatus | read-only |
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreatAndGo, destroy operation. |
hwRrppNotifications | 1.3.6.1.4.1.2011.5.25.113.4 | |||
hwRrppRingRecover | 1.3.6.1.4.1.2011.5.25.113.4.1 |
Trap message is generated by master-node on the ring when the ring recovers from fault. |
||
hwRrppRingFail | 1.3.6.1.4.1.2011.5.25.113.4.2 |
Trap message is generated by master-node on the ring when the ring fails. |
||
hwRrppMultiMaster | 1.3.6.1.4.1.2011.5.25.113.4.3 |
Trap message is generated by master-node when it detects there are more than one master-node on the ring. |
||
hwRrppTrackInterfaceDown | 1.3.6.1.4.1.2011.5.25.113.4.4 |
Trap message is generated by RRPP node when the track interface tracked BFD down. |
||
hwRrppTrackInterfaceUp | 1.3.6.1.4.1.2011.5.25.113.4.5 |
Trap message is generated by RRPP node when the track interface tracked BFD up. |
||
hwRrppRingSingleDirectionFail | 1.3.6.1.4.1.2011.5.25.113.4.6 |
Trap message is generated by master-node on the ring when the ring fails from the primary port to the secondary port. |
||
hwRrppMibGroup | 1.3.6.1.4.1.2011.5.25.113.5 | |||
hwRrppGlobalGroup | 1.3.6.1.4.1.2011.5.25.113.5.1 |
The RRPP global group. |
||
hwRrppDomainGroup | 1.3.6.1.4.1.2011.5.25.113.5.2 |
The RRPP domain group. |
||
hwRrppRingGroup | 1.3.6.1.4.1.2011.5.25.113.5.3 |
The RRPP ring group. |
||
hwRrppPortGroup | 1.3.6.1.4.1.2011.5.25.113.5.4 |
The RRPP port group. |
||
hwRrppTrackInterfaceGroup | 1.3.6.1.4.1.2011.5.25.113.5.5 |
The RRPP Track Interface group. |
||
hwRrppRingGroupGroup | 1.3.6.1.4.1.2011.5.25.113.5.6 |
The RRPP RingGroup group. |
||
hwRrppRingGroupMemberGroup | 1.3.6.1.4.1.2011.5.25.113.5.7 |
The RRPP RingGroupMember group. |
||
hwRrppSnoopingInterfaceGroup | 1.3.6.1.4.1.2011.5.25.113.5.8 |
The RRPP Snooping enable Interface group. |
||
hwRrppSnoopingVsiGroup | 1.3.6.1.4.1.2011.5.25.113.5.9 |
The RRPP Snooping associate vsi group. |
||
hwRrppNotificationGroup | 1.3.6.1.4.1.2011.5.25.113.5.10 |
The notification group. |
||
hwRrppConformance | 1.3.6.1.4.1.2011.5.25.113.6 | |||
hwRrppCompliances | 1.3.6.1.4.1.2011.5.25.113.6.1 | |||
hwRrppCompliance | 1.3.6.1.4.1.2011.5.25.113.6.1.1 |
The core compliance statement for all implementations. |