Routing

 View Only
last person joined: yesterday 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  EBGP Routing problem to multiple points

    Posted 05-03-2021 12:35
    Hello friends ,

    We have a problem like this and we could not solve it somehow,

    Neighborhood of e-bgp working as an internet service provider,  We announce the ripe ip addresses to 4 operators as ebgp and it works as a full announcement.
    However, 3 operators work smoothly when ebgp neighborhood is set up at the same time.
    but when we connect with an operator, ebgp drops due to prefix limit,

    When we talk to the operator, they tell us that you have received too many route tables from you.

    I want to send only the ip addresses we will use to the operators.
    We send 0.0.0.0/0 as default route.

    Can you review if I send the configs?

    the device we use; Juniper SRX 3600  ver.10


    group SOL-BGP {
    type external;
    traceoptions {
    file SOL_BGP_LOG;
    flag open detail;
    flag state detail;
    flag packets detail;
    flag all;
    }
    local-address X.X.137.2;
    log-updown;
    neighbor X.X.137.1 {
    import SOL_BGP-IMPORT;
    export SOL-BGP-EXPORT;
    peer-as XX984;
    }

    policy-statement SOL_BGP-IMPORT {
    term route {
    from {
    route-filter X.X.101.0/24 exact;   When I use the extract command it doesn't work
    route-filter X.X.103.0/24 exact;   When I use the extract command it doesn't work
    }
    then accept;
    }
    term reject {
    then reject;
    }
    from protocol bgp;



    policy-statement SOL-BGP-EXPORT {
    term default-router {
    from {
    route-filter 0.0.0.0/0 exact;    When I use the extract command it doesn't work
    }
    then accept;
    }
    term reject {
    then reject;
    }
    from protocol bgp;


    what i want to do,
    0.0.0.0/0 default network,
    I don't want it to send any other routes while routing,




    inet.0: 842888 destinations, 1672632 routes (842562 active, 0 holddown, 830070 hidden)      Sends all of this table by default
    + = Active Route, - = Last Active, * = Both

    0.0.0.0/0 *[BGP/170] 1d 12:59:22, MED 263, localpref 100
    AS path: 9121 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.0.0/24 *[BGP/170] 1d 12:57:26, localpref 100
    AS path: 9121 6663 13335 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.4.0/22 *[BGP/170] 1d 12:49:50, localpref 100
    AS path: 9121 15412 4826 38803 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.4.0/24 *[BGP/170] 1d 12:49:50, localpref 100
    AS path: 9121 15412 4826 38803 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.5.0/24 *[BGP/170] 1d 12:49:50, localpref 100
    AS path: 9121 15412 4826 38803 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.6.0/24 *[BGP/170] 1d 12:49:50, localpref 100
    AS path: 9121 15412 4826 38803 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.7.0/24 *[BGP/170] 1d 12:49:50, localpref 100
    AS path: 9121 15412 4826 38803 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.16.0/24 *[BGP/170] 1d 12:50:51, localpref 100
    AS path: 9121 2497 2519 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.64.0/18 *[BGP/170] 1d 12:50:51, localpref 100
    AS path: 9121 2497 7670 18144 I
    > to 1X.X.206.177 via xe-1/0/0.0
    1.0.128.0/17 *[BGP/170] 1d 12:55:08, localpref 100
    AS path: 9121 9002 38040 23969 I
    > to X.X.206.177 via xe-1/0/0.0
    1.0.128.0/18 *[BGP/170] 1d 12:55:08, localpref 100

    ------------------------------
    emre dev
    ------------------------------


  • 2.  RE: EBGP Routing problem to multiple points

    Posted 05-04-2021 07:18
    friends i need your help information ?
    support me please

    ------------------------------
    emre dev
    ------------------------------