SROS Command Line Interface Reference Guide
Crypto Map Manual Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
1246
Technology Review
The following example configures an Secure Router OS product for VPN using IPSec manual keys. This
example assumes that the Secure Router OS product has been configured with a WAN IP Address of
172.27.45.57 on interface
ppp 1
and a LAN IP Address of 10.10.10.254 on interface
ethernet 0/1
. The
Peer Private IP Subnet is 10.10.20.0.
For more detailed information on VPN configuration, refer to the
VPN
Configuration Guide
located on the
ProCurve SROS Documentation CD
provided with your unit.
Step 1:
Enter the Global Configuration mode (i.e., config terminal mode).
ProCurve>
enable
ProCurve#
configure terminal
Step 2:
Enable VPN support using the
ip crypto
command. This command allows crypto maps to be applied to
interfaces, and enables the IKE server to listen for IKE negotiation sessions on UDP port 500.
ProCurve(config)#
ip crypto
Step 3:
Define the transform set. A transform set defines the encryption and/or authentication algorithms to be
used to secure the data transmitted over the VPN tunnel. Multiple transform sets may be defined in a
system. Once a transform set is defined, many different crypto maps within the system can reference it. In
this example, a transform set named
highly_secure
has been created. This transform set defines ESP
with authentication implemented using 3DES encryption and SHA1 authentication.
ProCurve(config)#
crypto ipsec transform-set highly_secure esp-3des esp-sha-hmac
ProCurve(cfg-crypto-trans)#
mode tunnel
Step 4:
Define an IP access list. An Extended Access Control List is used to specify which traffic needs to be sent
securely over the VPN tunnel. The entries in the list are defined with respect to the local system. The
source IP address will be the source of the traffic to be encrypted. The destination IP address will be the
receiver of the data on the other side of the VPN tunnel.
ProCurve(config)#
ip access-list extended corporate_traffic
ProCurve(config-ext-nacl)#
permit ip 10.10.10.0 0.0.0.255 10.10.20.0 0.0.0.255 log
deny ip any any
Содержание ProCurve Secure 7102dl
Страница 2: ......
Страница 3: ...SROS Command Line Interface Reference Guide Software Version J 08 03 September 2007 61195880L1 35H ...
Страница 1454: ......