News By Tag Industry News News By Place Country(s) Industry News
| Cisco 2960 Basic Configuration – VLAN ConfigurationCisco 2960 Basic Configuration – VLAN Configuration, How to creat a VLAN for Cisco 2960
By: 3anetwork Switch>enable Switch # configure terminal Switch (config) # vlan vlan-id Switch (config-vlan)# Switch (config-vlan)# Switch (config-vlan)# Remore-span) Switch (config-vlan)# Switch # show vlan {name vlan-name/ id vlan-id} Switch # copy running-config startup config How to delete the VLAN Switch>enable Switch # configure terminal Switch (config)# no vlan vlan-id Switch # (config)# end Switch # show vlan brief Switch # copy running-config startup config How to add the VLAN to the ports Switch>enable Switch # configure terminal Switch (config) # interface interface-id Switch (config-if) # switchport mode access Switch (config-if) # switchport access vlan vlan-id Default interface interface-id Switch (config-if)# end Switch # show running-config interface interface-id Switch # show interfaces interface-id switchport Switch # copy running-config startup-config How to add the vlan to the serial ports Int range fa0/1 – 10 Switchport access Vlan V2 How to allot ports for the VLAN SAT2960 (config-if) # int f0/2 SAT2960 (config-if) # switchport access vlan 2 SAT2960 (config-if) # int f0/3 SAT2960 (config-if) # switchport access vlan 3 SAT2960 (config-if) # int f0/4 SAT2960 (config-if) # switchport access vlan 4 SAT2960 (config-if) # exit SAT2960 (config) # exit Verify configuration SAT2960 # sh vlan brief Configuring the trunk port SAT2960 (config) # int f0/12 SAT2960 (config-if) # switchport mode trunk SAT2960 (config-if) # (ctrl+c) SAT2960 # The common debug commands: Switch # show run Switch # show ip int brief Switch # show vlan brief More information about Cisco 2960, you can visit: http://www.3anetwork.com/ And we keep regular stock of cisco 2960x switch, the model as below: C2960S-STACK WS-C2960X-24TS- WS-C2960X-24TS- WS-C2960X-48TS- WS-C2960X-24TD- WS-C2960X-48LPD- WS-C2960X-48FPD- WS-C2960X-24PD- End
|
|