User Tools

Site Tools


cisco:switch:vlans

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cisco:switch:vlans [2021/02/19 11:43] petercisco:switch:vlans [2021/02/19 11:52] (current) peter
Line 8: Line 8:
  
 ===== Check the VLANs ===== ===== Check the VLANs =====
 +
 +<code bash>
 +show vlan
 +</code>
 +
 +returns:
 +
 +<code bash>
 +...
 +1    default   active     Fa0/1, Fa0/2, Fa0/3, Fa0/4
 +                          Fa0/5, Fa0/6, Fa0/7, Fa0/8
 +                          Fa0/9, Fa0/10, Fa0/11, Fa0/12
 +                          Fa0/13, Fa0/14, Fa0/15, Fa0/16
 +                          Fa0/17, Fa0/18, Fa0/19, Fa0/20
 +                          Fa0/21, Fa0/22, Fa0/23, Fa0/24
 +...
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  This shows that all 24 ports are on VLAN1.
 +</WRAP>
 +
  
 ---- ----
Line 40: Line 62:
  
 <code bash> <code bash>
 +...
 +1    default    active    Fa0/5, Fa0/6, Fa0/7, Fa0/8
 +                          Fa0/9, Fa0/10, Fa0/11, Fa0/12
 +                          Fa0/13, Fa0/14, Fa0/15, Fa0/16
 +                          Fa0/17, Fa0/18, Fa0/19, Fa0/20
 +                          Fa0/21, Fa0/22, Fa0/23, Fa0/24
 +50   VLAN0020   active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
 +...
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  This shows that ports 1-4 are now on VLAN50.
 +</WRAP>
 +
  
 ---- ----
cisco/switch/vlans.1613735008.txt.gz · Last modified: 2021/02/19 11:43 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki