Link to home
Start Free TrialLog in
Avatar of donemore2003
donemore2003

asked on

Static Routing

I am doing an IP migration for my network.  The equipment in the other comapny is running IP Base IOS therefore unable to run EIGRP, or can I?   I have multiple VLAN's that I want to be advertised into the MPLS cloud by the provider.  

I have 8 subnets I want to advertise.  The Provider has a Ciso router with static route for my subnets pointing to VLAN 1 on mt 3750.  I would like to configure a port connecting to the provider as trunk and default native VLAN.  The Provider is assigned IP from VLAN 1.  Willl this work?

It's a temp solution until I replace equipment that run EIGRP.

Thanks,
Avatar of Frabble
Frabble
Flag of United Kingdom of Great Britain and Northern Ireland image

It depends, some IP Base versions support EIGRP but only for stub networks, that is, it will allow you to advertise directly connected networks and not others advertised by another uplink router.
What version IOS do you currently have?

Have you tried entering the commands required?
Routing should be enabled (first enter a router of last resort for the next hop if not):
ip route 0.0.0.0 0.0.0.0 <next hop gateway IP address>
ip routing

router eigrp 1

The second part is not clear. You have 8 subnets, so is there another network between your kit and the provider's router, your IP address statically configured by them for your networks and you have theirs configured as your default next hop? I don't understand why you would want a trunk - a layer 3 interface or access port using an SVI would do.
Avatar of SeeMeShakinMyHead
SeeMeShakinMyHead

ok, so just to clarify, you have 8 subnets (8 VLANS) that you want to advertise and you can't run EIGRP because you are running IOS base.  Is that correct?  If so, you don't need to trunk the 3750's to the router - you can create a P2P link from the 3750's to the router.  Also, If you are only running 8 subnets on a stack of 3750's and a router, why do you need to run EIGRP?
ASKER CERTIFIED SOLUTION
Avatar of donemore2003
donemore2003

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of donemore2003

ASKER

mistake