networkInterfacesConnectionType
MX-BNI-MIB ·
.0.200.1.1000.1.250
Object
column r/w
Enumeration
Connection Type
Connection type of the network interface.
* IpDhcp: IPv4 connection, address and network mask are
provided by a DHCP server.
* IpStatic: IPv4 connection, address and network mask are
configured by the column NetworkInterfaces.StaticIpAddr.
* Ip6AutoConf: IPv6 state-less auto-configuration.
* Ip6Static: IPv6 connection, address and network mask are
configured by the column NetworkInterfaces.StaticIpAddr.
* PppIpcp: IPv4 over PPP connection, address and network mask
are provided by the PPP peer using IPCP.
DHCP servers and PPP peers may provide a list of DNS to use. If
that is the case, the DNS are forwarded to the Host
Configuration service where they can be used.
Context
- MIB
- MX-BNI-MIB
- OID
.0.200.1.1000.1.250- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- networkInterfacesEntry
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 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-BNI-MIB::networkInterfacesConnectionType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-BNI-MIB::networkInterfacesConnectionType.<networkInterfacesIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-BNI-MIB::networkInterfacesConnectionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | ipDhcp |
200 | ipStatic |
225 | ip6AutoConf |
250 | ip6Static |
300 | pppIpcp |