CCNA3 Skills-based Assessment Part 1 of 2

advertisement
CCNA3 Skills-based Assessment
Part 1 of 2 – Assessment of Intermediate Routing skills
Objectives
•
Configure OSPF with authentication
•
Configure EIGRP
•
Configure default routing and propagate it using OSPF
•
Verify network connectivity
Preconfigs
•
Note: The “no keepalive” command is added to FastEthernet0/0 interface. This will bring the
interface up without having to connect a switch or a hub.
The following items have been pre-configured on these devices:
1 of 5
•
The topology cabling
•
Hostname on all routers
•
Interface IP address on the routers
•
Interface clock rate on the routers
CCNA 3: Intermediate Routing – Skills-based Assessment
Following are the actual commands already configured on the devices:
Router1
hostname Router1
interface FastEthernet0/0
ip address 172.16.2.33 255.255.255.224
no keepalive
no shutdown
interface Serial0/0
ip address 172.16.1.2 255.255.255.252
clockrate 56000
no shutdown
Router2
hostname Router2
interface FastEthernet0/0
ip address 172.30.1.1 255.255.255.0
no keepalive
no shutdown
interface Serial0/0
ip address 172.16.1.1 255.255.255.252
no shutdown
interface serial0/1
ip address 10.10.1.1 255.255.255.252
clockrate 56000
no shutdown
Router3
hostname Router3
interface FastEthernet0/0
ip address 172.30.2.1 255.255.255.0
no keepalive
no shutdown
interface serial0/1
ip address 10.10.1.2 255.255.255.252
no shutdown
2 of 5
CCNA 3: Intermediate Routing – Skills-based Assessment
Configuration Tasks
Configure OSPF with Authentication
•
Configure OSPF routing between Router1 and Router2 with the process ID of 50.
•
Configure OSPF so only the following 172.16.0.0 subnets will be routed.
o
172.16.2.32/27
o
172.16.1.0/30
•
Configure Router1 with the OSPF router ID of 192.168.1.1.
•
Configure Router2 with the OSPF router ID of 192.168.1.2.
•
Configure the OSPF hello interval to 5 seconds and the OSPF dead interval to 20 seconds.
•
Configure the OSPF communication between the routers to use authentication with MD5
encryption.
Configure EIGRP
•
Configure EIGRP between Router2 and Router3 with an AS of 100.
•
EIGRP should only route for the following networks.
o
10.10.1.0/30
o
172.30.1.0/24
o
172.30.2.0/24
Configure Default Routing and propagate it using OSPF
•
On Router 2, configure a default static route to Router 3.
•
Propagate that default route to all routers in the OSPF routing domain.
Verify connectivity
•
3 of 5
Router2 should be able to ping all interfaces on all routers. Router1 and Router3 will not be able
to ping all interfaces since there is no redistribution between OSPF and EIGRP in this scenario.
Router1 should be able to ping all OSPF-enabled interfaces and Router3 should be able to ping
all EIGRP-enabled interfaces.
CCNA 3: Intermediate Routing – Skills-based Assessment
Configuration Tasks
Configure OSPF with Authentication
•
Configure OSPF routing between Router1 and Router2 with the process ID of 50.
Router(config) # router ospf process-id
Router(config-router)# network address wildcard-mask area area-id
Router1(config) # router ospf 50
Router1(config-router)# network 172.16.2.32 0.0.0.31 area 0
Router1(config-router)# network 172.16.1.0 0.0.0.3 area 0
•
•
Configure OSPF so only the following 172.16.0.0 subnets will be routed.
o
172.16.2.32/27
o
172.16.1.0/30
Configure Router1 with the OSPF router ID of 192.168.1.1.
Router(config)# interface loopbacknumber
Router(config-if)#ip address ip-address subnet-mask
Router1(config)# interface loopback 0
Router1(config-if)#ip address 192.168.1.1 255.255.255.255
•
Configure Router2 with the OSPF router ID of 192.168.1.2.
•
Configure the OSPF hello interval to 5 seconds and the OSPF dead interval to 20 seconds.
Router(config-if)# ip ospf hello-interval seconds
Router(config-if)# ip ospf dead-interval seconds
•
Configure the OSPF communication between the routers to use authentication with MD5
encryption.
Router(config-if)# ip ospf message-digest-key key-idmd5 encryption-type key
Router(config-router)# area area-id authentication message-digest
Router1(config-if)# ip ospf message-digest-key 1 md5 7 pwx
Router1(config)# router ospf 50
Router(config-router)# area 0 authentication message-digest
4 of 5
CCNA 3: Intermediate Routing – Skills-based Assessment
Configure EIGRP
•
Configure EIGRP between Router2 and Router3 with an AS of 100.
router(config)#router eigrp autonomous-system-number
router(config-router)#network network-number
•
EIGRP should only route for the following networks.
o
10.10.1.0/30
o
172.30.1.0/24
o
172.30.2.0/24
Configure Default Routing and propagate it using OSPF
•
On Router 2, configure a default static route to Router 3.
•
Propagate that default route to all routers in the OSPF routing domain.
ip route 0.0.0.0 0.0.0.0 10.10.1.2
(config-router)# default-information originate
Verify connectivity
•
5 of 5
Router2 should be able to ping all interfaces on all routers. Router1 and Router3 will not be able
to ping all interfaces since there is no redistribution between OSPF and EIGRP in this scenario.
Router1 should be able to ping all OSPF-enabled interfaces and Router3 should be able to ping
all EIGRP-enabled interfaces.
CCNA 3: Intermediate Routing – Skills-based Assessment
Download