Friday, February 5, 2010

Configuring DNS

Router# show running-config
Building configuration...
Current configuration : 470 bytes!
version 12.2
service timestamps debug datetime msec
service timestamps log uptime
no service password-encryption!
hostname Router
!
!
ip subnet-zero
ip name-server 192.168.1.100
!--- Configures the IP address of the name server.
!--- Domain lookup is enabled by default.
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
!
!
!--- Output Suppressed.
end

Cisco training tree