12
Field Description
Flooding proxy
Flood proxy state:
•
Enabled
—Flood proxy is enabled. The VTEP sends broadcast, multicast, and
unknown unicast traffic to a flood proxy server through the tunnel. The flood
proxy server replicates and forwards flood traffic to remote VTEPs.
•
Disabled
—Flood proxy is disabled.
Related commands
•
tunnel
•
vxlan
encapsulation
Use
encapsulation
to configure a frame match criterion for an Ethernet service instance.
Use
undo encapsulation
to remove a frame match criterion from an Ethernet service instance.
Syntax
Releases 2416, 2418P01, and 2418P05:
encapsulation
default
encapsulation
{
tagged
|
untagged
}
encapsulation
s-vid
vlan-id
[
only-tagged
]
undo encapsulation
Release 2422 and later versions:
encapsulation
default
encapsulation
{
tagged
|
untagged
}
encapsulation
s-vid
vlan-id
[
only-tagged
]
encapsulation
s-vid
vlan-id
c-vid
vlan-id
undo encapsulation
Default
An Ethernet service instance does not contain a frame match criterion.
Views
Ethernet service instance view
Predefined user roles
network-admin
Parameters
default
: Matches frames that do not match any other Ethernet service instance on the interface.
tagged
: Matches any frames that have an 802.1Q VLAN tag.
untagged
: Matches any frames that do not have an 802.1Q VLAN tag.
s-vid
vlan-id
: Matches frames that are tagged with the specified outer 802.1Q VLAN ID. The
vlan-id
argument specifies a 802.1Q VLAN ID in the range of 1 to 4094. If the outer 802.1Q VLAN is not the
PVID, the matching result does not differ, whether or not you specify the
only-tagged
keyword. If the
outer 802.1Q VLAN is the PVID, the matching result depends on whether or not the
only-tagged
keyword is specified.