description
The command assigns the description of configured VRF.
The use of a negative form (no) of the command removes a specified description.
Syntax
description <DESCRIPTION>
no description
Parameters
<DESCRIPTION> – VRF instance description, set by the string of up to 255 characters.
Required privilege level
10
Command mode
CONFIG-VRF
Example
esr(config-vrf)# description "VRF1"
CODE
ip source-vrf
This command transfers the copying system by TFTP, SCP, FTP, SFTP to VRF.
The use of a negative form (no) of the command switches copying system to standard mode.
Syntax
ip { tftp | ftp | ssh | sftp | http } source-vrf <VRF>
no ip { tftp | ftp | ssh | sftp | http } source-vrf
Parameters
<VRF> – VRF name, set by the string of up to 31 characters.
tftp – copy by TFTP;
ftp – copy by FTP;
ssh – copy by SCP;
sftp – copy by SFTP;
http – copy by HTTP.
Required privilege level
10
Command mode
CONFIG
Example
esr(config)# ip tftp source-vrf vrf1
CODE
ip vrf
The command adds VRF to the system and switches to its configuration mode.
The use of a negative form (no) of the command removes VRF from the system.
Syntax
[no] ip vrf <VRF>
Parameters
<VRF> – VRF instance name, set by the string of up to 31 characters.
Required privilege level
10
Command mode
CONFIG
Example
esr(config)# ip vrf VRF1
esr(config-vrf)#
CODE
ip vrf forwarding
Specify the name of VRF instance in which the specified network interface, bridge, security zone, dynamic authorization server (DAS) or NAT rules group will be used.
The use of negative form of the command (no) removes the binding of the network interface, bridge, security zone, or group of NAT rules to the VRF instance.
Syntax
ip vrf forwarding <VRF>
no ip vrf forwarding
Parameters
<VRF> – VRF name, set by the string of up to 31 characters.
Required privilege level
10
Command mode
CONFIG-GI
CONFIG-TE
CONFIG-SUBIF
CONFIG-QINQ-IF
CONFIG-PORT-CHANNEL
CONFIG-CELLULAR-MODEM
CONFIG-BRIDGE
CONFIG-LOOPBACK
CONFIG-GRE
CONFIG-LT
CONFIG-SUBTUNNEL
CONFIG-ZONE
CONFIG-DNAT-RULESET
CONFIG-SNAT-RULESET
CONFIG-DAS-SERVER
CONFIG-SNMP-USER
CONFIG-SNMP-VIEW
CONFIG-L2TP
CONFIG-PPPOE
CONFIG-PPTP
CONFIG-OPENVPN
CONFIG-IPSEC-VPN
Example
esr(config-snat-ruleset)# ip vrf forwarding VRF1
CODE
show ip vrf
The command displays the information on VRF instances existing in the system.
Syntax
show ip vrf [ <VRF> ]
Parameters
<VRF> – VRF name, set by the string of up to 31 characters.
Required privilege level
1
Command mode
ROOT
Example
esr# show ip vrf
Name Interfaces
------------------------------- ------------------------------------------
VRF1 gi1/0/8
VRF2 gi1/0/10.22
test gi1/0/2
CODE