C613-50102-01 REV C
Command Reference for x510 Series
877
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
RIP
NG
FOR
IP
V
6 C
OMMANDS
NEIGHBOR
(IP
V
6 RIP
NG
)
neighbor (IPv6 RIPng)
Overview
Use this command to specify a neighbor router.
Use the
no
variant of this command to disable the specific router.
Syntax
neighbor
<ipv6-link-local-addr>
<interface>
no neighbor
<ipv6-link-local-addr>
<interface>
Mode
Router Configuration
Usage
Use this command to exchange non broadcast routing information. It can be used
multiple times for additional neighbors.
passive-interface (IPv6 RIPng)
command disables sending routing updates on
an interface. Use the
neighbor
command in conjunction with the
passive-interface (IPv6 RIPng)
command to send routing updates to specific
neighbors.
Examples
awplus#
configure terminal
awplus(config)#
router ipv6 rip
awplus(config-router)#
neighbor 2001:db8:1::1 vlan2
awplus#
configure terminal
awplus(config)#
router ipv6 rip
awplus(config-router)#
no neighbor 2001:db8:1::1 vlan2
Related
Commands
passive-interface (IPv6 RIPng)
Parameter
Description
<ipv6-link-local-addr>
Specify the link-local IPv6 address (in the format
X:X::X:X
) of a neighboring router to exchange routing
information with.
<
interface
>
The interface. For instance:
vlan2
.