Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

Building configuration...

Current configuration : 1801 bytes


!
version 15.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname ROUTER_TUNAL
!
!
!
enable secret 5 $1$mERr$G9e.1Y4s7CyiyJK3rvLxK1
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
username ASW privilege 15 secret 5 $1$mERr$G9e.1Y4s7CyiyJK3rvLxK1
!
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
!
crypto isakmp key ASW2022* address 20.0.0.2
!
!
!
crypto ipsec transform-set TS esp-3des esp-md5-hmac
!
crypto map CMAP 10 ipsec-isakmp
set peer 20.0.0.2
set transform-set TS
match address VPN-TRAFFIC
!
!
!
!
!
!
port-channel load-balance dst-ip
spanning-tree mode pvst
!
!
!
!
!
!
interface Port-channel1
ip address 10.0.0.1 255.255.252.0
!
interface GigabitEthernet0/0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0/1
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/2/0
ip address 20.0.0.1 255.255.255.248
clock rate 2000000
crypto map CMAP
!
interface Serial0/2/1
ip address 30.0.0.1 255.255.255.248
clock rate 2000000
!
interface Vlan1
no ip address
shutdown
!
router eigrp 10
eigrp router-id 1.1.1.1
network 20.0.0.0 0.0.0.7
network 10.0.8.0 0.0.1.255
network 20.0.0.0 0.0.0.15
network 10.0.4.0 0.0.3.255
neighbor 20.0.0.3 Serial0/2/1
auto-summary
!
ip classless
!
ip flow-export version 9
!
!
ip access-list extended VPN-TRAFFIC
permit ip 10.0.0.0 0.0.3.255 10.0.4.0 0.0.3.255
!
banner motd ^CSOLO INGRESO AUTORIZADO^C
!
!
!
!
line con 0
password 7 08007F795B49574558
login
!
line aux 0
!
line vty 0
password 7 08007F795B49574558
login local
transport input ssh
privilege level 15
line vty 1 4
login local
transport input ssh
privilege level 15
!
!
!
end

You might also like