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

R3#

Jul 27 04:13:09.853: %SYS-5-CONFIG_I: Configured from console by consoleshow

R3#show runn

R3#show running-config

Building configuration...

Current configuration : 1891 bytes

! Last configuration change at 04:13:09 UTC Wed Jul 27 2005

! NVRAM config last updated at 01:47:55 UTC Wed Jul 27 2005

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

hostname R3

boot-start-marker

boot-end-marker

mmi polling-interval 60

no mmi auto-configure

no mmi pvc
mmi snmp-timeout 180

no aaa new-model

ip subnet-zero

ip cef

ip audit po max-events 100

username R2 password 0 ESPECISCO

!
crypto isakmp policy 1

encr aes

hash md5

authentication pre-share

group 5

crypto isakmp key cisco address 10.10.10.2

crypto ipsec transform-set CCNA4_transfor esp-aes esp-md5-hmac

crypto map CCNA4_crypto 1 ipsec-isakmp

set peer 10.10.10.2

set transform-set CCNA4_transfor

match address 100

interface Tunnel1

ip address 192.168.50.2 255.255.255.252

tunnel source Serial0/1

tunnel destination 10.10.10.2

interface FastEthernet0/0

description LINK TO WEB_SERVER


ip address 192.168.30.1 255.255.255.224

speed auto

interface Serial0/0

no ip address

encapsulation ppp

shutdown

ppp authentication chap

interface Serial0/1

description LINK TO R2

ip address 10.10.10.6 255.255.255.252

encapsulation ppp

ppp authentication chap

crypto map CCNA4_crypto

interface Ethernet1/0

no ip address

shutdown

half-duplex

router bgp 65030

bgp log-neighbor-changes

neighbor 10.10.10.5 remote-as 65020

!
address-family ipv4

neighbor 10.10.10.5 activate

no auto-summary

no synchronization

network 10.10.10.4 mask 255.255.255.252

network 192.168.30.0 mask 255.255.255.224

exit-address-family

ip classless

ip route 192.168.10.0 255.255.255.192 192.168.50.1

ip route 192.168.20.0 255.255.255.240 192.168.50.1

no ip http server

no ip http secure-server

access-list 100 permit ip any any

line con 0

line aux 0

line vty 0 4

!
end

You might also like