8 ipv6 nd dynamic maximum, Nd dynamic maximum – PLANET XGS3-24042 User Manual
Page 987
49-5
When configuring the max number of dynamic ARP allowed in the VLAN, if the number of
dynamically learnt ARP in the VLAN is already larger than the max number to be set, the extra
dynamic ARP will be deleted.
Examples:
Enable the number limitation function of dynamic ARP in VLAN 1, the max number to be set is 50.
Switch(config)#interface ethernet
Switch(Config-if-Vlan1)# ip arp dynamic maximum 50
Disable the number limitation function of dynamic ARP in VLAN 1.
Switch(Config-if-Vlan1)#no ip arp dynamic maximum
49.8 ipv6 nd dynamic maximum
Command:
ipv6 nd dynamic maximum
no ipv6 nd dynamic maximum
Function:
Set the max number of dynamic NEIGHBOR allowed in the VLAN, and, at the same time, enable
the number limitation function of dynamic NEIGHBOR in the VLAN; “no ipv6 nd dynamic
maximum” command is used to disable the number limitation function of dynamic NEIGHBOR in
the VLAN.
Parameters:
<value> upper limit of the number of dynamic NEIGHBOR in the VLAN, ranging from 1 to 4096.
Default Settings:
The number limitation function of dynamic NEIGHBOR in the VLAN is disabled.
Command Mode:
Interface Configuration Mode.
Usage Guide:
When configuring the max number of dynamic NEIGHBOR allowed in the VLAN, if the number of
dynamically learnt NEIGHBOR in the VLAN is already larger than the max number to be set, the
extra dynamic NEIGHBOR will be deleted.
Examples:
Enable the number limitation function of dynamic NEIGHBOR in VLAN 1, the max number to be set
is 50.
Switch(config)#interface ethernet
Switch(Config-if-Vlan1)# ipv6 nd dynamic maximum 50
Disable the number limitation function of dynamic NEIGHBOR in VLAN 1.