Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. set firewall filter PBR term 1 from source-address 192.168.45.50/32
  2. set firewall filter PBR term 1 then routing-instance P2P
  3. set firewall filter PBR term 2 then accept
  4.  
  5. set routing-instances P2P instance-type forwarding
  6. set routing-instances P2P routing-options static route 0.0.0.0/0 next-hop 10.3.10.1
  7.  
  8. set routing-options interface-routes rib-group inet P2P
  9. set routing-options rib-groups P2P import-rib [inet.0 P2P.inet.0]
  10.  
  11. set interfaces irb unit 45 family inet filter input PBR
  12. set interfaces irb unit 310 family inet filter input PBR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement