gmplsInterfaceSignalingCaps
GMPLS-LSR-STD-MIB ·
.1.3.6.1.2.1.10.166.15.1.1.1.1
Object
column r/w
Bits
Defines the signaling capabilities on this interface. Multiple bits may legitimately be set at once, but if 'unknown' is set then no other bit may be set. Setting no bits implies that GMPLS signaling cannot be performed on this interface and all LSPs must be manually provisioned or that this table entry is only present to supplement an entry in the mplsInterfaceTable by providing the information carried in other objects in this row.
Context
- MIB
- GMPLS-LSR-STD-MIB
- OID
.1.3.6.1.2.1.10.166.15.1.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- gmplsInterfaceEntry
- 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::gmplsInterfaceSignalingCaps'
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::gmplsInterfaceSignalingCaps.<mplsInterfaceIndex>'
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::gmplsInterfaceSignalingCaps'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | unknown |
1 | rsvpGmpls |
2 | crldpGmpls |
3 | otherGmpls |
Conformance
Member of
Compliance refinements
gmplsLsrModuleReadOnlyCompliance
readonly
Write access is not required.