You are on page 1of 5

BGP IPV4

................................................
R-1
................................................
conf t
int e0/0
ip add 192.168.2.2 255.255.255.0
no sh
int e0/1
ip add 200.10.2.1 255.255.255.0
no sh
int e0/2
ip add 200.10.6.1 255.255.255.0
no sh

router ospf 10
router-id 1.1.1.1
net 192.168.2.0 0.0.0.255 area 50

................................................
R-2
................................................
conf t
int e0/0
ip add 192.168.2.1 255.255.255.0
no sh
int e0/1
ip add 192.168.1.2 255.255.255.0
no sh

router ospf 10
router-id 2.2.2.2
net 192.168.2.0 0.0.0.255 area 50
net 192.168.1.0 0.0.0.255 area 50

................................................
R-3
................................................
conf t
int e0/0
ip add 192.168.1.1 255.255.255.0
no sh
int e0/1
ip add 192.168.3.1 255.255.255.0
no sh
int lo0
ip add 192.168.20.1 255.255.255.0
no sh
int lo1
ip add 192.168.21.1 255.255.255.0
no sh

router ospf 10
router-id 3.3.3.3
net 192.168.1.0 0.0.0.255 area 50
net 192.168.3.0 0.0.0.255 area 50
net 192.168.20.0 0.0.0.255 area 50
net 192.168.21.0 0.0.0.255 area 50

................................................
R-A
................................................
conf t
int e0/0
ip add 192.168.3.2 255.255.255.0
no sh
int lo1
ip add 192.168.40.1 255.255.255.0
no sh
int lo0
ip add 192.168.41.1 255.255.255.0
no sh

router ospf 10
router-id 4.4.4.4
net 192.168.3.0 0.0.0.255 area 50
net 192.168.40.0 0.0.0.255 area 50
net 192.168.41.0 0.0.0.255 area 50

................................................
R-4
................................................
conf t
int e0/0
ip add 200.10.6.2 255.255.255.0
no sh
int e0/1
ip add 200.10.4.1 255.255.255.0
no sh
int e0/2
ip add 172.10.2.2 255.255.255.0
no sh

router eigrp 10
eigrp router-id 5.5.5.5
no sh
network 172.10.2.0 0.0.0.255

................................................
R-5
................................................
conf t
int e0/0
ip add 172.10.2.1 255.255.255.0
no sh
int e0/1
ip add 172.10.1.2 255.255.255.0
no sh
int e0/2
ip add 172.10.3.1 255.255.255.0
no sh
router eigrp 10
eigrp router-id 6.6.6.6
no sh
network 172.10.1.0 0.0.0.255
network 172.10.2.0 0.0.0.255
network 172.10.3.0 0.0.0.255

................................................
R-6
................................................
conf t
int e0/0
ip add 172.10.1.1 255.255.255.0
no sh
int lo0
ip add 172.10.20.1 255.255.255.0
no sh
int lo1
ip add 172.10.21.1 255.255.255.0
no sh

router eigrp 10
eigrp router-id 7.7.7.7
no sh
network 172.10.1.0 0.0.0.255
network 172.10.20.0 0.0.0.255
network 172.10.21.0 0.0.0.255

................................................
R-B
................................................
conf t
int e0/0
ip add 172.10.3.2 255.255.255.0
no sh
int lo0
ip add 172.10.40.1 255.255.255.0
no sh
int lo1
ip add 172.10.41.1 255.255.255.0
no sh

router eigrp 10
eigrp router-id 8.8.8.8
no sh
network 172.10.3.0 0.0.0.255
network 172.10.40.0 0.0.0.255
network 172.10.41.0 0.0.0.255

................................................
R-7
................................................
conf t
int e0/0
ip add 200.10.2.2 255.255.255.0
no sh
int e0/1
ip add 200.10.4.2 255.255.255.0
no sh
int e0/2
ip add 172.28.1.2 255.255.255.0
no sh

route isis
net 49.0001.0000.0000.7777.00

int e0/2
ip router isis

................................................
R-8
................................................
conf t
int e0/0
ip add 172.28.2.2 255.255.255.0
no sh
int lo0
ip add 172.28.20.1 255.255.255.0
no sh
int lo1
ip add 172.28.21.1 255.255.255.0
no sh

router isis
net 49.0001.0000.0000.8888.00

int e0/0
ip router isis
int lo0
ip router isis
int lo1
ip router isis

................................................
R-9
................................................
conf t
int e0/0
ip add 172.28.1.1 255.255.255.0
no sh
int e0/2
ip add 172.28.2.1 255.255.255.0
no sh
int e0/1
ip add 172.28.3.1 255.255.255.0
no sh

router isis
net 49.0001.0000.0000.9999.00
int e0/0
ip router isis
int e0/1
ip router isis
int e0/2
ip router isis

................................................
R-C
................................................
conf t
int e0/0
ip add 172.28.3.2 255.255.255.0
no sh
int lo0
ip add 172.28.40.1 255.255.255.0
no sh
int lo1
ip add 172.28.41.1 255.255.255.0
no sh

router isis
net 49.0001.0000.0000.6666.00

int e0/0
ip router isis
int lo0
ip router isis
int lo1
ip router isis

You might also like