Great thanks. Will try On 10/21/11, Di Bias, Steve <[email protected]> wrote: > OK then add them into BGP and then aggregate them there? > > Kind of hard to give you different options without knowing all restrictions > ;) > > router ospf 1 > network 150.100.100.0 0.0.0.255 area 12 > network 150.100.101.0 0.0.0.255 area 12 > network 0.0.0.0 255.255.255.255 area 0 > > router bgp 12 > network 150.100.100.0 mask 255.255.255.0 > network 150.100.101.0 mask 255.255.255.0 > aggregate-address 150.100.100.0 255.255.254.0 as-set summary-only > neighbor 1.1.1.2 remote-as 12 > > R1(config-router)#do sh ip bgp | beg Net > Network Next Hop Metric LocPrf Weight Path > s> 150.100.100.0/24 0.0.0.0 0 32768 i > *> 150.100.100.0/23 0.0.0.0 100 32768 i > s> 150.100.101.0/24 0.0.0.0 0 32768 i > > Thank you, > > Steve Di Bias > Network Engineer - Information Systems > Valley Health System - Las Vegas > Office - 702- 369-7594 > Cell - 702-241-1801 > [email protected] > > -----Original Message----- > From: Amir Khalili [mailto:[email protected]] > Sent: Friday, October 21, 2011 3:27 PM > To: Di Bias, Steve; [email protected] > Subject: Re: Aggregate ospf learned routes onto BGP > > Thanks. Cannot use different area on ospf > > > On 10/21/11, Di Bias, Steve <[email protected]> wrote: >> Sure! >> >> Why not aggregate them within OSPF and then add the aggregate into BGP by >> using the network statement? >> >> interface Loopback123 >> ip address 150.100.101.1 255.255.255.0 secondary >> ip address 150.100.100.1 255.255.255.0 >> >> router ospf 1 >> log-adjacency-changes >> area 12 range 150.100.100.0 255.255.254.0 >> network 150.100.100.0 0.0.0.255 area 12 >> network 150.100.101.0 0.0.0.255 area 12 >> network 0.0.0.0 255.255.255.255 area 0 >> >> router bgp 12 >> network 150.100.100.0 mask 255.255.254.0 >> neighbor 1.1.1.2 remote-as 12 >> no auto-summary >> >> R1(config-router)#do sh ip bgp | beg Net >> Network Next Hop Metric LocPrf Weight Path >> *> 150.100.100.0/23 0.0.0.0 0 32768 i >> >> Cheers! >> >> Thank you, >> >> Steve Di Bias >> Network Engineer - Information Systems >> Valley Health System - Las Vegas >> Office - 702- 369-7594 >> Cell - 702-241-1801 >> [email protected] >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of Amir Khalili >> Sent: Friday, October 21, 2011 10:31 AM >> To: [email protected] >> Subject: [OSL | CCIE_RS] Aggregate ospf learned routes onto BGP >> >> Hi Guys >> >> Is it possible to aggregate the OSPF learned routes onto BGP without >> redistribution? >> >> BGP only accepts the same prefix in the routing table? right? >> >> Cheers >> Amir >> _______________________________________________ >> For more information regarding industry leading CCIE Lab training, please >> visit www.ipexpert.com >> >> Are you a CCNP or CCIE and looking for a job? Check out >> www.PlatinumPlacement.com >> >> >> UHS Confidentiality Notice: This e-mail message, including any >> attachments, >> is for the sole use of the intended recipient (s) and may contain >> confidential and privileged information. Any unauthorized review, use, >> disclosure or distribution of this information is prohibited. If this was >> sent to you in error, please notify the sender by reply e-mail and destroy >> all copies of the original message. > > -- > Sent from my mobile device > > > UHS Confidentiality Notice: This e-mail message, including any attachments, > is for the sole use of the intended recipient (s) and may contain > confidential and privileged information. Any unauthorized review, use, > disclosure or distribution of this information is prohibited. If this was > sent to you in error, please notify the sender by reply e-mail and destroy > all copies of the original message.
-- Sent from my mobile device _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
