Configuration Guide Vol. 3


10.2.8 Applying RIP in VRF [SL-L3A]

Enable RIP for a VRF.

Points to note

The example below shows how to use the address-family ipv4 vrf command to switch to config-router-af mode, and then specify the necessary information.

Command examples

  1. (config)# router rip

    (config-router)# address-family ipv4 vrf 2

    Switches to config-router-af mode, and then specifies information about the RIP that runs in VRF 2.

  2. (config-router-af)# network 172.16.2.0 0.0.0.255

    Enables RIP packet transmission on network 172.16.2.0/24.

  3. (config-router-af)# version 2

    Sets the RIP version to RIP-2.

  4. (config-router-af)# exit

    Ends config-router-af mode.