Cisco
enable conf t int [port] switchport mode trunk exit exit wr copy r s show int int gig0/1
Thu, Jan 20, 2022 at 8:48 PM
enable conf t int range Gi0/1-44 switchport access vlan 16 In the place of 16 use the vlan that corresponds with the correct vlan you need.
Thu, Jan 20, 2022 at 8:49 PM
enable login show int trunk show int status show vlan all-ports This will show you all vlans on the switch and which ports they are tagged on. show mac-...
Thu, Jan 20, 2022 at 8:51 PM
enable login show int trunk show int status show vlan all-ports This will show you all vlans on the switch and which ports they are tagged on. show mac-...
Thu, Jan 20, 2022 at 8:52 PM
enable password conf t int gig[port number] description 'type desc' exit exit wr copy r s sh run int gig[port number]
Thu, Jan 20, 2022 at 8:53 PM
Log into the switch ""enable"" and the password Get into config mode ""conf t"" and press enter Type "&...
Thu, Jan 20, 2022 at 8:54 PM
Start the configuration at the core. Refer to the knowledgebase for how to add a vlan to the trunk port for the building. SSH to the switch refer to the p...
Thu, Jan 20, 2022 at 8:55 PM
config t Enter configuration commands, one per line. End with CTRL/Z int <Gi0/8> ----> Enter your port # here default switchport access vl...
Thu, Jan 20, 2022 at 8:56 PM
enable no vlan 16 (your vlan id) wr copy r s
Thu, Jan 20, 2022 at 8:57 PM