Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The set  set l3-interface vlan-interface interface vrf command is used to bind the Layer 3 VLAN interface to the VRF.


Command Syntax

set l3-interface vlan-interface interface <interface-name> vrf <vrf-name>

...

Parameter

Parameter

Description

vlan-interface < <interface-name>

Specifies a Layer 3 VLAN interface. The value is a string.

vrf <vrf-name>

Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].

...

Code Block
admin@Xorplus# set vlanl3-interface vlan-interface vlan10 vrf vrf1
admin@Xorplus# commit

...