l2vpn sdwan instance
To configure an L2VPN instance on an Cisco IOS XE Catalyst SD-WAN device, use the l2vpn sdwan instance command in global configuration mode. To remove the configured L2VPN instance, use the no form of this command.
l2vpn sdwan instance instance-id { multipoint | point-to-point }
Syntax Description
instance-id |
A unique number that identifies the VPN or VRF instance. It must be same on the edge devices participating in the Layer 2 domain. Range: 1 to 65531 |
multipoint |
(Optional) Specifies multipoint as the instance type for connecting multiple sites within the same instance. |
point-to-point |
(Optional) Specifies point-to-point as the instance type for a direct connection between two edge devices. |
Command Default
None
Command Modes
Global configuration (config)
Command History
Release |
Modification |
---|---|
Cisco IOS XE Catalyst SD-WAN Release 17.14.1a | This command was introduced. |
Usage Guidelines
The instance ID must be a unique number. The ID must be the same on the Cisco IOS XE Catalyst SD-WAN devices participating in the Layer 2 domain. It must not overlap with your existing VRFs in the Cisco Catalyst SD-WAN fabric.
The following configures an L2VPN instance for point-to-point service:
Device(config)# l2vpn sdwan instance 10 point-to-point
The following configures an L2VPN instance for multipoint service:
Device(config)# l2vpn sdwan instance 20 multipoint