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 Current »

The run show neighbor snooping prefix command is used to view neighbour discovery snooping prefix management table.

Command Syntax

run show neighbor snooping prefix [static | dynamic]

Parameter

Parameters

Description

[static | dynamic]

Optional. Indicates to show the ND snooping prefix management table configured statically or learned dynamically.

If not specified, the device shows all ND snooping prefix management table entries.

Example

  • View all the ND snooping prefix management table.

admin@PICOS# run show neighbor snooping prefix
Total Snooping table prefix count:    2
Total Snooping table dynamic count:  1
Total Snooping table static count:     1
Prefix          Length   Port    VLAN ID   Valid-Time   Prefix-Type
-------------------------------------------------------------------
FC00:1::       64       ge-1/1/2    10        100/120      Dynamic
2001:1::        64       ge-1/1/1    10        35/120       Static
  • View statically configured ND snooping prefix management table.

admin@PICOS# run show neighbor snooping prefix static
Total Snooping table static count: 1
Prefix         Length   Port      VLAN ID   Valid-Time    Prefix-Type
----------------------------------------------------------------------
2001:1::        64     ge-2/1/1     10         35/120       Static
  • View dynamically learned ND snooping prefix management table.

admin@PICOS# run show neighbor snooping prefix dynamic
Total Snooping table dynamic count:     1
Prefix         Length   Port    VLAN ID   Valid-Time    Prefix-Type
----------------------------------------------------------------------
FC00:1::        64     ge-1/1/2   10        100/120      Dynamic
  • No labels