[j-nsp] ospf newbie ...

Roberts, Michael J. (IATS) RobertsMJ at missouri.edu
Mon Apr 25 08:03:08 EDT 2005


As another user stated, you will then need to export this under your
OSPF configuration.  Feel free to set the metrics to whatever you need.
This was taken from one of my lab routers.

-mike

policy-options {
    policy-statement RedistLocalAndStatic {
        term 10 {
            from protocol direct;
            then {
                external {
                    type 1;
                }
                accept;
            }
        }
        term 20 {
            from protocol static;
            then {
                external {
                    type 1;
                }
                accept;
            }
        }
    }
}

-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net
[mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of hrvoje
Sent: Monday, April 25, 2005 5:27 AM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] ospf newbie ...

Hi,

can someone translate this for me please ?

cisco

  redistribute static metric 40 metric-type 1 subnets

juniper

static {
     defaults {
         metric 40 type 1;

am i right ?



cisco

redistribute connected metric 30 metric-type 1 subnets


juniper

?????


tnx...

-- 

hrvoje ...
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
http://puck.nether.net/mailman/listinfo/juniper-nsp



More information about the juniper-nsp mailing list