pppBridgeMediaConfigLocalStatus
PPP-BRIDGE-NCP-MIB ·
.1.3.6.1.2.1.10.23.4.4.1.2
Object
column mandatory
r/w
Enumeration
Indicates whether the local PPP Bridging Entity should accept packets of the protocol type identified in pppBridgeMediaConfigMacType on the PPP link identified by ifIndex or not. Setting this object to the value dont-accept has the affect of invalidating the corresponding entry in the pppBridgeMediaConfigTable object. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Changing this object will have effect when the link is next restarted.
Context
- MIB
- PPP-BRIDGE-NCP-MIB
- OID
.1.3.6.1.2.1.10.23.4.4.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- pppBridgeMediaConfigEntry
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::pppBridgeMediaConfigLocalStatus'
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::pppBridgeMediaConfigLocalStatus.<ifIndex>.<pppBridgeMediaConfigMacType>'
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::pppBridgeMediaConfigLocalStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | accept |
2 | dont-accept |