Switch: Difference between revisions

From Piszczynski
piszczynski>Aleks
(Created page with " == Dell Switch Config == ===Config=== Save Running config: *enable *copy running-config startup-config ===vlans=== Create vlan with the following command: *enable *configur...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 22:32, 15 November 2023

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>