set protocols neighbour snooping static-prefix vlan
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
Copyright © 2024 Pica8 Inc. All Rights Reserved.