OcNOS-SP : Layer 3 Guide : Routing Information Protocol Command Reference : RIPng Commands : neighbor
neighbor
Use this command to specify a neighbor router.
Use the no parameter with this command to disable the specific router.
For more details about this command, see the IPv4 version of this command (neighbor).
Command Syntax
neighbor X:X::X:X IFNAME
no neighbor X:X::X:X IFNAME
Parameters
X:X::X:X
Specify a link-local address of the peer router with which the routing information is exchanged.
IFNAME
Specify the name of the interface.
Default
Disabled
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#router ipv6 rip
(config-router)#neighbor fe80::5054:ff:fece:30cd eth1
(config-router)#end
#show running-config ripng
!
router ipv6 rip
neighbor fe80::5054:ff:fece:30cd eth1
!
#
 
#show ipv6 interface brief
Interface IPv6-Address Admin-Status
eth0 fe80::5054:ff:fe4e:22d3 [up/up]
eth1 2001:2001::1:2
fe80::5054:ff:fe5c:6a4f [up/up]
eth2 fe80::5054:ff:fe16:8339 [up/up]
eth3 fe80::5054:ff:feb9:bc7c [up/up]
lo ::1 [up/up]
Last modified date: 08/28/2023