mplsLpsConfigCommand
MPLS-LPS-MIB ·
.1.3.6.1.2.1.10.166.22.1.2.1.13
Object
Allows the initiation of an operator command on
the protection domain.
When read, this object returns the last command written
or noCmd if no command has been written since initialization.
The return of the last command written does not imply that
this command is currently in effect. This request may have
been preempted by a higher-priority local or remote request.
This object may be modified if the associated
mplsLpsConfigRowStatus object is equal to active(1).
Context
- MIB
- MPLS-LPS-MIB
- OID
.1.3.6.1.2.1.10.166.22.1.2.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mplsLpsConfigEntry
- Groups
- 1
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 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LPS-MIB::mplsLpsConfigCommand'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LPS-MIB::mplsLpsConfigCommand.<mplsLpsConfigDomainIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-LPS-MIB::mplsLpsConfigCommand'
Syntax
- Source
- MplsLpsCommand
- Base type
Enumeration
Values & Constraints
Type Values
1 | noCmd |
2 | clear |
3 | lockoutOfProtection |
4 | forcedSwitch |
5 | manualSwitchToWork |
6 | manualSwitchToProtect |
7 | exercise |
8 | freeze |
9 | clearfreeze |
Conformance
Member of
Compliance refinements
mplsLpsModuleReadOnlyCompliance
readonly
Write access is not required.