H3C Technologies H3C SecPath F1000-E User Manual
Page 153

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