.. _cisco.nxos.nxos_vrf_module:
*******************
cisco.nxos.nxos_vrf
*******************
**Manages global VRF configuration.**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- This module provides declarative management of VRFs on CISCO NXOS network devices.
Parameters
----------
.. raw:: html
Parameter |
Choices/Defaults |
Comments |
admin_state
string
|
|
Administrative state of the VRF.
|
aggregate
list
/ elements=dictionary
|
|
List of VRFs definitions.
|
|
admin_state
string
|
|
Administrative state of the VRF.
|
|
associated_interfaces
list
/ elements=string
|
|
This is a intent option and checks the operational state of the for given vrf name for associated interfaces. If the value in the associated_interfaces does not match with the operational state of vrf interfaces on device it will result in failure.
|
|
delay
integer
|
|
Time in seconds to wait before checking for the operational state on remote device. This wait is applicable for operational state arguments.
|
|
description
string
|
|
Description of the VRF or keyword 'default'.
|
|
interfaces
list
/ elements=string
|
|
List of interfaces to check the VRF has been configured correctly or keyword 'default'.
|
|
name
string
|
|
Name of VRF to be managed.
aliases: vrf
|
|
rd
string
|
|
VPN Route Distinguisher (RD). Valid values are a string in one of the route-distinguisher formats (ASN2:NN, ASN4:NN, or IPV4:NN); the keyword 'auto', or the keyword 'default'.
|
|
state
string
|
|
Manages desired state of the resource.
|
|
vni
string
|
|
Specify virtual network identifier. Valid values are Integer or keyword 'default'.
|
associated_interfaces
list
/ elements=string
|
|
This is a intent option and checks the operational state of the for given vrf name for associated interfaces. If the value in the associated_interfaces does not match with the operational state of vrf interfaces on device it will result in failure.
|
delay
integer
|
Default:
10
|
Time in seconds to wait before checking for the operational state on remote device. This wait is applicable for operational state arguments.
|
description
string
|
|
Description of the VRF or keyword 'default'.
|
interfaces
list
/ elements=string
|
|
List of interfaces to check the VRF has been configured correctly or keyword 'default'.
|
name
string
|
|
Name of VRF to be managed.
aliases: vrf
|
purge
boolean
|
|
Purge VRFs not defined in the aggregate parameter.
|
rd
string
|
|
VPN Route Distinguisher (RD). Valid values are a string in one of the route-distinguisher formats (ASN2:NN, ASN4:NN, or IPV4:NN); the keyword 'auto', or the keyword 'default'.
|
state
string
|
Choices:
present ←
- absent
|
Manages desired state of the resource.
|
vni
string
|
|
Specify virtual network identifier. Valid values are Integer or keyword 'default'.
|