Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1.  
  2. no bgp default ipv4-unicast
  3. address-family ipv4
  4. neighbor 87.245.238.176 activate
  5. neighbor 87.245.238.176 send-community
  6. neighbor 87.245.238.176 remove-private-as
  7. neighbor 87.245.238.176 route-map rmap_retn_in in
  8. neighbor 87.245.238.176 route-map rmap_retn_out out
  9. neighbor 87.245.238.176 filter-list 3 out
  10.  
  11.  
  12. sh route-map rmap_retn_in
  13. route-map rmap_retn_in, deny, sequence 5
  14. Match clauses:
  15. ip address prefix-lists: fv-allowed-prefix-le-23
  16. Set clauses:
  17. Policy routing matches: 0 packets, 0 bytes
  18. route-map rmap_retn_in, permit, sequence 6
  19. Match clauses:
  20. ip address prefix-lists: retn_set_cost
  21. Set clauses:
  22. local-preference 201
  23. Policy routing matches: 0 packets, 0 bytes
  24. route-map rmap_retn_in, permit, sequence 7
  25. Match clauses:
  26. Set clauses:
  27. local-preference 200
  28. Policy routing matches: 0 packets, 0 bytes
  29.  
  30.  
  31. sh ip prefix-list fv-allowed-prefix-le-23
  32. ip prefix-list fv-allowed-prefix-le-23: 1 entries
  33. seq 5 permit 0.0.0.0/23 le 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement