Activity LAB – OSPF 2

Here is what needs to be done:
-Configure simple password authentication on area 1 using “c1sc0″ as the password.
-Configure area 1 as a totally stubby area
-Force ABR1 to generate a default route regardless of whether or not a default route is in it’s routing table
-Configure FastEthernet 1 on Router1 and ABR1 with 5 second ‘hello’ timers and 15 ‘dead’ timers
-Make sure that Router1 could never be elected as the DR on area 1
Router1 Configuration:
interface Loopback 1
ip address 172.16.1.1 255.255.255.255
interface FastEthernet1
ip address 172.16.2.2 255.255.255.0
router ospf 1
network 172.16.1.0 0.0.0.255 area 1
network 172.16.2.0 0.0.0.255 area 1
ABR1 Configuration:
interface FastEthernet0
ip address 10.1.1.0 255.255.255.0
interface FastEthernet1
ip address 172.16.2.1 255.255.255.0
router ospf 1
network 10.1.1.0 0.0.0.255 area 0
network 172.16.2.0 0.0.0.255 area 1
Source : Networking Forum

Posted June 28, 2007
Comments(0)



