evi extend-vlan

Use evi extend-vlan to configure a list of VLANs that can be extended to remote sites over an EVI tunnel.

Use undo evi extend-vlan to remove the configuration.

Syntax

evi extend-vlan vlan-list

undo evi extend-vlan vlan-list

Default

No extended VLANs are configured.

Views

Tunnel interface view

Predefined user roles

network-admin

mdc-admin

Parameters

vlan-list: Specifies a space-separated list of up to 10 VLAN items. Each VLAN item specifies a VLAN ID or a range of VLAN IDs in the form of start-vlan-id to end-vlan-id, where the end VLAN ID must be greater than the start VLAN ID. Valid VLAN IDs are from 1 to 4094.

Examples

# Specify extended VLANs 1 to 10, 15, and 100 to 200 on the EVI tunnel interface Tunnel 101.

<Sysname> system-view
[Sysname] interface tunnel 101 mode evi
[Sysname-tunnel101] evi extend-vlan 1 to 10 15 100 to 200