Nuggets OSPF 1 Configuration
Router 1
interface FastEthernet0/0
ip address 172.30.0.1 255.255.255.0
duplex auto
speed auto
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
auto-cost reference-bandwidth 1000
summary-address 172.16.0.0 255.255.252.0
redistribute static metric 200 subnets
network 172.30.0.1 0.0.0.0 area 0
!
no ip http server
!
ip route 172.16.0.0 255.255.255.0 Null0
ip route 172.16.1.0 255.255.255.0 Null0
ip route 172.16.2.0 255.255.255.0 Null0
ip route 172.16.3.0 255.255.255.0 Null0
Router 2
interface FastEthernet0/0
ip address 172.30.0.2 255.255.255.0
ip ospf priority 0
duplex auto
speed auto
!
interface Serial1/0
ip address 172.30.10.2 255.255.255.0
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
router-id 2.2.2.2
log-adjacency-changes
auto-cost reference-bandwidth 1000
area 10 range 10.10.0.0 255.255.252.0
network 172.30.0.2 0.0.0.0 area 0
network 172.30.10.2 0.0.0.0 area 10
Router 3
interface FastEthernet0/0
ip address 172.30.0.3 255.255.255.0
ip ospf priority 0
duplex auto
speed auto
!
interface Serial1/0
ip address 172.30.20.3 255.255.255.0
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
router-id 3.3.3.3
log-adjacency-changes
auto-cost reference-bandwidth 1000
area 20 range 10.20.0.0 255.255.252.0
network 172.30.0.3 0.0.0.0 area 0
network 172.30.20.3 0.0.0.0 area 20
Router 4
interface Loopback1
ip address 10.20.0.1 255.255.255.0
!
interface Loopback2
ip address 10.20.1.1 255.255.255.0
!
interface Loopback3
ip address 10.20.2.1 255.255.255.0
!
interface Loopback4
ip address 10.20.3.1 255.255.255.0
!
interface Serial0/0
ip address 172.30.20.4 255.255.255.0
serial restart-delay 0
!
interface Serial0/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
router-id 4.4.4.4
log-adjacency-changes
auto-cost reference-bandwidth 1000
network 10.0.0.0 0.255.255.255 area 20
network 172.30.20.4 0.0.0.0 area 20
Router 5
interface Loopback1
ip address 10.10.0.1 255.255.255.0
!
interface Loopback2
ip address 10.10.1.1 255.255.255.0
!
interface Loopback3
ip address 10.10.2.1 255.255.255.0
!
interface Loopback4
ip address 10.10.3.1 255.255.255.0
!
interface Serial0/0
ip address 172.30.10.5 255.255.255.0
serial restart-delay 0
!
interface Serial0/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
router-id 5.5.5.5
log-adjacency-changes
auto-cost reference-bandwidth 1000
network 10.10.0.0 0.0.255.255 area 10
network 172.30.10.5 0.0.0.0 area 10
No comments:
Post a Comment