DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
61
To create an entry from the DHCPv6 server filter list in the Switch’s database:
DES-1210-52/ME:5# create filter dhcpv6_server permit_entry 3000::1 ports 1-3
Command: create filter dhcpv6_server permit_entry 3000::1 ports 1-3
Success.
DES-1210-52/ME:5#
delete filter dhcpv6_server permit_entry
To delete a filter DHCPv6 server permit entry.
delete filter dhcpv6_server permit_entry <ipv6addr>
The delete filter dhcpv6_server permit_entry command is used to
delete a filter DHCPv6 server permit entry.
<ipv6addr> – The IPv6 address of the DHCPv6 server to be
removed.
Only administrator or operate-level users can issue this command.
Example usage:
To delete permit entry from the filter DHCPv6 server forward list:
DES-1210-52/ME:5# delete filter dhcpv6_server permit_entry 3000::1
Command: delete filter dhcpv6_server permit_entry 3000::1
Success.
DES-1210-52/ME:5#
config filter dhcpv6_server ports
To configure the state of filter DHCPv6 server packets on the
Switch.
config filter dhcpv6_server ports <portlist> state [enable |
disable]
The config filter dhcpv6_server ports command is used to
configure the state of filter DHCPv6 server packets on the Switch.
The filter DHCPv6 server function is used to filter the DHCPv6
server packets on the specific ports and receive the trust packets
from the specific source. This feature can be proteted network
usable when a malicious host sends the DHCPv6 server packets.
<portlist> – Specifies the ports to be configured.
state [enable | disable] – Specifies whether the port’s filter DHCPv6
server function is enabled or disabled.
Only administrator or operate-level users can issue this command.
Example usage:
To configure the filter DHCPv6 server state to be enabled for ports 3-5:
DES-1210-52/ME:5# config filter dhcpv6_server ports 3-5 state enable
Command: config filter dhcpv6_server ports 3-5 state enable