switchport mode access
switchport access vlan 10Access port on VLAN 10
switchport mode trunk
switchport trunk allowed vlan 10,20,30Trunk port with specific VLANs
spanning-tree portfastPortFast for access ports (OS10)
no shutdownEnable port
π· VLAN (Dell OS10)
interface vlan 10
description SERVERSCreate VLAN 10 with description
show vlan id 10Detail for VLAN 10
no interface vlan 10Delete VLAN 10
πΎ Config Management (Dell OS10)
copy running-configuration startup-configurationSave config to boot partition
copy running-configuration ftp://10.0.0.5/switch-backup.cfgBack up config via FTP
show startup-configurationView saved boot config
IOS vs NX-OS, key differences
Cisco IOS is found on campus switches (Catalyst series) and routers. NX-OS runs on data-centre Nexus switches and adds features like vPC (virtual port-channel), FabricPath and native checkpoints/rollbacks. The biggest operational difference: NX-OS requires features to be explicitly enabled with feature <name> before their commands become available. NX-OS also supports config checkpoints and rollbacks natively, use checkpoint before any risky change.
Dell OS10 vs OS9
Newer Dell PowerSwitch S-series and Z-series run OS10 (Linux-based NOS) which uses running-configuration and ethernet 1/1/1 slot notation. Older Dell Force10 gear runs OS9. If you SSH in and the prompt shows DellEMC# you're on OS10; Force10# indicates OS9. OS10 also exposes a full Linux bash shell via system bash for advanced scripting.
The reload safety net
When making changes remotely on Cisco IOS, use reload in 30 immediately before starting. If you break connectivity, the switch auto-reloads in 30 minutes and loads the last saved config. Run reload cancel once you've verified the change worked. This simple habit has saved countless 3am datacenter trips.