How to Configure OSPF on Extreme Networks EXOS Router

preview_player
Показать описание
Extreme 1 Config:
configure snmp sysname EXOS-1
create vlan 10
create vlan 20

configure vlan 10 add ports 1 tagged
configure vlan 20 add ports 2 tagged

configure vlan 10 ipaddress 10.10.10.1 255.255.255.252
enable ipforwarding vlan 10
configure vlan 20 ipaddress 20.20.20.1 255.255.255.252
enable ipforwarding vlan 20

// MUST TURN ON IPFORWARDING BEFORE YOU ENABLE OSPF

configure ospf routerid 1.1.1.1
enable ospf
enable ospf export static cost 5 type ase-type-1
configure ospf add vlan VLAN_0010 area 0.0.0.0 link-type point-to-point
configure ospf add vlan VLAN_0020 area 0.0.0.0 link-type point-to-point
----------------------------------------------------------------------

Extreme 2 Config:
configure snmp sysname EXOS-2
create vlan 10
create vlan 11
configure vlan 10 add ports 1 tagged
configure vlan 11 add ports 3 tagged
configure vlan 10 ipaddress 10.10.10.2 255.255.255.252
enable ipforwarding vlan 10
configure vlan 11 ipaddress 11.11.11.1 255.255.255.252
enable ipforwarding vlan 11

configure ospf routerid 2.2.2.2
enable ospf
configure ospf add vlan VLAN_0010 area 0.0.0.0 link-type point-to-point
configure ospf add vlan VLAN_0011 area 0.0.0.0 link-type point-to-point
----------------------------------------------------------------------

Extreme 3 Config:

configure snmp sysname EXOS-3
create vlan 11
create vlan 20
configure vlan 11 add ports 3 tagged
configure vlan 20 add ports 2 tagged
configure vlan 11 ipaddress 11.11.11.2 255.255.255.252
enable ipforwarding vlan 11
configure vlan 20 ipaddress 20.20.20.2 255.255.255.252
enable ipforwarding vlan 20

configure ospf routerid 3.3.3.3
enable ospf
configure ospf add vlan VLAN_0011 area 0.0.0.0 link-type point-to-point
configure ospf add vlan VLAN_0020 area 0.0.0.0 link-type point-to-point

create vlan 33
configure vlan 33 add ports 4 tagged
configure vlan 33 ipaddress 33.33.33.2 255.255.255.0
enable ipforwarding vlan 20

enable ospf export direct cost 5 type ase-type-1
----------------------------------------------------------------------

Extreme 4 Config:
configure snmp sysname EXOS-4
create vlan 33
configure vlan 33 add ports 4 tagged
configure vlan 33 ipaddress 33.33.33.1 255.255.255.0
configure iproute add default 33.33.33.2

I have been a Network Analyst/Network Engineer for over 15 years. Here is what i carry in my bag.

Рекомендации по теме
Комментарии
Автор

It was a great explanation! Thank you!

EduardoOliveira-vvec
Автор

Hello thanks for the video for configuring OSPF in Extreme Networks 🙏🙏👍👍,

do you have video configurations for the BGP of Extreme Networks ?

ahmadrifky
Автор

Can someone help me get my hands on an image to create my own extreme virtual lab I have a ESXI host.

daddyknowsbest
Автор

Thank you for this!! Do you happen to have examples of how to configure P2P OSPF on EXOS using ISC MLAG & VRRP for VLAN interfaces?

nproctor