cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
0
Helpful
5
Replies

Creating VLANs on MSFC

new_networker
Level 1
Level 1

The following set of commands in MSFC allows VLAN traffic to Cisco ACE assuming module 4 holds the ACE.

svclc multiple-vlan-interfaces

svclc module 4 vlan-group 11

svclc vlan-group 5 21,22,23,24,25,26

Do these VLANs also need to be created on the CAT6500 switch ports. If so, is it required only for server VLANs where physical connections to the switch ports are made or also for the client VLANs (i.e. where the requests come from).

Thanks.

1 Accepted Solution

Accepted Solutions

With a pair of core switches a common configuration is to connect them via a Layer 2 trunk, actually ethernet trunk, but it's the same principle.

So for each vlan you have a L3 SVI for that vlan on both switches and both switches have the vlan at Layer 2. Typically you run HSRP/GLBP on the L3 interfaces and if the active switch fails then the standby switch takes over. Active/standby here refer to the L3 SVI's. The L2 trunk allows the HSRP/GLBP packets to travserse between the 2 core switches as well as vlan traffic within the same vlan.

Jon

View solution in original post

5 Replies 5

Jon Marshall
Hall of Fame
Hall of Fame

The vlans need to have been created at Layer 2 on the 6500 ie.

6500(config)# vlan 10

6500(config-vlan)# name client_vlan

OR if you are running CatOS on the supervisor

Console>(enable) set vlan 10 name client_vlan

Jon

So in this case, the client vlans would just be logical VLANs without any switchports but layer 3 definition on MSFC.

Switchports will only be connected to the physical servers. Right ?

"the client vlans would just be logical VLANs without any switchports but layer 3 definition on MSFC"

Yes if by client vlans you mean in the context of CSM/ACE modules. There would be no switchports allocated to this vlan other than trunk ports which would have to allow these vlans or you have no failover.

Jon

Could you please elaborate a bit more on the trunk port for failover purpose. How will the connectivity be made on the trunk port within two sets of 6500.

With a pair of core switches a common configuration is to connect them via a Layer 2 trunk, actually ethernet trunk, but it's the same principle.

So for each vlan you have a L3 SVI for that vlan on both switches and both switches have the vlan at Layer 2. Typically you run HSRP/GLBP on the L3 interfaces and if the active switch fails then the standby switch takes over. Active/standby here refer to the L3 SVI's. The L2 trunk allows the HSRP/GLBP packets to travserse between the 2 core switches as well as vlan traffic within the same vlan.

Jon

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card