PDN Gateway Configuration
▀ Configuring the System as a Standalone eGTP P-GW
▄ Cisco ASR 5x00 Packet Data Network Gateway Administration Guide
132
The Port specifies the listen port and is used to start the DHCPv6 server bound to it. It is optional and if
unspecified, the default port is 547.
DHCPv6 Server Parameter Configuration
Use the following example to configure the DHCPv6 server parameters to support DHCPv6-based address assignment:
configure
context <
dest_ctxt_name
>
dhcpv6-service <
dhcpv6_svc_name
>
dhcpv6-server
renew-time <
renewal_time
>
rebind-time <
rebind_time
>
preferred-lifetime <
pref_lifetime
>
valid-lifetime <
valid_lifetime
>
end
Notes:
Multiple DHCP can be configured by entering
dhcp server
command multiple times. A maximum of 3
DHCPv6 servers can be configured.
renew-time
configures the renewal time for prefixes assigned by dhcp-service. Default is 900 seconds.
rebind-time
configures the rebind time for prefixes assigned by dhcp-service. Default is 900 seconds.
preferred-lifetime
configures the preferred lifetime for prefixes assigned by dhcp-service. Default is 900
seconds.
valid-lifetime
configures the valid lifetime for prefixes assigned by dhcp-service. Default is 900 seconds.
DHCPv6 Client Parameter Configuration
Use the following example to configure the DHCPv6 client parameters to support DHCPv6-based address assignment:
configure
context <
dest_ctxt_name
>
dhcpv6-service <
dhcpv6_svc_name
>
dhcpv6-client
server-ipv6-address <
ipv6_addr
> port <
port
> priority <
priority
>
max-retransmissions <
max_number
>
server-dead-time <
dead_time
>