cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
544
Views
0
Helpful
1
Replies

configure VLAN's with trunking

dianewalker
Level 1
Level 1

Jane and Matt

We have Cisco 6509.  Can you give me the short steps on how to configure VLAN's with Trunking?  Do you have the videos on how to configure VLAN's with Trunking?

Thanks.

Diane

1 Accepted Solution

Accepted Solutions

Richard Michael
Cisco Employee
Cisco Employee

Hello Diane,

Configuring VLAN's and trunking is not so different in 6500 platforms, its the same usual way that we do in all lower end platforms,

commands shown below,

!

conf t

vlan 24

desc TEST 1

!

int gi 0/1

switchport

switchport trunk encapsulation dot1q

switchport mode trunk

switchport allowed vlan 24

!

The links that might interest you,

http://www.cisco.com/en/US/tech/tk389/tk689/technologies_configuration_example09186a008009478e.shtml#nativeios

Creating SVI interface and inter vlan routing,

http://www.cisco.com/en/US/tech/tk389/tk815/technologies_configuration_example09186a008019e74e.shtml

Thanks,

Ricky Micky

Pls rate this content and mark it as answered if this is useful

View solution in original post

1 Reply 1

Richard Michael
Cisco Employee
Cisco Employee

Hello Diane,

Configuring VLAN's and trunking is not so different in 6500 platforms, its the same usual way that we do in all lower end platforms,

commands shown below,

!

conf t

vlan 24

desc TEST 1

!

int gi 0/1

switchport

switchport trunk encapsulation dot1q

switchport mode trunk

switchport allowed vlan 24

!

The links that might interest you,

http://www.cisco.com/en/US/tech/tk389/tk689/technologies_configuration_example09186a008009478e.shtml#nativeios

Creating SVI interface and inter vlan routing,

http://www.cisco.com/en/US/tech/tk389/tk815/technologies_configuration_example09186a008019e74e.shtml

Thanks,

Ricky Micky

Pls rate this content and mark it as answered if this is useful