Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2025
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. !
  2. ! Zebra configuration saved from vty
  3. ! 2025/07/03 08:18:26
  4. !
  5. frr version 8.4.2
  6. frr defaults traditional
  7. !
  8. hostname bgp
  9. log stdout
  10. !
  11. debug bgp updates in
  12. debug bgp updates out
  13. !
  14. !
  15. debug northbound callbacks configuration
  16. debug northbound callbacks state
  17. debug northbound callbacks rpc
  18. debug northbound notifications
  19. debug northbound events
  20. debug northbound libyang
  21. !
  22. router bgp 65354
  23. bgp router-id 54.78.236.104
  24. bgp log-neighbor-changes
  25. neighbor remote_neighbour_1 remote-as remote_as_1
  26. neighbor remote_neighbour_1 ebgp-multihop 255
  27. neighbor remote_neighbour_2 remote-as remote_as_2
  28. neighbor remote_neighbour_2 ebgp-multihop 255
  29. !
  30. address-family ipv4 unicast
  31. network 10.19.190.176/28
  32. neighbor remote_neighbour_1 route-map PRIMARY-MAP in
  33. neighbor remote_neighbour_1 route-map MY-OUT out
  34. neighbor remote_neighbour_2 route-map SECONDARY-MAP in
  35. neighbor remote_neighbour_2 route-map MY-OUT out
  36. exit-address-family
  37. !
  38. exit
  39. !
  40. ip prefix-list MY-PL seq 5 permit 10.19.190.176/28
  41. ip prefix-list PRIMARY-PL seq 5 permit 10.19.150.221/32
  42. ip prefix-list SECONDARY-PL seq 5 permit 10.19.150.221/32
  43. !
  44. !
  45. route-map PRIMARY-MAP permit 10
  46. match ip address prefix-list PRIMARY-PL
  47. set metric 20
  48. exit
  49. !
  50. route-map SECONDARY-MAP permit 10
  51. match ip address prefix-list SECONDARY-PL
  52. set metric 10
  53. exit
  54. !
  55. route-map MY-OUT permit 10
  56. match ip address prefix-list MY-PL
  57. set metric 10
  58. exit
  59. !
  60. !
  61. line vty
  62. no login
  63. exit
  64. !
  65.  
  66. 2025-07-03T07:18:40Z BGP: [T5AAP-5GA85] 10.19.191.217(Unknown) rcvd UPDATE w/ attr: nexthop 10.19.191.217, origin ?, path 65121
  67. 2025-07-03T07:18:40Z BGP: [PCFFM-WMARW] 10.19.191.217(Unknown) rcvd UPDATE wlen 0 attrlen 18 alen 5
  68. 2025-07-03T07:18:40Z BGP: [NJYMB-R5FFH] 10.19.191.217(Unknown) rcvd 10.19.150.221/32 IPv4 unicast...duplicate ignored
  69. 2025-07-03T07:18:40Z BGP: [T5AAP-5GA85] 10.19.191.221(Unknown) rcvd UPDATE w/ attr: nexthop 10.19.191.221, origin ?, path 65122 65122 65122 65122 65122 65122 65122 65122 65122 65122
  70. 2025-07-03T07:18:40Z BGP: [PCFFM-WMARW] 10.19.191.221(Unknown) rcvd UPDATE wlen 0 attrlen 36 alen 5
  71. 2025-07-03T07:18:40Z BGP: [NJYMB-R5FFH] 10.19.191.221(Unknown) rcvd 10.19.150.221/32 IPv4 unicast...duplicate ignored
  72. 2025-07-03T07:18:45Z BGP: [RY85J-WH5XP] u1:s1 announcing routes upon policy MY-OUT (type 0) change
  73. 2025-07-03T07:18:45Z BGP: [VERY4-P6JC8] 10.19.191.221(Unknown) [Update:SEND] 10.19.150.221/32 is filtered by route-map 'MY-OUT'
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement