Configuring Proxy Neighbor Advertisements
Much like proxy ARP, proxy Neighbor Discovery is a means by which one interface responds to a Neighbor Discovery query on behalf of another interface.
To configure proxy Neighbor Discovery:
- Access an IPv6 interface.
host1(config)#interface fastEthernet 0/0host1(config-if)#- Enable Neighbor Discovery on the current interface.
host1(config)#ipv6 nd
NOTE: This command is redundant when configuring Neighbor Discovery over Ethernet, because neighbor solicitations and advertisements are automatically sent on Ethernet interfaces.
- Enable IPv6 neighbor proxy.
host1(config-if)#ipv6 nd proxyipv6 nd proxy
host1(config-if)#ipv6 nd proxyUse the no version of this command to disable Neighbor Discovery proxy.