show running-config access-list overlay type vxlan

Displays the running configuration for all overlay VXLAN standard or extended ACLs or for a specific ACL.

Syntax

show running-config access-list overlay type vxlan { standard | extended } [ overlay-vxlan-acl-name ]

Parameters

standard
Specifies one or all standard overlay VXLAN ACLs.
extended
Specifies one or all extended overlay VXLAN ACLs.
overlay-vxlan-acl-name
Specifies an ACL.

Modes

Privileged EXEC mode

Usage Guidelines

Overlay ACLs are supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".

Examples

The following example displays the running config for an extended overlay ACL.

device# show running-config access-list overlay type vxlan extended overlay_vxlan_ext
overlay access-list type vxlan extended overlay_vxlan_ext
seq 10 permit dst-vtep-ip 10.1.1.1 src-vtep-ip any vni 5 native dst-ip any src-ip 100.1.1.1 dst-port any src-port 5555 count sflow (Active)

History

Release version Command history
16r.1.00 This command was introduced.