C613-50100-01 REV C Command Reference for x930 Series 933
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
RIPNG FOR IPV6 COMMANDS
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