cancel
Showing results for 
Search instead for 
Did you mean: 

MLXe,VDX to Providers Edge Router OSPF Configuration

MLXe,VDX to Providers Edge Router OSPF Configuration

Sazon
New Contributor III

Hi Guys,

 

Please help to create a simple OSPF configuration guide to my new project.

Please include the LAG between two MLX routers configuration.

Thank you and keep safe everyone.

 

28d28d6eb8db439495d6c6aadb7df1cb_39a05a45-899f-4852-93cb-15169507e83d.png

 

 

Regards,

 

Sazon

4 REPLIES 4

Sazon
New Contributor III

Hi Jeorgkost,

 

Thank you for the answers.

joergkost
Contributor II

VRRP with an example is described

Brocade(config)# router vrrp-extended
Brocade(config)# interface ve 10
Brocade(config-vif-10)# ip address 10.10.10.25/24
Brocade(config-vif-10)# ip vrrp-extended vrid 10
Brocade(config-vif-10-vrid-10)# backup priority 50
Brocade(config-vif-10-vrid-10)# ip-address 10.10.10.254
Brocade(config-vif-10-vrid-10)# activate

https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-implement-and-configure-VRRP-E-Extensi...

Sazon
New Contributor III

Hi Sir, 

 

Thank you for the reply. It helps me a lot. 

Can you share also a sample config for HA VRRP. And simple config for uplink on the topology. 

 

Thanks, 

Sazon

 

joergkost
Contributor II

A typical LAG configuration for the MLX can look like this:



lag "lagmlx" dynamic id 10
 ports ethernet 6/4 ethernet 8/4
 primary-port 8/4
 deploy
 port-name "Link-1" ethernet 6/4
 port-name "Link-2" ethernet 8/4

From there you can configure VLANs on the member interfaces and VE interfaces for OSPF:

vlan 22 name PA
tagged ethe 6/4 ethe 8/4
router-interface ve 22

VE-configuration:

interface ve 22
#
# OSPF interface configuration goes here
# ip ospf area 0
# ip address 10.0.0.1/24

Have fun with the MLXe, its a pretty big and cool device 😉

GTM-P2G8KFN