[Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/ospf xorp/xrl/interfaces xorp/xrl/targets

Hasso Tepper hasso@linux.ee
Sun, 26 Feb 2006 13:56:24 +0200


Atanu Ghosh wrote:
> 	    default-metric {
> 	        disable:        toggle = false;
> 	        metric:         u32 = 0;
> 	    }

Why "default-metric"? Metric is just one (optional) parameter in this 
node. "default-lsa" is much better.

And this allows to configure to originate default into backbone area as 
well? And disable summary origination into backbone area? Junos have 
these options available only in case of nssa and stub areas - ie. nssa 
and stub are nodes in area:

hasso@lab-junos1# show
nssa {
    default-lsa {
        default-metric 10;
        type-7;
    }
    no-summaries;
}

[edit protocols ospf area 10.10.10.10]
hasso@lab-junos1#

Note, that it allows to configure type-7 default only in case of nssa area 
as well (bugzilla #555).


-- 
Hasso Tepper