SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
347
ProCurve(config-crypto-map)#
set peer 172.16.15.129
ProCurve(config-crypto-map)#
set transform-set highly_secure
ProCurve(config-crypto-map)#
set security-association lifetime kilobytes 8000
ProCurve(config-crypto-map)#
set security-association lifetime seconds 28800
ProCurve(config-crypto-map)#
no set pfs
Step 9:
Configure public interface. This process includes configuring the IP address for the interface and applying
the appropriate crypto map to the interface. Crypto maps are applied to the interface on which encrypted
traffic will be transmitted.
ProCurve(config)#
interface ppp 1
ProCurve(config-ppp 1)#
ip address 172.16.45.57 255.255.255.248
ProCurve(config-ppp 1)#
crypto map corporate_vpn
ProCurve(config-ppp 1)#
no shutdown
Step 10:
Configure private interface to allow all traffic destined for the VPN tunnel to be routed to the appropriate
gateway.
ProCurve(config)#
interface ethernet 0/1
ProCurve(config-eth 0/1)#
ip address 10.10.10.254 255.255.255.0
ProCurve(config-eth 0/1)#
no shutdown
ProCurve(config-eth 0/1)#
exit