Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Current configuration : 2093 bytes
- !
- ! Last configuration change at 15:07:58 UTC Tue Mar 26 2013
- version 15.1
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname VPNROUTER
- !
- boot-start-marker
- boot-end-marker
- !
- !
- !
- aaa new-model
- !
- !
- aaa authentication login userauthen local
- aaa authorization network groupauthor local
- !
- !
- !
- !
- !
- aaa session-id common
- !
- !
- dot11 syslog
- ip source-route
- !
- !
- ip cef
- !
- !
- !
- no ipv6 cef
- !
- multilink bundle-name authenticated
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- voice-card 0
- !
- crypto pki token default removal timeout 0
- !
- !
- !
- !
- license udi pid CISCO2811 sn FTX1110A16N
- username cisco privilege 15 password 0 cisco123
- !
- redundancy
- !
- !
- !
- !
- crypto isakmp policy 3
- encr 3des
- authentication pre-share
- group 2
- !
- crypto isakmp client configuration group vpngrp
- key cisco123
- acl 102
- save-password
- !
- !
- crypto ipsec transform-set myset esp-3des esp-sha-hmac
- !
- crypto dynamic-map dynmap 10
- set transform-set myset
- !
- !
- crypto map clientmap client authentication list userauthen
- crypto map clientmap isakmp authorization list groupauthor
- crypto map clientmap client configuration address respond
- crypto map clientmap 10 ipsec-isakmp dynamic dynmap
- !
- !
- !
- !
- !
- !
- interface FastEthernet0/0
- ip address 109.29.290.155 255.255.255.248
- duplex auto
- speed auto
- crypto map clientmap
- !
- interface FastEthernet0/1
- ip address 192.168.25.2 255.255.255.0
- duplex auto
- speed auto
- !
- interface Serial0/3/0
- no ip address
- shutdown
- clock rate 2000000
- !
- ip forward-protocol nd
- ip http server
- ip http authentication local
- no ip http secure-server
- !
- !
- ip route 0.0.0.0 0.0.0.0 109.29.290.154
- ip route 192.168.0.0 255.255.240.0 192.168.25.1
- ip route 192.168.16.0 255.255.248.0 192.168.25.1
- ip route 192.168.25.0 255.255.255.0 192.168.25.1
- ip route 200.200.200.0 255.255.255.0 109.29.290.154
- !
- access-list 102 permit ip 192.168.0.0 0.0.15.255 any log
- access-list 102 permit ip 192.168.16.0 0.0.7.255 any log
- !
- !
- !
- !
- !
- !
- !
- !
- control-plane
- !
- !
- !
- !
- mgcp profile default
- !
- !
- !
- !
- !
- !
- line con 0
- line aux 0
- line vty 0 4
- transport input all
- !
- scheduler allocate 20000 1000
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement