biboPPPIpAddress
BIANCA-BRICK-PPP-MIB ·
.1.3.6.1.4.1.272.4.3.1.1.10
Object
column mandatory
r/w
Enumeration
The IP control protocol as described in RFC1332
has a means of negotiating IP-addresses. When this
option is set to dynamic-server(2), an available
IP-address found in biboPPPIpAddrTable is assigned
as the remote IP-address and a temporary route is
created during the uptime of the interface.
When set to dynamic-client(3), the remote system is
asked to tell us our own IP-address. A host route
will be created during the uptime of the interface.
In most cases this option will be set automatically
by the network address translation option.
In static(1) mode, address-negotiation is not forced.
Context
- MIB
- BIANCA-BRICK-PPP-MIB
- OID
.1.3.6.1.4.1.272.4.3.1.1.10- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- biboPPPEntry
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 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PPP-MIB::biboPPPIpAddress'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PPP-MIB::biboPPPIpAddress.<biboPPPType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-PPP-MIB::biboPPPIpAddress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | dynamic-server |
3 | dynamic-client |