[text] ip

Viewer

  1. ip prefix-list TEST1_IN seq 5 permit 120.0.0.0/24
  2.  
  3. ip prefix-list TEST2_IN seq 5 permit 103.0.0.0/22
  4.  
  5. route-map BGP1_IN permit 10
  6. match ip address prefix-list TEST1_IN
  7. set local-preference 50
  8.  
  9. route-map BGP1_IN permit 20
  10. set local-preference 100
  11.  
  12. route-map BGP2_IN permit 10
  13. match ip address prefix-list TEST2_IN
  14. set local-preference 50
  15. route-map BGP2_IN permit 20
  16. set local-preference 100
  17. router bgp 64500
  18. neighbor 101.0.0.1 route-map BGP2_IN in
  19. neighbor 102.0.0.1 route-map BGP1_IN in

Editor

You can edit this paste and save as new:


File Description
  • ip
  • Paste Code
  • 09 Jun-2023
  • 504 Bytes
You can Share it: