Configuration Guide Vol. 3


26.2.5 Applying RIPng in VRF [SL-L3A]

Enable RIPng for VRF.

Points to note

The example below shows how to use the ipv6 rip enable command to enable RIPng packet transmission and reception on the VRF interface.

Command examples

  1. (config)# interface vlan 10

    (config-if)# vrf forwarding 2

    (config-if)# ipv6 address 2001:db8:1:1::1/64

    (config-if)# ipv6 enable

    (config-if)# ipv6 rip enable

    (config-if)# exit

    Configure IPv6 addressing 2001:db8:1:1::1/64 on VRF 2 interfaces vlan 10 to enable RIPng packettransmission and reception.

  2. (config)# interface vlan 20

    (config-if)# vrf forwarding 2

    (config-if)# ipv6 address 2001:db8:1:2::1/64

    (config-if)# ipv6 enable

    (config-if)# ipv6 rip enable

    (config-if)# exit

    Sets the address 2001:db8:1:2::1/64 to the interface VLAN 20 of VRF 2 to enable RIPng packet transmission and reception.

  3. (config)# ipv6 router rip vrf 2

    Switches to config-rtr-rip mode, and then specifies information about the RIPng that runs in VRF 2.

  4. (config-rtr-rip)# default-metric 10

    (config-rtr-rip)# redistribute static

    (config-rtr-rip)# exit

    Sets 10 as the metric for when using RIPng to advertise routing information learned by another protocol. Also, specifies that static routes are to be advertised by using RIPng.