cadMplsLdpNeighborTargetedPeer
CADANT-MPLS-MIB ·
.1.3.6.1.4.1.4998.1.1.130.1.1.2.1.4
Object
If this value is set to true, then this neighbor is a CLI configured Targeted LDP peer. The CMTS will consider this peer eligible so will accept discovery messages from it and will actively try to establish a T-LDP session with the peer. If this value is set to false then this neighbor is a regular link LDP neighbor and a row in this table will be used for storing the password only.
Context
- MIB
- CADANT-MPLS-MIB
- OID
.1.3.6.1.4.1.4998.1.1.130.1.1.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cadMplsLdpNeighborEntry
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 'CADANT-MPLS-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-MPLS-MIB::cadMplsLdpNeighborTargetedPeer'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CADANT-MPLS-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-MPLS-MIB::cadMplsLdpNeighborTargetedPeer.<cadMplsLdpNeighborAddressType>.<cadMplsLdpNeighborIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CADANT-MPLS-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CADANT-MPLS-MIB::cadMplsLdpNeighborTargetedPeer'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |