Re: [j-nsp] AW: Juniper Config for Peering-points

From: Panu Suontausta (panu.suontausta@sonera.com)
Date: Thu Mar 22 2001 - 05:29:35 EST


Hi,

You can enter a dummy AS number for the group, then it'll work...

/* JUNOS syntax checker requires 'peer-as' config in peer group. '65535'
is just
 a placeholder -- panu 100101 */
protocols {
    bgp {
        group FICIX {
            type external;
            description "FICIX peers";
            advertise-inactive;
            damping;
            export [ Reject_unwanted_routes Ficix_out ];
            remove-private;
            peer-as 65535;
            neighbor 212.226.xx.xx {
                description xxx;
                import [ Reject_unwanted_routes xxxx_in ];
                peer-as xxxx;
            }

panu

Dave Humphrey wrote:
>
> Kurt,
>
> What version of code are you running? It can't be done with 4.3R2, you get the error
>
> humphrey@testrouter# commit and-quit
> [edit protocols bgp]
> external peer group test's AS number must be configured
> error: configuration check-out failed
>
> [edit protocols bgp group test]
> humphrey@testrouter#
>
> Where the group test looks thus:
>
> type external;
> neighbor 195.66.224.88 {
> peer-as 8582;
> }
> neighbor 195.66.224.82 {
> peer-as 4513;
> }
>
> I suspect that this may be a feature which is coming. Everyone I speak to about this
> finds it a little frustrating.
>
> Depending on how you do your policies you can minimize the content of each group to just
> a neighbor address, a description and a peer as.
>
> Dave Humphrey
>
> -----Original Message-----
> From: Bauer Kurt [mailto:KBauer@ait.at]
> Sent: 22 March 2001 09:15
> To: Juniper-Nsp (E-Mail)
> Subject: [j-nsp] AW: Juniper Config for Peering-points
>
> But as it seems to me, i can only configure one peer-as per group, but every
> peer has a different AS. How do I do that ??
>
> regards,
>
> Kurt
>
> > -----Ursprüngliche Nachricht-----
> > Von: Arnd Vehling [mailto:av@nethead.de]
> > Gesendet: Donnerstag, 22. März 2001 10:15
> > An: Bauer Kurt
> > Cc: Juniper-Nsp (E-Mail)
> > Betreff: Re: Juniper Config for Peering-points
> >
> >
> > Hi,
> >
> > Bauer Kurt wrote:
> > > is there an easy way to configure a lot of different peers
> > with different
> > > ASes on a Juniper (JunOS 4.3), other than to make a
> > bgp-group for every peer
> > > ?? Maybe one group for all peers or something similar ??
> >
> > You can make one group for all peers, sure.
> >
> > > I just couldn't find anything regarding this problem in the manual.
> >
> > It sure is in the manual.
> >
> > regards,
> >
> > Arnd
> > --
> > NetHead Network Design and Security
> > Arnd Vehling av@nethead.De
> > Gummersbacherstr. 27 Phone: +49 221 8809210
> > 50679 Köln Fax : +49 221 8809212
> >



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:41 EDT