|
Posted by Jason on February 10, 2008, 1:09 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> Jason wrote:
>
>>> Post full config for GROUCHO and CHICO (at least "interface" and
>>> "router ospf" config). Where does the 192.168.4.2 RID for GROUCHO
>>> come from?
>>
>> Here are the 2 running configs, 192.168.4.2 is the ip address of
>> another ethernet port on GROUCHO which is 'DOWN' at the moment. I
>> have been using it to get my Internet connection working through my
>> Cisco kit by plugging my 3Com modem into it. OSPF just chose this IP
>> address to use as the ID for GROUCHO.
>
> Your configs are a bit messy :-)
>
> First thing I'd do, is to remove eigrp and rip. I can't imagine why
> you would want or need to run more than one routing protocol on the
> same links. It's considered bad practice. Also remove all
> eigrp-related stuff, like authentication, from interface
> configuration. EIGRP has a lower administrative distance than OSPF,
> and most likely adversely interferes with it.
>
> Second, remove access-groups (in and out) from CHICO's serial0, since
> they are not defined anywhere.
>
> Third, you have asymmetric bandwidth/cost configurations for GROUCHO's
> s0/0 and CHICO's s0. On GROUCHO, you declare an OSPF cost of 300,
> while on CHICO the cost is left at its default value (which is
> 10^8/bandwidth, or 10^8/10^6, or 100). Having different costs for a
> link at the opposite sides is not recommended, since it can cause
> asymmetric routing. Either manually adjust the costs, or the
> bandwidths, or remove both altogether and go with the default values.
>
> After all the above, reload the routers and see whether things get
> better.
>
>
Thanks for the advice, I'll try your suggestions. The configs are a bit
messy for two reasons:
1) I didn't erase the configs from the previos user
2) I've been experimenting with many different settings & trying different
configs to try to understand all the concepts
I've nearly finished both ICND1 & ICND2 books so most likely I'll erase
everything and start again when I've finished the second book & covered all
the topics.
Cheers, Jase.
|