Screen OS

last person joined: 8 months ago 

This is a legacy community with limited Juniper monitoring.
  • 1.  is PBR supposed to show in `get route` along with other regular routes?

    Posted 06-16-2009 07:01
    I defined a PBR and tried binding it to vr, zone, interface but it did not get displayed in the output of 'get route'. Is this normal? where can I see the route if it is?


  • 2.  RE: is PBR supposed to show in `get route` along with other regular routes?
    Best Answer

    Posted 06-16-2009 07:37

    Yes, you cant check PBR via the route table as the route table reflects destination based routes.

     

    you can do:

     

    13(M)-> set vr trust
    13(trust-vr)(M)-> get p
    pbr                  show policy-based routing information
    preference           show route preferences
    protocol             show routing protcols info
    13(trust-vr)(M)-> get pbr
                                                     ^--command not completed
    13(trust-vr)(M)-> get pbr  ?
    access-list          pbr access-list
    action-group         pbr action-group
    configuration        show pbr configuration
    match-group          pbr match-group
    policy               pbr policy name

     



  • 3.  RE: is PBR supposed to show in `get route` along with other regular routes?

    Posted 06-16-2009 07:48
    OK thanks for the reply