Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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 betrue or false.

  • true: Enable ND snooping protocol.

  • false: Disable ND snooping protocol.

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
  • No labels