Cisco

Create a trunk port on cisco switch
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
Stop Cisco console messages
enable conf t no logging console
Thu, Jan 20, 2022 at 8:49 PM
How to configure a range of Cisco ports
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
Cisco show commands for trunk, interface, etc
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
Cisco show commands for trunk, interface, etc
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
Cisco port description Add/Change
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
How to enable snmp on Cisco switch.
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
Change a VLAN on a Cisco switch port
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
Set Cisco switchport to default.
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
How to delete a vlan on a Cisco switch
enable no vlan 16 (your vlan id) wr copy r s
Thu, Jan 20, 2022 at 8:57 PM