Configuring IPsec between OmniAccess 5740 USG and Sonicwall (PRO 3060)
Except on the first page, right running head:  
Heading1 or Heading1NewPage text (automatic)
31
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
IKE policy configured:
crypto ike policy test
        proposal md5-des
        pfs group2
        ipsec security-association lifetime seconds 28800
        lifetime seconds 3600
IKE key created:
crypto ike key Ty#$cH peer 203.124.152.50
Transform-set created for encryption:
! Policy in Use (by 1 cryptomap/s)
crypto ipsec transform-set myset esp-md5-des
! Transform-Set in Use (by 1 cryptomap/s)
!
Crypto map created calling the IKE policy configured earlier:
crypto map mymap ipsec-ike test
        peer 203.124.152.50
        match m1
        transform-set myset
        pfs group1
Crypto map applied to the interface connected to public network:
! Applied to : GigabitEthernet3/1
interface GigabitEthernet3/1
        crypto map mymap
top
!
line vty 4
 transport input none
!
line con 0
!
end