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

Version 1 Next »

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.

admin@PICOS# set protocols neighbour snooping static-prefix fa00::0/64 vlan 10
admin@PICOS# commit
  • No labels