Skip to content

Instantly share code, notes, and snippets.

@kurtisdunn
Last active July 11, 2019 05:42
Show Gist options
  • Save kurtisdunn/fa6991a9a0a96d7a1704e6ebd95ef1f3 to your computer and use it in GitHub Desktop.
Save kurtisdunn/fa6991a9a0a96d7a1704e6ebd95ef1f3 to your computer and use it in GitHub Desktop.
Dell 1500 Series console commands

Dell 1500 Series console commands

console> enable

console# delete startup-config

console# releoad



enable
# show all information
show tech

#configure ip on VLAN 
enable
configure
username admin password dell privilege 15
interface VLAN 1
ip address 10.0.1.240 255.255.255.0
exit
ip default-gateway 10.0.10.254
snmp-server community private rw

copy running-config startup-config
#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment