MIB Viewer

tnIp2DnsServerMode

OBJECT-TYPE
1.3.6.1.4.1.868.2.5.10.8.2.2.1.2
Access
read-write
Status
current
Sub-identifiers
0
This setting controls the DNS name resolution done by the switch. The following modes are supported: No DNS server: No DNS server will be used. staticIPv4 : Explicitly provide the IPv4 address of the DNS Server in dotted decimal notation. staticIPv6 : Explicitly provide the IPv6 address of the DNS Server in dotted decimal notation. anyDHCPv4 : From any IPv4 DHCP interfaces: The first DNS server offered from a DHCP lease to a DHCP-enabled interface will be used. thisDHCPv4 : From the specified IPv4 DHCP interface. Specify from which DHCP-enabled interface a provided DNS server should be preferred. anyDHCPv6 : From any IPv6 DHCP interfaces: The first DNS server offered from a DHCP lease to a DHCP-enabled interface will be used. thisDHCPv6 : From the specified IPv6 DHCP interface. Specify from which DHCP-enabled interface a provided DNS server should be preferred.
INTEGER { noDNS(1), staticIPv4(2), staticIPv6(3), anyDHCPv4(4), thisDHCPv4(5), anyDHCPv6(6), thisDHCPv6(7) }