background image
Lab A.14: Final Lab
589
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped
out
Lab A.14: Final Lab
T
his final lab will have you log into both routers and configure the
routers using all the commands discussed in this chapter.
1.
Connect to the 2501A router and log in. Set the hostname and
passwords.
Router#config t
Router(config)#hostname 2501A
2501A(config)#enable secret todd
2501A(config)#enable password bill
2501A(config)#line console 0
2501A(config-line)#login
2501A(config-line)#password todd
2501A(config-line)#line aux 0
2501A(config-line)#login
2501A(config-line)#password todd
2501A(config-line)#line vty 0 4
2501A(config-line)#login
2501A(config-line)#password todd
2501A(config-line)#
2.
On the 2501A router, set the IP address of 172.16.10.1/24 on the
Ethernet 0 interface and 172.16.20.1/24 on the serial 0 interface. Set
the clock rate to 64000 on serial 0.
2501A(config-line)#interface serial 0
2501A(config-if)#ip address 172.16.20.1 255.255.255.0
2501A(config-if)#clock rate 64000
2501A(config-if)#no shut
2501A(config-if)#interface ethernet 0
2501A(config-if)#ip address 172.16.10.1 255.255.255.0
2501A(config-if)#no shut
2501A(config-if)#
Copyright ©2002 SYBEX, Inc., Alameda, CA
www.sybex.com