The set protocols neighbour snooping vlan enable
command is used to enable or disable ND snooping protocol on a VLAN.
The delete protocols neighbour snooping vlan enable
command deletes the configuration.
Command Syntax
set protocols neighbour snooping vlan <vlan-id> enable <true | false>
delete protocols neighbour snooping vlan <vlan-id> enable
Parameters
Parameter | Description |
vlan < vlan-id > | Specifies the VLAN ID. The value is an integer that ranges from 1 to 4094. |
enable <true | false> | Enable or disable neighbour discovery snooping protocol on a specific VLAN. The value could be
By default, ND snooping is disabled. |
Example
Enable neighbour discovery snooping protocol on VLAN 10.
admin@PICOS# set protocols neighbour snooping vlan 10 enable true admin@PICOS# commit