Question : Problem: Need configure a basic separate vlan and configure a fiber port to carry both vlans

Hi,

it is a basic configuration really, but not for me :-)). We have a 4503 as the central switch and 7 x 2960s that each use one fiber port to connect to  the 4503. I need to configure a second vlan, but since each 2960 only uses 1 fiber port, I need those fiber ports to carry both vlans.

4503 has the following interfaces:
g1 1-12 gb eth; 13-20 gb fiber;
f2 1-48  fast eth



4503:
I need Vlan8 to be configured on ports:
 g1 8-12;
f2  44 - 48
vlan1 and vlan8 to both be able to use g1 13-20 fiber ports


2960:
vlan8 to be configured on f 0/20 to 0/24
vlan1 and vlan8 to both be able to use G1 fiber port


THANKS!!!

Answer : Problem: Need configure a basic separate vlan and configure a fiber port to carry both vlans

If I'm reading your requirements right...
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
4503
vlan 8
 name Sales ! or whatever you want to call it.
int range g1/8 -12 ,f2/44 -48
 switchport
 switchport access vlan 8
 switchport mode access
int range g1/13 -20
 switchport
 switchport trunk encap dot1q
 switchport mode trunk
 
 
2960:
vlan 8
 name Sales
int range f0/20 -24
 switchport access vlan 8
 switchport mode access
int g0/1
 switchport mode trunk
Open in New Window Select All
Random Solutions  
 
programming4us programming4us