ipv6 nd pd
This command sets the IPv6 Prefix Delegation (PD). Use the no form of this command to remove the prefix from database.
Syntax
# ipv6 nd pd <interface> <no-import-to-ra> # no ipv6 pd
Command |
Description |
---|---|
<interface> |
Configures the WAN interface from which the PD is received. |
<no-import-to-ra> |
Prefix from PD is added to DHCP server only (and not to RA). |
Note
■ | This command is applicable only to data-router functionality. |
■ | The IPv6 prefix must be /64. |
■ | Prefix from PD added to DHCP server only: |
ipv6 nd pd GigabitEthernet 0/0 ::2:0:0:0:0/64 no-import-to-ra
■ | Prefix from PD added to RA and DHCP server: |
ipv6 nd pd GigabitEthernet 0/0 ::2:0:0:0:0/64
Command Mode
Privileged User
Example
This example sets the IPv6 PD.
(config-data)# interface VLAN 99 (conf-if-VLAN 99)# ipv nd pd gig 0/0 1::1/64 no-import-to-ra