cancel
Showing results for 
Search instead for 
Did you mean: 

SLX 9030 OSPF over MCT

SLX 9030 OSPF over MCT

salishengineer
New Contributor

I am struggling to get OSPF to work over MCT on the SLX 9030 platform. Ruckus and netIron support this functionality. I can’t even get basic connectivity (ICMP). 

 

97dce0f74a2f4e9e8b687043748375df_4f429e8c-c640-450d-81ae-f74b9bbafdcf.png

 

Sample Config - SLX 01

 

evpn sal-evpn
 route-target both auto ignore-as
 rd auto
 bridge-domain add 65,4000
 vlan add 65

 

router bgp
 local-as 3607168000
 capability as4-enable
 fast-external-fallover
 neighbor 10.56.56.1 remote-as 3607168000
 neighbor 10.56.56.1 update-source loopback 64
 neighbor 10.56.56.1 bfd
 address-family ipv4 unicast
 !
 address-family ipv6 unicast
 !
 address-family l2vpn evpn
  neighbor 10.56.56.1 encapsulation mct
  neighbor 10.56.56.1 activate

router ospf
 rfc1583-compatibility
 area 0.0.0.0
 auto-cost reference-bandwidth 100000
!
router ospf vrf management-vrf
 rfc1583-compatibility
 area 0
 auto-cost reference-bandwidth 100000

## Interface in question 
interface Ve 65
 vrf forwarding management-vrf
 ip ospf area 0
 ip address 10.253.18.50/29
 no shutdown

!
interface Ethernet 0/46
 channel-group 63 mode active type standard
 lacp timeout long
 no shutdown
interface Port-channel 63
 switchport
 switchport mode trunk-no-default-native
 switchport trunk allowed vlan add 65
 no shutdown
!

cluster slx 1
 peer-interface Ve 4000
 peer 10.56.56.1
 deploy
 client AGG6610 1
  client-interface Port-channel 63
  esi 0:0:0:0:0:0:1:1:1
  deploy
 

Cluster slx 1
================
Cluster State: Deployed
Client Isolation Mode: Loose
DF Hold Time: 3 seconds
Configured Member Vlan Range: 65,200
Active Member Vlan Range: 65,200
Configured Member BD Range: 65,4000
Active Member BD Range:
No. of Peers: 1
No. of Clients: 1


 Peer Info:
 ==========
 Peer IP: 10.56.56.1, State: Up
  Peer Interface: Ve 4000
 ICL Tunnel Type: VXLAN, State: Up


 Client Info:
 ============
 Name                 Id    ESI                              Interface               Local/Remote State
 ----                 --    ---                              ---------               ------------------
 AGG6610              1     0:0:0:0:0:0:0:1:1:1              Port-channel 63         Up   / Up
 

 

SLX-01# sh arp vrf management-vrf
Total Entries in VRF management-vrf : 2
Address          Mac-address     L3 Interface  L2 Interface                Age         Type
------------------------------------------------------------------------------------------
10.253.18.49     cc4e.243e.3b16  Ve 65         Po 63                       00:09:04    Dynamic
10.253.18.51     0004.96af.9a75  Ve 65         Tu 62465 (10.56.56.1)       Never       Bgp-Sticky
 

I am unable to ping 10.253.18.49!!

 

 

3 REPLIES 3

Josh
Extreme Employee

The SLX9030 does support OSPF over MCT. I assume the vrf is being specified when issuing the ping (Ex. SLX# ping 10.253.18.49 vrf management-vrf)? If possible, please open a support case to investigate the cause of the connectivity issues as needed.

salishengineer
New Contributor

That’s what I am afraid of. It doesn’t work and no one seems to be able to answer my question. 

tmasuda
New Contributor II

when i was evaluating the SLX last year I couldn’t get MCT to work at all.

GTM-P2G8KFN