Cisco IOS software supports the configuration of both static IPv4 and IPv6 host addresses using the ip host [name] [v4-address] and ipv6 host [name] [v6-address] global configuration commands, respectively. The following example illustrates how to configure static IPv4 and IPv6 host names and addresses in Cisco IOS software:
R1(config)#ip host TEST-HOST 10.0.0.3R1(config)#ipv6 host TEST-HOST 3FFF:1234:ABCD:1::3
The static IPv4 and IPv6 host configuration can be validated using the show hosts command, the output of which is printed below:
R1#show hosts
The content below this message is for members only.