Conmfiguracion VPN
Conmfiguracion VPN
configure terminal
hostname R_Internet
ipv6 unicast-routing
license boot module c2900 technology-package securityk9
y
license boot module c2900 technology-package uck9
y
DO WR
DO RELOAD
enable
configure terminal
hostname R_Internet
interface s0/0/0
ip add 192.168.101.1 255.255.255.252
ipv6 add 2001:dbd8:a:e:e101::1/64
ipv6 address fe80::7 link-local
no shutdown
ipv6 rip SENA enable
exit
interface s0/0/1
ip add 192.168.102.1 255.255.255.0
ipv6 add 2001:dbd8:b:e:e102::1/64
ipv6 address fe80::6 link-local
no shutdown
ipv6 rip SENA enable
exit
interface s0/1/0
ip add 10.5.60.2 255.255.255.252
ipv6 add 2001:dbd8:e:e60::1/64
ipv6 address fe80::1 link-local
no shutdown
ipv6 rip SENA enable
exit
router rip
version 2
network 192.168.101.0
network 192.168.102.0
network 10.5.60.0
exit
enable
configure terminal
hostname R_SedeA
ipv6 unicast-routing
interface s0/0/0
ip add 192.168.101.2 255.255.255.252
ipv6 add 2001:dbd8:a:e:e101::2/64
no shutdown
ipv6 rip SENA enable
exit
interface g0/0
ip add 192.168.10.1 255.255.255.192
ipv6 add 2001:dbd8:e1:e:10::1/64
no shutdown
ipv6 rip SENA enable
exit
router rip
version 2
network 192.168.101.0
network 192.168.10.1
exit
enable
configure terminal
hostname R_SedeB
ipv6 unicast-routing
interface s0/0/0
ip add 192.168.102.2 255.255.255.252
ipv6 add 2001:dbd8:a:e:e102::2/64
no shutdown
ipv6 rip SENA enable
exit
interface g0/0
ip add 192.168.20.1 255.255.255.128
ipv6 add 2001:dbd8:a1:ee:20::1/64
no shutdown
ipv6 rip SENA enable
exit
router rip
version 2
network 192.168.102.2
network 192.168.20.1
exit
enable
configure terminal
hostname R_SedePrincipal
ipv6 unicast-routing
interface s0/0/0
ip add 10.5.60.1 255.255.255.252
ipv6 add 2001:dbd8:e:e60::1/64
no shutdown
ipv6 rip SENA enable
exit
interface g0/0
ip add 172.162.6.1 255.255.255.240
ipv6 add 2001:dbd8:a1:e:20::1/64
no shutdown
ipv6 rip SENA enable
exit
router rip
version 2
network 10.5.60.1
network 172.162.6.1
exit
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::
SedeA_a_SedePrincipal
enable
configure terminal
configure terminal
interface s0/0/0
crypto map sedes
exit
do wr
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
SedePrincipal_a_SedeA
enable
configure terminal
crypto isakmp enable
crypto isakmp policy 10
authentication pre-share
encryption aes 256
group 5
lifetime 86400
exit
configure terminal
interface s0/0/0
crypto map sedes
exit
do wr
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
SedePrincipal_a_SedeB
enable
configure terminal
configure terminal
interface s0/0/0
crypto map sedes
exit
do wr
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
SedeB_a_SedePrincipal
enable
configure terminal
configure terminal
interface s0/0/0
crypto map sedes
exit
do wr
---------------------------------------------------------------------------
sedeA a sede principal
interface tunnel 0
ipv6
configure terminal
interface s0/0/0
crypto map SedeA_a_SedePrincipal
exit
do wr
----------------------------------------------------------------------------
enable
configure terminal
configure terminal
interface s0/0/0
crypto map sedes
exit
do wr