evpn

Creates an EVPN instance and enables EVPN instance configuration mode.

Syntax

evpn [ name ]
no evpn { default |name }

Modes

Global configuration mode

Usage Guidelines

Use the no form of this command to remove the EVPN instance.

When you enter the evpn command without a name, a default EVPN instance is created.

The device allows only one EVPN instance.

Examples

The following example configures the default EVPN instance.

device# configure terminal
device(config)# evpn
device(config-evpn-default)# 

The following example creates an EVPN instance named myinstance.

device# configure terminal
device(config)# evpn myinstance
device(config-evpn-myinstance)#