Extreme Networks Commands
Extreme Networks EXOS and VOSS CLI commands.
Switch Startup Procedure
Step 1: Power on switchBothConnect power and boot the switch
Step 2: Wait for bootBothWait 2-5 minutes for OS to load
Step 3: Verify systemBothCheck system status after boot
show versionBothDisplay OS version and hardware info
show switchEXOSDisplay switch information
show sys-infoVOSSDisplay system information
Step 4: Check interfacesBothVerify interface states
show portsEXOSDisplay port status
show interfaces gigabitEthernet statusVOSSDisplay interface status
Switch Shutdown Procedure
Step 1: Save configuration (EXOS)EXOSEnsure configuration is saved
saveEXOSSave configuration
save configuration primaryEXOSSave to primary config
Step 2: Save configuration (VOSS)VOSSEnsure configuration is saved
save configVOSSSave configuration
Step 3: Graceful shutdown/rebootBothReboot or power off the switch
rebootEXOSReboot switch
resetVOSSReboot switch
boot system reloadVOSSReboot system
Step 4: Factory reset (if needed)BothReset to factory defaults
unconfigure switch allEXOSReset to factory defaults
boot flags factorydefaultsVOSSReset to factory defaults on next boot
Basic Navigation - EXOS
enableEXOSEnter privileged mode (if required)
configureEXOSEnter configuration mode
show configurationEXOSDisplay running configuration
show configuration detailEXOSDisplay detailed configuration
saveEXOSSave configuration
save configuration <file>EXOSSave config to specific file
load configuration <file>EXOSLoad configuration from file
run script <script>EXOSRun CLI script
Basic Navigation - VOSS
enableVOSSEnter privileged mode
configure terminalVOSSEnter configuration mode
exitVOSSExit current mode
endVOSSExit to privileged mode
show running-configVOSSDisplay running configuration
show startup-configVOSSDisplay startup configuration
save configVOSSSave configuration
copy config <file>VOSSCopy configuration to file
Interface Configuration - EXOS
enable ports <port-list>EXOSEnable ports
disable ports <port-list>EXOSDisable ports
configure ports <port> description "<text>"EXOSSet port description
configure ports <port> auto onEXOSEnable auto-negotiation
configure ports <port> speed <speed> duplex <duplex>EXOSSet speed and duplex
configure vlan <vlan> add ports <port> untaggedEXOSAdd access port to VLAN
configure vlan <vlan> add ports <port> taggedEXOSAdd trunk port to VLAN
show ports <port> informationEXOSDisplay port details
show ports <port> statisticsEXOSDisplay port statistics
Interface Configuration - VOSS
interface gigabitEthernet <slot>/<port>VOSSEnter interface configuration
name "<text>"VOSSSet interface description
no shutdownVOSSEnable interface
shutdownVOSSDisable interface
speed <speed>VOSSSet interface speed
duplex <mode>VOSSSet duplex mode
vlan pvid <vlan-id>VOSSSet port VLAN ID
vlan members <vlan-list>VOSSSet allowed VLANs
show interfaces gigabitEthernet <port>VOSSDisplay interface details
show interfaces gigabitEthernet statisticsVOSSDisplay interface statistics
VLAN Configuration - EXOS
create vlan <name> tag <vlan-id>EXOSCreate VLAN
delete vlan <vlan>EXOSDelete VLAN
configure vlan <vlan> description "<text>"EXOSSet VLAN description
configure vlan <vlan> ipaddress <ip> <mask>EXOSConfigure IP on VLAN
enable ipforwarding vlan <vlan>EXOSEnable IP routing on VLAN
show vlanEXOSDisplay all VLANs
show vlan <vlan>EXOSDisplay specific VLAN
show fdbEXOSDisplay MAC address table
VLAN Configuration - VOSS
vlan create <vlan-id> type portVOSSCreate port-based VLAN
vlan create <vlan-id> type port-mstprstp <instance>VOSSCreate VLAN with MSTP
vlan name <vlan-id> "<name>"VOSSName VLAN
interface vlan <vlan-id>VOSSEnter VLAN interface configuration
ip address <ip> <mask>VOSSConfigure IP address on VLAN
show vlanVOSSDisplay VLAN information
show vlan id <vlan-id>VOSSDisplay specific VLAN
show mac-address-tableVOSSDisplay MAC address table
Link Aggregation - EXOS
enable sharing <master-port> grouping <port-list> algorithm address-basedEXOSCreate LAG
configure sharing <master-port> lacp enableEXOSEnable LACP on LAG
disable sharing <master-port>EXOSDisable LAG
show sharingEXOSDisplay LAG information
show lacp port <port>EXOSDisplay LACP information
Link Aggregation - VOSS
interface mlt <id>VOSSCreate MLT (Multi-Link Trunk)
member <port-list>VOSSAdd members to MLT
enableVOSSEnable MLT
lacp enableVOSSEnable LACP on MLT
show mltVOSSDisplay MLT information
show lacpVOSSDisplay LACP information
Routing - Static (EXOS)
configure iproute add default <gateway>EXOSAdd default route
configure iproute add <network> <mask> <gateway>EXOSAdd static route
configure iproute delete <network>EXOSDelete static route
show iprouteEXOSDisplay routing table
show iproute origin staticEXOSDisplay static routes only
Routing - Static (VOSS)
ip route 0.0.0.0 0.0.0.0 <gateway>VOSSAdd default route
ip route <network> <mask> <gateway>VOSSAdd static route
no ip route <network> <mask> <gateway>VOSSDelete static route
show ip routeVOSSDisplay routing table
show ip route staticVOSSDisplay static routes
Routing - OSPF (EXOS)
enable ospfEXOSEnable OSPF globally
configure ospf routerid <router-id>EXOSSet OSPF router ID
create ospf area <area-id>EXOSCreate OSPF area
configure ospf add vlan <vlan> area <area-id>EXOSAdd VLAN to OSPF area
show ospfEXOSDisplay OSPF configuration
show ospf neighborEXOSDisplay OSPF neighbors
show ospf routesEXOSDisplay OSPF routes
Routing - OSPF (VOSS)
router ospfVOSSEnter OSPF configuration
router-id <router-id>VOSSSet OSPF router ID
enableVOSSEnable OSPF
interface vlan <vlan-id>VOSSEnter VLAN interface config
ip ospf area <area-id>VOSSAdd VLAN to OSPF area
ip ospf enableVOSSEnable OSPF on interface
show ip ospfVOSSDisplay OSPF configuration
show ip ospf neighborVOSSDisplay OSPF neighbors
Spanning Tree - EXOS
enable stpd s0EXOSEnable STP domain
configure stpd s0 mode mstpEXOSSet STP mode to MSTP
configure stpd s0 add vlan <vlan>EXOSAdd VLAN to STP domain
configure stpd s0 priority <priority>EXOSSet bridge priority
configure stpd s0 ports mode dot1d <port>EXOSSet port STP mode
configure stpd s0 ports edge-safeguard enable <port>EXOSEnable BPDU guard
show stpdEXOSDisplay STP information
Spanning Tree - VOSS
spanning-tree mode <mode>VOSSSet STP mode (mstp/rstp)
spanning-tree enableVOSSEnable STP globally
interface gigabitEthernet <port>VOSSEnter interface config
spanning-tree port enableVOSSEnable STP on port
spanning-tree bpduguard enableVOSSEnable BPDU guard
spanning-tree portfastVOSSEnable PortFast
show spanning-treeVOSSDisplay STP information
Access Control - EXOS
create access-list <name>EXOSCreate ACL
configure access-list <name> <action> <conditions>EXOSConfigure ACL rule
configure access-list <name> ports <port> ingressEXOSApply ACL to port
show access-listEXOSDisplay ACLs
configure port <port> mac-locking <count>EXOSConfigure port security
show port <port> securityEXOSDisplay port security
Access Control - VOSS
filter <id>VOSSCreate ACL filter
seq <seq> <action> <conditions>VOSSAdd ACL entry
interface gigabitEthernet <port>VOSSEnter interface config
ip access-group <id> inVOSSApply ACL to interface
show filterVOSSDisplay filters
port-security enableVOSSEnable port security
port-security maximum <count>VOSSSet max MAC addresses
Monitoring & Troubleshooting
show versionBothDisplay OS version
show switchEXOSDisplay switch information
show sys-infoVOSSDisplay system information
show portsEXOSDisplay port status
show interfaces gigabitEthernet statusVOSSDisplay interface status
show logEXOSDisplay system logs
show loggingVOSSDisplay system logs
ping <ip>BothPing destination
traceroute <ip>BothTrace route
show memoryBothDisplay memory usage
show cpu-monitoringEXOSDisplay CPU utilization
show cpuVOSSDisplay CPU statistics
debug packet <port>EXOSCapture packets on port
show techVOSSDisplay technical information
System Management
configure sys-name <name>EXOSSet hostname
hostname <name>VOSSSet hostname
configure timezone <offset>EXOSSet timezone
clock timezone <zone>VOSSSet timezone
configure sntp-client primary <ip>EXOSConfigure NTP server
ntp server <ip>VOSSConfigure NTP server
configure syslog add <ip>EXOSConfigure syslog server
logging remote <ip>VOSSConfigure syslog server
configure snmp community <string> <ro|rw>EXOSConfigure SNMP community
snmp-server community <string> <ro|rw>VOSSConfigure SNMP community
show managementEXOSDisplay management info
show systemVOSSDisplay system information