gmplsOutSegmentDirection
GMPLS-LSR-STD-MIB ·
.1.3.6.1.2.1.10.166.15.1.3.1.1
Object
This object indicates the direction of data flow on this segment. This object cannot be modified if mplsOutSegmentRowStatus for the corresponding entry in the mplsOutSegmentTable is active(1).
Context
- MIB
- GMPLS-LSR-STD-MIB
- OID
.1.3.6.1.2.1.10.166.15.1.3.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- gmplsOutSegmentEntry
- 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 'GMPLS-LSR-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GMPLS-LSR-STD-MIB::gmplsOutSegmentDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GMPLS-LSR-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GMPLS-LSR-STD-MIB::gmplsOutSegmentDirection.<mplsOutSegmentIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GMPLS-LSR-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GMPLS-LSR-STD-MIB::gmplsOutSegmentDirection'
Syntax
- Source
- GMPLS-TC-STD-MIBGmplsSegmentDirectionTC
- Base type
Enumeration
Values & Constraints
Type Values
1 | forward |
2 | reverse |
Conformance
Member of
Compliance refinements
The only valid value for unidirectional LSPs is forward(1).
gmplsLsrModuleReadOnlyCompliance
readonly
The only valid value for unidirectional LSPs is forward(1).