Configuration Guide Vol. 3


26.2.2 Applying RIPng

Set the interface for sending and receiving RIPng packets.

Points to note

The example below shows how to use the ipv6 rip enable command to apply RIPng.

Command examples

  1. (config)# interface vlan 10

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

    (config-if)# ipv6 enable

    Sets IPv6 address 2001:db8:1:1::1/64 for interface vlan 10.

  2. (config-if)# ipv6 rip enable

    Enables RIPng packet transmission and reception on interface vlan 10.

  3. (config-if)# exit

    (config)# interface vlan 20

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

    (config-if)# ipv6 enable

    Sets IPv6 addressing 2001:db8:1:2::1/64 for the interface vlan 20.

  4. (config-if)# ipv6 rip enable

    Enables sending and receiving of RIPng packets on the interface vlan 20.

  5. (config-if)# exit