SlideShare a Scribd company logo
1 of 18
Cat-1924EN#show vlan

VLAN Name             Status     Ports
--------------------------------------
1    default          Enabled    1-24, AUI, A, B
1002 fddi-default     Suspended
1003 token-ring-defau Suspended
1004 fddinet-default Suspended
1005 trnet-default    Suspended
--------------------------------------

VLAN Type           SAID   MTU    Parent RingNo BridgeNo Stp Trans1 Trans2
---------------------------------------------------------------------------
1    Ethernet       100001 1500   0      0      0        Unkn 1002   1003
1002 FDDI           101002 1500   0      0      0        Unkn 1      1003
1003 Token-Ring     101003 1500   1005   1      0        Unkn 1      1002
1004 FDDI-Net       101004 1500   0      0      1        IEEE 0      0
1005 Token-Ring-Net 101005 1500   0      0      1        IEEE 0      0
---------------------------------------------------------------------------



Cat-1924EN#show vlan-membership
   Port VLAN     Membership Type     Port VLAN     Membership Type
   -----------------------------     -----------------------------
   1        1       Static           13       1       Static
   2        1       Static           14       1       Static
   3        1       Static           15       1       Static
   4        1       Static           16       1       Static
   5        1       Static           17       1       Static
   6        1       Static           18       1       Static
   7        1       Static           19       1       Static
   8        1       Static           20       1       Static
   9        1       Static           21       1       Static
   10       1       Static           22       1       Static
   11       1       Static           23       1       Static
   12       1       Static           24       1       Static
                                     AUI      1       Static
   A          1       Static
   B          1       Static


Cat-1924EN#show vlan-membership server
   VMPS Query Protocol Version         1
   Current VMPS                        0.0.0.0

   Total   queries                    0   Total   responses              0
   Total   wrong version responses    0   Total   denied responses       0
   Total   wrong domain responses     0   Total   shutdown responses     0
   Total   no resource responses      0   Total   VMPS changes           0

         1st VMPS IP address                      0.0.0.0
         2nd VMPS IP address                      0.0.0.0
         3rd VMPS IP address                      0.0.0.0
         4th VMPS IP address                      0.0.0.0
         Primary VMPS                             0.0.0.0
         Number of retries before changing server 10
Cat-1924EN#configure terminal
Enter configuration commands, one per line. End with CNTL/Z
Cat-1924EN(config)#vlan ?
  <2-1001> ISL VLAN index
Cat-1924EN(config)#vlan 10 ?
  ethernet   ethernet
  fddi       fddi
  fddi-net   fddi-net
  mtu        VLAN MTU
  name       Set VLAN name
  sde        IEEE 801.10 Said
  state      VLAN state
tlb-1      VLAN Translational   Bridge
  tlb-2      VLAN Translational   Bridge
  tokenring tokenring
  tr-net     Token ring net
  <cr>
Cat-1924EN(config)#vlan 10 name   Sales ?
  ethernet   ethernet
  fddi       fddi
  fddi-net   fddi-net
  mtu        VLAN MTU
  sde        IEEE 801.10 Said
  state      VLAN state
  tlb-1      VLAN Translational   Bridge
  tlb-2      VLAN Translational   Bridge
  tokenring tokenring
  tr-net     Token ring net
  <cr>
Cat-1924EN(config)#vlan 10 name   Sales ethernet ?
  <cr>
Cat-1924EN(config)#vlan 10 name   Sales ethernet
Cat-1924EN(config)#
Cat-1924EN(config)#vlan 20 name   Marketing ethernet
Cat-1924EN(config)#vlan 30 name   Finance ethernet
Cat-1924EN(config)#vlan 40 name   Staff
Cat-1924EN(config)#end
Cat-1924EN#



Cat-1924EN#show vlan

VLAN Name             Status     Ports
--------------------------------------
1    default          Enabled    1-24, AUI, A, B
10   Sales            Enabled
20   Marketing        Enabled
30   Finance          Enabled
40   Staff            Enabled
1002 fddi-default     Suspended
1003 token-ring-defau Suspended
1004 fddinet-default Suspended
1005 trnet-default    Suspended
--------------------------------------

VLAN Type           SAID   MTU    Parent RingNo BridgeNo Stp Trans1 Trans2
---------------------------------------------------------------------------
1    Ethernet       100001 1500   0      0      0        Unkn 1002   1003
10   Ethernet       100010 1500   0      1      1        Unkn 0      0
20   Ethernet       100020 1500   0      1      1        Unkn 0      0
30   Ethernet       100030 1500   0      1      1        Unkn 0      0
40   Ethernet       100040 1500   0      1      1        Unkn 0      0

--More--
1002 FDDI           101002 1500   0       0     0        Unkn 1      1003
1003 Token-Ring     101003 1500   1005    1     0        Unkn 1      1002
1004 FDDI-Net       101004 1500   0       0     1        IEEE 0      0
1005 Token-Ring-Net 101005 1500   0       0     1        IEEE 0      0
---------------------------------------------------------------------------
Cat-1924EN#config t
Enter configuration commands, one per line. End with CNTL/Z
Cat-1924EN(config)#interface ethernet 0/1
Cat-1924EN(config-if)#vlan-membership ?
  dynamic Set VLAN membership type as dynamic
  static   Set VLAN membership type as static
Cat-1924EN(config-if)#vlan-membership static ?
  <1-1005> ISL VLAN index
Cat-1924EN(config-if)#vlan-membership static 10 ?
  <cr>
Cat-1924EN(config-if)#vlan-membership static 10
Cat-1924EN(config-if)#exit
Cat-1924EN(config)#interface ethernet 0/2
Cat-1924EN(config-if)#vlan-membership static 10
Cat-1924EN(config-if)#interface ethernet 0/3
Cat-1924EN(config-if)#vlan-membership static 10
Cat-1924EN(config-if)#interface ethernet 0/4
Cat-1924EN(config-if)#vlan-membership static 10
Cat-1924EN(config-if)#interface ethernet 0/5
Cat-1924EN(config-if)#vlan-membership static 10
Cat-1924EN(config-if)#interface ethernet 0/6
Cat-1924EN(config-if)#vlan-membership static 20
Cat-1924EN(config-if)#interface ethernet 0/7
Cat-1924EN(config-if)#vlan-membership static 20
Cat-1924EN(config-if)#interface ethernet 0/8
Cat-1924EN(config-if)#vlan-membership static 20
Cat-1924EN(config-if)#interface ethernet 0/9
Cat-1924EN(config-if)#vlan-membership static 20
Cat-1924EN(config-if)#interface ethernet 0/10
Cat-1924EN(config-if)#vlan-membership static 20
Cat-1924EN(config-if)#interface ethernet 0/11
Cat-1924EN(config-if)#vlan-membership static 30
Cat-1924EN(config-if)#interface ethernet 0/12
Cat-1924EN(config-if)#vlan-membership static 30
Cat-1924EN(config-if)#interface ethernet 0/13
Cat-1924EN(config-if)#vlan-membership static 30
Cat-1924EN(config-if)#interface ethernet 0/14
Cat-1924EN(config-if)#vlan-membership static 30
Cat-1924EN(config-if)#interface ethernet 0/15
Cat-1924EN(config-if)#vlan-membership static 30
Cat-1924EN(config-if)#interface ethernet 0/16
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#interface ethernet 0/17
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#interface ethernet 0/18
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#interface ethernet 0/19
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#interface ethernet 0/20
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#interface ethernet 0/21
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#interface ethernet 0/22
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#interface ethernet 0/23
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#interface ethernet 0/24
Cat-1924EN(config-if)#vlan-membership static 40
Cat-1924EN(config-if)#end
Cat-1924EN#




Cat-1924EN#show vlan-membership
   Port VLAN     Membership Type     Port VLAN     Membership Type
   -----------------------------     -----------------------------
   1       10       Static           13      30       Static
   2       10       Static           14      30       Static
   3       10       Static           15      30       Static
   4       10       Static           16      40       Static
   5       10       Static           17      40       Static
   6       20       Static           18      40       Static
   7       20       Static           19      40       Static
   8       20       Static           20      40       Static
   9       20       Static           21      40       Static
   10      20       Static           22      40       Static
   11      30       Static           23      40       Static
   12      30       Static           24      40       Static
AUI      1       Static
   A         1       Static
   B         1       Static
Cat-2916M-XL-1#show vlan
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/1, Fa1/2, Fa1/3, Fa1/4,
                                                Fa2/1, Fa2/2, Fa2/3, Fa2/4
1002 fddi-default                     active
1003 trcrf-default                    active
1004 fddinet-default                  active
1005 trbrf-default                    active

VLAN   Type    SAID         MTU     Parent   RingNo   BridgeNo   Stp    BrdgMode   Trans1   Trans2
----   -----   ----------   -----   ------   ------   --------   ----   --------   ------   ------
1      enet    100001       1500    -        -        -          -      -          0        0
1002   fddi    101002       1500    -        -        -          -      -          0        0
1003   trcrf   101003       4472    1005     3276     -          -      srb        0        0
1004   fdnet   101004       1500    -        -        -          ieee   -          0        0
1005   trbrf   101005       4472    -        -        15         ibm    -          0        0

VLAN AREHops STEHops Backup CRF
---- ------- ------- ----------
1003 7       7       off




Cat-2916M-XL-1#show vlan brief
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/1, Fa1/2, Fa1/3, Fa1/4,
                                                Fa2/1, Fa2/2, Fa2/3, Fa2/4
1002 fddi-default                     active
1003 trcrf-default                    active
1004 fddinet-default                  active
1005 trbrf-default                    active



Cat-2916M-XL-1#show vlan id 1
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/1, Fa1/2, Fa1/3, Fa1/4,
                                                Fa2/1, Fa2/2, Fa2/3, Fa2/4

VLAN Type SAID        MTU    Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1    enet 100001      1500 -        -      -        -   -        0      0
Cat-2916M-XL-1#vlan database
Cat-2916M-XL-1(vlan)#vlan 10 name Sales
VLAN 10 added:
    Name: Sales
Cat-2916M-XL-1(vlan)#vlan 20 name Marketing
VLAN 20 added:
    Name: Marketing
Cat-2916M-XL-1(vlan)#vlan 30 name Finance
VLAN 30 added:
    Name: Finance
Cat-2916M-XL-1(vlan)#vlan 40 name Staff
VLAN 40 added:
    Name: Staff
Cat-2916M-XL-1(vlan)#apply
APPLY completed.
Cat-2916M-XL-1(vlan)#exit
APPLY completed.
Exiting....


Cat-2916M-XL-1#show vlan
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/1, Fa1/2, Fa1/3, Fa1/4,
                                                Fa2/1, Fa2/2, Fa2/3, Fa2/4
10   Sales                            active
20   Marketing                        active
30   Finance                          active
40   Staff                            active
1002 fddi-default                     active
1003 trcrf-default                    active
1004 fddinet-default                  active
1005 trbrf-default                    active

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
40     enet    100040       1500    -        -        -          -      -          0        0
1002   fddi    101002       1500    -        -        -          -      -          0        0
1003   trcrf   101003       4472    1005     3276     -          -      srb        0        0
1004   fdnet   101004       1500    -        -        -          ieee   -          0        0
1005   trbrf   101005       4472    -        -        15         ibm    -          0        0

VLAN AREHops STEHops Backup CRF
---- ------- ------- ----------
1003 7       7       off
Cat-2916M-XL-1#




Cat-2916M-XL-1#config t
Enter configuration commands, one per line. End with CNTL/Z.
Cat-2916M-XL-1(config)#interface fastethernet 0/1
Cat-2916M-XL-1(config-if)#switchport ?
  access Set access mode characteristics of the interface
  mode    Set trunking mode of the interface
  multi   Set characteristics when in multi-VLAN mode

Cat-2916M-XL-1(config-if)#switchport access ?
  vlan Set VLAN when interface is in access mode

Cat-2916M-XL-1(config-if)#switchport access vlan ?
  <1-1001> VLAN ID of the VLAN when this port is in access mode
  dynamic   When in access mode, this interfaces VLAN is controlled by VMPS

Cat-2916M-XL-1(config-if)#switchport access vlan             10
Cat-2916M-XL-1(config-if)#interface fastethernet             0/2
Cat-2916M-XL-1(config-if)#switchport access vlan             10
Cat-2916M-XL-1(config-if)#interface fastethernet             0/3
Cat-2916M-XL-1(config-if)#switchport access vlan             10
Cat-2916M-XL-1(config-if)#interface fastethernet             0/4
Cat-2916M-XL-1(config-if)#switchport access vlan             10
Cat-2916M-XL-1(config-if)#interface fastethernet             0/5
Cat-2916M-XL-1(config-if)#switchport access vlan             10
Cat-2916M-XL-1(config-if)#interface fastethernet             0/6
Cat-2916M-XL-1(config-if)#switchport access vlan             20
Cat-2916M-XL-1(config-if)#interface fastethernet             0/7
Cat-2916M-XL-1(config-if)#switchport access vlan             20
Cat-2916M-XL-1(config-if)#interface fastethernet             0/8
Cat-2916M-XL-1(config-if)#switchport access vlan             20
Cat-2916M-XL-1(config-if)#interface fastethernet             0/9
Cat-2916M-XL-1(config-if)#switchport access vlan             20
Cat-2916M-XL-1(config-if)#interface fastethernet             0/10
Cat-2916M-XL-1(config-if)#switchport access vlan             20
Cat-2916M-XL-1(config-if)#interface fastethernet             0/11
Cat-2916M-XL-1(config-if)#switchport access vlan             30
Cat-2916M-XL-1(config-if)#interface fastethernet             0/12
Cat-2916M-XL-1(config-if)#switchport access vlan             30
Cat-2916M-XL-1(config-if)#interface fastethernet             0/13
Cat-2916M-XL-1(config-if)#switchport access vlan             30
Cat-2916M-XL-1(config-if)#interface fastethernet             0/14
Cat-2916M-XL-1(config-if)#switchport access vlan             40
Cat-2916M-XL-1(config-if)#interface fastethernet             0/15
Cat-2916M-XL-1(config-if)#switchport access vlan             40
Cat-2916M-XL-1(config-if)#interface fastethernet             0/16
Cat-2916M-XL-1(config-if)#switchport access vlan             40
Cat-2916M-XL-1(config-if)#end
Cat-2916M-XL-1#




Cat-2916M-XL-1#show vlan
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa1/1, Fa1/2, Fa1/3, Fa1/4,
                                                Fa2/1, Fa2/2, Fa2/3, Fa2/4
10   Sales                            active    Fa0/1, Fa0/2, Fa0/3, Fa0/4,
                                                Fa0/5
20   Marketing                        active    Fa0/6, Fa0/7, Fa0/8, Fa0/9,
                                                Fa0/10
30   Finance                          active    Fa0/11, Fa0/12, Fa0/13
40   Staff                            active    Fa0/14, Fa0/15, Fa0/16
1002 fddi-default                     active
1003 trcrf-default                    active
1004 fddinet-default                  active
1005 trbrf-default                    active

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
40     enet    100040       1500    -        -        -          -      -          0        0
1002   fddi    101002       1500    -        -        -          -      -          0        0
1003   trcrf   101003       4472    1005     3276     -          -      srb        0        0
1004   fdnet   101004       1500    -        -        -          ieee   -          0        0
1005   trbrf   101005       4472    -        -        15         ibm    -          0        0

VLAN AREHops STEHops Backup CRF
---- ------- ------- ----------
1003 7       7       off
Cat-3550-1#vlan database
Cat-3550-1(vlan)#vlan 10 name Sales ?
  are        Maximum number of All Route Explorer hops for this VLAN
  backupcrf Backup CRF mode of the VLAN
  bridge     Bridging characteristics of the VLAN
media          Media type of the VLAN
  mtu            VLAN Maximum Transmission Unit
  parent         ID number of the Parent VLAN of FDDI or Token Ring type VLANs
  ring           Ring number of FDDI or Token Ring type VLANs
  said           IEEE 802.10 SAID
  state          Operational state of the VLAN
  ste            Maximum number of Spanning Tree Explorer hops for this VLAN
  stp            Spanning tree characteristics of the VLAN
  tb-vlan1       ID number of the first translational VLAN for this VLAN (or zero
                 if none)
  tb-vlan2       ID number of the second translational VLAN for this VLAN (or zero
                 if none)
  <cr>

Cat-3550-1(vlan)#vlan     10 name Sales
VLAN 10 added:
    Name: Sales
Cat-3550-1(vlan)#vlan     20 name Marketing
VLAN 20 added:
    Name: Marketing
Cat-3550-1(vlan)#vlan     30 name Finance
VLAN 30 added:
    Name: Finance
Cat-3550-1(vlan)#vlan     40 name Staff
VLAN 40 added:
    Name: Staff
Cat-3550-1(vlan)#exit
APPLY completed.
Exiting....
Cat-3550-1#



Cat-3550-1#config t
Enter configuration commands, one per line. End with CNTL/Z.
Cat-3550-1(config)#interface range fastEthernet 0/1 - 5
Cat-3550-1(config-if-range)#switchport access vlan 10
Cat-3550-1(config-if-range)#interface range fastEthernet 0/6 - 10
Cat-3550-1(config-if-range)#switchport access vlan 20
Cat-3550-1(config-if-range)#interface range fastEthernet 0/11 - 15
Cat-3550-1(config-if-range)#switchport access vlan 30
Cat-3550-1(config-if-range)#interface range fastEthernet 0/16 - 24
Cat-3550-1(config-if-range)#switchport access vlan 40
Cat-3550-1(config-if-range)#end
Cat-3550-1#



Cat-3550-1#show vlan

VLAN   Name                                 Status    Ports
----   --------------------------------     --------- -------------------------------
1      default                              active
10     Sales                                active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
                                                      Fa0/5
20     Marketing                            active    Fa0/6, Fa0/7, Fa0/8, Fa0/9
                                                      Fa0/10
30     Finance                              active    Fa0/11, Fa0/12, Fa0/13, Fa0/14
                                                      Fa0/15
40     Staff                                active    Fa0/16, Fa0/17, Fa0/18, Fa0/19
                                                      Fa0/20, Fa0/21, Fa0/22, Fa0/23
                                                      Fa0/24
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
40     enet    100040   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
------- --------- ----------------- ------------------------------------------
Cat-3550-1#vlan database
Cat-3550-1(vlan)#no vlan 10
Deleting VLAN 10...
Cat-3550-1(vlan)#no vlan 20
Deleting VLAN 20...
Cat-3550-1(vlan)#no vlan 30
Deleting VLAN 30...
Cat-3550-1(vlan)#no vlan 40
Deleting VLAN 40...
Cat-3550-1(vlan)#exit
APPLY completed.
Exiting....
Cat-3550-1#


Cat-3550-1#show vlan brief

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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
1002 fddi-default                     act/unsup
1003 token-ring-default               act/unsup
1004 fddinet-default                  act/unsup
1005 trnet-default                    act/unsup
Cat-2916M-XL-1#vlan database
Cat-2916M-XL-1(vlan)#no vlan 10
Deleting VLAN 10...
Cat-2916M-XL-1(vlan)#no vlan 20
Deleting VLAN 20...
Cat-2916M-XL-1(vlan)#no vlan 30
Deleting VLAN 30...
Cat-2916M-XL-1(vlan)#no vlan 40
Dleting VLAN 40...
Cat-2916M-XL-1(vlan)#exit
APPLY completed.
Exiting....
Cat-2916M-XL-1#



Cat-2916M-XL-1#config t
Enter configuration commands, one per line. End    with CNTL/Z.
Cat-2916M-XL-1(config)#int fastEthernet 0/1
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/2
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/3
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/4
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/5
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/6
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/7
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/8
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/9
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/10
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/11
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/12
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/13
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/14
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/15
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 0/16
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config)#int fastEthernet 1/1
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 1/2
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 1/3
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 1/4
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 2/1
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 2/2
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 2/3
Cat-2916M-XL-1(config-if)#switchport access vlan   1
Cat-2916M-XL-1(config-if)#int fastEthernet 2/4
Cat-2916M-XL-1(config-if)#switchport access vlan   1




Cat-2916M-XL-1#show vlan brief
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/1, Fa1/2, Fa1/3, Fa1/4,
                                                Fa2/1, Fa2/2, Fa2/3, Fa2/4
16   VLAN0016                         active
17   VLAN0017                         active
18   VLAN0018                         active
1002 fddi-default                     active
1003 trcrf-default                    active
1004 fddinet-default                  active
1005 trbrf-default                    active
NO CAT-3550-1

Cat-3550-1#vlan database
Cat-3550-1(vlan)#vtp domain cisco
Cat-3550-1(vlan)#vtp v2-mode
Cat-3550-1(vlan)#vtp server
Cat-3550-1(vlan)#vtp password cisco
Cat-3550-1(vlan)#vtp pruning
Cat-3550-1(vlan)#exit
APPLY completed.
Exiting....
Cat-3550-1#


NO CAT-3550-2

Cat-3550-2#vlan database
Cat-3550-2(vlan)#vtp client
Cat-3550-2(vlan)#vtp v2-mode
Cat-3550-2(vlan)#vtp domain cisco
Cat-3550-2(vlan)#vtp password cisco


NO CAT-2916M-XL-1

Cat-2916M-XL-1#vlan database
Cat-2916M-XL-1(vlan)#vtp client
Cat-2916M-XL-1(vlan)#vtp v2-mode
Cat-2916M-XL-1(vlan)#vtp domain cisco
Cat-2916M-XL-1(vlan)#vtp password cisco
Cat-2916M-XL-1(vlan)#exit
In CLIENT state, no apply attempted.
Exiting....


NO CAT-2916M-XL-2

Cat-2916M-XL-2#vlan database
Cat-2916M-XL-2(vlan)#vtp client
Cat-2916M-XL-2(vlan)#vtp v2-mode
Cat-2916M-XL-2(vlan)#vtp domain cisco
Cat-2916M-XL-2(vlan)#vtp password cisco
Cat-2916M-XL-2(vlan)#exit
In CLIENT state, no apply attempted.
Exiting....


VISUALIZAR A CONFIG DO VTP NO CAT-3550-1 e 2:

Cat-3550-1#show vtp status
VTP Version                     : 2
Configuration Revision          : 1
Maximum VLANs supported locally : 1005
Number of existing VLANs        : 5
VTP Operating Mode              : Server
VTP Domain Name                 : cisco
VTP Pruning Mode                : Enabled
VTP V2 Mode                     : Enabled
VTP Traps Generation            : Disabled
MD5 digest                      : 0x59 0x70 0x97 0x4F 0x6D 0x9B 0xF9 0xF5
Configuration last modified by 172.16.4.12 at 3-1-93 03:58:09
Local updater ID is 172.16.4.12 on interface Vl1 (lowest numbered VLAN interface found)


Cat-3550-2#show vtp status
VTP Version                     : 2
Configuration Revision          : 1
Maximum VLANs supported locally : 1005
Number of existing VLANs        : 5
VTP Operating Mode              : Client
VTP Domain Name                 : cisco
VTP Pruning Mode                : Enabled
VTP V2 Mode                     : Enabled
VTP Traps Generation            : Disabled
MD5 digest                      : 0x59 0x70 0x97 0x4F 0x6D 0x9B 0xF9 0xF5
Configuration last modified by 172.16.4.12 at 3-1-93 03:58:09
VISUALIZAR A CONFIG DO VTP NOS CAT-2916-M-XL-1 e 2:

Cat-2916M-XL-1#show vtp status
VTP Version                     : 2
Configuration Revision          : 15
Maximum VLANs supported locally : 68
Number of existing VLANs        : 8
VTP Operating Mode              : Client
VTP Domain Name                 : cisco
VTP Pruning Mode                : Enabled
VTP V2 Mode                     : Enabled
VTP Traps Generation            : Disabled
MD5 digest                      : 0x4E 0x04 0xB9 0x4A 0x32 0x2D 0x74 0x7E
Configuration last modified by 0.0.0.0 at 3-1-93 03:15:14


Cat-2916M-XL-2#show vtp status
VTP Version                     : 2
Configuration Revision          : 0
Maximum VLANs supported locally : 68
Number of existing VLANs        : 5
VTP Operating Mode              : Client
VTP Domain Name                 : cisco
VTP Pruning Mode                : Disabled
VTP V2 Mode                     : Disabled
VTP Traps Generation            : Disabled
MD5 digest                      : 0xDC 0x3B 0x6E 0x23 0xBA 0x87 0x07 0x99
Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00
NO CAT-3550-1:

Cat-3550-1#config t
Enter configuration commands, one per line.   End with CNTL/Z.
Cat-3550-1(config)#int fastethernet 0/10
Cat-3550-1(config-if)#speed 100
Cat-3550-1(config-if)#duplex full

Cat-3550-1(config-if)#switchport ?
  access         Set access mode characteristics of the interface
  block          Disable forwarding of unknown uni/multi cast addresses
  broadcast      Set broadcast suppression level on this interface
  host           Set port host
  mode           Set trunking mode of the interface
  multicast      Set multicast suppression level on this interface
  nonegotiate    Device will not engage in negotiation protocol on this
                 interface
  port-security Security related command
  priority       Set appliance 802.1p priority
  protected      Configure an interface to be a protected port
  trunk          Set trunking characteristics of the interface
  unicast        Set unicast suppression level on this interface
  voice          Voice appliance attributes
  <cr>

Cat-3550-1(config-if)#switchport trunk ?
  allowed        Set allowed VLAN characteristics when interface is in trunking
                 mode
  encapsulation Set trunking encapsulation when interface is in trunking mode
  native         Set trunking native characteristics when interface is in
                 trunking mode
  pruning        Set pruning VLAN characteristics when interface is in trunking
                 mode

Cat-3550-1(config-if)#switchport trunk encapsulation ?
  dot1q      Interface uses only 802.1q trunking encapsulation when trunking
  isl        Interface uses only ISL trunking encapsulation when trunking
  negotiate Device will negotiate trunking encapsulation with peer on
             interface
Cat-3550-1(config-if)#switchport trunk encapsulation isl
Cat-3550-1(config-if)#switchport mode ?
  access        Set trunking mode to ACCESS unconditionally
  dot1q-tunnel Set trunking mode to DOT1Q TUNNEL unconditionally
  dynamic       Set trunking mode to dynamically negotiate access or trunk mode
  trunk         Set trunking mode to TRUNK unconditionally

Cat-3550-1(config-if)#switchport mode trunk



NO CAT-2916-M-XL-1:

Cat-2916M-XL-1#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Cat-2916M-XL-1(config)#interface fastethernet 1/1
Cat-2916M-XL-1(config-if)#speed 100
Cat-2916M-XL-1(config-if)#duplex full
Cat-2916M-XL-1(config-if)#switchport ?
  access Set access mode characteristics of the interface
  mode    Set trunking mode of the interface
  multi   Set characteristics when in multi-VLAN mode
  trunk   Set trunking characteristics of the interface

Cat-2916M-XL-1(config-if)#switchport trunk ?
  allowed        Set allowed VLAN characteristics when interface is in trunking
                 mode
  encapsulation Set trunking encapsulation when interface is in trunking mode
  native         Set trunking native characteristics when interface is in
                 trunking mode

Cat-2916M-XL-1(config-if)#switchport trunk encapsulation ?
  dot1q Interface uses only 801.1q trunking encapsulation when trunking
  isl    Interface uses only ISL trunking encapsulation when trunking

Cat-2916M-XL-1(config-if)#switchport trunk encapsulation isl
Cat-2916M-XL-1(config-if)#switchport mode ?
  access Set trunking mode to ACCESS unconditionally
  multi   Set trunking mode to multi-VLAN mode
  trunk   Set trunking mode to TRUNK unconditionally

Cat-2916M-XL-1(config-if)#switchport mode trunk ?
  <cr>

Cat-2916M-XL-1(config-if)#switchport mode trunk



VERIFICACAO DO TRUNK NO CAT 3550-1:

Cat-3550-1#show interfaces fastEthernet 0/10
FastEthernet0/10 is up, line protocol is up (connected)
  Hardware is Fast Ethernet, address is 000d.bca8.918a (bia 000d.bca8.918a)
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Full-duplex, 100Mb/s
  input flow-control is off, output flow-control is off
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 00:00:00, output 00:00:03, output hang never
  Last clearing of "show interface" counters 00:03:12
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     131 packets input, 17388 bytes, 0 no buffer
Received 131 broadcasts (0 multicast)
       0 runts, 0 giants, 0 throttles
       0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
       0 watchdog, 131 multicast, 0 pause input
       0 input packets with dribble condition detected
       104 packets output, 15797 bytes, 0 underruns
       0 output errors, 0 collisions, 0 interface resets
       0 babbles, 0 late collision, 0 deferred
       0 lost carrier, 0 no carrier, 0 PAUSE output
       0 output buffer failures, 0 output buffers swapped out


Cat-3550-1#show interfaces fastEthernet 0/10 trunk

Port          Mode         Encapsulation   Status       Native vlan
Fa0/10        on           isl             trunking     1

Port        Vlans allowed on trunk
Fa0/10        1-4094

Port          Vlans allowed and active in management domain
Fa0/10        1

Port          Vlans in spanning tree forwarding state and not pruned
Fa0/10        1


Cat-3550-1#show interfaces fastEthernet 0/10 switchport
Name: Fa0/10
Switchport: Enabled
Administrative Mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: isl
Operational Trunking Encapsulation: isl
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL
Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled

Appliance trust: none
Cat-3550-1#
Cat-3550-1#
Cat-3550-1#show interfaces fastEthernet 0/10 tru
Cat-3550-1#show interfaces fastEthernet 0/10 trunk

Port          Mode         Encapsulation   Status       Native vlan
Fa0/10        on           isl             trunking     1

Port        Vlans allowed on trunk
Fa0/10        1-4094

Port          Vlans allowed and active in management domain
Fa0/10        1

Port          Vlans in spanning tree forwarding state and not pruned
Fa0/10      1


VERIFICACAO DO TRUNK NO CAT 2916-1:

Cat-2916M-XL-1#show int fastEthernet 1/1
FastEthernet1/1 is up, line protocol is up
  Hardware is Fast Ethernet, address is 0050.50b6.b814 (bia 0050.50b6.b814)
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 1/255
  Encapsulation ARPA, loopback not set, keepalive not set
  Full-duplex, 100Mb/s, 100BaseTX/FX
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 00:00:01, output 00:00:01, output hang never
  Last clearing of "show interface" counters 00:01:55
  Queueing strategy: fifo
  Output queue 0/40, 0 drops; input queue 0/75, 0 drops
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 1 packets/sec
     63 packets input, 8554 bytes, 0 no buffer
     Received 51 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 watchdog, 49 multicast
     0 input packets with dribble condition detected
     159 packets output, 8526 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out

Cat-2916M-XL-1#show int fastEthernet 1/1 switchport
Name: Fa1/1
Switchport: Enabled
Administrative mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: isl
Operational Trunking Encapsulation: isl
Negotiation of Trunking: Disabled
Access Mode VLAN: 0 ((Inactive))
Trunking Native Mode VLAN: 1 (default)
Trunking VLANs Enabled: ALL
Trunking VLANs Active: 1
Pruning VLANs Enabled: NONE
NO CAT-3550-2:

Cat-3550-2#config t
Enter configuration commands, one per line. End with CNTL/Z.
Cat-3550-2(config)#int f0/10
Cat-3550-2(config-if)#speed 100
Cat-3550-2(config-if)#duplex full
Cat-3550-2(config-if)#switchport trunk encapsulation isl
Cat-3550-2(config-if)#switchport mode trunk
Cat-3550-2(config-if)#end


NO CAT-2916M-XL-2:

Cat-2916M-XL-2#config t
Enter configuration commands, one per line. End with CNTL/Z.
Cat-2916M-XL-2(config)#int f1/1
Cat-2916M-XL-2(config-if)#speed 100
Cat-2916M-XL-2(config-if)#duplex full
Cat-2916M-XL-2(config-if)#switchport trunk encapsulation isl
Cat-2916M-XL-2(config-if)#switchport mode trunk
Cat-2916M-XL-2(config-if)#end


VERIFICANDO A CONFIGURACAO NO 3550-2:

Cat-3550-2#show int fastEthernet 0/10 trunk
Port        Mode         Encapsulation   Status       Native vlan
Fa0/10      on           isl             trunking     1

Port      Vlans allowed on trunk
Fa0/10      1-4094

Port        Vlans allowed and active in management domain
Fa0/10      1

Port        Vlans in spanning tree forwarding state and not pruned
Fa0/10      1


Cat-3550-2#show int fastEthernet 0/10 switchport
Name: Fa0/10
Switchport: Enabled
Administrative Mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: isl
Operational Trunking Encapsulation: isl
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL
Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled

Appliance trust: none



VERIFICANDO A CONFIGURACAO NO 2916M-XL-2:

Cat-2916M-XL-2#show int fastEthernet 1/1 switchport
Name: Fa1/1
Switchport: Enabled
Administrative mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: isl
Operational Trunking Encapsulation: isl
Negotiation of Trunking: Disabled
Access Mode VLAN: 0 ((Inactive))
Trunking Native Mode VLAN: 1 (default)
Trunking VLANs Enabled: ALL
Trunking VLANs Active: 1
Pruning VLANs Enabled: NONE
1) VERIFICANDO AS VLANS EM TODOS OS SWITCHES:

Cat-3550-1#show vlan brief

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
                                                Fa0/5, Fa0/6, Fa0/7, Fa0/8
                                                Fa0/9, 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
1002   fddi-default                     act/unsup
1003   trcrf-default                    act/unsup
1004   fddinet-default                  act/unsup
1005   trbrf-default                    act/unsup


Cat-3550-2#show vlan brief

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
                                                Fa0/5, Fa0/6, Fa0/7, Fa0/8
                                                Fa0/9, 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
1002 fddi-default                     act/unsup
1003 trcrf-default                    act/unsup
1004 fddinet-default                  act/unsup
1005 trbrf-default                    act/unsup


Cat-2916M-XL-1#show vlan brief
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/2, Fa1/3, Fa1/4
1002 fddi-default                     active
1003 trcrf-default                    active
1004 fddinet-default                  active
1005 trbrf-default                    active


Cat-2916M-XL-2#show vlan brief
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/2, Fa1/3, Fa1/4, Fa2/1,
                                                Fa2/2, Fa2/3, Fa2/4
1002 fddi-default                     active
1003 trcrf-default                    active
1004 fddinet-default                  active
1005 trbrf-default                    active


2) CRIANDO 5 VLANS no CAT-3550-1 (VTP Server):


Cat-3550-1#vlan database
Cat-3550-1(vlan)#vlan 100 name   Operations
VLAN 100 added:
    Name: Operations
Cat-3550-1(vlan)#vlan 101 name   Engineering
VLAN 101 added:
    Name: Engineering
Cat-3550-1(vlan)#vlan 102 name   Development
VLAN 102 added:
    Name: Development
Cat-3550-1(vlan)#vlan 103 name   SharedDataCenter
VLAN 103 added:
    Name: SharedDataCenter
Cat-3550-1(vlan)#vlan 104 name CorpLAN
VLAN 104 added:
    Name: CorpLAN
Cat-3550-1(vlan)#vlan 105 name DesktopSupport
VLAN 105 added:
    Name: DesktopSupport
Cat-3550-1(vlan)#exit
APPLY completed.
Exiting....


3) CONFIRMANDO SE AS VLANS FORAM CRIADAS NOS DEMAIS SWITCHES (VTP Clients):

Cat-3550-2#show vlan brief

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4
                                                Fa0/5, Fa0/6, Fa0/7, Fa0/8
                                                Fa0/9, 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
100 Operations                        active
101 Engineering                       active
102 Development                       active
103 SharedDataCenter                  active
104 CorpLAN                           active
105 DesktopSupport                    active
1002 fddi-default                     act/unsup
1003 trcrf-default                    act/unsup
1004 fddinet-default                  act/unsup
1005 trbrf-default                    act/unsup


Cat-2916M-XL-1#show vlan brief
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/2, Fa1/3, Fa1/4
100 Operations                        active
101 Engineering                       active
102 Development                       active
103 SharedDataCenter                  active
104 CorpLAN                           active
105 DesktopSupport                    active
1002 fddi-default                     active
1003 trcrf-default                    active
1004 fddinet-default                  active
1005 trbrf-default                    active


Cat-2916M-XL-2#show vlan brief
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
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,
                                                Fa1/2, Fa1/3, Fa1/4, Fa2/1,
                                                Fa2/2, Fa2/3, Fa2/4
100 Operations                        active
101 Engineering                       active
102 Development                       active
103 SharedDataCenter                  active
104 CorpLAN                           active
105    DesktopSupport    active
1002   fddi-default      active
1003   trcrf-default     active
1004   fddinet-default   active
1005   trbrf-default     active

More Related Content

What's hot

How to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchHow to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchIT Tech
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
KPUCC-Rs instructor ppt_chapter3_final
KPUCC-Rs instructor ppt_chapter3_finalKPUCC-Rs instructor ppt_chapter3_final
KPUCC-Rs instructor ppt_chapter3_finalFisal Anwari
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 MinutesCCNAResources
 
10 channels - LoRaWAN GPS Concentrator for Raspberry Pi
10 channels - LoRaWAN GPS Concentrator for Raspberry Pi10 channels - LoRaWAN GPS Concentrator for Raspberry Pi
10 channels - LoRaWAN GPS Concentrator for Raspberry PiCRI Japan, Inc.
 
Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Dân Chơi
 
Ccna 1 chapter 11 v4.0 answers 2011
Ccna 1 chapter 11 v4.0 answers 2011Ccna 1 chapter 11 v4.0 answers 2011
Ccna 1 chapter 11 v4.0 answers 2011Dân Chơi
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Abdul Basit
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Shanxi Cai
 

What's hot (17)

1
11
1
 
How to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchHow to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switch
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
KPUCC-Rs instructor ppt_chapter3_final
KPUCC-Rs instructor ppt_chapter3_finalKPUCC-Rs instructor ppt_chapter3_final
KPUCC-Rs instructor ppt_chapter3_final
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Practice Lab CSC
Practice Lab CSCPractice Lab CSC
Practice Lab CSC
 
Ccna command
Ccna commandCcna command
Ccna command
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
10 channels - LoRaWAN GPS Concentrator for Raspberry Pi
10 channels - LoRaWAN GPS Concentrator for Raspberry Pi10 channels - LoRaWAN GPS Concentrator for Raspberry Pi
10 channels - LoRaWAN GPS Concentrator for Raspberry Pi
 
Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011
 
Labmannual
LabmannualLabmannual
Labmannual
 
Ccna 1 chapter 11 v4.0 answers 2011
Ccna 1 chapter 11 v4.0 answers 2011Ccna 1 chapter 11 v4.0 answers 2011
Ccna 1 chapter 11 v4.0 answers 2011
 
Switching
SwitchingSwitching
Switching
 
Ccna4 cs diaz_&_romero
Ccna4 cs diaz_&_romeroCcna4 cs diaz_&_romero
Ccna4 cs diaz_&_romero
 
Summit x770
Summit x770Summit x770
Summit x770
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)
 

Viewers also liked

Comandos ospf
Comandos ospfComandos ospf
Comandos ospf1 2d
 
Led switch
Led switchLed switch
Led switch1 2d
 
Inifed norma ccesibilidad_2012
Inifed norma ccesibilidad_2012Inifed norma ccesibilidad_2012
Inifed norma ccesibilidad_2012zaidita2014
 
Septimasecundaria 140520090643-phpapp01
Septimasecundaria 140520090643-phpapp01Septimasecundaria 140520090643-phpapp01
Septimasecundaria 140520090643-phpapp01Gloria Nery
 
HOJITA EVANGELIO DOMINGO XXXI TO CICLO A BN
HOJITA EVANGELIO  DOMINGO XXXI TO CICLO A BNHOJITA EVANGELIO  DOMINGO XXXI TO CICLO A BN
HOJITA EVANGELIO DOMINGO XXXI TO CICLO A BNNelson Gómez
 
Vlan truks
Vlan truksVlan truks
Vlan truks1 2d
 
Spantree
SpantreeSpantree
Spantree1 2d
 
Estructuras 100303092810-phpapp02
Estructuras 100303092810-phpapp02Estructuras 100303092810-phpapp02
Estructuras 100303092810-phpapp02Chico Milcien
 
Notas clase java ii
Notas clase java iiNotas clase java ii
Notas clase java ii1 2d
 
J2me
J2meJ2me
J2me1 2d
 
Notas clase
Notas claseNotas clase
Notas clase1 2d
 

Viewers also liked (15)

Comandos ospf
Comandos ospfComandos ospf
Comandos ospf
 
Led switch
Led switchLed switch
Led switch
 
Persuasion &
Persuasion &Persuasion &
Persuasion &
 
OS-Direct_case_New_Year_2010
OS-Direct_case_New_Year_2010OS-Direct_case_New_Year_2010
OS-Direct_case_New_Year_2010
 
Inifed norma ccesibilidad_2012
Inifed norma ccesibilidad_2012Inifed norma ccesibilidad_2012
Inifed norma ccesibilidad_2012
 
Septimasecundaria 140520090643-phpapp01
Septimasecundaria 140520090643-phpapp01Septimasecundaria 140520090643-phpapp01
Septimasecundaria 140520090643-phpapp01
 
La verdad
La verdadLa verdad
La verdad
 
HOJITA EVANGELIO DOMINGO XXXI TO CICLO A BN
HOJITA EVANGELIO  DOMINGO XXXI TO CICLO A BNHOJITA EVANGELIO  DOMINGO XXXI TO CICLO A BN
HOJITA EVANGELIO DOMINGO XXXI TO CICLO A BN
 
6
66
6
 
Vlan truks
Vlan truksVlan truks
Vlan truks
 
Spantree
SpantreeSpantree
Spantree
 
Estructuras 100303092810-phpapp02
Estructuras 100303092810-phpapp02Estructuras 100303092810-phpapp02
Estructuras 100303092810-phpapp02
 
Notas clase java ii
Notas clase java iiNotas clase java ii
Notas clase java ii
 
J2me
J2meJ2me
J2me
 
Notas clase
Notas claseNotas clase
Notas clase
 

Similar to Configurando vlan, vtp, trunking e vmps em cisco catalyst switches comandos

Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingJohnson Liu
 
Day 20.1 configuringframerelay
Day 20.1 configuringframerelayDay 20.1 configuringframerelay
Day 20.1 configuringframerelayCYBERINTELLIGENTS
 
Free CCNP switching workbook by networkershome pdf
Free CCNP switching workbook by networkershome pdfFree CCNP switching workbook by networkershome pdf
Free CCNP switching workbook by networkershome pdfNetworkershome
 
Cisco how to configure vlan
Cisco how to configure vlanCisco how to configure vlan
Cisco how to configure vlan1 2d
 
Cisco how to configure vlan
Cisco how to configure vlanCisco how to configure vlan
Cisco how to configure vlan1 2d
 
Creating the vlan propagation diagram
Creating the vlan  propagation diagramCreating the vlan  propagation diagram
Creating the vlan propagation diagramJohn Berry
 
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...Amir Jafari
 
CCNA Lab 5-Configuring Inter-VLAN Routing
CCNA Lab 5-Configuring Inter-VLAN RoutingCCNA Lab 5-Configuring Inter-VLAN Routing
CCNA Lab 5-Configuring Inter-VLAN RoutingAmir Jafari
 
Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802manikkan
 
The bryant advantage 150 commands
The bryant advantage 150 commandsThe bryant advantage 150 commands
The bryant advantage 150 commandsAreej Khasawneh
 

Similar to Configurando vlan, vtp, trunking e vmps em cisco catalyst switches comandos (20)

Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
18763980 ccna-lab-manual-640802-ii-2009-ii
18763980 ccna-lab-manual-640802-ii-2009-ii18763980 ccna-lab-manual-640802-ii-2009-ii
18763980 ccna-lab-manual-640802-ii-2009-ii
 
18763980 ccna-lab-manual-640802-ii-2009-ii
18763980 ccna-lab-manual-640802-ii-2009-ii18763980 ccna-lab-manual-640802-ii-2009-ii
18763980 ccna-lab-manual-640802-ii-2009-ii
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
Day 20.1 configuringframerelay
Day 20.1 configuringframerelayDay 20.1 configuringframerelay
Day 20.1 configuringframerelay
 
Free CCNP switching workbook by networkershome pdf
Free CCNP switching workbook by networkershome pdfFree CCNP switching workbook by networkershome pdf
Free CCNP switching workbook by networkershome pdf
 
Ccnp3 lab 3_3_en
Ccnp3 lab 3_3_enCcnp3 lab 3_3_en
Ccnp3 lab 3_3_en
 
Day 20.3 frame relay
Day 20.3 frame relay Day 20.3 frame relay
Day 20.3 frame relay
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
 
Cisco how to configure vlan
Cisco how to configure vlanCisco how to configure vlan
Cisco how to configure vlan
 
Cisco how to configure vlan
Cisco how to configure vlanCisco how to configure vlan
Cisco how to configure vlan
 
Aruba mobility access switch useful commands v2
Aruba mobility access switch useful commands v2Aruba mobility access switch useful commands v2
Aruba mobility access switch useful commands v2
 
portfolio2
portfolio2portfolio2
portfolio2
 
Creating the vlan propagation diagram
Creating the vlan  propagation diagramCreating the vlan  propagation diagram
Creating the vlan propagation diagram
 
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
 
CCNA Lab 5-Configuring Inter-VLAN Routing
CCNA Lab 5-Configuring Inter-VLAN RoutingCCNA Lab 5-Configuring Inter-VLAN Routing
CCNA Lab 5-Configuring Inter-VLAN Routing
 
Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802
 
The bryant advantage 150 commands
The bryant advantage 150 commandsThe bryant advantage 150 commands
The bryant advantage 150 commands
 
Configure vtp
Configure vtpConfigure vtp
Configure vtp
 
Icnd210 s02l01
Icnd210 s02l01Icnd210 s02l01
Icnd210 s02l01
 

More from 1 2d

6. control de acceso
6. control de acceso6. control de acceso
6. control de acceso1 2d
 
5. administracioìn de claves y certificados
5. administracioìn de claves y certificados5. administracioìn de claves y certificados
5. administracioìn de claves y certificados1 2d
 
4. certificados digitales
4. certificados digitales4. certificados digitales
4. certificados digitales1 2d
 
3. boletines de mensajes y firmas digitales
3. boletines de mensajes y firmas digitales3. boletines de mensajes y firmas digitales
3. boletines de mensajes y firmas digitales1 2d
 
2. criptografiìa con java
2. criptografiìa con java2. criptografiìa con java
2. criptografiìa con java1 2d
 
1. introduccioìn a la seguridad
1. introduccioìn a la seguridad1. introduccioìn a la seguridad
1. introduccioìn a la seguridad1 2d
 
1046 pdfsam opos informatica
1046 pdfsam opos informatica1046 pdfsam opos informatica
1046 pdfsam opos informatica1 2d
 
1203 pdfsam opos informatica
1203 pdfsam opos informatica1203 pdfsam opos informatica
1203 pdfsam opos informatica1 2d
 
878 pdfsam opos informatica
878 pdfsam opos informatica878 pdfsam opos informatica
878 pdfsam opos informatica1 2d
 
516 pdfsam opos informatica
516 pdfsam opos informatica516 pdfsam opos informatica
516 pdfsam opos informatica1 2d
 
1704 pdfsam opos informatica
1704 pdfsam opos informatica1704 pdfsam opos informatica
1704 pdfsam opos informatica1 2d
 
1893 pdfsam opos informatica
1893 pdfsam opos informatica1893 pdfsam opos informatica
1893 pdfsam opos informatica1 2d
 
516 pdfsam opos informatica
516 pdfsam opos informatica516 pdfsam opos informatica
516 pdfsam opos informatica1 2d
 
706 pdfsam opos informatica
706 pdfsam opos informatica706 pdfsam opos informatica
706 pdfsam opos informatica1 2d
 
330 pdfsam opos informatica
330 pdfsam opos informatica330 pdfsam opos informatica
330 pdfsam opos informatica1 2d
 
1 pdfsam opos informatica
1 pdfsam opos informatica1 pdfsam opos informatica
1 pdfsam opos informatica1 2d
 
1379 pdfsam opos informatica
1379 pdfsam opos informatica1379 pdfsam opos informatica
1379 pdfsam opos informatica1 2d
 
706 pdfsam opos informatica
706 pdfsam opos informatica706 pdfsam opos informatica
706 pdfsam opos informatica1 2d
 
Guia del-en roo-tador-2.8
Guia del-en roo-tador-2.8Guia del-en roo-tador-2.8
Guia del-en roo-tador-2.81 2d
 
Tlk
TlkTlk
Tlk1 2d
 

More from 1 2d (20)

6. control de acceso
6. control de acceso6. control de acceso
6. control de acceso
 
5. administracioìn de claves y certificados
5. administracioìn de claves y certificados5. administracioìn de claves y certificados
5. administracioìn de claves y certificados
 
4. certificados digitales
4. certificados digitales4. certificados digitales
4. certificados digitales
 
3. boletines de mensajes y firmas digitales
3. boletines de mensajes y firmas digitales3. boletines de mensajes y firmas digitales
3. boletines de mensajes y firmas digitales
 
2. criptografiìa con java
2. criptografiìa con java2. criptografiìa con java
2. criptografiìa con java
 
1. introduccioìn a la seguridad
1. introduccioìn a la seguridad1. introduccioìn a la seguridad
1. introduccioìn a la seguridad
 
1046 pdfsam opos informatica
1046 pdfsam opos informatica1046 pdfsam opos informatica
1046 pdfsam opos informatica
 
1203 pdfsam opos informatica
1203 pdfsam opos informatica1203 pdfsam opos informatica
1203 pdfsam opos informatica
 
878 pdfsam opos informatica
878 pdfsam opos informatica878 pdfsam opos informatica
878 pdfsam opos informatica
 
516 pdfsam opos informatica
516 pdfsam opos informatica516 pdfsam opos informatica
516 pdfsam opos informatica
 
1704 pdfsam opos informatica
1704 pdfsam opos informatica1704 pdfsam opos informatica
1704 pdfsam opos informatica
 
1893 pdfsam opos informatica
1893 pdfsam opos informatica1893 pdfsam opos informatica
1893 pdfsam opos informatica
 
516 pdfsam opos informatica
516 pdfsam opos informatica516 pdfsam opos informatica
516 pdfsam opos informatica
 
706 pdfsam opos informatica
706 pdfsam opos informatica706 pdfsam opos informatica
706 pdfsam opos informatica
 
330 pdfsam opos informatica
330 pdfsam opos informatica330 pdfsam opos informatica
330 pdfsam opos informatica
 
1 pdfsam opos informatica
1 pdfsam opos informatica1 pdfsam opos informatica
1 pdfsam opos informatica
 
1379 pdfsam opos informatica
1379 pdfsam opos informatica1379 pdfsam opos informatica
1379 pdfsam opos informatica
 
706 pdfsam opos informatica
706 pdfsam opos informatica706 pdfsam opos informatica
706 pdfsam opos informatica
 
Guia del-en roo-tador-2.8
Guia del-en roo-tador-2.8Guia del-en roo-tador-2.8
Guia del-en roo-tador-2.8
 
Tlk
TlkTlk
Tlk
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

Configurando vlan, vtp, trunking e vmps em cisco catalyst switches comandos

  • 1. Cat-1924EN#show vlan VLAN Name Status Ports -------------------------------------- 1 default Enabled 1-24, AUI, A, B 1002 fddi-default Suspended 1003 token-ring-defau Suspended 1004 fddinet-default Suspended 1005 trnet-default Suspended -------------------------------------- VLAN Type SAID MTU Parent RingNo BridgeNo Stp Trans1 Trans2 --------------------------------------------------------------------------- 1 Ethernet 100001 1500 0 0 0 Unkn 1002 1003 1002 FDDI 101002 1500 0 0 0 Unkn 1 1003 1003 Token-Ring 101003 1500 1005 1 0 Unkn 1 1002 1004 FDDI-Net 101004 1500 0 0 1 IEEE 0 0 1005 Token-Ring-Net 101005 1500 0 0 1 IEEE 0 0 --------------------------------------------------------------------------- Cat-1924EN#show vlan-membership Port VLAN Membership Type Port VLAN Membership Type ----------------------------- ----------------------------- 1 1 Static 13 1 Static 2 1 Static 14 1 Static 3 1 Static 15 1 Static 4 1 Static 16 1 Static 5 1 Static 17 1 Static 6 1 Static 18 1 Static 7 1 Static 19 1 Static 8 1 Static 20 1 Static 9 1 Static 21 1 Static 10 1 Static 22 1 Static 11 1 Static 23 1 Static 12 1 Static 24 1 Static AUI 1 Static A 1 Static B 1 Static Cat-1924EN#show vlan-membership server VMPS Query Protocol Version 1 Current VMPS 0.0.0.0 Total queries 0 Total responses 0 Total wrong version responses 0 Total denied responses 0 Total wrong domain responses 0 Total shutdown responses 0 Total no resource responses 0 Total VMPS changes 0 1st VMPS IP address 0.0.0.0 2nd VMPS IP address 0.0.0.0 3rd VMPS IP address 0.0.0.0 4th VMPS IP address 0.0.0.0 Primary VMPS 0.0.0.0 Number of retries before changing server 10 Cat-1924EN#configure terminal Enter configuration commands, one per line. End with CNTL/Z Cat-1924EN(config)#vlan ? <2-1001> ISL VLAN index Cat-1924EN(config)#vlan 10 ? ethernet ethernet fddi fddi fddi-net fddi-net mtu VLAN MTU name Set VLAN name sde IEEE 801.10 Said state VLAN state
  • 2. tlb-1 VLAN Translational Bridge tlb-2 VLAN Translational Bridge tokenring tokenring tr-net Token ring net <cr> Cat-1924EN(config)#vlan 10 name Sales ? ethernet ethernet fddi fddi fddi-net fddi-net mtu VLAN MTU sde IEEE 801.10 Said state VLAN state tlb-1 VLAN Translational Bridge tlb-2 VLAN Translational Bridge tokenring tokenring tr-net Token ring net <cr> Cat-1924EN(config)#vlan 10 name Sales ethernet ? <cr> Cat-1924EN(config)#vlan 10 name Sales ethernet Cat-1924EN(config)# Cat-1924EN(config)#vlan 20 name Marketing ethernet Cat-1924EN(config)#vlan 30 name Finance ethernet Cat-1924EN(config)#vlan 40 name Staff Cat-1924EN(config)#end Cat-1924EN# Cat-1924EN#show vlan VLAN Name Status Ports -------------------------------------- 1 default Enabled 1-24, AUI, A, B 10 Sales Enabled 20 Marketing Enabled 30 Finance Enabled 40 Staff Enabled 1002 fddi-default Suspended 1003 token-ring-defau Suspended 1004 fddinet-default Suspended 1005 trnet-default Suspended -------------------------------------- VLAN Type SAID MTU Parent RingNo BridgeNo Stp Trans1 Trans2 --------------------------------------------------------------------------- 1 Ethernet 100001 1500 0 0 0 Unkn 1002 1003 10 Ethernet 100010 1500 0 1 1 Unkn 0 0 20 Ethernet 100020 1500 0 1 1 Unkn 0 0 30 Ethernet 100030 1500 0 1 1 Unkn 0 0 40 Ethernet 100040 1500 0 1 1 Unkn 0 0 --More-- 1002 FDDI 101002 1500 0 0 0 Unkn 1 1003 1003 Token-Ring 101003 1500 1005 1 0 Unkn 1 1002 1004 FDDI-Net 101004 1500 0 0 1 IEEE 0 0 1005 Token-Ring-Net 101005 1500 0 0 1 IEEE 0 0 --------------------------------------------------------------------------- Cat-1924EN#config t Enter configuration commands, one per line. End with CNTL/Z Cat-1924EN(config)#interface ethernet 0/1 Cat-1924EN(config-if)#vlan-membership ? dynamic Set VLAN membership type as dynamic static Set VLAN membership type as static Cat-1924EN(config-if)#vlan-membership static ? <1-1005> ISL VLAN index Cat-1924EN(config-if)#vlan-membership static 10 ? <cr> Cat-1924EN(config-if)#vlan-membership static 10
  • 3. Cat-1924EN(config-if)#exit Cat-1924EN(config)#interface ethernet 0/2 Cat-1924EN(config-if)#vlan-membership static 10 Cat-1924EN(config-if)#interface ethernet 0/3 Cat-1924EN(config-if)#vlan-membership static 10 Cat-1924EN(config-if)#interface ethernet 0/4 Cat-1924EN(config-if)#vlan-membership static 10 Cat-1924EN(config-if)#interface ethernet 0/5 Cat-1924EN(config-if)#vlan-membership static 10 Cat-1924EN(config-if)#interface ethernet 0/6 Cat-1924EN(config-if)#vlan-membership static 20 Cat-1924EN(config-if)#interface ethernet 0/7 Cat-1924EN(config-if)#vlan-membership static 20 Cat-1924EN(config-if)#interface ethernet 0/8 Cat-1924EN(config-if)#vlan-membership static 20 Cat-1924EN(config-if)#interface ethernet 0/9 Cat-1924EN(config-if)#vlan-membership static 20 Cat-1924EN(config-if)#interface ethernet 0/10 Cat-1924EN(config-if)#vlan-membership static 20 Cat-1924EN(config-if)#interface ethernet 0/11 Cat-1924EN(config-if)#vlan-membership static 30 Cat-1924EN(config-if)#interface ethernet 0/12 Cat-1924EN(config-if)#vlan-membership static 30 Cat-1924EN(config-if)#interface ethernet 0/13 Cat-1924EN(config-if)#vlan-membership static 30 Cat-1924EN(config-if)#interface ethernet 0/14 Cat-1924EN(config-if)#vlan-membership static 30 Cat-1924EN(config-if)#interface ethernet 0/15 Cat-1924EN(config-if)#vlan-membership static 30 Cat-1924EN(config-if)#interface ethernet 0/16 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#interface ethernet 0/17 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#interface ethernet 0/18 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#interface ethernet 0/19 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#interface ethernet 0/20 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#interface ethernet 0/21 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#interface ethernet 0/22 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#interface ethernet 0/23 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#interface ethernet 0/24 Cat-1924EN(config-if)#vlan-membership static 40 Cat-1924EN(config-if)#end Cat-1924EN# Cat-1924EN#show vlan-membership Port VLAN Membership Type Port VLAN Membership Type ----------------------------- ----------------------------- 1 10 Static 13 30 Static 2 10 Static 14 30 Static 3 10 Static 15 30 Static 4 10 Static 16 40 Static 5 10 Static 17 40 Static 6 20 Static 18 40 Static 7 20 Static 19 40 Static 8 20 Static 20 40 Static 9 20 Static 21 40 Static 10 20 Static 22 40 Static 11 30 Static 23 40 Static 12 30 Static 24 40 Static
  • 4. AUI 1 Static A 1 Static B 1 Static Cat-2916M-XL-1#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/1, Fa1/2, Fa1/3, Fa1/4, Fa2/1, Fa2/2, Fa2/3, Fa2/4 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1 enet 100001 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 0 0 1003 trcrf 101003 4472 1005 3276 - - srb 0 0 1004 fdnet 101004 1500 - - - ieee - 0 0 1005 trbrf 101005 4472 - - 15 ibm - 0 0 VLAN AREHops STEHops Backup CRF ---- ------- ------- ---------- 1003 7 7 off Cat-2916M-XL-1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/1, Fa1/2, Fa1/3, Fa1/4, Fa2/1, Fa2/2, Fa2/3, Fa2/4 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active Cat-2916M-XL-1#show vlan id 1 VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/1, Fa1/2, Fa1/3, Fa1/4, Fa2/1, Fa2/2, Fa2/3, Fa2/4 VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1 enet 100001 1500 - - - - - 0 0 Cat-2916M-XL-1#vlan database Cat-2916M-XL-1(vlan)#vlan 10 name Sales VLAN 10 added: Name: Sales Cat-2916M-XL-1(vlan)#vlan 20 name Marketing VLAN 20 added: Name: Marketing Cat-2916M-XL-1(vlan)#vlan 30 name Finance
  • 5. VLAN 30 added: Name: Finance Cat-2916M-XL-1(vlan)#vlan 40 name Staff VLAN 40 added: Name: Staff Cat-2916M-XL-1(vlan)#apply APPLY completed. Cat-2916M-XL-1(vlan)#exit APPLY completed. Exiting.... Cat-2916M-XL-1#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/1, Fa1/2, Fa1/3, Fa1/4, Fa2/1, Fa2/2, Fa2/3, Fa2/4 10 Sales active 20 Marketing active 30 Finance active 40 Staff active 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active 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 40 enet 100040 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 0 0 1003 trcrf 101003 4472 1005 3276 - - srb 0 0 1004 fdnet 101004 1500 - - - ieee - 0 0 1005 trbrf 101005 4472 - - 15 ibm - 0 0 VLAN AREHops STEHops Backup CRF ---- ------- ------- ---------- 1003 7 7 off Cat-2916M-XL-1# Cat-2916M-XL-1#config t Enter configuration commands, one per line. End with CNTL/Z. Cat-2916M-XL-1(config)#interface fastethernet 0/1 Cat-2916M-XL-1(config-if)#switchport ? access Set access mode characteristics of the interface mode Set trunking mode of the interface multi Set characteristics when in multi-VLAN mode Cat-2916M-XL-1(config-if)#switchport access ? vlan Set VLAN when interface is in access mode Cat-2916M-XL-1(config-if)#switchport access vlan ? <1-1001> VLAN ID of the VLAN when this port is in access mode dynamic When in access mode, this interfaces VLAN is controlled by VMPS Cat-2916M-XL-1(config-if)#switchport access vlan 10 Cat-2916M-XL-1(config-if)#interface fastethernet 0/2 Cat-2916M-XL-1(config-if)#switchport access vlan 10 Cat-2916M-XL-1(config-if)#interface fastethernet 0/3
  • 6. Cat-2916M-XL-1(config-if)#switchport access vlan 10 Cat-2916M-XL-1(config-if)#interface fastethernet 0/4 Cat-2916M-XL-1(config-if)#switchport access vlan 10 Cat-2916M-XL-1(config-if)#interface fastethernet 0/5 Cat-2916M-XL-1(config-if)#switchport access vlan 10 Cat-2916M-XL-1(config-if)#interface fastethernet 0/6 Cat-2916M-XL-1(config-if)#switchport access vlan 20 Cat-2916M-XL-1(config-if)#interface fastethernet 0/7 Cat-2916M-XL-1(config-if)#switchport access vlan 20 Cat-2916M-XL-1(config-if)#interface fastethernet 0/8 Cat-2916M-XL-1(config-if)#switchport access vlan 20 Cat-2916M-XL-1(config-if)#interface fastethernet 0/9 Cat-2916M-XL-1(config-if)#switchport access vlan 20 Cat-2916M-XL-1(config-if)#interface fastethernet 0/10 Cat-2916M-XL-1(config-if)#switchport access vlan 20 Cat-2916M-XL-1(config-if)#interface fastethernet 0/11 Cat-2916M-XL-1(config-if)#switchport access vlan 30 Cat-2916M-XL-1(config-if)#interface fastethernet 0/12 Cat-2916M-XL-1(config-if)#switchport access vlan 30 Cat-2916M-XL-1(config-if)#interface fastethernet 0/13 Cat-2916M-XL-1(config-if)#switchport access vlan 30 Cat-2916M-XL-1(config-if)#interface fastethernet 0/14 Cat-2916M-XL-1(config-if)#switchport access vlan 40 Cat-2916M-XL-1(config-if)#interface fastethernet 0/15 Cat-2916M-XL-1(config-if)#switchport access vlan 40 Cat-2916M-XL-1(config-if)#interface fastethernet 0/16 Cat-2916M-XL-1(config-if)#switchport access vlan 40 Cat-2916M-XL-1(config-if)#end Cat-2916M-XL-1# Cat-2916M-XL-1#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa1/1, Fa1/2, Fa1/3, Fa1/4, Fa2/1, Fa2/2, Fa2/3, Fa2/4 10 Sales active Fa0/1, Fa0/2, Fa0/3, Fa0/4, Fa0/5 20 Marketing active Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10 30 Finance active Fa0/11, Fa0/12, Fa0/13 40 Staff active Fa0/14, Fa0/15, Fa0/16 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active 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 40 enet 100040 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 0 0 1003 trcrf 101003 4472 1005 3276 - - srb 0 0 1004 fdnet 101004 1500 - - - ieee - 0 0 1005 trbrf 101005 4472 - - 15 ibm - 0 0 VLAN AREHops STEHops Backup CRF ---- ------- ------- ---------- 1003 7 7 off Cat-3550-1#vlan database Cat-3550-1(vlan)#vlan 10 name Sales ? are Maximum number of All Route Explorer hops for this VLAN backupcrf Backup CRF mode of the VLAN bridge Bridging characteristics of the VLAN
  • 7. media Media type of the VLAN mtu VLAN Maximum Transmission Unit parent ID number of the Parent VLAN of FDDI or Token Ring type VLANs ring Ring number of FDDI or Token Ring type VLANs said IEEE 802.10 SAID state Operational state of the VLAN ste Maximum number of Spanning Tree Explorer hops for this VLAN stp Spanning tree characteristics of the VLAN tb-vlan1 ID number of the first translational VLAN for this VLAN (or zero if none) tb-vlan2 ID number of the second translational VLAN for this VLAN (or zero if none) <cr> Cat-3550-1(vlan)#vlan 10 name Sales VLAN 10 added: Name: Sales Cat-3550-1(vlan)#vlan 20 name Marketing VLAN 20 added: Name: Marketing Cat-3550-1(vlan)#vlan 30 name Finance VLAN 30 added: Name: Finance Cat-3550-1(vlan)#vlan 40 name Staff VLAN 40 added: Name: Staff Cat-3550-1(vlan)#exit APPLY completed. Exiting.... Cat-3550-1# Cat-3550-1#config t Enter configuration commands, one per line. End with CNTL/Z. Cat-3550-1(config)#interface range fastEthernet 0/1 - 5 Cat-3550-1(config-if-range)#switchport access vlan 10 Cat-3550-1(config-if-range)#interface range fastEthernet 0/6 - 10 Cat-3550-1(config-if-range)#switchport access vlan 20 Cat-3550-1(config-if-range)#interface range fastEthernet 0/11 - 15 Cat-3550-1(config-if-range)#switchport access vlan 30 Cat-3550-1(config-if-range)#interface range fastEthernet 0/16 - 24 Cat-3550-1(config-if-range)#switchport access vlan 40 Cat-3550-1(config-if-range)#end Cat-3550-1# Cat-3550-1#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active 10 Sales active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/5 20 Marketing active Fa0/6, Fa0/7, Fa0/8, Fa0/9 Fa0/10 30 Finance active Fa0/11, Fa0/12, Fa0/13, Fa0/14 Fa0/15 40 Staff active Fa0/16, Fa0/17, Fa0/18, Fa0/19 Fa0/20, Fa0/21, Fa0/22, Fa0/23 Fa0/24 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 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
  • 8. 1 enet 100001 1500 - - - - - 0 0 10 enet 100010 1500 - - - - - 0 0 20 enet 100020 1500 - - - - - 0 0 30 enet 100030 1500 - - - - - 0 0 40 enet 100040 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 ------- --------- ----------------- ------------------------------------------ Cat-3550-1#vlan database Cat-3550-1(vlan)#no vlan 10 Deleting VLAN 10... Cat-3550-1(vlan)#no vlan 20 Deleting VLAN 20... Cat-3550-1(vlan)#no vlan 30 Deleting VLAN 30... Cat-3550-1(vlan)#no vlan 40 Deleting VLAN 40... Cat-3550-1(vlan)#exit APPLY completed. Exiting.... Cat-3550-1# Cat-3550-1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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 1002 fddi-default act/unsup 1003 token-ring-default act/unsup 1004 fddinet-default act/unsup 1005 trnet-default act/unsup Cat-2916M-XL-1#vlan database Cat-2916M-XL-1(vlan)#no vlan 10 Deleting VLAN 10... Cat-2916M-XL-1(vlan)#no vlan 20 Deleting VLAN 20... Cat-2916M-XL-1(vlan)#no vlan 30 Deleting VLAN 30... Cat-2916M-XL-1(vlan)#no vlan 40 Dleting VLAN 40... Cat-2916M-XL-1(vlan)#exit APPLY completed. Exiting.... Cat-2916M-XL-1# Cat-2916M-XL-1#config t Enter configuration commands, one per line. End with CNTL/Z. Cat-2916M-XL-1(config)#int fastEthernet 0/1 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/2 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/3 Cat-2916M-XL-1(config-if)#switchport access vlan 1
  • 9. Cat-2916M-XL-1(config-if)#int fastEthernet 0/4 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/5 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/6 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/7 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/8 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/9 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/10 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/11 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/12 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/13 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/14 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/15 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 0/16 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config)#int fastEthernet 1/1 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 1/2 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 1/3 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 1/4 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 2/1 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 2/2 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 2/3 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1(config-if)#int fastEthernet 2/4 Cat-2916M-XL-1(config-if)#switchport access vlan 1 Cat-2916M-XL-1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/1, Fa1/2, Fa1/3, Fa1/4, Fa2/1, Fa2/2, Fa2/3, Fa2/4 16 VLAN0016 active 17 VLAN0017 active 18 VLAN0018 active 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active NO CAT-3550-1 Cat-3550-1#vlan database Cat-3550-1(vlan)#vtp domain cisco Cat-3550-1(vlan)#vtp v2-mode Cat-3550-1(vlan)#vtp server Cat-3550-1(vlan)#vtp password cisco
  • 10. Cat-3550-1(vlan)#vtp pruning Cat-3550-1(vlan)#exit APPLY completed. Exiting.... Cat-3550-1# NO CAT-3550-2 Cat-3550-2#vlan database Cat-3550-2(vlan)#vtp client Cat-3550-2(vlan)#vtp v2-mode Cat-3550-2(vlan)#vtp domain cisco Cat-3550-2(vlan)#vtp password cisco NO CAT-2916M-XL-1 Cat-2916M-XL-1#vlan database Cat-2916M-XL-1(vlan)#vtp client Cat-2916M-XL-1(vlan)#vtp v2-mode Cat-2916M-XL-1(vlan)#vtp domain cisco Cat-2916M-XL-1(vlan)#vtp password cisco Cat-2916M-XL-1(vlan)#exit In CLIENT state, no apply attempted. Exiting.... NO CAT-2916M-XL-2 Cat-2916M-XL-2#vlan database Cat-2916M-XL-2(vlan)#vtp client Cat-2916M-XL-2(vlan)#vtp v2-mode Cat-2916M-XL-2(vlan)#vtp domain cisco Cat-2916M-XL-2(vlan)#vtp password cisco Cat-2916M-XL-2(vlan)#exit In CLIENT state, no apply attempted. Exiting.... VISUALIZAR A CONFIG DO VTP NO CAT-3550-1 e 2: Cat-3550-1#show vtp status VTP Version : 2 Configuration Revision : 1 Maximum VLANs supported locally : 1005 Number of existing VLANs : 5 VTP Operating Mode : Server VTP Domain Name : cisco VTP Pruning Mode : Enabled VTP V2 Mode : Enabled VTP Traps Generation : Disabled MD5 digest : 0x59 0x70 0x97 0x4F 0x6D 0x9B 0xF9 0xF5 Configuration last modified by 172.16.4.12 at 3-1-93 03:58:09 Local updater ID is 172.16.4.12 on interface Vl1 (lowest numbered VLAN interface found) Cat-3550-2#show vtp status VTP Version : 2 Configuration Revision : 1 Maximum VLANs supported locally : 1005 Number of existing VLANs : 5 VTP Operating Mode : Client VTP Domain Name : cisco VTP Pruning Mode : Enabled VTP V2 Mode : Enabled VTP Traps Generation : Disabled MD5 digest : 0x59 0x70 0x97 0x4F 0x6D 0x9B 0xF9 0xF5 Configuration last modified by 172.16.4.12 at 3-1-93 03:58:09
  • 11. VISUALIZAR A CONFIG DO VTP NOS CAT-2916-M-XL-1 e 2: Cat-2916M-XL-1#show vtp status VTP Version : 2 Configuration Revision : 15 Maximum VLANs supported locally : 68 Number of existing VLANs : 8 VTP Operating Mode : Client VTP Domain Name : cisco VTP Pruning Mode : Enabled VTP V2 Mode : Enabled VTP Traps Generation : Disabled MD5 digest : 0x4E 0x04 0xB9 0x4A 0x32 0x2D 0x74 0x7E Configuration last modified by 0.0.0.0 at 3-1-93 03:15:14 Cat-2916M-XL-2#show vtp status VTP Version : 2 Configuration Revision : 0 Maximum VLANs supported locally : 68 Number of existing VLANs : 5 VTP Operating Mode : Client VTP Domain Name : cisco VTP Pruning Mode : Disabled VTP V2 Mode : Disabled VTP Traps Generation : Disabled MD5 digest : 0xDC 0x3B 0x6E 0x23 0xBA 0x87 0x07 0x99 Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00 NO CAT-3550-1: Cat-3550-1#config t Enter configuration commands, one per line. End with CNTL/Z. Cat-3550-1(config)#int fastethernet 0/10 Cat-3550-1(config-if)#speed 100 Cat-3550-1(config-if)#duplex full Cat-3550-1(config-if)#switchport ? access Set access mode characteristics of the interface block Disable forwarding of unknown uni/multi cast addresses broadcast Set broadcast suppression level on this interface host Set port host mode Set trunking mode of the interface multicast Set multicast suppression level on this interface nonegotiate Device will not engage in negotiation protocol on this interface port-security Security related command priority Set appliance 802.1p priority protected Configure an interface to be a protected port trunk Set trunking characteristics of the interface unicast Set unicast suppression level on this interface voice Voice appliance attributes <cr> Cat-3550-1(config-if)#switchport trunk ? allowed Set allowed VLAN characteristics when interface is in trunking mode encapsulation Set trunking encapsulation when interface is in trunking mode native Set trunking native characteristics when interface is in trunking mode pruning Set pruning VLAN characteristics when interface is in trunking mode Cat-3550-1(config-if)#switchport trunk encapsulation ? dot1q Interface uses only 802.1q trunking encapsulation when trunking isl Interface uses only ISL trunking encapsulation when trunking negotiate Device will negotiate trunking encapsulation with peer on interface
  • 12. Cat-3550-1(config-if)#switchport trunk encapsulation isl Cat-3550-1(config-if)#switchport mode ? access Set trunking mode to ACCESS unconditionally dot1q-tunnel Set trunking mode to DOT1Q TUNNEL unconditionally dynamic Set trunking mode to dynamically negotiate access or trunk mode trunk Set trunking mode to TRUNK unconditionally Cat-3550-1(config-if)#switchport mode trunk NO CAT-2916-M-XL-1: Cat-2916M-XL-1#config terminal Enter configuration commands, one per line. End with CNTL/Z. Cat-2916M-XL-1(config)#interface fastethernet 1/1 Cat-2916M-XL-1(config-if)#speed 100 Cat-2916M-XL-1(config-if)#duplex full Cat-2916M-XL-1(config-if)#switchport ? access Set access mode characteristics of the interface mode Set trunking mode of the interface multi Set characteristics when in multi-VLAN mode trunk Set trunking characteristics of the interface Cat-2916M-XL-1(config-if)#switchport trunk ? allowed Set allowed VLAN characteristics when interface is in trunking mode encapsulation Set trunking encapsulation when interface is in trunking mode native Set trunking native characteristics when interface is in trunking mode Cat-2916M-XL-1(config-if)#switchport trunk encapsulation ? dot1q Interface uses only 801.1q trunking encapsulation when trunking isl Interface uses only ISL trunking encapsulation when trunking Cat-2916M-XL-1(config-if)#switchport trunk encapsulation isl Cat-2916M-XL-1(config-if)#switchport mode ? access Set trunking mode to ACCESS unconditionally multi Set trunking mode to multi-VLAN mode trunk Set trunking mode to TRUNK unconditionally Cat-2916M-XL-1(config-if)#switchport mode trunk ? <cr> Cat-2916M-XL-1(config-if)#switchport mode trunk VERIFICACAO DO TRUNK NO CAT 3550-1: Cat-3550-1#show interfaces fastEthernet 0/10 FastEthernet0/10 is up, line protocol is up (connected) Hardware is Fast Ethernet, address is 000d.bca8.918a (bia 000d.bca8.918a) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s input flow-control is off, output flow-control is off ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:03, output hang never Last clearing of "show interface" counters 00:03:12 Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 131 packets input, 17388 bytes, 0 no buffer
  • 13. Received 131 broadcasts (0 multicast) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 131 multicast, 0 pause input 0 input packets with dribble condition detected 104 packets output, 15797 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 PAUSE output 0 output buffer failures, 0 output buffers swapped out Cat-3550-1#show interfaces fastEthernet 0/10 trunk Port Mode Encapsulation Status Native vlan Fa0/10 on isl trunking 1 Port Vlans allowed on trunk Fa0/10 1-4094 Port Vlans allowed and active in management domain Fa0/10 1 Port Vlans in spanning tree forwarding state and not pruned Fa0/10 1 Cat-3550-1#show interfaces fastEthernet 0/10 switchport Name: Fa0/10 Switchport: Enabled Administrative Mode: trunk Operational Mode: trunk Administrative Trunking Encapsulation: isl Operational Trunking Encapsulation: isl Negotiation of Trunking: On Access Mode VLAN: 1 (default) Trunking Native Mode VLAN: 1 (default) Voice VLAN: none Administrative private-vlan host-association: none Administrative private-vlan mapping: none Administrative private-vlan trunk native VLAN: none Administrative private-vlan trunk encapsulation: dot1q Administrative private-vlan trunk normal VLANs: none Administrative private-vlan trunk private VLANs: none Operational private-vlan: none Trunking VLANs Enabled: ALL Pruning VLANs Enabled: 2-1001 Capture Mode Disabled Capture VLANs Allowed: ALL Protected: false Unknown unicast blocked: disabled Unknown multicast blocked: disabled Appliance trust: none Cat-3550-1# Cat-3550-1# Cat-3550-1#show interfaces fastEthernet 0/10 tru Cat-3550-1#show interfaces fastEthernet 0/10 trunk Port Mode Encapsulation Status Native vlan Fa0/10 on isl trunking 1 Port Vlans allowed on trunk Fa0/10 1-4094 Port Vlans allowed and active in management domain Fa0/10 1 Port Vlans in spanning tree forwarding state and not pruned
  • 14. Fa0/10 1 VERIFICACAO DO TRUNK NO CAT 2916-1: Cat-2916M-XL-1#show int fastEthernet 1/1 FastEthernet1/1 is up, line protocol is up Hardware is Fast Ethernet, address is 0050.50b6.b814 (bia 0050.50b6.b814) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 1/255 Encapsulation ARPA, loopback not set, keepalive not set Full-duplex, 100Mb/s, 100BaseTX/FX ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:01, output 00:00:01, output hang never Last clearing of "show interface" counters 00:01:55 Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 1 packets/sec 63 packets input, 8554 bytes, 0 no buffer Received 51 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 watchdog, 49 multicast 0 input packets with dribble condition detected 159 packets output, 8526 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out Cat-2916M-XL-1#show int fastEthernet 1/1 switchport Name: Fa1/1 Switchport: Enabled Administrative mode: trunk Operational Mode: trunk Administrative Trunking Encapsulation: isl Operational Trunking Encapsulation: isl Negotiation of Trunking: Disabled Access Mode VLAN: 0 ((Inactive)) Trunking Native Mode VLAN: 1 (default) Trunking VLANs Enabled: ALL Trunking VLANs Active: 1 Pruning VLANs Enabled: NONE NO CAT-3550-2: Cat-3550-2#config t Enter configuration commands, one per line. End with CNTL/Z. Cat-3550-2(config)#int f0/10 Cat-3550-2(config-if)#speed 100 Cat-3550-2(config-if)#duplex full Cat-3550-2(config-if)#switchport trunk encapsulation isl Cat-3550-2(config-if)#switchport mode trunk Cat-3550-2(config-if)#end NO CAT-2916M-XL-2: Cat-2916M-XL-2#config t Enter configuration commands, one per line. End with CNTL/Z. Cat-2916M-XL-2(config)#int f1/1 Cat-2916M-XL-2(config-if)#speed 100 Cat-2916M-XL-2(config-if)#duplex full Cat-2916M-XL-2(config-if)#switchport trunk encapsulation isl Cat-2916M-XL-2(config-if)#switchport mode trunk Cat-2916M-XL-2(config-if)#end VERIFICANDO A CONFIGURACAO NO 3550-2: Cat-3550-2#show int fastEthernet 0/10 trunk
  • 15. Port Mode Encapsulation Status Native vlan Fa0/10 on isl trunking 1 Port Vlans allowed on trunk Fa0/10 1-4094 Port Vlans allowed and active in management domain Fa0/10 1 Port Vlans in spanning tree forwarding state and not pruned Fa0/10 1 Cat-3550-2#show int fastEthernet 0/10 switchport Name: Fa0/10 Switchport: Enabled Administrative Mode: trunk Operational Mode: trunk Administrative Trunking Encapsulation: isl Operational Trunking Encapsulation: isl Negotiation of Trunking: On Access Mode VLAN: 1 (default) Trunking Native Mode VLAN: 1 (default) Voice VLAN: none Administrative private-vlan host-association: none Administrative private-vlan mapping: none Administrative private-vlan trunk native VLAN: none Administrative private-vlan trunk encapsulation: dot1q Administrative private-vlan trunk normal VLANs: none Administrative private-vlan trunk private VLANs: none Operational private-vlan: none Trunking VLANs Enabled: ALL Pruning VLANs Enabled: 2-1001 Capture Mode Disabled Capture VLANs Allowed: ALL Protected: false Unknown unicast blocked: disabled Unknown multicast blocked: disabled Appliance trust: none VERIFICANDO A CONFIGURACAO NO 2916M-XL-2: Cat-2916M-XL-2#show int fastEthernet 1/1 switchport Name: Fa1/1 Switchport: Enabled Administrative mode: trunk Operational Mode: trunk Administrative Trunking Encapsulation: isl Operational Trunking Encapsulation: isl Negotiation of Trunking: Disabled Access Mode VLAN: 0 ((Inactive)) Trunking Native Mode VLAN: 1 (default) Trunking VLANs Enabled: ALL Trunking VLANs Active: 1 Pruning VLANs Enabled: NONE 1) VERIFICANDO AS VLANS EM TODOS OS SWITCHES: Cat-3550-1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, Fa0/11, Fa0/12, Fa0/13 Fa0/14, Fa0/15, Fa0/16, Fa0/17
  • 16. Fa0/18, Fa0/19, Fa0/20, Fa0/21 Fa0/22, Fa0/23, Fa0/24 1002 fddi-default act/unsup 1003 trcrf-default act/unsup 1004 fddinet-default act/unsup 1005 trbrf-default act/unsup Cat-3550-2#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, 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 1002 fddi-default act/unsup 1003 trcrf-default act/unsup 1004 fddinet-default act/unsup 1005 trbrf-default act/unsup Cat-2916M-XL-1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/2, Fa1/3, Fa1/4 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active Cat-2916M-XL-2#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/2, Fa1/3, Fa1/4, Fa2/1, Fa2/2, Fa2/3, Fa2/4 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active 2) CRIANDO 5 VLANS no CAT-3550-1 (VTP Server): Cat-3550-1#vlan database Cat-3550-1(vlan)#vlan 100 name Operations VLAN 100 added: Name: Operations Cat-3550-1(vlan)#vlan 101 name Engineering VLAN 101 added: Name: Engineering Cat-3550-1(vlan)#vlan 102 name Development VLAN 102 added: Name: Development Cat-3550-1(vlan)#vlan 103 name SharedDataCenter VLAN 103 added: Name: SharedDataCenter
  • 17. Cat-3550-1(vlan)#vlan 104 name CorpLAN VLAN 104 added: Name: CorpLAN Cat-3550-1(vlan)#vlan 105 name DesktopSupport VLAN 105 added: Name: DesktopSupport Cat-3550-1(vlan)#exit APPLY completed. Exiting.... 3) CONFIRMANDO SE AS VLANS FORAM CRIADAS NOS DEMAIS SWITCHES (VTP Clients): Cat-3550-2#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, 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 100 Operations active 101 Engineering active 102 Development active 103 SharedDataCenter active 104 CorpLAN active 105 DesktopSupport active 1002 fddi-default act/unsup 1003 trcrf-default act/unsup 1004 fddinet-default act/unsup 1005 trbrf-default act/unsup Cat-2916M-XL-1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/2, Fa1/3, Fa1/4 100 Operations active 101 Engineering active 102 Development active 103 SharedDataCenter active 104 CorpLAN active 105 DesktopSupport active 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active Cat-2916M-XL-2#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 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, Fa1/2, Fa1/3, Fa1/4, Fa2/1, Fa2/2, Fa2/3, Fa2/4 100 Operations active 101 Engineering active 102 Development active 103 SharedDataCenter active 104 CorpLAN active
  • 18. 105 DesktopSupport active 1002 fddi-default active 1003 trcrf-default active 1004 fddinet-default active 1005 trbrf-default active