
#configure terminal  | Enter configure mode.  | 
(config)#interface eth1  | Enter interface mode.  | 
(config-if)#ipv6 router rip  | Enable RIPng routing on interface eth1.  | 
(config-if)#exit  | Exit interface mode, and enter Configure mode.  | 
(config)#interface eth2  | Enter interface mode.  | 
(config-if)#ipv6 router rip  | Enable RIPng routing on interface eth2.  | 
(config-if)#exit  | Exit interface mode, and enter Configure mode.  | 
(config)#router ipv6 rip  | Define a RIPng routing process, and enter Router mode.  | 
#configure terminal  | Enter configure mode.  | 
(config)#interface eth1  | Enter interface mode.  | 
(config-if)#ipv6 router rip  | Enable RIPng routing on interface eth1.  | 
(config-if)#exit  | Exit interface mode, and enter Configure mode.  | 
(config)#interface eth2  | Enter interface mode.  | 
(config-if)#ipv6 router rip  | Enable RIPng routing on interface eth2.  | 
(config-if)#exit  | Exit interface mode, and enter Configure mode.  | 
(config)#router ipv6 rip  | Define a RIPng routing process, and enter Router mode.  |