cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
693
Views
9
Helpful
6
Replies

Is there any way that you could help me with a 3560 switch config?

3560 Switch Design.jpg

Basically a 48-port 3560-X switch will be used with NM-1G module (to be used for uplinks to the 6506-E distribution switches which are configured in VSS mode). You can use the following VLAN numbers:

IDF Data VLAN = 101

Voice VLAN = 151

Wi-Fi VLANs = 32, 34, 36 (one VLAN per SSID) => trunk port to the APs

6 Replies 6

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Hi Sherwin,

Here is the below config which I can think of based on layer 2.

1- Vlans creation.

Conf t

Vlan 101,151,32,34,36

1.a) Allowing all the vlans on the trunk ports connecting to 6500.

Int g1/1/1

Switchport trunk encapsulation dot1q

Switchport mode trunk

Switchport allowed vlan 1,101,151,32,34,36

Exit

Int G1/1/3

Switchport trunk encapsulation dot1q

Switchport mode trunk

Switchport allowed vlan 1,101,151,32,34,36

Exit

2- Now you need to define the ports for respective devices. (I.e which ports needs to be on Data, Voice and Wifi)

Eg: If you are connecting just PC to the Switch then this should below to the Data vlan. ( Suppose F0/1 – connected to vlan 101)

Int f0/1

Switchport

Switchport mode access

Switchport access vlan 101

B) For Voice VLAN

Int f0/2

Switchport

Switchport mode access

Switchport access vlan 151

If in case you want to have Data and Voice VLAN on the same port then configure this:

(Pc---Phone----Switch)

Int f0/3

Switchport mode access

Switchport access vlan 101---Data vlan

Switchport voice vlan 151

Exit

Voice vlan explained here;

https://learningnetwork.cisco.com/message/194922#194922

C- Wifi VLAN:

interface X

switchport access vlan 101

switchport trunk encapsulation dot1q

switchport trunk native vlan 101

switchport trunk allowed vlan 32,34,36

switchport mode trunk

HTH

Regards

Inayath

*Plz rate all usefull posts

thank you Inayath, appreciated it! really!

thank you Inayath, appreciated it! really!

You got a "4" Inayath?????

Someone doesn't like your answer. 

Leo,

I belive it was not satisfying answer....not upto his expectation hence probably rated 4...:-)

Rated, Inayath.

Thanks Leo.

Review Cisco Networking for a $25 gift card