1-9 - Work with VRF Instances Flashcards
IOS-XR Command:
commit
Commits changes to the running configuration.
IOS-XR Command:
configure
Enters configuration mode.
IOS-XR Command:
do
Enables you to run EXEC commands from any configuration mode.
IOS-XR Command:
export route-target [value]
Assigns an export route target to a VRF route.
IOS-XR Command:
import route-target [value]
Assigns an import route target to a VRF route.
IOS-XR Command:
interface [interface]
Enters interface configuration mode (in global configuration mode).
IOS-XR Command:
ipv4 address [ip_address/len]
Sets the IPv4 address for an interface and the subnet mask by using the prefix length format.
IOS-XR Command:
ping [dest-IP]
Verifies connectivity between the source IP and destination IP (IPv4 and IPv6) by using the global routing table.
IOS-XR Command:
ping vrf [vrf-name] [dest-IP]
Verifies connectivity between the source IP and destination IP (IPv4 and IPv6) by using the specified VRF instance.
IOS-XR Command:
neighbor [ip-address]
BGP configuration mode command. Activates the exchange of routes from the address family under the configuration for the specified neighbor.
IOS-XR Command:
neighbor [ip-address] address-family ipv4 unicast
BGP configuration mode command. Activates the exchange of IPv4 unicast address-family routes under the configuration for the specified neighbor.
IOS-XR Command:
neighbor [ip-address] address-family vpnv4 unicast
BGP configuration mode command. Activates the exchange of VPNv4 unicast address-family routes in the specified neighbor configuration.
IOS-XR Command:
neighbor [ip-address] address-family vpnv4 unicast next-hop-self
BGP configuration mode command. Configures to use the IP address of the router as a next hop for routes of the specified address family.
IOS-XR Command:
root
Returns to global configuration mode from any subconfiguration mode.
IOS-XR Command:
router bgp [as-number]
Enters to BGP configuration mode for the specified as-number.
IOS-XR Command:
router bgp [as-number] address-family ipv4 unicast
BGP configuration mode command. Enables IPv4 unicast address family in global BGP protocol.
IOS-XR Command:
router bgp [as-number] address-family vpnv4 unicast
BGP configuration mode command. Enables VPNv4 unicast address family in global BGP protocol.
IOS-XR Command:
router bgp [as-number] vrf [vrf-name]
Enter to BGP configuration mode. Enters specified vrf-name VRF configuration mode.
IOS-XR Command:
router bgp [as-number] vrf [vrf-name] address-family ipv4 unicast
BGP configuration mode command. Enters specified vrf-name VRF IPv4 unicast address-family configuration mode.
IOS-XR Command:
router bgp [as-number] vrf [vrf-name] address-family ipv4 unicast redistribute connected
BGP configuration mode command. Enables redistribution of connected routes into the specified vrf-name for IPv4 unicast address family.
IOS-XR Command:
router bgp [as-number] vrf [vrf-name] rd [rd-value]
BGP configuration mode command. Assigns rd-value as a route distinguisher to the specified vrf-name VRF.
IOS-XR Command:
show bgp neighbor
Displays BGP neighbor information.