Re: [j-nsp] BGP policy-options policy-statement

2009-10-21 Thread Stefan Fouant
On Wed, Oct 21, 2009 at 4:21 AM, Mark Tinka wrote: > > Also, prefix-lists are evaluated slightly different in JUNOS > than route-filters. > > Would suggest using a route filter and matching upto /32. Just FYI, in case you weren't aware, an altogether cool feature which was introduced in JUNOS 7.

Re: [j-nsp] BGP policy-options policy-statement

2009-10-21 Thread Mark Tinka
On Thursday 22 October 2009 01:19:00 am Nalkhande Tarique Abbas wrote: > Hi Onam, > > The default BGP export policy is to readvertise all > learned BGP routes to all BGP speakers. Onam, Tarique is right here. However, in some cases (like ours), you may use an "accept all" term at the end of th

[j-nsp] class-of-service configuration on GE PIC

2009-10-21 Thread Brahim Sagou
Hi all, I am trying to configure aggregate interface (an aggregate of 2 GE interfaces) under statement in order to put scheduling but these interfaces seem not configurable. I am suspecting a hardware issue but not sure about that.. I am trying to configure a M120 router, with M120 FPC Type 2 , an

[j-nsp] VLAN bridging on J-series

2009-10-21 Thread Majdi S. Abbas
I have a J-series box with two tagged connections going into it. Each of these tagged connections has the usual routed (family inet) subinterfaces connected to it. Is it possible to, while leaving those routed subinterfaces in place, bridge a single VLAN subinterface across both

Re: [j-nsp] junoscripts output format question

2009-10-21 Thread Pavel Gulchouck
Thank you for the answer, it's completely explain and solve the problem! Do you know any way for view dynamic configuration (from script or cli) by user without change configuration privileges? Seems I miss something, looking for "show configuration dynamic" or "show dynamic-configuration" comman

Re: [j-nsp] junoscripts output format question

2009-10-21 Thread Phil Shafer
>I have a problem with output xml from op script. >If I output configuration from op script as xml, I see it if use >"| display xml" but see nothing if no pipe. >Where am I wrong? The JUNOS UI consists of two parts, the CLI and MGD. In general, the CLI handles rendering XML content into text, but

Re: [j-nsp] BGP policy-options policy-statement

2009-10-21 Thread Nalkhande Tarique Abbas
Hi Onam, The default BGP export policy is to readvertise all learned BGP routes to all BGP speakers. Thanks & Regards, Tarique A. Nalkhande -Original Message- From: juniper-nsp-boun...@puck.nether.net [mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of Onam Rubio Sent: Wednesda

Re: [j-nsp] BGP policy-options policy-statement

2009-10-21 Thread Onam Rubio
Hello Tarique, I have a new group of BGP, and I will provide internet to my peer, I thought that to send full routing(All routes that I learn from my upstream provider. IMHO) to my neighboard, I need a term Default then accept. Best regards. > Subject: RE: [j-nsp] BGP policy-options policy-st

[j-nsp] junoscripts output format question

2009-10-21 Thread Pavel Gulchouck
Hi. I have a problem with output xml from op script. If I output configuration from op script as xml, I see it if use "| display xml" but see nothing if no pipe. Where am I wrong? "op show-dyn-config | display xml" looks like "show configuration | display xml", I cannot find any diferences in ta

[j-nsp] IP Options

2009-10-21 Thread Bit Gossip
Experts, out of the well-known values for ip options: x...@jr4# set ip-options ? Possible completions: Range of values [Open a set of values any Any IP option loose-source-route Loose source route route-record Route record r

[j-nsp] Gre over ipsec

2009-10-21 Thread ta hong quang
Hi everybody. I am trying to configure GRE over IPSEC on netscreen. In some examples, I see the tunnel source of gre tunnel is outgoing-interface of IPsec and tunnel destination of gre tunnel is remote peer's address of IPsec. I wonder if i configure like that, ipsec tunnel is established but g

Re: [j-nsp] BGP policy-options policy-statement

2009-10-21 Thread Nalkhande Tarique Abbas
>>> I have an issue, I reject my private prefix-list but my BGP policy keep sending my private prefix-list. set policy-options policy-statement OutBound-BGP-Routes-to- term No-Advertise from route-filter 10.0.0.0/8 orlonger reject - **I chance the configuration and delete the

Re: [j-nsp] BGP policy-options policy-statement

2009-10-21 Thread Mark Tinka
On Wednesday 21 October 2009 03:51:38 pm Onam Rubio wrote: > Hi experts, > > I have an issue, I reject my private prefix-list but my > BGP policy keep sending my private prefix-list. Prefix lists in JUNOS work like route filters with the 'exact' keyword applied. That means the prefixes you're m

[j-nsp] BGP policy-options policy-statement

2009-10-21 Thread Onam Rubio
Hi experts, I have an issue, I reject my private prefix-list but my BGP policy keep sending my private prefix-list. I made the following configuration. show configuration policy-options policy-statement OutBound-BGP-Routes-to-x term No-Advertise { from { prefix-list Bogus-Net