specificDnsServersEnableConfig
MX-DHCP-MIB ·
.0.1900.1.500.300.1.200
Object
Enable
Defines the DNS servers configuration to use for this
specific subnet.
* Disable: The subnet uses the default configuration as
defined in the DefaultDnsServersConfigSource and
DefaultStaticDnsServers.IpAddress parameters.
* Enable: The subnet uses the specific configuration as
defined in the following parameters:
SpecificDnsServers.ConfigSource,
SpecificDnsServers.StaticDns1,
SpecificDnsServers.StaticDns2,
SpecificDnsServers.StaticDns3, and
SpecificDnsServers.StaticDns4.
The configuration is only valid when the
SpecificDnsServers.EnableOption parameter is set to 'Enable'.
Context
- MIB
- MX-DHCP-MIB
- OID
.0.1900.1.500.300.1.200- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- specificDnsServersEntry
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::specificDnsServersEnableConfig'
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::specificDnsServersEnableConfig.<specificDnsServersSubnetName>'
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::specificDnsServersEnableConfig'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |