The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco NX-OS Open Shortest Path First (OSPF) commands that begin with V.
To enter a virtual routing and forwarding (VRF) configuration mode and configure submode commands, use the vrf command. To remove a VRF instance or disable the VRF configuration mode, use the no form of this command.
Name of the VRF. The name can be any case-sensitive, alphanumeric string up to 32 characters. |
|
Address-family configuration mode
Router configuration mode
VRF configuration mode
|
|
---|---|
The VRF does not become active until you create an identically named VRF in global configuration mode.
When you enter the VRF configuration mode, the following commands are available:
The cluster-id command is used to assign a cluster ID to a route reflector when the cluster has one or more route reflectors. Multiple route reflectors are deployed in a cluster to increase redundancy and avoid a single point of failure. When multiple route reflectors are configured in a cluster, the same cluster ID is assigned to all route reflectors, which allows all route reflectors in the cluster to recognize updates from peers in the same cluster and reduces the number of updates that need to be stored in BGP routing tables.
Note All route reflectors must maintain stable sessions between all peers in the cluster. If stable sessions cannot be maintained, you should use overlay route reflector clusters instead (route reflectors with different cluster IDs).
Using the log-neighbor-changes command to enable status change message logging does not cause a substantial performance impact, unlike, for example, enabling per BGP update debugging. If the UNIX syslog facility is enabled, messages are sent to the UNIX host running the syslog daemon so that the messages can be stored and archived. If the UNIX syslog facility is not enabled, the status change messages are retained in the internal buffer of the router, and are not stored to the disk. You can set the size of this buffer, which is dependent upon the available RAM, using the logging buffered command.
The neighbor status change messages are not tracked if the bgp log-neighbor-changes command is disabled, except for the reset reason, which is always available as output of the show ip bgp neighbors command.
The eigrp log-neighbor-changes command enables logging of Enhanced Interior Gateway Routing Protocol (EIGRP) neighbor adjacencies, but messages for BGP neighbors are logged only if they are specifically enabled with the bgp log-neighbor-changes command.
Use the show logging command to display the log for the BGP neighbor changes.
This example shows how to enter VRF configuration mode in a BGP environment:
This example shows how to enter VRF configuration mode in an OSPF environment:
|
|
---|---|
To create a virtual routing and forwarding instance (VRF) and enter VRF configuration mode, use the vrf context command. To remove a VRF entry, use the no form of this command.
vrf context { name | management }
no vrf context { name | management }
Name of the VRF. The name can be any case-sensitive, alphanumeric string up to 32 characters. |
|
|
|
---|---|
This example shows how to create a VRF context:
|
|
---|---|
To add an interface to a virtual routing and forwarding (VRF) instance or to configure object tracking on a VRF instance, use the vrf member command. To remove the object tracking for this route, use the no form of this command.
VRF name. The name can be any case-sensitive, alphanumeric string up to 32 characters. |
Interface configuration mode
Object tracking confiuration mode
|
|
---|---|
Use the vrf member command in object tracking configuration mode to track objects in a nondefault VRF.
This example shows how to track an IP route in VRF Red:
This example shows how to add the Ethernet interface 1/5 to VRF RemoteOfficeVRF:
|
|
---|---|