OSPF Question... [7:58200]

2002-11-27 Thread Jeff Specoli
Anyone know how to advertise a default route (without using static routes) to only one OSPF router. e.g. You have RTRA |AREA0 | |AREA0 RTRB |AREA1 | |AREA1 RTRC On RTRB you want to advertise a default route to RTC C and only RTC C without using static routes... Thanks... Message Posted at:

RE: OSPF Question... [7:58200]

2002-11-27 Thread test test
Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=58212&t=58200 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

RE: OSPF Question... [7:58200]

2002-11-27 Thread Jeff Specoli
Yes; however, the default route will be sent to all routers in the OSPF domain. I was wondering if a route-map or something similar might be used to ensure only one router can get the default route info and no others in the ospf domain will get it... Thanks. Message Posted at: http://www.grou

Re: OSPF Question... [7:58200]

2002-11-27 Thread Charlie
""Jeff Specoli"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Anyone know how to advertise a default route (without using static routes) > to only one OSPF router. e.g. > > You have > > RTRA > |AREA0 > | > |AREA0 > RTRB > |AREA1 > | > |AREA1 > RTRC > > > On RTRB you want to adve

Re: OSPF Question... [7:58200]

2002-11-27 Thread Charlie
On the originating router: router ospf 1 default-information originate always On the routers which don't accept the advertissement: router ospf 1 distribute-list 10 in access-list 10 deny 0.0.0.0 0.0.0.0 access-list 10 permit any ""Jeff Specoli"" wrote in message [EMAIL PROTECTED]">new

RE: OSPF Question... [7:58200]

2002-11-28 Thread Jose Ronaldo CabaƱes
Jeff, maybe u could configure area 1 as a totally stubby area, that way it would generate a default route pointing to rtrb. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=58248&t=58200 -- FAQ, list archives, and subscription info: