Sei sulla pagina 1di 5

RA ---------------------------------

en
confi ter
host RA
ipv6 unicast-routing
int e0/0
ipv6 add 2001:A:B:1::1/64
ipv6 ospf 10 area 0
no shut
exit
int e0/1
ipv6 add 2001:A:B:2::1/64
ipv6 ospf 10 area 0
no shut
exit
int e0/2
ipv6 add 2001:6:6:6::1/64
no shut
exit
ipv6 route 2001:5:5:5::/64 2001:6:6:6::2
ipv6 router ospf 10
router-id 6.6.6.6
exit

router bgp 700


bgp router-id 6.6.6.6
neig 2001:5:5:5::1 remote-as 300
neig 2001:5:5:5::1 ebgp-multihop 4
neig 2001:a:b:1::2 remote-as 700
neig 2001:a:b:2::2 remote-as 700
neig 2001:a:b:3::2 remote-as 700
address-family ipv4
no neig 2001:5:5:5::1 activate
no neig 2001:a:b:1::2 activate
no neig 2001:a:b:2::2 activate
no neig 2001:a:b:3::2 activate
exit
address-family ipv6
neig 2001:5:5:5::1 activate
neig 2001:a:b:1::2 activate
neig 2001:a:b:1::2 next-hop-self
neig 2001:a:b:2::2 activate
neig 2001:a:b:2::2 next-hop-self
neig 2001:a:b:3::2 activate
neig 2001:a:b:3::2 next-hop-self
network 2001:a:b:b::/64
network 2001:a:b:2::/64
network 2001:a:b:1::/64
network 2001:a:b:a::/64
network 2001:a:b:3::/64
exit

RA1 ---------------------------------
en
confi ter
host RA1
ipv6 unicast-routing
int e0/0
ipv6 add 2001:A:B:1::2/64
ipv6 ospf 10 area 0
no shut
exit
int e0/1
ipv6 add 2001:A:B:A::1/64
ipv6 ospf 10 area 0
no shut
exit
ipv6 router ospf 10
router-id 7.7.7.7
exit

router bgp 700


bgp router-id 7.7.7.7
neig 2001:a:b:1::1 remote-as 700
address-family ipv4
no neig 2001:a:b:1::1 activate
exit
address-family ipv6
neig 2001:a:b:1::1 activate
exit

RA2 ---------------------------------
en
confi ter
host RA2
ipv6 unicast-routing
int e0/0
ipv6 add 2001:A:B:2::2/64
ipv6 ospf 10 area 0
no shut
exit
int e0/1
ipv6 add 2001:A:B:3::1/64
ipv6 ospf 10 area 0
no shut
exit
ipv6 router ospf 10
router-id 8.8.8.8
exit

router bgp 700


bgp router-id 8.8.8.8
neig 2001:a:b:2::1 remote-as 700
neig 2001:a:b:3::2 remote-as 700
address-family ipv4
no neig 2001:a:b:2::1 activate
no neig 2001:a:b:3::2 activate
exit
address-family ipv6
neig 2001:a:b:2::1 activate
neig 2001:a:b:3::2 activate
exit
RA3 ---------------------------------
en
confi ter
host RA3
ipv6 unicast-routing
int e0/0
ipv6 add 2001:A:B:3::2/64
ipv6 ospf 10 area 0
no shut
exit
int e0/1
ipv6 add 2001:A:B:B::1/64
ipv6 ospf 10 area 0
no shut
exit
ipv6 router ospf 10
router-id 9.9.9.9
exit

router bgp 700


bgp router-id 9.9.9.9
neig 2001:a:b:2::1 remote-as 700
neig 2001:a:b:3::1 remote-as 700
address-family ipv4
no neig 2001:a:b:2::1 activate
no neig 2001:a:b:3::1 activate
exit
address-family ipv6
neig 2001:a:b:2::1 activate
neig 2001:a:b:3::1 activate
exit

DNS ----------------------------
ifconfig eth0 inet 6 add 2001:A:50::10/64
route -A inet6 add default gw 2001:A:B:50::1

RUTAS ESTATICAS:

T1 ==========================
en
conf t
host T1
ipv6 unicast-routing
int e0/0
ipv6 address 2001:5:5:5::2/64
no shut
exit
int e0/1
ipv6 address 2001:b:b:2::1/64
no shut
exit
ipv6 route 2001:6:6:6::/64 2001:b:b:2::2
ipv6 route 2001:b:b:3::/64 2001:b:b:2::2
ipv6 route 2001:1:2:a::/64 2001:5:5:5::1
ipv6 route 2001:1:2:b::/64 2001:5:5:5::1
ipv6 route 2001:a:b:a::/64 2001:b:b:2::2
ipv6 route 2001:a:b:b::/64 2001:b:b:2::2
exit

T2 ==========================
en
conf t
host T2
ipv6 unicast-routing
int e0/0
ipv6 address 2001:b:b:2::2/64
no shut
exit
int e0/1
ipv6 address 2001:b:b:3::1/64
no shut
exit
ipv6 route 2001:5:5:5::/64 2001:b:b:2::1
ipv6 route 2001:1:2:A::/64 2001:b:b:2::1
ipv6 route 2001:1:2:B::/64 2001:b:b:2::1
ipv6 route 2001:6:6:6::/64 2001:b:b:3::2
ipv6 route 2001:A:B:B::/64 2001:b:b:3::2
ipv6 route 2001:A:B:A::/64 2001:b:b:3::2
exit

T3 ==========================
en
conf t
host T3
ipv6 unicast-routing
int e0/0
ipv6 address 2001:b:b:3::2/64
no shut
exit
int e0/1
ipv6 address 2001:6:6:6::2/64
no shut
exit
ipv6 route 2001:1:2:A::/64 2001:b:b:3::1
ipv6 route 2001:1:2:B::/64 2001:b:b:3::1
ipv6 route 2001:5:5:5::/64 2001:b:b:3::1
ipv6 route 2001:b:b:2::/64 2001:b:b:3::1
ipv6 route 2001:A:B:A::/64 2001:6:6:6::1
ipv6 route 2001:A:B:B::/64 2001:6:6:6::1
exit

DNS -----
ifconfig eth0 inet 6 add 2001:A:B:A::30/64
route -A inet6 add default gw 2001:A:B:A::1

TOOLBOX

ifconfig eth0 inet 6 add 2001:A:B:A::20/64


route -A inet6 add default gw 2001:A:B:A::1

echo "2001:a:b:a::20 www.espoch.com espoch" >> /etc/hosts


echo "2001:a:b:a::30 dns.espoch.com espoch" >> /etc/hosts
VPC3

ifconfig eth0 inet6 add 2001:A:B:B::50/64


route add -A inet6 default gw 2001:A:B:B::1

ACL R4

ipv6 access-list noping


deny ipv6 2001:a:b:a::/64 any
permit ipv6 any any
exit
int e0/1
ipv6 traffic-filter noping out

Potrebbero piacerti anche