specificDefaultRoutersConfigSource
MX-DHCP-MIB ·
.0.1900.1.400.100.1.300
Object
column r/w
Enumeration
Configuration Source
The subnet's specific router configuration source.
* HostInterface: The default router is the host address
within the client's subnet.
* Static: The default router is specified in the
SpecificDefaultRouters.StaticRouter parameter.
Context
- MIB
- MX-DHCP-MIB
- OID
.0.1900.1.400.100.1.300- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- specificDefaultRoutersEntry
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-DHCP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-DHCP-MIB::specificDefaultRoutersConfigSource'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-DHCP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-DHCP-MIB::specificDefaultRoutersConfigSource.<specificDefaultRoutersSubnetName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-DHCP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-DHCP-MIB::specificDefaultRoutersConfigSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | hostInterface |
400 | static |