Switch

From Piszczynski
Revision as of 22:32, 15 November 2023 by Aleks (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dell Switch Config

Config

Save Running config:

  • enable
  • copy running-config startup-config

vlans

Create vlan with the following command:

  • enable
  • configure
  • vlan <vlan number>

Add vlan to trunk port:

  • enable
  • configure
  • interface <switchport eg gi1/0/48>
  • switchport trunk allowed vlan add <vlan number>