VRF Flashcards
Virtual Routing and Forwarding
VRF stands for:
Virtual Routing and Forwarding
What is VRF used for
Dividing a single router into multiple virtual routers, similar to VLANs divide a switch into multiple virtual switches
By default, all router interfaces are in the same _____
Routing domain
VRF works by allowing the router to build:
Multiple seperate routing tables
T/F: Only router interfaces, SVIs, and routed ports on multilayer switches can be configured in a VRF
T
T/F: Traffic in one VRF can’t be forwarded out of an interface in another VRF
T
With one exception, VRF leaking can be configured to allow traffic to pass between VRFs. Beyond CCNA scope
What is a primary use of VRF?
Used by service providers to allow one device to carry traffic from multiple customers, and keeping each customer’s traffic isolated from the others
T/F: VRF allows for overlapping IP subnets/IP addresses to all use the same routing appliance
T
T/F: VRF doesn’t allow for overlapping IP subnets/IP addresses to use the same routing appliance
F
This is a primary benefit of VRF
T/F: Without the use of VRF, two interfaces on the same router cannot be in the same subnet
T
What is the command to create a VRF
ip vrf vrf-name
What is the command to show all VRFs on a router
sh ip vrf
What is the command to assign a router interface to a VRF
ip vrf forwarding vrf-name
T/F: If an interface has an IP address configured, the IP address will be removed when the interface is assigned to a VRF
T
T/F: sh ip route displays the global routing table, so if all interfaces are in VRFs, the table will be empty
T