C613-50100-01 REV C Command Reference for x930 Series 934
AlliedWare Plus™ Operating System - Version 5.4.6-1.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. 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.