Screen OS

last person joined: 8 months ago 

This is a legacy community with limited Juniper monitoring.
  • 1.  BGP routing options

    Posted 12-20-2010 07:28

    Hi,


    I have to create bgp on my ssg-140, and I have some questions about it:
    I have 7 subnet's /24, and I want to advertise it, but un my local interface subnet's are split  in /27 or smaller,
    is it possible on ssg device create statement like on junos :


    routing-options {
        static {
            route x.x.x.x/24 reject;

     

    I want to advertise /24 (my neighbours don't accept smaller subnets)

     

    Thanks.

    Zigmunds



  • 2.  RE: BGP routing options
    Best Answer

    Posted 12-20-2010 11:22

    With BGP, you can just specify the routes you wish to advertise.

     

    For example:

     

     

    set vrouter trust-vr protocol bgp network 100.1.1.0/24

     

    You can optionally check reachability as part of whether the network is advertised as well.

     

    See Chapter 36 in the ScreenOS C&E guide for more details on BGP.



  • 3.  RE: BGP routing options

    Posted 12-20-2010 23:32

    Hello,

     

    that is solution for me

     

     

    set ipv4 network x.x.x.x/24 no-check

     

     

    Thanks.