pvxERPSSrvcProtectionSwitchMode
PACKET-VX-BRIDGE-MIB ·
.1.3.6.1.4.1.18070.2.2.1.14.2.25.1.4
Object
column r/w
Enumeration
Before configuring this object with 'forceSwitch' or 'manualSwitch', pvxERPSSrvcNNIProtectionSwitch MUST be enabled on one of the NNI ports. When forcedSwitch is enabled on a ring, irrespective of the status (Failed or not failed) of the NNI port, the port will be blocked. If a link failure is present in the ring, then setting the value as 'manualSwitch' will not be allowed. Failure of the link in the ring will clear the manual switch condition. Force Switch is higher priority than the manual switch, as such forceSwitch will overwrite the manual switch configuration. Similarly manualSwitch will not be allowed, when forceSwitch is enabled. 'normalSwitch' command will clear the Manual/Force switch
Context
- MIB
- PACKET-VX-BRIDGE-MIB
- OID
.1.3.6.1.4.1.18070.2.2.1.14.2.25.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Default
normalSwitch- Parent
- pvxERPSServiceEntry
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 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKET-VX-BRIDGE-MIB::pvxERPSSrvcProtectionSwitchMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKET-VX-BRIDGE-MIB::pvxERPSSrvcProtectionSwitchMode.<pvxERPSSrvcSwitchIdx>.<pvxERPSSrvcName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKET-VX-BRIDGE-MIB::pvxERPSSrvcProtectionSwitchMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normalSwitch |
2 | forceSwitch |
3 | manualSwitch |
4 | clear |