¿cuanta gente a visto el blog?

Como hacer BGP entre tres computadoras

 

BGP ipv 4 y ipv6

---------------R1------------------

en

conf t

int e0/0

ip add 10.1.1.1 255.255.255.252

no shut

exit


int e0/1

ip add 10.1.3.1 255.255.255.252

no shut

exit


int e0/2

ip add 192.10.2.1 255.255.255.0

no shut

exit


router bgp 300

network 10.1.1.0 mask 255.255.255.252

network 10.1.3.0 mask 255.255.255.252

network 192.10.2.0 mask 255.255.255.0

neighbor 10.1.1.2 remote-as 100

neighbor 10.1.3.2 remote-as 200


do wr

-----------------R2-------------------

en

conf t

int e0/0

ip add 10.1.1.2 255.255.255.252

no shut

exit


int e0/1

ip add 10.1.2.1 255.255.255.252

no shut

exit


int e0/2

ip add 192.10.3.1 255.255.255.0

no shut

exit

 

router bgp 100

network 10.1.1.0 mask 255.255.255.252

network 10.1.2.0 mask 255.255.255.252

neighbor 10.1.1.1 remote-as 300

neighbor 10.1.2.2 remote-as 200


----------------R3-----------------

en

conf t

int e0/0

ip add 10.1.2.2 255.255.255.252

no shut

exit


int e0/1

ip add 10.1.3.2 255.255.255.252

no shut

exit


int e0/2

ip add 192.10.1.1 255.255.255.0

no shut

exit


router bgp 200

network 10.1.2.0 mask 255.255.255.252

network 10.1.3.0 mask 255.255.255.252

network 192.10.1.0 mask 255.255.255.0

neighbor 10.1.2.1 remote-as 100

neighbor 10.1.3.1 remote-as 300



VPC1

ip 192.10.2.2 255.255.255.0 192.10.2.1

save

VPC2

ip 192.10.1.2 255.255.255.0 192.10.1.1

save

VPC

ip 192.10.3.2 255.255.255.0 192.10.3.1

save

--------------------------------------------------

-------------------------------------------

IPV.....R3

en

conf t

int e0/0

ipv6 address 2001:bd4:abcd:4441::1/64

no sh

int e0/1

ipv6 address 2001:bd4:abcd:4443::1/64

no sh

int e0/2

ipv6 address 2198:bd4:abcd:4440::1/64

no sh

exit


ipv6 unicast-routing

router bgp 300

bgp router-id 1.1.1.1

neighbor 2001:bd4:abcd:4443::2 remote-as 200

neighbor 2001:bd4:abcd:4441::2 remote-as 100

neighbor 2198:bd4:abcd:4440::2 remote-as 300

address-family ipv6 unicast

neighbor 2001:bd4:abcd:4443::2 activate

neighbor 2001:bd4:abcd:4441::2 activate

neighbor 2198:bd4:abcd:4440::2 activate

network 2198:bd4:abcd:4440::/64


 .....R4

en

conf t

int e0/1

ipv6 address 2001:bd4:abcd:4442::1/64

no sh

int e0/0

ipv6 address 2001:bd4:abcd:4441::2/64

no sh

int e0/2

ipv6 address 2198:bd4:abcd:4448::1/64

no sh


exit


ipv6 unicast-routing

router bgp 100

bgp router-id 2.2.2.2

neighbor 2001:bd4:abcd:4442::2 remote-as 200

neighbor 2001:bd4:abcd:4441::1 remote-as 300 

neighbor 2198:bd4:abcd:4448::2 remote-as 100

address-family ipv6 unicast

neighbor 2001:bd4:abcd:4442::2 activate

neighbor 2001:bd4:abcd:4441::1 activate 

neighbor 2198:bd4:abcd:4448::2 activate

network 2198:bd4:abcd:4448::/64

.....R5

en

conf t

int e0/0

ipv6 address 2001:bd4:abcd:4442::2/64

no sh

int e0/1

ipv6 address 2001:bd4:abcd:4443::2/64

no sh

int e0/2

ipv6 address 2198:bd4:abcd:4444::1/64

no sh

exit


ipv6 unicast-routing

router bgp 200

bgp router-id 3.3.3.3

neighbor 2001:bd4:abcd:4443::1 remote-as 300

neighbor 2001:bd4:abcd:4442::1 remote-as 100

neighbor 2198:bd4:abcd:4444::2 remote-as 200

address-family ipv6 unicast

neighbor 2001:bd4:abcd:4443::1 activate

neighbor 2001:bd4:abcd:4442::1 activate

neighbor 2198:bd4:abcd:4444::2 activate

network 2198:bd4:abcd:4444::/64


 


VPC1

ip 2198:bd4:abcd:4440::2/64 2198:bd4:abcd:4442::1  

VPC

ip 2198:bd4:abcd:4448::2/64 2198:bd4:abcd:4448::1

VPC2

ip 2198:bd4:abcd:4444::2/64 2198:bd4:abcd:4444::1




ping 2198:bd4:abcd:4440::2

ping 2198:bd4:abcd:4440::1

ping 2001:bd4:abcd:4441::1 zz

ping 2001:bd4:abcd:4441::2 zz

ping 2198:bd4:abcd:4448::1

ping 2198:bd4:abcd:4448::2 

ping 2001:bd4:abcd:4442::1 xx

ping 2001:bd4:abcd:4442::2 xx

ping 2001:bd4:abcd:4443::1 yy

ping 2001:bd4:abcd:4443::2 yy

ping 2198:bd4:abcd:4444::1 

ping 2198:bd4:abcd:4444::2 


show ipv6 route


No hay comentarios.:

Publicar un comentario