ExtremeXOS

ExtremeXOS Cheatsheet #

ExtremeXOS (EXOS) is the network operating system used in Extreme Networks switches. This cheatsheet covers common commands and configurations for ExtremeXOS.

Basic Commands #

Command/OptionExampleDescription
enableenableEnter privileged EXEC mode
configureconfigureEnter global configuration mode
show versionshow versionDisplay the version of ExtremeXOS
show running-configshow running-configDisplay the current configuration
write memorywrite memorySave the current configuration
reloadreloadReboot the switch
poweroffpoweroffShut down the switch

Interface Configuration #

Command/OptionExampleDescription
configureconfigureEnter global configuration mode
interface ethernet 1interface ethernet 1Enter interface configuration mode for eth1
ip address 192.168.1.1/24ip address 192.168.1.1/24Configure IP address for the interface
description "Uplink"description "Uplink"Set description for the interface
no shutdownno shutdownEnable the interface
exitexitExit interface configuration mode
show interfacesshow interfacesDisplay interface status

VLAN Configuration #

Command/OptionExampleDescription
configureconfigureEnter global configuration mode
create vlan 10 name "Management"create vlan 10 name "Management"Create a new VLAN
configure vlan 10configure vlan 10Enter VLAN configuration mode
tagged ethernet 1tagged ethernet 1Add interface to VLAN with tagged configuration
untagged ethernet 2untagged ethernet 2Add interface to VLAN with untagged configuration
exitexitExit VLAN configuration mode
show vlanshow vlanDisplay VLAN configuration and status

Spanning Tree Protocol (STP) #

Command/OptionExampleDescription
configureconfigureEnter global configuration mode
spanning-tree vlan 10 priority 4096spanning-tree vlan 10 priority 4096Set STP priority for VLAN 10
spanning-tree vlan 10 root primaryspanning-tree vlan 10 root primarySet STP root bridge for VLAN 10
exitexitExit configuration mode
show spanning-treeshow spanning-treeDisplay STP information
Command/OptionExampleDescription
configureconfigureEnter global configuration mode
create aggregator 1create aggregator 1Create a new link aggregation group
add ethernet 1add ethernet 1Add interface to the aggregation group
add ethernet 2add ethernet 2Add another interface to the aggregation group
exitexitExit configuration mode
show aggregatorshow aggregatorDisplay link aggregation status

Routing Configuration #

Command/OptionExampleDescription
configureconfigureEnter global configuration mode
ip route 0.0.0.0/0 192.168.1.1ip route 0.0.0.0/0 192.168.1.1Configure default route
exitexitExit configuration mode
show ip routeshow ip routeDisplay routing table

This cheatsheet provides essential ExtremeXOS commands for system management, interface configuration, VLANs, STP, link aggregation, and routing. For more detailed information, refer to the ExtremeXOS documentation.

ExtremeXOS

Explore our comprehensive cheatsheets to enhance your knowledge and efficiency. Each cheatsheet provides detailed command options, examples, and descriptions to help you master various tools and technologies.