CCNA 3 Practice Lab Solutions: Instructions
CCNA 3 Practice Lab Solutions: Instructions
Solutions
Instructions
1. Cable the network as shown in the diagram.
Objectives
1. The SanJose router must utilize both EIGRP and OSPF as its routing protocols.
5. Honolulu must be configured with a static default route and SanJose must propagate a
default route to all other OSPF enabled routers.
1-1 CCNA 3: Switching Basics and Intermediate Routing v3.0 Copyright Ó 2003, Cisco Systems, Inc.
Honolulu Router Configuration
Router>enable
Router#configure terminal
Router(config)#hostname Honolulu
Honolulu(config)#enable secret cisco
Honolulu(config)#line con 0
Honolulu(config-line)#password cisco
Honolulu(config-line)#login
Honolulu(config-line)#exit
Honolulu(config)#line vty 0 4
Honolulu(config-line)#password cisco
Honolulu(config-line)#login
Honolulu(config-line)#exit
1-2 CCNA 3: Switching Basics and Intermediate Routing v3.0 Copyright Ó 2003, Cisco Systems, Inc.
SanJose Router Configuration
Router>enable
Router#configure terminal
Router(config)#hostname SanJose
SanJose(config)#enable secret cisco
SanJose(config)#line con 0
SanJose(config-line)#password cisco
SanJose(config-line)#login
SanJose(config-line)#exit
SanJose(config)#line vty 0 4
SanJose(config-line)#password cisco
SanJose(config-line)#login
SanJose(config-line)#exit
SanJose(config)#router ospf 1
SanJose(config-router)#network 172.16.1.0 0.0.0.255 area 0
SanJose(config-router)#area 0 authentication
SanJose(config-router)#default-information originate always
SanJose(config-router)#exit
1-3 CCNA 3: Switching Basics and Intermediate Routing v3.0 Copyright Ó 2003, Cisco Systems, Inc.
London Router Configuration
Router>enable
Router#configure terminal
Router(config)#hostname London
London(config)#enable secret class
London(config)#line con 0
London(config-line)#password cisco
London(config-line)#login
London(config-line)#exit
London(config)#line vty 0 4
London(config-line)#password cisco
London(config-line)#login
London(config-line)#exit
London(config)#interface fa0/0
London(config-if)#ip address 172.16.2.1 255.255.255.224
London(config-if)#no shutdown
London(config-if)#exit
London(config)#router ospf 1
London(config-router)#network 172.16.1.0 0.0.0.3 area 0
London(config-router)#network 172.16.2.0 0.0.0.31 area 0
London(config-router)#area 0 authentication
London(config-router)#exit
1-4 CCNA 3: Switching Basics and Intermediate Routing v3.0 Copyright Ó 2003, Cisco Systems, Inc.
Outputs:
London#ping 172.16.1.1
London#ping 192.168.1.1
London#ping 192.168.1.2
London#ping 192.168.1.33
London#ping 192.168.1.65
London#show ip route
1-5 CCNA 3: Switching Basics and Intermediate Routing v3.0 Copyright Ó 2003, Cisco Systems, Inc.
SanJose#show ip route
Honolulu#show ip route
1-6 CCNA 3: Switching Basics and Intermediate Routing v3.0 Copyright Ó 2003, Cisco Systems, Inc.