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

Add 1 port to 2 vlans in Cisco SF300

Hi everyone,

The client had a 2960 switch which for some reason went bad and they got a new SF300 48PP.

Since yesterday, I was trying to set it up according to the notes I found about the old switch. So far I was only able to setup the static IP and created the Vlans. I added an image which shows the location of current switch in environment. I tied to set a range for ports 1-48 but each time got an error message saying unrecognized command. I tried to set them one by one but when I switchport access vlan 100 and then switchport access vlan 200, they were overwrite each other.

I need help to create the following:

 

GE0/3 : trunk, allowed vlan 1,100,200

FE0/1 – 48: access, vlan 100, voice 200

 

saxz.PNGThanks

1 Accepted Solution
5 Replies 5

Mark Malone
VIP Alumni
VIP Alumni
Hi
heres a config of one of my access ports using voice vlan and access vlan for data

interface GigabitEthernet1/0/8
description xxxxxxxxxxxxx:Port 1
switchport access vlan 16
switchport mode access
switchport voice vlan 19
switchport port-security maximum 3
switchport port-security maximum 2 vlan
auto qos trust dscp
spanning-tree portfast
service-policy input AutoQos-4.0-Trust-Dscp-Input-Policy
service-policy output AutoQos-4.0-Output-Policy


One of my trunk ports

interface GigabitEthernet2/1/2
switchport trunk allowed vlan 1-1005,1229
switchport mode trunk
switchport nonegotiate
auto qos trust dscp

example of range command
(config)#int range g1/0/1 - 48
(config-if-range)#



Hi,

 

Thanks for the response.

 

Would you please me how can I make changes to this and apply it to my SF300? 

 

Thanks

Also, 

 

When I type the command, it keeps saying unrecognized command. 

 

So if I can know how to do it on web based version that would be great.

Update,

 

I was able to add a vlan to those ports by following:

 

skeeters-distro-s...(config)#int range fastethernet 1 - 48
skeeters-distro-s...(config-if-range)#switchport mode access
skeeters-distro-s...(config-if-range)#switchport access vlan 100
skeeters-distro-s...(config-if-range)#switchport access vlan 200

 

but by doing above, vlan 200 will overwrite vlan 100. In other words when I type switchport access vlan 100 and check the port membership, it shows vlan 100, but when I type switchport access vlan 200 after that, it replace it with vlan 200 and all of them show as 200UP

Review Cisco Networking for a $25 gift card