
NSSA Default
Hello experts,
is ther any difference between the 2 configs :
area 2 nssa default-information-originate metric 500
and
area 2 nssa default-information-originate
area 2 nssa default-cost 500
My output gives me the same. The default route is originated and it has a metric of 500.
Thanks
Comments
The "default-cost" command was introduced for normal stub areas where
there isn't a "default-information" parameter to the area command already.
*Scott Morris*, CCIE/x4/ (R&S/ISP-Dial/Security/Service Provider) #4713,
JNCIE-M #153, JNCIS-ER, CISSP, et al.
JNCI-M, JNCI-ER
[email protected]
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987
Outside US: 775-826-4344
Knowledge is power.
Power corrupts.
Study hard and be Eeeeviiiil......
ndiayemalick wrote:
>
> Hello experts,
>
>
>
> is ther any difference between the 2 configs :
>
> /area 2 nssa default-information-originate metric 500/
>
> and
>
> /area 2 nssa default-information-originate /
>
> /area 2 nssa default-cost 500/
>
>
>
> My output gives me the same. The default route is originated and it
> has a metric of 500.
>
>
>
> Thanks
>
>
>
>
> Internetwork Expert - The Industry Leader in CCIE Preparation
> http://www.internetworkexpert.com
>
> Subscription information may be found at:
> http://www.ieoc.com/forums/ForumSubscriptions.aspx
i think in the second case if you any other interface or network part of area 2 will sent with cost 500
however first case will send only the default route with cost of 500
Thanks Scott for clarifying [;)].
Best Regards
Hello mcisco,
what do you mean. Can you be a little bit more explicit? [:D]
Thanks
coming in.
*Scott Morris*, CCIE/x4/ (R&S/ISP-Dial/Security/Service Provider) #4713,
JNCIE-M #153, JNCIS-ER, CISSP, et al.
JNCI-M, JNCI-ER
[email protected]
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987
Outside US: 775-826-4344
Knowledge is power.
Power corrupts.
Study hard and be Eeeeviiiil......
mcisco wrote:
>
> i think in the second case if you any other interface or network part
> of area 2 will sent with cost 500
>
> however first case will send only the default route with cost of 500
>
>
>
>
> Internetwork Expert - The Industry Leader in CCIE Preparation
> http://www.internetworkexpert.com
>
> Subscription information may be found at:
> http://www.ieoc.com/forums/ForumSubscriptions.aspx
That's exactly what I was thinking Scott. Thanks for clarifying.