cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1316
Views
0
Helpful
4
Replies

ASR1001 OTV Vlan 1

mackim1973
Level 1
Level 1

Can you span VLAN 1 over OTV? I have other VLANs working, just not VLAN 1

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

You should be able to do  :

 

https://www.cisco.com/c/en/us/support/docs/routers/asr-1000-series-aggregation-services-routers/117158-configure-otv-00.html

 

need to provide more information and configuration. 

 

Note: Do NOT extend the site VLAN on the overlay interface. This causes the two ASRs to have a conflict because they believe that each remote side is in the same site.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

DC1

 

otv site bridge-domain 10
!
otv site-identifier 0000.0000.0002

 

interface Overlay1
no ip address
otv join-interface GigabitEthernet0/0/0
otv use-adjacency-server xxx.xxx.xxx.xxx unicast-only
otv adjacency-server unicast-only
service instance 1 ethernet
encapsulation dot1q 1
bridge-domain 1

service instance 1 ethernet
encapsulation dot1q 1
bridge-domain 1
!
service instance 20 ethernet
encapsulation dot1q 20
bridge-domain 20

 

interface GigabitEthernet0/0/0
description OTV-WAN-Connection
mtu 1542
ip address xxx.xxx.xxx.xxx 255.255.255.128
ip pim passive
ip igmp version 3
negotiation auto
cdp enable

 

interface GigabitEthernet0/0/2
no ip address
negotiation auto
cdp enable
service instance 1 ethernet
encapsulation dot1q 1
bridge-domain 1
!
service instance 10 ethernet
encapsulation untagged
bridge-domain 10
!
service instance 20 ethernet
encapsulation dot1q 20
bridge-domain 20

 

DC2

 

 

otv site bridge-domain 10
!
otv site-identifier 0000.0000.0003

 

 

interface Overlay1
no ip address
otv join-interface GigabitEthernet0/0/0
otv use-adjacency-server xxx.xxx.xxx.xxx unicast-only
otv adjacency-server unicast-only
service instance 1 ethernet
encapsulation dot1q 1
bridge-domain 1
!
service instance 20 ethernet
encapsulation dot1q 20
bridge-domain 20

 

interface GigabitEthernet0/0/0
description OTV-WAN-Connection
mtu 1542
ip address xxx.xxx.xxx.xxx 255.255.255.248
ip pim passive
ip igmp version 3
negotiation auto
cdp enable

 

interface GigabitEthernet0/0/1
no ip address
negotiation auto
cdp enable
service instance 1 ethernet
encapsulation dot1q 1
bridge-domain 1
!
service instance 10 ethernet
encapsulation untagged
bridge-domain 10
!
service instance 20 ethernet
encapsulation dot1q 20
bridge-domain 20

 

 

I can ping across VLAN 20 but not VLAN 1

 

PAPI-RTR001PH1X#sh otv vlan
Key: SI - Service Instance, NA - Non AED, NFC - Not Forward Capable.

Overlay 1 VLAN Configuration Information
Inst VLAN BD Auth ED State Site If(s)
0 1 1 *PAPI-RTR001PH1X active Gi0/0/2:SI1
0 20 20 *PAPI-RTR001PH1X active Gi0/0/2:SI20
Total VLAN(s): 2

PAPI-RTR001PH1X#sh otv
Overlay Interface Overlay1
VPN name : None
VPN ID : 1
State : UP
Fwd-capable : Yes
Fwd-ready : Yes
AED-Server : Yes
Backup AED-Server : No
AED Capable : Yes
Join interface(s) : GigabitEthernet0/0/0
Join IPv4 address : xxx.xxx.xxx.xxx
Tunnel interface(s) : Tunnel0
Encapsulation format : GRE/IPv4
Site Bridge-Domain : 10
Capability : Unicast-only
Is Adjacency Server : Yes
Adj Server Configured : Yes
Prim/Sec Adj Svr(s) : xxx.xxx.xxx.xxx

Hi, Mackim, 

Try rewriting tags in service instance 1 adding corresponding tags for native VLAN: adding tag on ingress and removing it on egress. The other solution might be tagging native VLAN on trunk. Also, as previously noted, make sure not to advertise site VLAN via OTV. 

 

 

Discovering the Why
https://braonle.wordpress.com/
Review Cisco Networking products for a $25 gift card