address-family ipv4 vrf
To enable Routing Information Protocol (RIP) under a Virtual Routing and Forwarding (VRF), use the address-family ipv4 vrf command in router configuration mode. To remove the address family from the RIP configuration, use the no form of this command.
address-family ipv4 [ unicast | | vrf vrf-name ]
no address-family ipv4 [ unicast | | vrf vrf-name ]
Syntax Description
ipv4 |
Selects the IPv4 protocol address family. |
unicast |
(Optional) Specifies the unicast address family. |
vrf vrf-name |
(Optional) Specifies the name of the VRF. This keyword/argument pair is required for RIP configurations. |
Command Modes
Router configuration (config-router)
Command History
Release |
Modification |
---|---|
Cisco IOS XE Catalyst SD-WAN Release 17.7.1a |
This command was introduced. |
Usage Guidelines
For usage guidelines, see the Cisco IOS XE address-family ipv4 command.
The following example shows how to configure an IPv4 address family session for a VRF named 100:
vrf definition 100
!
rd 1:1
address-family ipv4
exit address-family
!
router rip
address-family ipv4 vrf 100