Redistribution RIP and OSPF

2001-03-16 Thread Almazi Rashid

Hi all:
I was wondering what is the criteria I can think of to Redistribute default 
route from RIP to OSPF.
Any help regarding Redistribution between RIP and OSPF will be appreciated.

Regards
Almazi
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



AW: Redistribution RIP and OSPF

2001-03-17 Thread David Bader

hi Almazi

you can generate a default route into the ospf with the command:

default-information originate in your ospf router or you can do a common
redistribution

router ospf 100
redistribute rip metric

the full command is:
redistribute protocol [process-id] {level-1 | level-1-2 | level-2} [metric
metric-value]
[metric-type type-value] [match {internal | external 1 | external 2}]
[tag tag-value] [route-map map-tag] [weight weight] [subnets]

in this way the redistribution is done classful i think, if you include the
word subnets also the subnets are redistributed. i think in your case you
don't need the subnets command, because you want to have a summarisation as
far as i understand your question.

dave



-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von
Almazi Rashid
Gesendet: Samstag, 17. März 2001 06:10
An: [EMAIL PROTECTED]
Betreff: Redistribution RIP and OSPF


Hi all:
I was wondering what is the criteria I can think of to Redistribute default
route from RIP to OSPF.
Any help regarding Redistribution between RIP and OSPF will be appreciated.

Regards
Almazi
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Redistribution RIP and OSPF

2001-03-17 Thread Howard C. Berkowitz

>Hi all:
>I was wondering what is the criteria I can think of to Redistribute default
>route from RIP to OSPF.
>Any help regarding Redistribution between RIP and OSPF will be appreciated.
>
>Regards
>Almazi

Why redistribute at all, rather than just having OSPF originate 
default from the ASBR connecting to RIP?  You must have an unusual 
configuration -- the usual practice is to have the more capable 
protocol generate default, not the less capable.  Since OSPF will 
automatically generate default under some circumstances (e.g., at an 
ABR with summarization), I get nervous about having any 
non-OSPF-generated defaults injected.
-- 
"What Problem are you trying to solve?"
***send Cisco questions to the list, so all can benefit -- not 
directly to me***

Howard C. Berkowitz  [EMAIL PROTECTED]
Technical Director, CertificationZone.com
Senior Mgr. IP Protocols & Algorithms, Advanced Technology Investments,
NortelNetworks (for ID only)
"retired" Certified Cisco Systems Instructor (CID) #93005

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]