# Displaying VLAN information

[https://documentation.extremenetworks.com/slxos/sw/20xx/l2config/GUID-D12CCE42-5F55-4DCC-8C83-CBD009CEEF0B.shtml](https://documentation.extremenetworks.com/slxos/sw/20xx/l2config/GUID-D12CCE42-5F55-4DCC-8C83-CBD009CEEF0B.shtml)

Do the following to display information about a specific VLAN.

<div class="section_cont" id="bkmrk-enter-the%C2%A0show-vlan%C2%A0"><div class="body taskbody">1. <span class="ph cmd" id="bkmrk-enter-the%C2%A0show-vlan%C2%A0-2">Enter the <span class="keyword cmdname" id="bkmrk-show-vlan%C2%A0">show vlan </span>to display information about VLAN 1.</span><div class="itemgroup stepxmp"><div class="copy_button_block"><button class="copy_button">![Copy this code](https://documentation.extremenetworks.com/slxos/sw/20xx/l2config/images/copy_button_24px_alt.png)</button></div></div>```
    device# show vlan 1
    VLAN Name State Ports
    (u)-Untagged, (t)-Tagged
    (c)-Converged
    ============================================================
    1 default ACTIVE Eth 0/1(t) Eth 0/4(t) Eth 0/5(t) Eth 0/8(t) 
    ```
    
    <div class="itemgroup stepxmp" id="bkmrk-"></div>
2. <span class="ph cmd" id="bkmrk-enter-the%C2%A0show-vlan-">Enter the <span class="keyword cmdname" id="bkmrk-show-vlan-detail">show vlan detail</span> command to display detailed information.</span><div class="itemgroup stepresult"><div class="copy_button_block"><button class="copy_button">![Copy this code](https://documentation.extremenetworks.com/slxos/sw/20xx/l2config/images/copy_button_24px_alt.png)</button></div></div>```
    device# show vlan det
    VLAN: 1, Name: default
    Admin state: ACTIVE, Config status: Static
    Number of interfaces: 7
          Eth 0/4, tagged, Static
          Eth 0/3, tagged, Static
          Eth 0/2, tagged, Static
          Eth 0/8, tagged, Static
          Eth 0/6, tagged, Static
          Eth 0/9, untagged, Static
          Po 20, tagged, Static
    VLAN: 10, Name: VLAN0010
    Admin state: ACTIVE, Config status: Static
    Number of interfaces: 3
          Eth 0/3, tagged, Static
          Eth 0/2, tagged, Static
          Eth 0/4, tagged, Static
          Po 20, tagged, Static
    VLAN: 11, Name: VLAN0011
    Admin state: ACTIVE, Config status: Static
    Number of interfaces: 3
          Eth 0/3, tagged, Static
          Eth 0/2, tagged, Static
          Eth 0/4, tagged, Dynamic (MVRP)
    VLAN: 12, Name: VLAN0012
    Admin state: ACTIVE, Config status: Dynamic (MVRP)
    Number of interfaces: 1
          Eth 0/4, tagged, Dynamic (MVRP)
    VLAN: 13, Name: VLAN0013
    Admin state: ACTIVE, Config status: Dynamic (EP tracking)
    Number of interfaces: 1
          Eth 0/6, tagged, Dynamic (EP tracking)
    VLAN: 14, Name: VLAN0014
    Admin state: INACTIVE(member port down), Config status: Static
    Number of interfaces: 1
          Eth 0/8, tagged, Static
    ```
    
    <div class="itemgroup stepresult" id="bkmrk--1"></div>

</div></div>