We're rolling now...
interface Loopback2
ip address 10.1.2.1 255.255.255.0
!
interface Loopback3
ip address 10.1.3.1 255.255.255.0
!
interface Loopback4
ip address 10.1.4.1 255.255.255.0
!
interface Loopback5
ip address 10.1.5.1 255.255.255.0
!
interface Loopback6
ip address 10.1.6.1 255.255.255.0
!
interface Serial0/0
ip address 10.1.12.1 255.255.255.0
serial restart-delay 0
!
router eigrp 100
network 10.0.0.0
no auto-summary
Router 2
interface Serial0/0
ip address 10.1.12.2 255.255.255.0
serial restart-delay 0
!
interface Serial0/1
ip address 10.1.23.2 255.255.255.0
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
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
router eigrp 100
redistribute ospf 1 metric 100 100 100 100 100 route-map ospftoeigrp
network 10.1.12.0 0.0.0.255
no auto-summary
!
router ospf 1
log-adjacency-changes
no auto-cost
redistribute eigrp 100 metric 100 subnets
network 10.1.23.0 0.0.0.255 area 0
network 10.1.0.0 0.0.255.255 area 0
distribute-list 1 out
!
no ip http server
!
!
!
!
ip prefix-list shawn seq 5 permit 10.0.0.0/8 le 24
access-list 1 permit 10.1.1.0 0.0.0.255
access-list 1 permit 10.1.3.0 0.0.0.255
access-list 1 permit 10.1.5.0 0.0.0.255
route-map ospftoeigrp permit 10
match ip address prefix-list shawn
Router 3
interface Loopback7
ip address 10.1.7.1 255.255.255.0
ip ospf network point-to-point
!
interface Loopback8
ip address 10.1.8.1 255.255.255.0
ip ospf network point-to-point
!
interface Loopback9
ip address 10.1.9.1 255.255.255.0
ip ospf network point-to-point
!
interface Loopback10
ip address 10.1.10.1 255.255.255.0
ip ospf network point-to-point
!
interface Loopback11
ip address 10.1.11.1 255.255.255.252
ip ospf network point-to-point
!
interface Loopback12
ip address 10.1.11.5 255.255.255.252
ip ospf network point-to-point
!
interface Loopback13
ip address 10.1.11.9 255.255.255.252
ip ospf network point-to-point
!
interface Serial0/0
ip address 10.1.23.3 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
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
network 10.1.23.0 0.0.0.255 area 0
network 10.1.0.0 0.0.255.255 area 0
No comments:
Post a Comment