cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
377
Views
0
Helpful
1
Replies

ASR9K Bridging & Routing Over Same EVPL/EPL Link

mohammar
Cisco Employee
Cisco Employee

Hey guys,

I've got an ASR9K that's connected to a Layer 2 circuit (VZ EPL/EVPL). I want to be able to run BGP as well as extend a few VLANs across the same Layer 2 link to the far-end. Is this possible over the same L2 link?

Any direction with configs would be greatly appreciated!

Thanks.

1 Reply 1

xthuijs
Cisco Employee
Cisco Employee

yup sure can!

either you can chose to desginate a new vlan for that session, or if you want to run it inband you can do that also with a bvi:

int g0/0/0/0.100

encap dot1q 100

ipv4 add....

router bgp

neig... etc

or if you have an existing circuit, say g 0/0/0/0 l2trans

then confgure

int bvi 999

ip add...

l2vpn 

bridge-group X

bridge-domain Y

int g 0/0/0/0

routed interface bvi999

xander