[j-nsp] Advertise inactive route EBGP session

Marcin Wojcik mail.network.bits at gmail.com
Tue Dec 6 10:42:07 EST 2016


Hi Mileto,


>> I want to keep the static route configured in the router and advertise BGP
>> learned route to another eBGP peers. In my understanding the
>> advertise-inactive configuration inside the BGP group was supposed to work
>> in this scenario. I add this configuration, cleared the BGP session and I'm
>> still having problems to advertise the inactive route.

The advertise-inactive should have worked - maybe you have a mistake
in your export policy?


root at R1# run show route 9.9.9.9/32 table testri.inet.0

testri.inet.0: 15 destinations, 18 routes (15 active, 0 holddown, 0 hidden)
Restart Complete
+ = Active Route, - = Last Active, * = Both

9.9.9.9/32         *[Static/5] 00:00:53
                      Discard
                    [BGP/170] 00:00:46, localpref 200
                      AS path: 64555 I, validation-state: unverified
                    > to 11.11.11.6 via ge-1/2/0.0


root at R1-mx80# run show route advertising-protocol bgp 11.11.11.10 | match 9.9.9
  9.9.9.9/32              Self                                    64555 I

[edit routing-instances testri protocols bgp]
root at R1# show
advertise-inactive;
group srx-1 {
    neighbor 11.11.11.10 {
        peer-as 64666;
    }
}

Regards,


More information about the juniper-nsp mailing list