Cisco EIGRP + BGP redistribute eigrp

host MPLS
int e0/0
ip address 192.168.1.1 255.255.255.0
no shut
int e0/1
ip address 192.168.2.1 255.255.255.0
no shut
int e0/2
ip address 192.168.3.1 255.255.255.0
no shut

router bgp 9614
nei 192.168.1.11 remote-as 65535
nei 192.168.2.11 remote-as 65534
nei 192.168.3.11 remote-as 65533

host SiteAEdge
int e0/0
ip address 10.100.1.11 255.255.255.0
no shut
int e0/1
ip address 192.168.1.11 255.255.255.0
no shut

router eigrp 6
network 10.100.1.0 0.0.0.255
network 192.168.1.0 0.0.0.255
no auto
redistribute bgp 65535 metric 100 1 255 1 1500
router bgp 65535
nei 192.168.1.1 remote-as 9614
redistribute eigrp 6

host SiteACore
int e0/0
ip address 10.100.1.1 255.255.255.0
no shut
int e0/1
ip address 10.100.2.1 255.255.255.0
no shut
int lo1
ip address 10.100.10.1 255.255.255.0

router eigrp 6
network 10.100.1.0 0.0.0.255
network 10.100.2.0 0.0.0.255
network 10.100.10.0 0.0.0.255
no auto

router bgp 65535
nei 10.100.1.11 remote-as 65535

host SiteAAccess
int e0/0
ip address 10.100.2.2 255.255.255.0
no shut
int lo1
ip address 10.100.20.1 255.255.255.0

router eigrp 6
network 10.100.2.0 0.0.0.255
network 10.100.20.0 0.0.0.255
no auto

host SiteBEdge
int e0/0
ip address 10.101.1.11 255.255.255.0
no shut
int e0/1
ip address 192.168.2.11 255.255.255.0
no shut

router eigrp 6
network 10.101.1.0 0.0.0.255
network 192.168.2.0 0.0.0.255
no auto
redistribute bgp 65534 metric 100 1 255 1 1500
router bgp 65534
nei 192.168.2.1 remote-as 9614
redistribute eigrp 6

host SiteBCore
int e0/0
ip address 10.101.1.1 255.255.255.0
no shut
int e0/1
ip address 10.101.2.1 255.255.255.0
no shut
int lo1
ip address 10.101.10.1 255.255.255.0

router eigrp 6
network 10.101.1.0 0.0.0.255
network 10.101.2.0 0.0.0.255
network 10.101.10.0 0.0.0.255
no auto

host SiteBAccess
int e0/0
ip address 10.101.2.2 255.255.255.0
no shut
int lo1
ip address 10.101.20.1 255.255.255.0

router eigrp 6
network 10.101.2.0 0.0.0.255
network 10.101.20.0 0.0.0.255
no auto

host SiteCEdge
int e0/0
ip address 10.102.1.11 255.255.255.0
no shut
int e0/1
ip address 192.168.3.11 255.255.255.0
no shut

router eigrp 6
network 10.102.1.0 0.0.0.255
network 192.168.3.0 0.0.0.255
no auto
redistribute bgp 65533 metric 100 1 255 1 1500
router bgp 65533
nei 192.168.3.1 remote-as 9614
redistribute eigrp 6

host SiteCCore
int e0/0
ip address 10.102.1.1 255.255.255.0
no shut
int e0/1
ip address 10.102.2.1 255.255.255.0
no shut
int lo1
ip address 10.102.10.1 255.255.255.0

router eigrp 6
network 10.102.1.0 0.0.0.255
network 10.102.2.0 0.0.0.255
network 10.102.10.0 0.0.0.255
no auto

host SiteCAccess
int e0/0
ip address 10.102.2.2 255.255.255.0
no shut
int lo1
ip address 10.102.20.1 255.255.255.0

router eigrp 6
network 10.102.2.0 0.0.0.255
network 10.102.20.0 0.0.0.255
no auto

發佈留言

*