RE: a stupid question but need an answer!!

2000-09-18 Thread dacarl4
question but need an answer!! What is the difference between these commands? ip default-gateway ip default-network ip route 0.0.0.0 0.0.0.0 Why would you use one over the other? Thanks **NOTE: New CCNA/CCDA List has been formed. For more information go to http://www.groupstudy.com/list

RE: a stupid question but need an answer!!

2000-09-18 Thread Nadeem Khawaja
] Subject: a stupid question but need an answer!! What is the difference between these commands? ip default-gateway ip default-network ip route 0.0.0.0 0.0.0.0 Why would you use one over the other? Thanks **NOTE: New CCNA/CCDA List has been formed. For more information go to http

Re: a stupid question but need an answer!!

2000-09-18 Thread Donald B Johnson Jr
- Original Message - From: Matt C. Lange <[EMAIL PROTECTED]> To: Jeff Martinez <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 18, 2000 12:44 PM Subject: a stupid question but need an answer!! > > > What is the difference between these comma

Re: a stupid question but need an answer!!

2000-09-19 Thread Ejay Hire
Let me preface this with a big "I think that ... ip default-gateway X.x.x.x ip route 0.0.0.0 0.0.0.0 X.x.x.x <-- Not compatible with IGRP. Both set a next-hop address of X.x.x.x for destinations that do not have a route in the routing table. By default, these routes are redistributed with wha

RE: a stupid question but need an answer!!

2000-09-19 Thread Phill Jolliffe
Why is nothing redistributed with the below config router eigrp 1 redistribute ospf 1 route-map o2e passive-interface Serial0 network 131.10.0.0 network 192.168.0.0 no auto-summary ! router ospf 1 redistribute eigrp 1 route-map e2o network 131.10.1.1 0.0.0.0 area 0 network 131.10.3.1 0.0

Re: a stupid question but need an answer!!

2000-09-19 Thread Jim Erickson
I would say you need to set your default metric for EIGRP or it will default to 0, which will not be redistributed (at least for _into_ EIGRP, I'm not sure about out of EIGRP). ---JRE--- ""Phill Jolliffe"" <[EMAIL PROTECTED]> wrote in message 001501c02247$ca9af830$[EMAIL PROTECTED]">news:00150