reset ipv6 neighbors

Syntax

reset ipv6 neighbors { all | dynamic | interface interface-type interface-number | slot slot-number | static }

View

User view

Default level

2: System level

Parameters

all: Clears static and dynamic neighbor information on all interfaces.

dynamic: Clears dynamic neighbor information on all interfaces.

interface interface-type interface-number: Clears dynamic neighbor information on a specific interface.

slot slot-number: Clears dynamic neighbor information on a specific IRF member switch. The slot-number argument specifies the ID of an IRF member switch. The value range for the argument depends on the number of member switches and their member IDs in the IRF fabric, which you can display with the display irf command. On a standalone device, the slot-number argument specifies the ID of the device.

static: Clears static neighbor information on all interfaces.

Description

Use reset ipv6 neighbors to clear IPv6 neighbor information.

You can use the display ipv6 neighbors command to display the current IPv6 neighbor information.

Examples

# Clear neighbor information on all interfaces.

<Sysname> reset ipv6 neighbors all

# Clear dynamic neighbor information on all interfaces.

<Sysname> reset ipv6 neighbors dynamic

# Clear all neighbor information on GigabitEthernet 1/0/1.

<Sysname> reset ipv6 neighbors interface GigabitEthernet 1/0/1