Configure
Telnet Remote Access
LAB Topology 3
Lab requirements:
1. Router Name:
Auzanet_Router1, Auzanet_Router2 and Auzanet_Router3
2. Set password to
auzanet123, secret to auzanet123, and vty to auzanet123. All the
passwords are required to be encrypted.
3. Configure all the
routers.
Lab Process:
Configure
Router 1
Router>en
Router#configure
terminal
Enter
configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname
Auzanet_Router1
SET ROUTER’S
NAME
Auzanet_Router1(config)#enable
password auzanet123
SET ROUTER
PASSWORD
Auzanet_Router1(config)#enable
secret auzanet123
SET ROUTER
ENCRYPTION PASSWORD
Auzanet_Router1(config)#line
vty 0 4 ENABLE
TELNET
Auzanet_Router1(config-line)#password
auzanet123
REQUIRE PASSWORD
AUTHENTICATION
Auzanet_Router1(config-line)#login
Auzanet_Router1(config-line)#exit
Auzanet_Router1(config)#service
password-encryption
SET GLOBAL
PASSWORD ENCRYPTION
Auzanet_Router1(config)#interface
serial 0/0/0
ENABLING THE
SERIAL PORT
Auzanet_Router1(config-if)#ip
address 10.10.2.1 255.255.255.252
SET IP ADDRESS OF
THE SERIAL PORT
Auzanet_Router1
(config-if)#clock
rate 64000
CONFIGURE CLOCK
RATE IF SERIAL PORT IS DCE
Auzanet_Router1(config-if)#description
***Connected to Auzanet_Router1***
SET PORT
DESCRIPTION
Auzanet_Router1
(config-if)#no
shutdown
ACTIVATE THE
INTERFACE
Configure
Router 2
and Router 3
the similar way the Router
1 is configured.
The IP addresses of the interfaces are different. Set
the clock rate of the DCE end on every WAN link.
Commands
for Telneting from Auzanet_Router1
to Auzanet_Router2:
Auzanet_Router1#telnet
10.10.2.2
Trying
10.10.2.2 …open
User
Access Verification
Password:
auzanet123
PASSWORD
CONFIGURED ON THE VTY LOGIN
Auzanet_Router2>enable
Auzanet_Router2#
No comments:
Post a Comment