dark_15

Untitled

Apr 24th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. root@SRX-1> show route 172.24.0.1
  2.  
  3. inet.0: 11 destinations, 20 routes (11 active, 0 holddown, 0 hidden)
  4. + = Active Route, - = Last Active, * = Both
  5.  
  6. 172.24.0.0/24 *[BGP/4] 00:13:07, localpref 100
  7. AS path: 65540 I
  8. > to 198.18.0.2 via ge-0/0/0.0
  9. [Static/5] 04:11:40
  10. > via st0.0
  11. [BGP/170] 00:00:21, localpref 100, from 198.18.0.3
  12. AS path: 65550 65540 I
  13. > to 198.18.0.2 via ge-0/0/0.0
  14.  
  15. root@SRX-1> show configuration protocols bgp | display set
  16. set protocols bgp group internet preference 4
  17. set protocols bgp group internet export DIRECT
  18. set protocols bgp group internet peer-as 65540
  19. set protocols bgp group internet neighbor 198.18.0.2
  20. set protocols bgp group backup export DIRECT
  21. set protocols bgp group backup peer-as 65550
  22. set protocols bgp group backup neighbor 198.18.0.3
  23.  
  24. root@SRX-1> show configuration policy-options | display set
  25. set policy-options policy-statement DIRECT from protocol direct
  26. set policy-options policy-statement DIRECT then accept
Advertisement
Add Comment
Please, Sign In to add comment