[j-nsp] ospf3 or ospf in policy-statement
Raymond Cheh
rcheh at juniper.net
Mon Jun 21 13:19:42 EDT 2004
You should be able to use the keyword 'ospf' for ospf3 policies:
user at router# show
policy-options {
policy-statement import_ospf3 {
term 10 {
from {
rib inet6.0;
protocol ospf;
}
then accept;
}
}
}
protocols {
ospf3 {
area 0.0.0.0 {
interface at-0/0/1.0;
}
}
ripng {
group igp {
export import_ospf3;
neighbor ge-0/2/0.0;
}
}
}
Hope this helps.
Raymond
> -----Original Message-----
> From: juniper-nsp-bounces at puck.nether.net
> [mailto:juniper-nsp-bounces at puck.nether.net]On Behalf Of R Che
> Sent: Saturday, June 19, 2004 11:31 PM
> To: juniper-nsp at puck.nether.net
> Subject: [j-nsp] ospf3 or ospf in policy-statement
>
>
> when I try to write a policy for ospf3 and ripng
> redistribution, I don't see protocol keyword for ospf3. I
> took ospf for ospf3 and it seems working.
>
> is there an explanation for this or it's a bug? I'm using 6.3R1.3.
>
> Thanks.
>
> [edit policy-options policy-statement ospf3-ripng term 2]
> j1# set from protocol ?
> Possible completions:
> [ Open a set of values
> aggregate Aggregate routes
> bgp BGP
> direct Directly connected routes
> dvmrp DVMRP
> isis IS-IS
> l2circuit Layer 2 circuits
> l2vpn Layer 2 MPLS VPNs
> ldp LDP
> local Local system addresses
> msdp Multicast Source Discovery
> ospf OSPF
> pim PIM
> rip RIP
> ripng RIPng
> rsvp RSVP
> rtarget Local route target VPN membership
> static Statically defined addresses
>
>
>
> ---------------------------------
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> _______________________________________________
> 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