03-26-2010 10:27 AM - edited 03-06-2019 10:20 AM
Hi,
I have One Switch 3548 with few vlans configured. Now I bought one more switch and want to do the following :
Switch 3548 has One VLan as 880 with network as 10.8.8.0 for ports 1 to 8. Now I added one more switch in the network, configured VLan 880 on this new switch with network same as 10.8.8.0 for ports 1 to 17.
Now I want to connect port 8 of old switch to port 17 of new switch so that 10.8.8.0 will have flow of same 10.8.8.0 network to new switch's VLan.
I tried to have both ports 8 and 17 in switchport access Vlan, but it did not work. I tried to change new switch to general, trunk but still it didn't work (but at that time I was not changing any configuration at old switch as it is in production).
Old Switch has following config :
interface FastEthernet0/8
duplex full
speed 100
switchport access vlan 880
New switch has following config :
interface FastEthernet0/17
duplex full
speed 100
switchport access vlan 880
Above did not work.
Please advise.
Thanks,
Shashi.
03-26-2010 12:22 PM
Did you use a cross-over cable between the two switches? Do you get any link lights or is it traffic is not passing? You might want to also add switchport mode access under the two interfaces.
03-26-2010 12:24 PM
I did use a cross over cable.
I am getting amber light at New switch and old switch has normal green LED.
I think it is by default in access mode.
Thanks.
03-26-2010 02:18 PM
Sounds like spanning-tree port block.
03-28-2010 10:12 PM
I did use a cross over cable.
I am getting amber light at New switch and old switch has normal green LED.
I think it is by default in access mode.
Thanks.
04-26-2010 09:18 AM
Hi Shashikant,
I given few thought what could be issue and following are few of the guess
With this certainly you would be in position to identify the close the problem.
With regards,
Shailesh
04-04-2010 01:51 AM
Pls provide "show spanning-tree vlan 880" on both switches and interface output of both sides ,
Can u also verify on another port so that physical layer problem can be outlined.
Also configure switch mode access on both interfaces because by default mode is dynamic desirable and
sometimes "swichport access vlan 880" alone doesn't work.
If you already solved kindly provide the soultion.
Thanks
04-07-2010 12:59 PM
Could you pls check the VLAN configuration and the VTP status of the switches.
I think there could be issue with the VTP mode.
04-22-2010 09:32 PM
Perhaps you could configure the inter-switch ports as access ports with the "switchport mode access" interface subcommand. This would prevent them from trying to negotiate a trunk if you are only needing to carry one vlan across the switch link. Using the "switchport access vlan x" interface subcommand applies when the ports are access ports, so you still need it.
Later,
Dave
04-30-2010 11:40 AM
I guess port 8 on Old and port 17 on new needs to be configured as trunk port.
Regards,
Smitesh
04-30-2010 12:14 PM
If you do a show vlan does vlan 880 show up as a active vlan with ports in it ? If not then you did not create the layer 2 vlan for vlan 880 . At the config command prompt just type vlan 880 then end . The do a show vlan again , if it shows active with the port that you want to connect to the other switch then there is no reason for it not to work.
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