Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The set protocols neighbour snooping static-prefix vlan command is used to configure static prefix management table entries.

The delete protocols neighbour snooping static-prefix vlan command deletes the configuration.

Command Syntax

set protocols neighbour snooping static-prefix < IPv6Net > vlan <vlan-id>

delete protocols neighbour snooping static-prefix < IPv6Net> vlan <vlan-id>

Parameters

Parameters

Description

static-prefix < IPv6Net>

Specifies the IPv6 prefix, e.g. fa00::0/64.

vlan <vlan-id>

Specifies the VLAN ID. The value is an integer that ranges from 1 to 4094.

Usage Guidelines

A device can generate a prefix management table by listening to RA messages received from the ND snooping trust port. If the device does not send RA messages, the prefix management table entries cannot automatically generate, thus user can configure the corresponding ND snooping dynamic binding table entries.

Example

  • Configure a static prefix management table entry, the IPv6 address prefix of the table entry is fa00::0/64.

Code Block
admin@PICOS# set protocols neighbour snooping static-prefix fa00::0/64 vlan 10
admin@PICOS# commit