Showing posts with label Extreme networks. Show all posts
Showing posts with label Extreme networks. Show all posts

Thursday, January 24, 2019

Extreme Networks - Configure BGP



Router 1
configure snmp sysName exo-1
create vlan 100
configure vlan 100 add port 1 tagged
configure vlan 100 ipaddress 10.10.10.1/30
enable ipforwarding vlan 100

configure bgp AS-number 100
configure bgp routerid 1.1.1.1
configure bgp maximum-paths 8   - optional
create bgp neighbor 10.10.10.2 remote-AS-number 200
enable bgp neighbor 10.10.10.2
enable bgp export direct address-family ipv4-unicast
enable bgp export ospf-extern1 address-family ipv4-unicast export-policy bgpallow
 -- Above line is if you have an BGP policy for certain networks.
enable bgp


configure vlan Default delete ports 1-6

// routed vlan interface must have a active link or it will not come through in the BGP table.

create vlan 11
configure vlan 11 add port 6 tagged
configure vlan 11 ipaddress 11.11.11.1/24
enable ipforwarding vlan 11

Router 2
configure snmp sysName exo-2
create vlan 100
configure vlan 100 add port 1 tagged
configure vlan 100 ipaddress 10.10.10.2/30
enable ipforwarding vlan 100

configure bgp AS-number 200
configure bgp routerid 2.2.2.2
create bgp neighbor 10.10.10.1 remote-AS-number 100
enable bgp neighbor 10.10.10.1
enable bgp export direct address-family ipv4-unicast
enable bgp

create vlan 22
configure vlan 22 add port 2 tagged
configure vlan 22 ipaddress 22.22.22.1/24
enable ipforwarding vlan 22

Thursday, May 4, 2017

Configure Stacking EXOS (Extreme Networks)

Configure Stacking in ExtremeOS
EXOS version 21.1.2.14 (X450 Switches)



*NOTE -  Enabling stacking will wipe your configuration.  I have started enabling stacking on all switches from the beginning to future-proof growing switch configurations.    

The easiest was to enable stacking:

Step 1 - do a "show version" on all of the switches.  All will need to be on the same version.
Step 2 - Make sure all switches are on the same partition.
Step 3- Make sure Stacking cables are connected.. they are 40Gig QSPF+ ports... We got our "stacking cables" from FS.com for about 1/4 of the price of the Extreme Networks stacking cables.

*****Make sure every switch is on the SAME FIRMWARE and the SAME PARTITION.

configure stacking easy-setup

This will wipe any configuration you have on the switches and enable stacking after a reboot. you will be left with a default config.

 you should be able to do "show stacking" to see what switches are configured.

If everything went well you should see all of the switches showing a "Active" state.  If not check the version off all your switches.. also make sure you have stacking lights on the back of your switches.

Monday, February 27, 2017

Configure CDP (Cisco Discovery Protocol) - Extreme Networks

Configure CDP in ExtremeOS
EXOS version 21.1.2.14

Step 1:
Create and egress vlan out of your uplink port.  Look here for a review.

Step 2:
Configure the VLAN you will be using as your voice vlan to be TAGGED.

configure vlan VLAN_10 add ports 1 tagged


Step 3:
Configure CDP

enable cdp ports 1
configure cdp voip-vlan VLAN_10 port 1

Step 4:
CDP Detect power (optional)

configure cdp power-available advertise port 1


Quick Setup:

configure vlan VLAN_4010 add ports 1 tagged
enable cdp ports 1
configure cdp voip-vlan VLAN_4010 port 1
configure cdp power-available advertise port 1


UNCONFIG CDP:

disalbe cdp ports 1
configure cdp voip-vlan none ports 1
configure cdp power-available no-advertise ports 1