0% found this document useful (0 votes)
19 views

Deber BGP1

The document configures OSPF, BGP, and IGP routing on multiple routers including R1, R2, Cumulus, Brocade, RA, RB, RC, and RD to establish connectivity between their interfaces and exchange routing information.

Uploaded by

NeycerAnchundia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Deber BGP1

The document configures OSPF, BGP, and IGP routing on multiple routers including R1, R2, Cumulus, Brocade, RA, RB, RC, and RD to establish connectivity between their interfaces and exchange routing information.

Uploaded by

NeycerAnchundia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

<<<<<<<<<<<<<<<<<<<<<<<<R1>>>>>>>>>>>>>>>>>

conf t
router ospf 10
router-id 2.1.1.1
exit
int e0/0
ip add 10.10.2.2 255.255.255.0
no shut
ip ospf 10 area 0
exit
int e0/1
ip add 10.10.4.1 255.255.255.0
no shut
ip ospf 10 area 0
exit
int e0/2
ip add 10.10.12.1 255.255.255.0
no shut
ip ospf 10 area 0
exit
int lo0
ip add 2.1.1.1 255.255.255.255
ip ospf 10 area 0
exit
router bgp 290
bgp router-id 2.1.1.1
neig 2.4.4.4 remote-as 290
neig 2.4.4.4 update-source lo0
neig 2.3.3.3 remote-as 290
neig 2.3.3.3 update-source lo0
exit
<<<<<<<<<<<<<<<<<<<<<<<<R2>>>>>>>>>>>>>>>>>
conf t
router ospf 10
router-id 2.2.2.2
exit
int e0/0
ip add 10.10.3.2 255.255.255.0
no shut
ip ospf 10 area 0
exit
int e0/1
ip add 10.10.16.1 255.255.255.0
no shut
ip ospf 10 area 0
exit
int lo0
ip add 2.2.2.2 255.255.255.255
ip ospf 10 area 0
exit
router bgp 290
bgp router-id 2.2.2.2
neig 2.4.4.4 remote-as 290
neig 2.4.4.4 update-source lo0
exit
<<<<<<<<<<<<<<<<<<<<<<<<CUMULUS>>>>>>>>>>>>>>>>>
login: cumulus
psswd: CumulusLinux!
net add loopback lo ip address 2.4.4.4/32
net add interface swp1 ip address 10.10.2.1/24
net add interface swp2 ip address 10.10.3.1/24
net add interface swp3 ip address 200.10.10.2/24
net add ospf router-id 2.4.4.4
net add ospf network 10.10.2.0/24 area 0.0.0.0
net add ospf network 10.10.3.0/24 area 0.0.0.0
net add ospf network 2.4.4.4/32 area 0.0.0.0
net pending
net commit

net add bgp autonomous-system 290


net add bgp router-id 2.4.4.4
net add bgp neighbor 200.10.10.1 remote-as external
net add bgp ipv4 unicast neighbor 200.10.10.1 activate
net add bgp neighbor 2.1.1.1 remote-as internal
net add bgp ipv4 unicast neighbor 2.1.1.1 activate
net add bgp neighbor 2.1.1.1 next-hop-self

net add bgp neighbor 2.2.2.2 remote-as internal


net add bgp ipv4 unicast neighbor 2.2.2.2 activate
net add bgp neighbor 2.2.2.2 next-hop-self

net add bgp neighbor 2.3.3.3 remote-as internal


net add bgp ipv4 unicast neighbor 2.3.3.3 activate
net add bgp neighbor 2.3.3.3 next-hop-self

net add bgp ipv4 unicast network 10.10.12.0/24


net add bgp ipv4 unicast network 10.10.14.0/24
net add bgp ipv4 unicast network 10.10.16.0/24
net commit
<<<<<<<<<<<<<<<<<<<<<<<<BROCADE>>>>>>>>>>>>>>>>>
configure
set interfaces loopback lo addres 2.3.3.3/32
set interfaces ethernet eth0 address 10.10.4.2/24
set interfaces ethernet eth1 address 10.10.14.1/24
set protocols ospf parameters router-id 2.3.3.3
set protocols ospf area 0.0.0.0 network 10.10.4.0/24
set protocols ospf area 0.0.0.0 network 10.10.14.0/24
set protocols ospf area 0.0.0.0 network 2.3.3.3/32
set protocols bgp 290 parameters router-id 2.3.3.3
set protocols bgp 290 neighbor 2.1.1.1 remote-as 290
set protocols bgp 290 neighbor 2.1.1.1 update-source lo
set protocols bgp 290 neighbor 2.4.4.4 remote-as 290
set protocols bgp 290 neighbor 2.4.4.4 update-source lo
commit
<<<<<<<<<<<<<<<<<<<<<<<<RA>>>>>>>>>>>>>>>>>
ena
conf t
int lo0
ip add 4.1.1.1 255.255.255.255
exit
int e0/0
ip add 172.16.2.1 255.255.255.0
no shut
exit
int e0/1
ip add 172.16.3.1 255.255.255.0
no shut
exit
int e0/2
ip add 200.10.10.2 255.255.255.0
no shut
exit

router eigrp 10
eigrp router-id 4.1.1.1
network 4.1.1.1 255.255.255.255
network 172.16.2.0 255.255.255.0
network 172.16.3.0 255.255.255.0
exit

router bgp 450


bgp router-id 4.1.1.1
neighbor 200.10.10.1 remote-as 290
neighbor 4.2.2.2 remote-as 450
neighbor 4.2.2.2 update-source lo0
neighbor 4.2.2.2 next-hop-self
neighbor 4.3.3.3 remote-as 450
neighbor 4.3.3.3 update-source lo0
neighbor 4.3.3.3 next-hop-self
neighbor 4.4.4.4 remote-as 450
neighbor 4.4.4.4 update-source lo0
neighbor 4.4.4.4 next-hop-self

network 172.16.14.0 mask 255.255.255.0


network 172.16.16.0 mask 255.255.255.0
exit
<<<<<<<<<<<<<<<<<<<<<<<<RB>>>>>>>>>>>>>>>>>

conf t
int lo0
ip add 4.2.2.2 255.255.255.255
exit
int e0/0
ip add 172.16.2.2 255.255.255.0
no shut
exit
int e0/1
ip add 172.16.4.1 255.255.255.0
no shut
exit

router eigrp 10
eigrp router-id 4.2.2.2
network 4.2.2.2 255.255.255.255
network 172.16.2.0 255.255.255.0
network 172.16.4.0 255.255.255.0
exit

router bgp 450


bgp router-id 4.2.2.2
neighbor 4.1.1.1 remote-as 450
neighbor 4.1.1.1 update-source lo0

neighbor 4.4.4.4 remote-as 450


neighbor 4.4.4.4 update-source lo0
exit

<<<<<<<<<<<<<<<<<<<<<<<<RC>>>>>>>>>>>>>>>>>
conf t
int lo0
ip add 4.3.3.3 255.255.255.255
exit
int e0/0
ip add 172.16.3.2 255.255.255.0
no shut
exit
int e0/1
ip add 172.16.16.1 255.255.255.0
no shut
exit

router eigrp 10
eigrp router-id 4.3.3.3
network 4.3.3.3 255.255.255.255
network 172.16.3.0 255.255.255.0
network 172.16.16.0 255.255.255.0
exit

router bgp 450


bgp router-id 4.3.3.3
neighbor 4.1.1.1 remote-as 450
neighbor 4.1.1.1 update-source lo0
exit
<<<<<<<<<<<<<<<<<<<<<<<<RD>>>>>>>>>>>>>>>>>
conf t
int lo0
ip add 4.4.4.4 255.255.255.255
exit
int e0/0
ip add 172.16.4.2 255.255.255.0
no shut
exit
int e0/1
ip add 172.16.14.1 255.255.255.0
no shut
exit

router eigrp 10
eigrp router-id 4.4.4.4
network 4.4.4.4 255.255.255.255
network 172.16.4.0 255.255.255.0
network 172.16.14.0 255.255.255.0
exit

router bgp 450


bgp router-id 4.4.4.4
neighbor 4.1.1.1 remote-as 450
neighbor 4.1.1.1 update-source lo0

neighbor 4.2.2.2 remote-as 450


neighbor 4.2.2.2 update-source lo0
exit

You might also like