HP MSR2000/3000/4000 Router Series Layer 3 - IP Services Command Reference
108
trusted interface specified, the device only uses the DNS suffix and DNS server information obtained
through the trusted interface to avoid attack.
This configuration is applicable to both IPv4 and IPv6.
You can configure up to 128 DNS trusted interfaces on the device.
Examples
# Specify Ethernet 1/1 as the DNS trusted interface.
<Sysname> system-view
[Sysname] dns trust-interface ethernet 1/1
ip host
Use ip host to create a host name-to-IPv4 address mapping.
Use undo ip host to remove a mapping.
Syntax
ip host host-name ip-address [ vpn-instance vpn-instance-name ]
undo ip host host-name ip-address [ vpn-instance vpn-instance-name ]
Default
No mappings are created.
Views
System view
Predefined user roles
network-admin
Parameters
host-name: Specifies a host name, a case-insensitive string of 1 to 253 characters. It can include letters,
digits, hyphens (-), underscores (_), and dots (.).
ip-address: Specifies the IPv4 address of the host.
vpn-instance vpn-instance-name: Specifies the name of an MPLS L3VPN instance, a case-sensitive string
of 1 to 31 characters. To specify a host name-to-IP address mapping on the public network, do not
specify this option.
Usage guidelines
You can configure host name-to-IPv4 address mappings for the public network and up to 1024 VPNs,
and configure a maximum of 1024 host name-to-IPv4 address mappings for the public network or each
VPN.
On the public network or a VPN, each host name maps to only one IPv4 address. If you use the
command multiple times, the most recent configuration takes effect.
Examples
# Map the IPv4 address 10.110.0.1 to the host name aaa on the public network.
<Sysname> system-view
[Sysname] ip host aaa 10.110.0.1