specificNtpServersConfigSource
MX-DHCP-MIB ·
.0.1900.1.600.300.1.400
Object
column r/w
Enumeration
Configuration Source
NTP servers specific configuration source for the subnet.
* HostConfiguration: The NTP servers are obtained from the
host configuration.
* Automatic: The NTP servers are automatically obtained
from the network configured in the
Subnets.AutomaticConfigurationInterface parameter of this
subnet.
* Static: The NTP servers are specified in the StaticNtp
parameters of this table.
This configuration overrides the default configuration set in
the DefaultNtpServersConfigSource parameter when the
SpecificNtpServers.EnableConfig parameter is set to 'Enable'.
Context
- MIB
- MX-DHCP-MIB
- OID
.0.1900.1.600.300.1.400- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- specificNtpServersEntry
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::specificNtpServersConfigSource'
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::specificNtpServersConfigSource.<specificNtpServersSubnetName>'
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::specificNtpServersConfigSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
200 | hostConfiguration |
300 | automatic |
400 | static |