Cisco Systems 1000 Series Network Router User Manual


 
19-5
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-15
Chapter 19 Cisco ASR 1000 VxLAN Support
Configuring the Cisco ASR 1000 Routers as a VxLAN Layer 2 Gateway with Multicast
Creating the Access Ethernet Flow Point (EFP)
After the member VNI is created, you must create the access Ethernet Flow Point (EFP) for the VLAN
interface.
SUMMARY STEPS
1. interface GigabitEthernet number
2. service instance id ethernet
3. encapsulation dot1q vlan-ID
4. rewrite ingress tag pop 1 symmetric
DETAILED STEPS
Step 3
member vni {range | startnumber-endnumber}
multicast-group startip-address endip-address
Example:
Router(config-if)# member vni 7115
multicast-group 225.1.1.1
Creates a VNI member or a range of VNI members. Repeat
this step for each VNI to be added to the NVE interface. The
valid values for the VNI number are from 4096 to
16777215.
Step 4
no shutdown
Example:
Router(config-if)# no shutdown
Enables the NVE interface.
Command or Action Purpose
Command or Action Purpose
Step 1
interface GigabitEthernet number
Example:
Router(config)# interface GigabitEthernet1
Enters interface configuration mode.
Step 2
service instance id ethernet
Example:
Router(config-if)# service instance 20 ethernet
Configures an Ethernet service instance on the overlay
interface being configured and enters service instance
configuration mode.
The service instance identifier range is from 1 to 8000.