VRF Configuration
The VRF configuration is applicable for both PAPN, and Static and Dynamic use cases.
To configure the VRFs in global configuration mode, use the following sample configuration:
config
vrf name vrf_name gateway gateway_ipv4_address gatewayIpv6 gateway_ipv6_address device interface_name linkDevice linked_device_name
end
Important | VRF creation and deletion operations are supported. To modify the existing VRF, VRF must be deleted and then added again. |
NOTES:
-
vrf name vrf_name —Specify the VRF name. The maximum VRF length supported is 15.
-
gateway gateway_ipv4_address —Specify the IPv4 address of the gateway.
-
gatewayIpv6 gateway_ipv6_address —Specify the IPv6 address of the gateway.
-
device interface_name —Specify the name of the public bonded interface.
-
linkDevice linkedDevice_name —Specify the name of the private bonded interface. This field is applicable only for Static and Dynamic use case.