User Tools

Site Tools


cisco-cheat-sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cisco-cheat-sheet [2022/08/07 09:40] – created baumicisco-cheat-sheet [2024/03/30 09:24] (current) – [Delete VLAN] baumi
Line 19: Line 19:
 <code> <code>
 configure terminal configure terminal
-vlan 100 Description+vlan database 
 +vlan <nn> name <name> 
 +end
 </code> </code>
  
Line 25: Line 27:
 <code> <code>
 configure terminal configure terminal
-no vlan 100+vlan database 
 +no vlan <nn>
 </code> </code>
 +
 +==== Assign VLAN to Access Port ====
 +<code>
 +configure terminal
 +interface gi6
 +switchport access vlan 100
 +</code>
 +
 +==== Add VLAN to Trunk Port ====
 +<code>
 +configure terminal
 +interface gi1
 +switchport trunk allowed vlan add 100
 +</code>
 +
 +==== Remove VLAN from Trunk Port ====
 +<code>
 +configure terminal
 +interface gi1
 +switchport trunk allowed vlan remove 100
 +</code>
 +
  
 {{tag>kb cisco}} {{tag>kb cisco}}
cisco-cheat-sheet.1659858018.txt.gz · Last modified: 2022/08/07 09:40 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki