📜  ciscxo come vedere tutte le vlan (1)

📅  最后修改于: 2023-12-03 14:40:05.784000             🧑  作者: Mango

Come vedere tutte le VLAN su un dispositivo Cisco?

Per visualizzare tutte le VLAN configurate su un dispositivo Cisco, è possibile utilizzare uno dei seguenti comandi:

  • show vlan brief: questo comando visualizza un elenco riassuntivo di tutte le VLAN configurate, indicando il loro ID, il nome e lo stato.

Esempio di output:

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
10   VLAN10                           active    Fa0/5, Fa0/6
20   VLAN20                           active
30   VLAN30                           active    Fa0/7, Fa0/8
1002 fddi-default                     act/unsup
1003 token-ring-default               act/unsup
1004 fddinet-default                  act/unsup
1005 trnet-default                    act/unsup
  • show vlan: questo comando visualizza un elenco dettagliato di tutte le VLAN configurate, indicando il loro ID, il nome, lo stato, la MTU e altri parametri.

Esempio di output:

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
                                                Gi0/1, Gi0/2
10   VLAN10                           active    Fa0/5, Fa0/6
20   VLAN20                           active    Fa0/7, Fa0/8
30   VLAN30                           active
1002 fddi-default                     act/unsup
1003 token-ring-default               act/unsup
1004 fddinet-default                  act/unsup
1005 trnet-default                    act/unsup

VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1    enet  100001     1500  -      -      -        -    -        0      0
10   enet  100010     1500  -      -      -        -    -        0      0
20   enet  100020     1500  -      -      -        -    -        0      0
30   enet  100030     1500  -      -      -        -    -        0      0
1002 fddi  101002     1500  -      -      -        -    -        0      0
1003 tr    101003     1500  -      -      -        -    -        0      0
1004 fdnet 101004     1500  -      -      -        ieee -        0      0
1005 trnet 101005     1500  -      -      -        ibm  -        0      0

Remote SPAN VLANs
------------------------------------------------------------------------------

Primary Secondary Type              Ports
------- --------- ----------------- ------------------------------------------
Conclusioni

In conclusione, per visualizzare tutte le VLAN su un dispositivo Cisco è possibile utilizzare i comandi show vlan brief o show vlan. Il primo comando fornisce un elenco riassuntivo, mentre il secondo un elenco dettagliato dei parametri associati a ciascuna VLAN.