· 8 years ago · Jan 03, 2017, 02:18 PM
1R1# configure terminal
2R1(config)# ip dns server
3R1(config)# ip domain-lookup
4
5R1(config)# ip name-server 8.8.8.8
6R1(config)# ip name-server 4.4.4.4
7
8R1(config)# ip host host1 192.168.1.10
9R1(config)# ip host host2 192.168.1.11
10R1(config)# ip host host3 192.168.1.12