C613-50100-01 REV C Command Reference for x930 Series 1507
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
VRF LITE COMMANDS
IP
VRF
ip vrf
Overview This command creates a VRF instance and specifies its unique name. You can also
optionally specify a VRF ID. If you do not specify the VRF ID, a unique ID will
automatically be created and assigned to the VRF instance.
The no variant of this command removes a selected VRF instance. All interfaces
previously belonging to the removed instance are then returned to the global
routing and forwarding environment.
Syntax
ip vrf <vrf-name> [<vrf-inst-id>]
no ip vrf <vrf-name> [<vrf-inst-id>]
Mode Global Configuration
Default Static inter-VRF routing is enabled.
Example To create a VRF instance named vrf blue and assign it the ID number 2, use the
following commands:
awplus# config terminal
awplus(config)# ip vrf blue 2
Parameter Description
<vrf-name> The name of the VRF instance.
<vrf-inst-id> The ID of the VRF instance, a number in the range 1 to 8.