hh3cRrppRingNodeMode
HH3C-RRPP-MIB ·
.1.3.6.1.4.1.25506.2.45.2.2.1.5
Object
column r/w
Enumeration
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.
Context
- MIB
- HH3C-RRPP-MIB
- OID
.1.3.6.1.4.1.25506.2.45.2.2.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hh3cRrppRingEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HH3C-RRPP-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-RRPP-MIB::hh3cRrppRingNodeMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-RRPP-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-RRPP-MIB::hh3cRrppRingNodeMode.<hh3cRrppDomainID>.<hh3cRrppRingID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-RRPP-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-RRPP-MIB::hh3cRrppRingNodeMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | master |
2 | transit |
3 | edge |
4 | assistantEdge |