HP VPN Firewall Appliances Network Management Configuration Guide

718
Figure 373 Network diagram
Configuration procedure
# Enable IPv6 and DHCPv6 server.
<Firewall> system-view
[Firewall] ipv6
[Firewall] ipv6 dhcp server enable
# Configure the IPv6 address of GigabitEthernet 0/1.
[Firewall] interface gigabitethernet 0/1
[Firewall-GigabitEthernet0/1] ipv6 address 1::1/64
[Firewall-GigabitEthernet0/1] quit
# Create and configure prefix pool 1.
[Firewall] ipv6 dhcp prefix-pool 1 prefix 2001:0410::/32 assign-len 48
# Create address pool 1.
[Firewall] ipv6 dhcp pool 1
# Apply prefix pool 1 to address pool 1, and set the preferred lifetime to one day, the valid lifetime to
three days.
[Firewall-dhcp6-pool-1] prefix-pool 1 preferred-lifetime 86400 valid-lifetime 259200
# In address pool 1, bind prefix 2001:0410:0201::/48 to DUID 00030001CA0006A40000. Set the
preferred lifetime to one day and the valid lifetime to three days.
[Firewall-dhcp6-pool-1] static-bind prefix 2001:0410:0201::/48 duid 00030001CA0006A40000
preferred-lifetime 86400 valid-lifetime 259200
# Specify the DNS server address as 2:2::3.
[Firewall-dhcp6-pool-1] dns-server 2:2::3
# Specify the domain name suffix as aaa.com.
[Firewall-dhcp6-pool-1] domain-name aaa.com
# specify the SIP server address as 2:2::4, and the domain name of the SIP server as bbb.com.
[Firewall-dhcp6-pool-1] sip-server address 2:2::4
[Firewall-dhcp6-pool-1] sip-server domain-name bbb.com
[Firewall-dhcp6-pool-1] quit
# Enable the DHCPv6 server on interface GigabitEthernet 0/1, apply address pool 1 to the interface,
enable desired address/prefix assignment and rapid address/prefix assignment, and set the
precedence to the highest.
[Firewall] interface gigabitethernet 0/1