09-22-2011
06:43 AM
- last edited on
03-25-2019
04:16 PM
by
ciscomoderator
Hi,
I'm pulling my hair in order to make a couple of SF300 switches to work properly with a C2960S-48TS-L that acts as core switch/basic router. I can't seem to figure out how to assign VLANs correctly in trunk and access mode on the SF300. The 2960S are a no brainer with IOS commands but the webgui in the SF300 is a pain.
I've configured the 2960S with 3 VLANs and I would like to have the SF300 switches connect to the C2960S-48TS-L through VLAN trunk and then configure the ports on the SF300 switches to belong to the assigned VLANs of my choosing. I would also like to have all the SF300 switches management interface in VLAN 50.
Any help would be greatly appreciated!
I've partially described the enviroment below.
VLANs
Data VLAN 10: 192.168.10.0
Management VLAN 50: 10.20.30.0
Voice VLAN 100: 10.10.10.0
2960S
Gi1/0/1-20 in VLAN 10
Gi1/0/21-30 in VLAN 100
Gi1/0/47-52 in TRUNK, allowed VLAN 10, 50, 100 (Connected to 6 SF300 switches)
SF300
Fa0/1-24 in VLAN 100
Gi0/1 in TRUNK, allowed VLAN 50,100 (Connected to 2960S)
SF300
Gi0/1-30 in VLAN 10
Gi0/31-44 in VLAN 100
Gi0/45-48 in TRUNK, allowed VLAN 10,50, 100 (Connected to 2960S and 3 other SF300 switches)
Regards
Markus
09-22-2011 07:43 AM
Hi
I found a administrative guide for you.
http://www.cisco.com/en/US/docs/switches/lan/csbms/sf30x_sg30x/administration_guide/78-19308-01.pdf
i hope this might help you in acheiving your desired configuration.
Cheers
Somu
Rate helpful posts
01-24-2012 04:52 AM
Thanks for the help! I've sort of forgot this thread and wanted to give an update.
I actually didn't get it working using the web gui even with the manual I struck out. I googled around a bit and found out the newer firmware versions supported a IOS like CLI. I upgraded and got a lovely CLI and a couple of minutes after I got VLAN trunking working.
Conclusion: Scrap web gui's and give me CLI for everything!
01-26-2012 08:46 AM
What settings did you end up using?
02-06-2012 02:14 AM
Here's my config that worked with the IOS CLI like firmware. I've removed configuration that have nothing to do with the interface/vlan config. I hope it can offer some help.
interface range gi1-2,gi4
switchport forbidden default-vlan
exit
vlan database
vlan 10,50,100
exit
interface vlan 10
name Data
exit
voice vlan id 100
voice vlan state oui-enabled
voice vlan cos 6 remark
voice vlan oui-table add 000050 Aas_____________________
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00085d Aastra_IP_phone_________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
interface vlan 10
ip address 192.168.10.222 255.255.255.0
exit
interface vlan 1
no ip address dhcp
exit
interface fastethernet23 #Interface Fa01-23 is configured like this.
switchport mode access
switchport access vlan 100 #Access port for voice vlan
exit
interface fastethernet24
switchport mode access
switchport access vlan 10 #Access port for data vlan
exit
interface gigabitethernet2
switchport mode access
switchport access vlan 10
switchport general pvid 4095 #STP Link to data vlan access switch
exit
interface gigabitethernet3
switchport trunk allowed vlan add 10,50,100 #SFP trunk to core-switch
exit
interface gigabitethernet4
switchport mode access
switchport access vlan 10 #STP Link to data vlan access switch
exit
interface vlan 10
name Data
exit
interface vlan 50
name Management
exit
interface vlan 100
name Voice
06-18-2013 10:10 AM
Hi
I'm facing same problem like you!!
Please can tell me which ios you installed? and if possible the link to download!
THANK's
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