vrfsUpdateFabricVrf
Update Virtual Routing and Forwarding (VRF) configurations in network fabrics by modifying fields like ASN, VNI, annotations, labels, and descriptions for network segmentation.
Instructions
Update a specific VRF.
To use this tool, pass the resource ID and the fields to update as arguments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fabricId | Yes | This is a read-only field. The unique identifier of the fabric to which this VRF belongs to. | |
| vrfId | Yes | The VRF id or name. | |
| annotations | No | A list of name-value annotations to store user-defined data including complex data such as JSON associated with the VRF. | |
| asn | No | The Autonomous System Number (ASN) used for the VRF external BGP peering. | |
| description | No | The description is a user-defined field to store notes about the VRF. | |
| enabled | No | This is a read-only field. The enabled state of the VRF which indicates if the VRF is enabled or disabled. | |
| id | No | This is a read-only field. The unique identifier of the VRF. | |
| interfaces | No | This is a read-only field. A list of interfaces that are associated with the VRF. | |
| isDefault | No | This is a read-only field. The flag that indicates if the VRF is the default (auto-created) VRF or not. | |
| labels | No | A list of user-defined labels that can be used for grouping and filtering VRFs. | |
| metadata | No | Metadata defines a map of attributes related to the lifecycle of the object. | |
| name | No | The user-defined name of the VRF. The VRF name has to be unique, and is case-insensitive. The name should start with `Vrf`, `VRF`, `VRf` or `VrF`, followed by an optional `-` separator and end with an alpha-numeric string of 1 to 16 character. | |
| vni | No | The VXLAN Network Identifier (VNI) used for the VRF. |