Friday, February 15, 2019

Enterasys Quick Commands

show port vlan ge.1.1
ge.1.1 is set to 247

show mac port-string tg.1.4       

MAC Address       FID  Port          Type    Status
----------------- ---- ------------- ------- -------
00-00-00-00-00-00 0    tg.1.4        self 

show port egress ge.1.24
  Port       Vlan      Egress          Registration
  Number      Id        Status            Status
  ------------------------------------------------------------
ge.1.24     4         tagged          static
ge.1.24     6         tagged          static
ge.1.24     9         tagged          static
ge.1.24     104       tagged          static
ge.1.24     114       tagged          static
ge.1.24     120       tagged          static
ge.1.24     125       tagged          static

show port status
          Alias        Oper    Admin   Speed
Port      (truncated)  Status  Status  (bps)     Duplex  Type
--------- ------------ ------- ------- --------- ------- ------------
ge.1.1                 Down    Up      N/A       N/A     BaseT RJ45/PoE
ge.1.2                 Down    Up      N/A       N/A     BaseT RJ45/PoE
ge.1.3                 Up      Up      1.0G      full    BaseT RJ45/PoE



show port inlinepower ge.1.1
Port     Type                 Admin   Oper                Priority   Class   Power(W)  Capability  Power Select
-------  -----                ------  -----------------   --------   -----   --------  ----------  -------------
ge.1.1                        auto    Searching           Low        0                 802.3at


Disable/Enable inline power

set port inlinepower ge.1.1 admin off
set port inlinepower ge.1.1 admin auto


Wednesday, February 6, 2019

Extreme Networks - Enable/Disable Inlinepower on a port

If you are looking to disable the power for devices such as AP's, Voip, phones, and Security cameras here are some commands that you will need to know so you will be able to see if the devices is delivering power or need to shut it on or off.

This is for the EXTREME switches.  (EXOS)


show inline-power stats ports 1:19

Slot-1 EXOS_Switch.4 # show inline-power stats ports 1:19

                                STATISTICS COUNTERS
Port  State         Class     Absent  InvSig   Denied    OverCurrent   Short

1:19  delivering    class1        1     144       0          0             0



disable inline-power ports 1:1

enable inline-power ports 1:1

Enterasys - Enable/Disable inline-power for POE

If you are looking to disable the power for devices such as AP's, Voip, phones, and Security cameras here are some commands that you will need to know so you will be able to see if the devices is delivering power or need to shut it on or off.

This is for the ENTERASYS switches. (EOS)

show port inlinepower ge.X.X

Test(su)->show port inlinepower ge.1.3
Port     Type                 Admin   Oper                Priority   Class   Power(W)  Capability  Power Select
-------  -----                ------  -----------------   --------   -----   --------  ----------  -------------
ge.1.3                        auto    Delivering Power    Low        1       2.80      802.3at


Turn port power on/off


set port inlinepower ge.X.X admin off

set port inlinepower ge.X.X admin auto

Friday, February 1, 2019

Enterasys - Disable Radius with MIBs

If you are looking to disable Radius because you can not log in with your radius account and want to use the local username/password of the switch here is the MIB OID that will allow you to disable Radius.

Name:  etsysRadiusAuthClientEnable
OID: 1.3.6.1.4.1.5624.1.2.4.1.3

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

Network Switch boot times - Enterasys/Extreme/Cisco

So for a while I have been wondering what the boot time for different models of switches.  People always say that Cisco's switches are slow on bootups.  There are some differences with code versions which might make the switch boot faster but I was not worrying about those details as much.  I was looking for a general idea of how long a switch would take to boot up.

Here is the rules that I have when doing my testing.

- Fresh config
- Single switch (not stacked or VSS)
- Config only a vlan that is reachable out on the network
- Clock starts when switch is rebooted (as close as possible)
- Clock stops when the first ping reply is received

As I test more equipment I will post them here and hopefully have a link to the video.


Extreme X450       Time: 01:06.59  - Youtube Video
Enterasys B5         Time: 01:44.95  - Youtube Video
Cisco 2960            Time: 05:27.81  - Youtube Video