Configuring A Router: CCNA 2 v3 - Module 3
Configuring A Router: CCNA 2 v3 - Module 3
Configuring A Router: CCNA 2 v3 - Module 3
CCNA 2 v3 – Module 3
NESCOT CATC 1
CLI Command Modes
User EXEC
Privileged EXEC
Global Configuration
Specific Modes
NESCOT CATC 2
Configuring a Router
Routers should be given a unique names as one of the first
configuration tasks:
Router(config)# hostname Tokyo
Tokyo(config)# _
Examine results:
Router# show running-config
No
Intended Remove changes
results?
Yes Router(config)# no…
a circuit number
Banner MOTD
Message-of-the-Day banner can be displayed on all connected
terminals:
Router(config)# banner motd #
Enter TEXT message.BEGIN and END with a character #.
#ACME Computer Network – Restricted Access #
Router(config)#_
A login banner should be a warning not to attempt login unless
authorized. NESCOT CATC 7
Host Name Configuration
Host name resolution associates a host name with an IP address. These
address mappings are stored in a host table.
Host names, unlike DNS names, are significant only on the router on which
they are configured. A host table allows you to type either the host name or
the IP address to Telnet or Ping to a remote host.
London(config)# ip host London 200.200.200.200
London(config)# ip host NewYork 10.0.0.1
London(config)# ip host Paris 192.168.1.1
London(config)# ip host Munich 172.16.0.1
London(config)# end
London# show hosts
Default domain is not set
Name/address lookup uses domain services
Name servers are
NESCOT CATC 9
Copying, Editing, and Pasting Configurations
To store the current configuration on a network TFTP server
enter the following command:
My# copy running-config tftp
Remote host []? 131.108.2.155
Name of configuration file to write[my-config]? My2
Write file My2 to 131.108.2.155 ? [confirm] y