HP A6600 Configuration Manual page 283

Hide thumbs Also See for A6600:
Table of Contents

Advertisement

# Specify the encapsulation mode as tunnel.
[RouterA-ipsec-proposal-tran1] encapsulation-mode tunnel
# Specify the security protocol as ESP.
[RouterA-ipsec-proposal-tran1] transform esp
# Specify the algorithms for the proposal.
[RouterA-ipsec-proposal-tran1] esp encryption-algorithm des
[RouterA-ipsec-proposal-tran1] esp authentication-algorithm sha1
[RouterA-ipsec-proposal-tran1] quit
# Create manual IPsec policy map1.
[RouterA] ipsec policy map1 10 manual
# Apply the ACL.
[RouterA-ipsec-policy-manual-map1-10] security acl 3101
# Apply the IPsec proposal.
[RouterA-ipsec-policy-manual-map1-10] proposal tran1
# Configure the remote IP address of the tunnel.
[RouterA-ipsec-policy-manual-map1-10] tunnel remote 2.2.3.1
# Configure the local IP address of the tunnel.
[RouterA-ipsec-policy-manual-map1-10] tunnel local 2.2.2.1
# Configure the SPIs.
[RouterA-ipsec-policy-manual-map1-10] sa spi outbound esp 12345
[RouterA-ipsec-policy-manual-map1-10] sa spi inbound esp 54321
# Configure the keys.
[RouterA-ipsec-policy-manual-map1-10] sa string-key outbound esp abcdefg
[RouterA-ipsec-policy-manual-map1-10] sa string-key inbound esp gfedcba
[RouterA-ipsec-policy-manual-map1-10] quit
# Configure the IP address of the serial interface.
[RouterA] interface serial 2/1/1
[RouterA-Serial2/1/1] ip address 2.2.2.1 255.255.255.0
# Apply the IPsec policy group to the interface.
[RouterA-Serial2/1/1] ipsec policy map1
Configure Router B.
2.
# Define an ACL to identify data flows from subnet 10.1.2.0/24 to subnet 10.1.1.0/24.
<RouterB> system-view
[RouterB] acl number 3101
[RouterB-acl-adv-3101] rule permit ip source 10.1.2.0 0.0.0.255 destination 10.1.1.0
0.0.0.255
[RouterB-acl-adv-3101] quit
# Configure a static route to Host A.
[RouterB] ip route-static 10.1.1.0 255.255.255.0 serial 2/1/2
# Create an IPsec proposal named tran1.
[RouterB] ipsec proposal tran1
271

Advertisement

Table of Contents
loading

Table of Contents