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

MSDP group between Catalyst and Nexus?

fjcardenas-1
Level 1
Level 1

Is there compatibility to create an MSDP group between Catalyst 6509 switches and N7K switches? Any restrictions? Has anyone done this and works fine?

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

MSDP works fine between 6500 and Nexus, i do not see any issue. (until you have any special case around the design)

 

here is the basic guide :

 

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/multicast/configuration/guide/n7k_multic_cli_5x/msdp.pdf

BB

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

How to Ask The Cisco Community for Help

Hello,

 

I just tested the config below, and it works fine:

 

N7K

feature bgp
feature pim
feature msdp
!
ip route 2.2.2.2/32 192.168.1.2
ip pim ssm range 232.0.0.0/8
ip msdp peer 2.2.2.2 connect-source loopback1 remote-as 2
ip msdp mesh-group 2.2.2.2 MSDP
!
interface Ethernet2/1
no switchport
mac-address 0000.0000.002f
ip address 192.168.1.1/30
ip pim sparse-mode
no shutdown
!
interface loopback1
ip address 1.1.1.1/32
ip pim sparse-mode
!
router bgp 1
router-id 1.1.1.1
neighbor 192.168.1.2 remote-as 2
address-family ipv4 unicast

 

N7K#show ip msdp mesh-group
switch# sh ip msdp mesh-group
MSDP Mesh-Group Membership for VRF "default"
Mesh-group: MSDP
Peer: 2.2.2.2, AS: 2, description: none


IOS Switch

interface Loopback2
ip address 2.2.2.2 255.255.255.255
ip pim sparse-mode
!
interface GigabitEthernet0/0
no switchport
ip address 192.168.1.2 255.255.255.252
ip pim sparse-mode
negotiation auto
!
router bgp 2
bgp router-id 2.2.2.2
bgp log-neighbor-changes
neighbor 192.168.1.1 remote-as 1
!
address-family ipv4
neighbor 192.168.1.1 activate
exit-address-family
!
ip msdp peer 1.1.1.1
ip msdp cache-sa-state
ip msdp mesh-group MSDP 1.1.1.1
!
ip route 1.1.1.1 255.255.255.255 192.168.1.1

 

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card