mplsLdpEntityFrameRelayMergeCap
MPLS-LDP-FRAME-RELAY-STD-MIB ·
.1.3.6.1.2.1.10.166.6.1.1.1.1.2
Object
column r/w
Enumeration
This represents whether or not the Frame Relay merge
capability is supported. This is the EXACT value for the
Frame Relay Session Parameter, field M (for Frame Relay
Merge Capabilities). The Frame Relay Session Parameter
is an optional parameter in the Initialization Message.
The description from rfc3036.txt is:
'M, Frame Relay Merge Capabilities
Specifies the merge capabilities of a Frame
Relay switch. The following values are
supported in this version of the
specification:
Value Meaning
0 Merge not supported
1 Merge supported
Non-merge and merge Frame Relay LSRs may
freely interoperate.'
Please refer to the following reference for a
complete description of this feature.
Context
- MIB
- MPLS-LDP-FRAME-RELAY-STD-MIB
- OID
.1.3.6.1.2.1.10.166.6.1.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mplsLdpEntityFrameRelayEntry
- 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-LDP-FRAME-RELAY-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LDP-FRAME-RELAY-STD-MIB::mplsLdpEntityFrameRelayMergeCap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-LDP-FRAME-RELAY-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LDP-FRAME-RELAY-STD-MIB::mplsLdpEntityFrameRelayMergeCap.<mplsLdpEntityLdpId>.<mplsLdpEntityIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-LDP-FRAME-RELAY-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-LDP-FRAME-RELAY-STD-MIB::mplsLdpEntityFrameRelayMergeCap'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notSupported |
1 | supported |
Conformance
Member of
Compliance refinements
Write access is not required.