Installation guide

3-22
Cisco IGX 8400 Series Installation Guide, Release 9.3.3 and Later Releases
OL-1165-06
Chapter 3 Installing the IGX
Installing a URM
Sample Encryption Configuration Files
This section contains sample configuration files for two peer routers set up to exchange encrypted data
through a secure IPSec tunnel over a channelized T1 interface channel group, serial 1/0:0.
Configuration File for Peer 1
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Rose
!
logging buffered 100000 debugging
enable password lab
!
ip subnet-zero
no ip domain-lookup
!
!
!
crypto isakmp policy 10
authentication pre-share
crypto isakmp key pre-shared address 10.6.6.2
!
crypto ipsec security-association lifetime seconds 86400
!
crypto ipsec transform-set transform-1 esp-des
!
!
crypto map cmap 1 ipsec-isakmp
set peer 10.6.6.2
set transform-set transform-1
match address 101
!
!
controller T1 1/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-23 speed 64
channel-group 1 timeslots 24 speed 64
!
controller T1 1/1
channel-group 0 timeslots 1-23 speed 64
channel-group 1 timeslots 24 speed 64
!
!
process-max-time 200
!
interface FastEthernet0/0
ip address 172.16.0.2 255.0.0.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
speed 10
!
interface Serial0/0
no ip address
no ip directed-broadcast
shutdown
!