Avatar of Daeta42
Daeta42
Flag for United States of America asked on

Cisco 3550 Multi WAN and many vlans

Hello and happy Holidays all.

I have a Cisco 3550 switch I am setting up but having some issues with.
 
We have two different WAN connections from different providers.
We are using many internal vLANs.

Both fa 0/2 and 0/3 are drops from isp’s, I addressed vlan 1 with the assigned subnet from isp 1 and vlan 2 with subnet addressing from isp2. I want fa 0/2 to be assigned to the isp2 / vlan2, and fa 0/3 to use isp1/vlan1. Then assign other vlan’s to each of these trunked.  I enabled ip routing and input 2 routes, one to each of the isp provided gateways.
What else needs to be assigned or configured for this? After setting up the trunks I am having intermittent pings and remote access to the IOS is slow and hangs randomly.

ip subnet-zero
ip routing
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/2
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 2,6-31
 switchport mode trunk
 no ip address
!
interface FastEthernet0/3
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 1,3
 switchport mode trunk
 no ip address
!

Open in new window




I am also trying to setup ip helper address.
I have a dhcp server on vlan 6 to assign addresses into other vlans, through ip helper address I assume. Would I assign the helper address onto each desired vlan interface or eth interfaces and if so Is that all that needs to be done for helper address?

Thanks for any help!
Networking Hardware-OtherNetwork ArchitectureRouters

Avatar of undefined
Last Comment
Daeta42

8/22/2022 - Mon
SOLUTION
eeRoot

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
giltjr

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Daeta42

ASKER
Thanks for the help so far.

If I take fa0/2 and fa0/3 off switchport mode trunk how can I assign the 'ISP' Vlans to these ports? Right now I can ping the vlan1 management address from outside the network but not the other isp link vlan 2.
ASKER CERTIFIED SOLUTION
giltjr

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Daeta42

ASKER
Thanks for the help, that did the trick.

I am also having a few vlan issues if you want to take a look...

http://www.experts-exchange.com/Hardware/Networking_Hardware/Q_28327628.html
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes