
C613-50186-01 Rev B
Command Reference for AR2050V
1465
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VRF-
LITE
C
OMMANDS
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
Command
changes
Version 5.4.6-2.1: VRF-lite support added.
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.