pppBridgeLocalToRemoteLanId
PPP-BRIDGE-NCP-MIB ·
.1.3.6.1.2.1.10.23.4.1.1.4
Object
column mandatory
Enumeration
Indicates whether the local node will include the LAN Identification field in transmitted packets or not. If false(1) then the local node will not transmit this field, true(2) means that the field will be transmitted. The value of this object is meaningful only when the link has reached the open state (pppBridgeOperStatus is opened).
Context
- MIB
- PPP-BRIDGE-NCP-MIB
- OID
.1.3.6.1.2.1.10.23.4.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- pppBridgeEntry
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 'PPP-BRIDGE-NCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PPP-BRIDGE-NCP-MIB::pppBridgeLocalToRemoteLanId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PPP-BRIDGE-NCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PPP-BRIDGE-NCP-MIB::pppBridgeLocalToRemoteLanId.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PPP-BRIDGE-NCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PPP-BRIDGE-NCP-MIB::pppBridgeLocalToRemoteLanId'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | false |
2 | true |