08-08-2011 06:58 AM - edited 03-07-2019 01:35 AM
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
Solved! Go to Solution.
08-08-2011 07:15 AM
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,
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
08-08-2011 07:15 AM
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,
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide