cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
683
Views
0
Helpful
4
Replies

VLAN

Lewis_Cipher
Level 1
Level 1

Need to extend a vlan to another switch via fiber.  What do I need to do in order to make the connection?

1 Accepted Solution

Accepted Solutions

Plz follow these steps for easy setup.

Switch-1

#Vlan database

(vlan)#vtp transparent

(vlan)#vtp domain ABC

(vlan)#vlan 100 name management

(vlan)#exit

#config t

(config-if)#int vlan 100

(config-if)#description Management

(config-if)#no shut

(config-if)#exit

(config)#int fa0/1

(config-if)#no shut

(config-if)#switchport trunk encapsulation dot1q

(config-if)#switchport mode trunk

(config-if)#description Link-to-Switch2

Switch-2

#Vlan database

(vlan)#vtp transparent

(vlan)#vtp domain ABC

(vlan)#vlan 100 name management

(vlan)#exit

#config t

(config-if)#int vlan 100

(config-if)#description Management

(config-if)#no shut

(config-if)#exit

(config)#int fa0/1

(config-if)#no shut

(config-if)#switchport trunk encapsulation dot1q

(config-if)#switchport mode trunk

(config-if)#description Link-to-Switch1

View solution in original post

4 Replies 4

Mohamad Qayoom
Level 3
Level 3

If the existing switch is VTP server, configure the new switch to be a VTP client.

Configure the VTP domain on the new switch. If you are using a VTP password, configure that on the new switch.

Configure the uplink for trunk if needed.

andtoth
Level 4
Level 4

Hi Lewis,

In order to extend a VLAN to another switch, you will need to configure VLAN Trunking on both sides for the link between the switches.

I would recommend you to go through the following documentations which will give you detailed explanation and examples to achieve this.

Configuring 802.1Q Trunking Between a Catalyst 3550/3560/3750 and Catalyst Switches That Run Cisco IOS Software

http://www.cisco.com/en/US/products/hw/switches/ps700/products_configuration_example09186a008010f615.shtml

802.1Q Trunking Between Catalyst Switches Running CatOS and Cisco IOS System Software

http://www.cisco.com/en/US/tech/tk389/tk689/technologies_configuration_example09186a0080094784.shtml

Best regards,

Andras

Hi Lewis,

Inorder to transfer / pass one vlan in one switch to another switch you need to use VTP technology.

Please see the below link for better understand on VTP:
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c52.shtml

Please see the below link for configuring VTP on cisco switch:
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_configuration_example09186a0080890607.shtml


Hope this will help you.

Please rate the helpfull posts.
Regards,
Naidu.

Plz follow these steps for easy setup.

Switch-1

#Vlan database

(vlan)#vtp transparent

(vlan)#vtp domain ABC

(vlan)#vlan 100 name management

(vlan)#exit

#config t

(config-if)#int vlan 100

(config-if)#description Management

(config-if)#no shut

(config-if)#exit

(config)#int fa0/1

(config-if)#no shut

(config-if)#switchport trunk encapsulation dot1q

(config-if)#switchport mode trunk

(config-if)#description Link-to-Switch2

Switch-2

#Vlan database

(vlan)#vtp transparent

(vlan)#vtp domain ABC

(vlan)#vlan 100 name management

(vlan)#exit

#config t

(config-if)#int vlan 100

(config-if)#description Management

(config-if)#no shut

(config-if)#exit

(config)#int fa0/1

(config-if)#no shut

(config-if)#switchport trunk encapsulation dot1q

(config-if)#switchport mode trunk

(config-if)#description Link-to-Switch1

Review Cisco Networking for a $25 gift card