set protocols dhcp6 snooping interface max-clients
The set protocols dhcp6 snooping interface max-clients command configures the maximum number of supported DHCPv6 clients accessed to physical port according to network status.
When the number of clients in the DHCPv6 snooping binding table reaches this maximum value on this interface, any exceeding DHCPv6 packets will be discarded.
Command Syntax
set protocols dhcp6 snooping interface <interface-name> max-clients <max-number>
Parameters
Parameter | Description |
interface <interface-name> | Specifies the interface name. The value could be a physical port. |
max-clients <max-number> | Specifies maximum number of supported users. The value is an integer that ranges from 1 to 2048. The default value is 1024. |
Example
Configure the maximum number of supported DHCPv6 clients accessed to physical port according to network status.
admin@Xorplus# set protocols dhcp6 snooping interface ge-1/1/1 max-clients 2000 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.