vxlan delete#
Description#
The delete
sub-command under the tools vxlan
command deletes VxLAN interfaces which name matches a user specified prefix. The delete
command is typically used to remove VxLAN interfaces created with create
command.
Usage#
containerlab tools vxlan delete [local-flags]
Flags#
prefix#
Set a prefix with --prefix | -p
flag. The VxLAN interfaces which name is matched by the prefix will be deleted. Default prefix is vx-
which is matched the default prefix used by create
command.