cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3453
Views
0
Helpful
2
Replies

Configuring OTV adjacency server

e-chuah
Level 1
Level 1

Hi,  Scenario is as follows:  Data Center 1 - N7K-1, N7K-2. Data Center 2 - N7K-3, N7K-4.  N7K-1 is the primary adjacency server N7K-3 is the secondary adjacency server  Can't seem to find any sample config showing redundant OTV adjacency server configuration. Can anyone confirm if the attached config is correct in the Overlay interface ? Especially on N7K-3 (the secondary adjacency server)  THanks Eng Wee

2 Replies 2

Chad Peterson
Cisco Employee
Cisco Employee

Your config looks like mine. This is how I have mine setup in my lab and it seems to work well.  If its wrong then I'd like to know too

Overlay 1 is the overlay I use in my lab for this:

#Primary Adj Server#

version 5.2(1)

feature otv

otv site-vlan 951

interface Overlay0

  description MCAST OTV

  otv join-interface Ethernet1/13

  otv control-group 239.1.1.1

  otv data-group 239.1.2.0/28

  otv extend-vlan 850-854

  no shutdown

interface Overlay1

  otv join-interface Ethernet1/13

  otv extend-vlan 855

  otv use-adjacency-server 192.168.1.17 192.168.1.21 unicast-only

  otv adjacency-server unicast-only

  no shutdown

otv-isis default

  vpn Overlay0

    redistribute filter route-map OTV_HSRP_filter

  vpn Overlay1

    redistribute filter route-map OTV_HSRP_filter

otv site-identifier 0x1

#Secondary Adj Server#

version 5.2(1)

feature otv

otv site-vlan 951

interface Overlay0

  otv join-interface Ethernet1/13

  otv control-group 239.1.1.1

  otv data-group 239.1.2.0/28

  otv extend-vlan 850-854

  no shutdown

interface Overlay1

  otv join-interface Ethernet1/13

  otv extend-vlan 855

  otv use-adjacency-server 192.168.1.17 192.168.1.21 unicast-only

  otv adjacency-server unicast-only

  no shutdown

otv-isis default

  vpn Overlay0

    redistribute filter route-map OTV_HSRP_filter

  vpn Overlay1

    redistribute filter route-map OTV_HSRP_filter

otv site-identifier 0x1

Aries Fernandes
Cisco Employee
Cisco Employee

If in case you are trying to bring up OTV [unicast / mulitcast] using ASR1K, request you to kindly visit my blog: http://stayinginit.blogspot.in/2013/12/basic-unicast-overlay-transport.html

Thanks,

Aries

Review Cisco Networking for a $25 gift card