C613-50631-01 Rev A Command Reference for IE340 Series 1087
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RIPNG FOR IPV6 COMMANDS
NEIGHBOR
(IPV6 RIPNG)
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.
The passive-interface (IPv6 RIPng) command disables sending routing updates on
an interface. If you want to send routing updates only to specific neighbors, use the
passive-interface (IPv6 RIPng) command and this neighbor command together.
Examples To set 2001:db8:1::1 as a neighbor via interface vlan2, use the commands:
awplus# configure terminal
awplus(config)# router ipv6 rip
awplus(config-router)# neighbor 2001:db8:1::1 vlan2
To stop having 2001:db8:1::1 as a neighbor via interface vlan2, use the commands:
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 to exchange routing information over.