Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !
- ! Zebra configuration saved from vty
- ! 2025/07/03 08:18:26
- !
- frr version 8.4.2
- frr defaults traditional
- !
- hostname bgp
- log stdout
- !
- debug bgp updates in
- debug bgp updates out
- !
- !
- debug northbound callbacks configuration
- debug northbound callbacks state
- debug northbound callbacks rpc
- debug northbound notifications
- debug northbound events
- debug northbound libyang
- !
- router bgp 65354
- bgp router-id 54.78.236.104
- bgp log-neighbor-changes
- neighbor remote_neighbour_1 remote-as remote_as_1
- neighbor remote_neighbour_1 ebgp-multihop 255
- neighbor remote_neighbour_2 remote-as remote_as_2
- neighbor remote_neighbour_2 ebgp-multihop 255
- !
- address-family ipv4 unicast
- network 10.19.190.176/28
- neighbor remote_neighbour_1 route-map PRIMARY-MAP in
- neighbor remote_neighbour_1 route-map MY-OUT out
- neighbor remote_neighbour_2 route-map SECONDARY-MAP in
- neighbor remote_neighbour_2 route-map MY-OUT out
- exit-address-family
- !
- exit
- !
- ip prefix-list MY-PL seq 5 permit 10.19.190.176/28
- ip prefix-list PRIMARY-PL seq 5 permit 10.19.150.221/32
- ip prefix-list SECONDARY-PL seq 5 permit 10.19.150.221/32
- !
- !
- route-map PRIMARY-MAP permit 10
- match ip address prefix-list PRIMARY-PL
- set metric 20
- exit
- !
- route-map SECONDARY-MAP permit 10
- match ip address prefix-list SECONDARY-PL
- set metric 10
- exit
- !
- route-map MY-OUT permit 10
- match ip address prefix-list MY-PL
- set metric 10
- exit
- !
- !
- line vty
- no login
- exit
- !
- 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
- 2025-07-03T07:18:40Z BGP: [PCFFM-WMARW] 10.19.191.217(Unknown) rcvd UPDATE wlen 0 attrlen 18 alen 5
- 2025-07-03T07:18:40Z BGP: [NJYMB-R5FFH] 10.19.191.217(Unknown) rcvd 10.19.150.221/32 IPv4 unicast...duplicate ignored
- 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
- 2025-07-03T07:18:40Z BGP: [PCFFM-WMARW] 10.19.191.221(Unknown) rcvd UPDATE wlen 0 attrlen 36 alen 5
- 2025-07-03T07:18:40Z BGP: [NJYMB-R5FFH] 10.19.191.221(Unknown) rcvd 10.19.150.221/32 IPv4 unicast...duplicate ignored
- 2025-07-03T07:18:45Z BGP: [RY85J-WH5XP] u1:s1 announcing routes upon policy MY-OUT (type 0) change
- 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'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement