HP FlexNetwork 10500 Series Security Configuration Manual page 321

Hide thumbs Also See for FlexNetwork 10500 Series:
Table of Contents

Advertisement

# Specify the ESP encryption and authentication algorithms.
[SwitchA-ipsec-transform-set-tran1] esp encryption-algorithm aes-cbc-128
[SwitchA-ipsec-transform-set-tran1] esp authentication-algorithm sha1
[SwitchA-ipsec-transform-set-tran1] quit
# Create and configure the IKE keychain named keychain1.
[SwitchA] ike keychain keychain1
[SwitchA-ike-keychain-keychain1] pre-shared-key address ipv6 222::1 64 key simple
123456TESTplat&!
[SwitchA-ike-keychain-keychain1] quit
# Create and configure the IKE profile named profile1.
[SwitchA] ike profile profile1
[SwitchA-ike-profile-profile1] keychain keychain1
[SwitchA-ike-profile-profile1] match remote identity address ipv6 222::1 64
[SwitchA-ike-profile-profile1] quit
# Create an IKE-based IPsec policy entry with the name map1 and the sequence number 10.
[SwitchA] ipsec ipv6-policy map1 10 isakmp
# Apply IPv6 ACL 3101.
[SwitchA-ipsec-ipv6-policy-isakmp-map1-10] security acl ipv6 3101
# Apply the IPsec transform set tran1.
[SwitchA-ipsec-ipv6-policy-isakmp-map1-10] transform-set tran1
# Specify the local and remote IPv6 addresses of the IPsec tunnel as 111::1 and 222::1.
[SwitchA-ipsec-ipv6-policy-isakmp-map1-10] local-address ipv6 111::1
[SwitchA-ipsec-ipv6-policy-isakmp-map1-10] remote-address ipv6 222::1
# Apply the IKE profile profile1.
[SwitchA-ipsec-ipv6-policy-isakmp-map1-10] ike-profile profile1
[SwitchA-ipsec-ipv6-policy-isakmp-map1-10] quit
# Apply the IPsec policy map1 to interface VLAN-interface 1.
[SwitchA] interface vlan-interface 1
[SwitchA-Vlan-interface1] ipsec apply policy map1
# Specify a service module or an Ethernet interface module for forwarding the traffic on the
interface.
[SwitchA-Vlan-interface1] service slot 3
[SwitchA-Vlan-interface1] quit
2.
Configure Switch B:
# Configure an IPv6 address for VLAN-interface 1.
<SwitchB> system-view
[SwitchB] interface vlan-interface 1
[SwitchB-Vlan-interface1] ipv6 address 222::1/64
[SwitchB-Vlan-interface1] quit
# Configure an ACL to identify data flows between Switch B and Switch A.
[SwitchB] acl ipv6 number 3101
[SwitchB-acl6-adv-3101] rule 0 permit ip source 222::1/64 destination 111::1/64
[SwitchB-acl6-adv-3101] quit
# Create an IPsec transform set named tran1.
[SwitchB] ipsec transform-set tran1
# Specify the encapsulation mode as tunnel.
[SwitchB-ipsec-transform-set-tran1] encapsulation-mode tunnel
307

Advertisement

Table of Contents
loading

Table of Contents