Dell
console# en console# config console(config)# interface vlan 1 console(config-if)# ip address IP-FOR-THE-SWITCH SUBNET-FOR-THE-SWITCH CTRL+Z
console# conf...
Thu, Jan 20, 2022 at 9:14 PM
Start the configuration at the core. Refer to the knowledgebase for how to add a vlan to the trunk port for the building. Go to the Dell switch IP in y...
Thu, Jan 20, 2022 at 9:15 PM
conf t no passwords min-length (if you want to have below 8 characters) username USER password Y0uRp@$$w0rd privilege 15
Thu, Jan 20, 2022 at 9:15 PM
configure
vlan 16
name ""TEST""
hostname ""SWITCHNAME""
sntp unicast client enable
sntp client poll timer 1024
sntp...
Thu, Jan 20, 2022 at 9:18 PM
Dell N3000 series, should work on all Dell switches except the X series. The interface is different in the X series switches. It's assumed VLAN 16 (...
Thu, Jan 20, 2022 at 9:19 PM
Via the switch GUI you can upgrade the firmware. This article assumes you've downloaded and extracted the firmware zip file. Go to the switch GUI UR...
Thu, Jan 20, 2022 at 9:51 PM
SSH to the switch Authenticate Type configure Type stack Type no member 4 or whatever the slot number of the switch is
Thu, Jan 20, 2022 at 9:53 PM
Connect to the switch via CLI console>enable console#config console(config)#enable password MYPASSWORD (if you want to add an 'enable' passwo...
Thu, Jan 20, 2022 at 9:54 PM
console> enable
console# configure
console(config)# interface range ethernet 1/0/45-1/0/48
console(config-if)# channel-group 1 mode on
console(config-if...
Thu, Jan 20, 2022 at 9:56 PM
console> enable
console# configure
console(config)# interface range ethernet all
console(config-if)# no storm-control unicast
console(config-if)# storm-...
Thu, Jan 20, 2022 at 9:57 PM