Core.......
hostname UKCSCRT02
!
logging buffered 30000 errors
aaa new-model
!
!
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa accounting update periodic 30
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa session-id common
enable secret 5 $1$ilxI$uOezOBzLZF0qxZZPvV
enable password xxxxxxxx
!
username rhinsd password 0 xxxxxxxxxx
username ITMILRT01 password 0 xxxxxxxxxxx
ip subnet-zero
!
!
no ip domain-lookup
!
isdn switch-type primary-net5
!
controller E1 2/0
pri-group timeslots 1-10,16
!
!
!
interface Loopback0
ip address 172.31.x.x 255.255.255.255
!
interface FastEthernet0/0
ip address 172.31.x.y 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Hssi1/0
no ip address
encapsulation frame-relay
serial restart_delay 0
frame-relay traffic-shaping
frame-relay lmi-type ansi
!
!
interface Serial2/0:15
description **** Primary Rate ****
no ip address
encapsulation ppp
no ip route-cache
dialer rotary-group 0
dialer-group 1
isdn switch-type primary-net5
no cdp enable
ppp authentication chap
ppp multilink
!
interface Dialer0
description ***ISDN PRI (0121-aaa-bbbb)***
ip address 172.31.x.1 255.255.255.0
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer in-band
dialer idle-timeout 600
dialer map ip 172.31.250.26 name ITMILRT01 class dial1 003902xxxxxxxxx
dialer load-threshold 200 outbound
dialer-group 1
no cdp enable
ppp chap hostname xxxxxxx
ppp multilink
!
Branch.........
!
hostname ITMILRT01
!
logging queue-limit 100
aaa new-model
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa accounting update periodic 30
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
enable secret 5 whatever
enable password xxxxxx
!
username rhiadmin password 0 xxxxx
username rhinsd password 0 xxxxxx
ip subnet-zero
!
!
no ip domain-lookup
ip domain-name xxxxxxxx
no ip dhcp conflict logging
ip audit notify log
ip audit po max-events 100
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key xxxxxxxxx address xxxxxxxx
crypto isakmp key xxxxxxxx address xxxxxxxx
!
crypto ipsec security-association lifetime seconds 28800
!
crypto ipsec transform-set yyyyyyy esp-3des esp-sha-hmac
!
crypto map yyyyyyyy 10 ipsec-isakmp
set peer xxxxxxx
set peer xxxxxxx
set transform-set xxxxxxxxx
match address 110
!
isdn switch-type basic-net3
call rsvp-sync
!
interface Loopback0
ip address 172.24.x.y 255.255.255.255
!
interface FastEthernet0/0
ip address 172.24.x.1 255.255.255.0
ip helper-address 172.24.x.y
duplex auto
speed auto
no cdp enable
!
interface BRI0/0
description *****ISDN2e*****
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
isdn send-alerting
ppp authentication chap
ppp multilink
!
interface FastEthernet0/1
ip address a.b.c.d 255.255.255.252
ip access-group 102 in
duplex auto
speed auto
no cdp enable
crypto map yyyyyyy
!
interface Dialer0
description ****ISDN Backup to UK*****
ip address 172.31.250.26 255.255.255.0
encapsulation ppp
dialer pool 1
dialer idle-timeout 396
dialer string 00441217xxxxxxxx
dialer-group 1
ppp authentication chap
ppp multilink
!
ip classless
ip route 0.0.0.0 0.0.0.0 a.b.c.d
ip route 0.0.0.0 0.0.0.0 Dialer0 250
ip tacacs source-interface FastEthernet0/0
no ip http server
!
access-list 101 permit ip any any
access-list 102 permit esp host a host b
access-list 102 permit esp host a host b
access-list 102 permit ahp host a host b
access-list 102 permit ahp host a host b
access-list 102 permit udp host a host b eq isakmp
access-list 102 permit udp host a host b eq isakmp
access-list 102 permit ip 192.168.0.0 0.0.255.255 172.24.x.0 0.0.0.255
access-list 102 permit ip 10.0.0.0 0.255.255.255 172.24.x.0 0.0.0.255
access-list 102 permit ip a.b.c.d 0.0.0.127 172.24.x.0 0.0.0.255
access-list 102 permit ip 172.31.0.0 0.0.255.255 172.24.x.0 0.0.0.255
access-list 102 permit ip 172.24.0.0 0.0.255.255 172.24.x.0 0.0.0.255
access-list 102 permit icmp any any
access-list 102 permit tcp any any eq 22
access-list 110 permit ip 172.24.x.0 0.0.0.255 10.0.0.0 0.255.255.255
access-list 110 permit ip 172.24.x.0 0.0.0.255 a.b.c.d 0.0.0.127
access-list 110 permit ip 172.24.x.0 0.0.0.255 172.31.0.0 0.0.255.255
access-list 110 permit ip 172.24.x.0 0.0.0.255 172.24.0.0 0.0.255.255
dialer-list 1 protocol ip list 101
no cdp run
tacacs-server host a.b.c.d
tacacs-server directed-request
tacacs-server key rrrrrrrrrr
!
dial-peer cor custom
!
!
line con 0
exec-timeout 5 0
password xxxxxx
line aux 0
password xxxxxx
line vty 0 4
password xxxxxx
transport input pad v120 telnet rlogin udptn ssh
!
Main Topics
Browse All Topics





by: snoopy13Posted on 2004-03-09 at 06:46:42ID: 10550639
If you paste the config it would be helpful, one you do that I could give some tips I have just configured something similar for a 40 site hub and spoke vpn solution.