IP Security - Virtual Private Network
Left running head: 
Chapter name (automatic)
870
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
OA5740-B
ALU(config)# show match-list
match-list m1
1 ip prefix 172.16.2.0/24 prefix 192.168.0.0/24
ALU(config)# interface GigabitEthernet 3/0 
ALU(config-if GigabitEthernet3/0)#ip address 201.50.24.1/24 
ALU(config-if GigabitEthernet3/0)#crypto map map1 
ALU(config)# show crypto
crypto ike key secret peer 202.50.24.2
!crypto ike policy default
!       proposal md5-des
!       ipsec security-association lifetime seconds 28800
!       lifetime seconds 86400
!       pfs group2
!crypto ipsec transform-set default
!       esp-md5-des esp-sha1-des
crypto map map1 ipsec-ike default
        peer 202.50.24.2
        match m1
        transform-set default
        pfs group2
! Applied to : GigabitEthernet3/0
interface GigabitEthernet3/0
        crypto map map1
top