Mailing List Archive

Troubleshooting static route redistribution
Hi,
I am trying to redistrbute a static route in Juniper through BGP. However, Juniper is not sending any BGP updates to its neighbor even though it has learned
a route to network 138.203.16.0/24 from its neighbor via BGP. (10.24.0.0/24 is the only route available to Juniper to advertise). any help in troubleshooting this problem will be appreciated.
Juniper has the following configuration to redistribute the static route:

[edit routing-options]
set static route 10.24.0.0/24 next-hop 138.203.16.12 metric 10
[edit policy-options policy-statement static-redis-bgp]
# set from protocol static
[edit policy-options policy-statement static-redis-bgp]
# set then accept
[edit policy-options policy-statement static-redis-bgp]
# top
[edit]
# edit protocols bgp
[edit protocols bgp]
# set export static-redis-bgp
[edit protocols bgp]
# top
[edit]


Thanks for the reply.





***************************************************************************
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://puck.nether.net/pipermail/juniper-nsp/attachments/20030428/4b5de9b7/attachment.htm
Troubleshooting static route redistribution [ In reply to ]
On Mon, 28 Apr 2003, sheelaap wrote:
> I am trying to redistrbute a static route in Juniper through BGP. However, Juniper is not sending any BGP updates to its neighbor even though it has learned
> a route to network 138.203.16.0/24 from its neighbor via BGP. (10.24.0.0/24 is the only route available to Juniper to advertise). any help in troubleshooting this problem will be appreciated.
> Juniper has the following configuration to redistribute the static route:
>
> [edit routing-options]
> set static route 10.24.0.0/24 next-hop 138.203.16.12 metric 10
> [edit policy-options policy-statement static-redis-bgp]
> # set from protocol static
> [edit policy-options policy-statement static-redis-bgp]
> # set then accept
> [edit policy-options policy-statement static-redis-bgp]
> # top
> [edit]
> # edit protocols bgp
> [edit protocols bgp]
> # set export static-redis-bgp
> [edit protocols bgp]
> # top
> [edit]

I'd check out 'sh route 10.24.0.0/24 extensive' (and the same for
138.203.16.12) whether there is anything special there.

There may also be some other BGP export config.

You might also try 'test policy static-redis-bgp 10.24.0.0/24' or the
like.

--
Pekka Savola "You each name yourselves king, yet the
Netcore Oy kingdom bleeds."
Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings
Troubleshooting static route redistribution [ In reply to ]
Need to add the keyword "resolve" to the static route ( next-hop is not
directly connected ).

resolve Allow resolution of indirectly connected next hops

>[edit routing-options]
>set static route 10.24.0.0/24 next-hop 138.203.16.12 metric 10 resolve <<<<<

- Kisito

At 06:27 4/28/2003, sheelaap wrote:
>Hi,
>I am trying to redistrbute a static route in Juniper through BGP. However,
>Juniper is not sending any BGP updates to its neighbor even though it has
>learned
>a route to network 138.203.16.0/24 from its neighbor via BGP.
>(10.24.0.0/24 is the only route available to Juniper to advertise). any
>help in troubleshooting this problem will be appreciated.
>Juniper has the following configuration to redistribute the static route:
>
>[edit routing-options]
>set static route 10.24.0.0/24 next-hop 138.203.16.12 metric 10
>[edit policy-options policy-statement static-redis-bgp]
># set from protocol static
>[edit policy-options policy-statement static-redis-bgp]
># set then accept
>[edit policy-options policy-statement static-redis-bgp]
># top
>[edit]
># edit protocols bgp
>[edit protocols bgp]
># set export static-redis-bgp
>[edit protocols bgp]
># top
>[edit]
>
>Thanks for the reply.
>
>
>
>
>_______________________________________________
>juniper-nsp mailing list juniper-nsp@puck.nether.net
>http://puck.nether.net/mailman/listinfo/juniper-nsp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://puck.nether.net/pipermail/juniper-nsp/attachments/20030428/18d3eed8/attachment.htm