User's Manual

Table Of Contents
540
Users Manual of CS-6306R
53.1.4 RIPng Configuration Example
This section shows some RIPng configuration example:
Connect device A and device B directly and make the following settings:
Device A:
interface VLAN2
no ip address
no ip directed-broadcast
ipv6 address 4444: : 4444/64
ipv6 enable
ipv6 rip dang2 enable
ipv6 rip dang2 split-horizon
!
router ripng dang2
redistribute static
exit
!
!
Device B:
interface Ethernet1/1
no ip address
no ip directed-broadcast
duplex half
ipv6 address 4444: : 2222/64
ipv6 enable
ipv6 rip dang enable
ipv6 rip dang split-horizon
!
router ripng dang
redistribute static
exit
!
In this way both device A and device B learns the static routing information from each other.