BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan

BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan (http://bzupages.com/)
-   Network Security Management (http://bzupages.com/52-network-security-management/)
-   -   Commands used to create VLAN in switches (Lab Text) (http://bzupages.com/f52/commands-used-create-vlan-switches-lab-text-8035/)

.BZU. 05-02-2010 01:18 AM

Commands used to create VLAN in switches (Lab Text)
 
Code:

Switch>en
Switch>enable
Switch#?
Exec commands:
  <1-99>      Session number to resume
  clear      Reset functions
  clock      Manage the system clock
  configure  Enter configuration mode
  connect    Open a terminal connection
  copy        Copy from one file to another
  debug      Debugging functions (see also 'undebug')
  delete      Delete a file
  dir        List files on a filesystem
  disable    Turn off privileged commands
  disconnect  Disconnect an existing network connection
  enable      Turn on privileged commands
  erase      Erase a filesystem
  exit        Exit from the EXEC
  logout      Exit from the EXEC
  more        Display the contents of a file
  no          Disable debugging informations
  ping        Send echo messages
  reload      Halt and perform a cold restart
  resume      Resume an active network connection
  setup      Run the SETUP command facility
  show        Show running system information
  telnet      Open a telnet connection
  terminal    Set terminal line parameters
  traceroute  Trace route to destination
  undebug    Disable debugging functions (see also 'debug')
  vlan        Configure VLAN parameters
  write      Write running configuration to memory, network, or terminal
   
Switch#conf
Switch#configure t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#sho
Switch(config)#sho
Switch(config)#sho^Z
%SYS-5-CONFIG_I: Configured from console by console
Switch#sho
Switch#show vla
Switch#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
                                                Fa0/17, Fa0/18, Fa0/19, Fa0/20
                                                Fa0/21, Fa0/22, Fa0/23, Fa0/24
1002 fddi-default                    active   
1003 token-ring-default              active   
1004 fddinet-default                  active   
1005 trnet-default                    active   

VLAN Type  SAID      MTU  Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1    enet  100001    1500  -      -      -        -    -        0      0
1002 enet  101002    1500  -      -      -        -    -        0      0
1003 enet  101003    1500  -      -      -        -    -        0      0
1004 enet  101004    1500  -      -      -        -    -        0      0
1005 enet  101005    1500  -      -      -        -    -        0      0

Switch#vla
Switch#vlan d
Switch#vlan database
% Warning: It is recommended to configure VLAN from config mode,
  as VLAN database mode is being deprecated. Please consult user
  documentation for configuring VTP/VLAN in config mode.

Switch(vlan)#vlan 10 na
Switch(vlan)#vlan 10 name cs
VLAN 10 added:
    Name: cs
Switch(vlan)#vlan 20
VLAN 20 added:
    Name: VLAN0020
Switch(vlan)#exit
APPLY completed.
Exiting....
Switch#sho
Switch#show vla
Switch#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
                                                Fa0/17, Fa0/18, Fa0/19, Fa0/20
                                                Fa0/21, Fa0/22, Fa0/23, Fa0/24
10  cs                              active   
20  VLAN0020                        active   
1002 fddi-default                    active   
1003 token-ring-default              active   
1004 fddinet-default                  active   
1005 trnet-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
1002 enet  101002    1500  -      -      -        -    -        0      0
1003 enet  101003    1500  -      -      -        -    -        0      0
1004 enet  101004    1500  -      -      -        -    -        0      0
1005 enet  101005    1500  -      -      -        -    -        0      0

Switch#
Switch#vlan database
% Warning: It is recommended to configure VLAN from config mode,
  as VLAN database mode is being deprecated. Please consult user
  documentation for configuring VTP/VLAN in config mode.

Switch(vlan)#no vlan 20
Deleting VLAN 20...
Switch(vlan)#do sh
Switch(vlan)#do show vlan
            ^
% Invalid input detected at '^' marker.
   
Switch(vlan)#exit
APPLY completed.
Exiting....
Switch#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
                                                Fa0/17, Fa0/18, Fa0/19, Fa0/20
                                                Fa0/21, Fa0/22, Fa0/23, Fa0/24
10  cs                              active   
1002 fddi-default                    active   
1003 token-ring-default              active   
1004 fddinet-default                  active   
1005 trnet-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
1002 enet  101002    1500  -      -      -        -    -        0      0
1003 enet  101003    1500  -      -      -        -    -        0      0
1004 enet  101004    1500  -      -      -        -    -        0      0
1005 enet  101005    1500  -      -      -        -    -        0      0

Switch#vlan d
Switch#vlan database
% Warning: It is recommended to configure VLAN from config mode,
  as VLAN database mode is being deprecated. Please consult user
  documentation for configuring VTP/VLAN in config mode.

Switch(vlan)#vlan 20 name ims
VLAN 20 added:
    Name: ims
Switch(vlan)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
%LINK-5-CHANGED: Interface FastEthernet0/2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up
%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up
%LINK-5-CHANGED: Interface FastEthernet0/4, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to up
Switch(vlan)#exit
APPLY completed.
Exiting....
Switch#config terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#int
Switch(config)#interface f
Switch(config)#interface fastEthernet 0/1
Switch(config-if)#swit
Switch(config-if)#switchport mod
Switch(config-if)#switchport mode ac
Switch(config-if)#switchport mode access
Switch(config-if)#s
Switch(config-if)#sw
Switch(config-if)#switchport a
Switch(config-if)#switchport access vl
Switch(config-if)#switchport access vlan 10
Switch(config-if)#exit
Switch(config)#int f0/4
Switch(config-if)#s
Switch(config-if)#sw
Switch(config-if)#switchport mod
Switch(config-if)#switchport mode a
Switch(config-if)#switchport mode access
Switch(config-if)#switchport a
Switch(config-if)#switchport access vlan 10
Switch(config-if)#exit
Switch(config)#do show vlan

VLAN Name                            Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/2, Fa0/3, 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
10  cs                              active    Fa0/1, Fa0/4
20  ims                              active   
1002 fddi-default                    active   
1003 token-ring-default              active   
1004 fddinet-default                  active   
1005 trnet-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
1002 enet  101002    1500  -      -      -        -    -        0      0

Switch(config)#int f0/2
Switch(config-if)#swi
Switch(config-if)#switchport a
Switch(config-if)#switchport access vlan 20
Switch(config-if)#do show vlan

VLAN Name                            Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/3, 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
10  cs                              active    Fa0/1, Fa0/4
20  ims                              active    Fa0/2
1002 fddi-default                    active   
1003 token-ring-default              active   
1004 fddinet-default                  active   
1005 trnet-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
1002 enet  101002    1500  -      -      -        -    -        0      0
1003 enet  101003    1500  -      -      -        -    -        0      0
1004 enet  101004    1500  -      -      -        -    -        0      0
1005 enet  101005    1500  -      -      -        -    -        0      0

Switch(config-if)#
Switch(config-if)#exit
Switch(config)#int f0/3
Switch(config-if)#switchport access vlan 20
Switch(config-if)#exit
Switch(config)#do show vlan

VLAN Name                            Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/5, Fa0/6, Fa0/7, Fa0/8
                                                Fa0/9, Fa0/10, Fa0/11, Fa0/12
                                                Fa0/13, Fa0/14, Fa0/15, Fa0/16
                                                Fa0/17, Fa0/18, Fa0/19, Fa0/20
                                                Fa0/21, Fa0/22, Fa0/23, Fa0/24
10  cs                              active    Fa0/1, Fa0/4
20  ims                              active    Fa0/2, Fa0/3
1002 fddi-default                    active   
1003 token-ring-default              active   
1004 fddinet-default                  active   
1005 trnet-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
1002 enet  101002    1500  -      -      -        -    -        0      0
1003 enet  101003    1500  -      -      -        -    -        0      0
 --More--








Switch con0 is now available






Press RETURN to get started.











1004 enet  101004    1500  -      -      -        -    -        0      0
1005 enet  101005    1500  -      -      -        -    -        0      0



Switch>enable
Switch#cop
Switch#copy r
Switch#copy running-config s
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Switch#
Switch#



All times are GMT +5. The time now is 10:00 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.