C613-50170-01 Rev B
Command Reference for x510 Series
954
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP
NG
FOR
IP
V
6 C
OMMANDS
IPV
6
ROUTER
RIP
ipv6 router rip
Overview
Use this command to enable RIPng routing on an interface.
Use the
no
variant of this command to disable RIPng routing on an interface.
Syntax
ipv6 router rip
no ipv6 router rip
Default
RIPng routing is disabled by default.
Mode
Interface Configuration for a VLAN interface only.
Usage
This command can only be configured on VLAN interfaces.
Examples
To enable RIPng routing on the VLAN interface vlan2, enter the below commands:
awplus#
configure terminal
awplus(config)#
router ipv6 rip
awplus(config-router)#
exit
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 router rip
To disable RIPng routing on the VLAN interface vlan2, enter the below commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 router rip