Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frr 8.5.1] orphan routes with bgp suppress-fib-pending #15626

Closed
2 tasks done
StormLiangMS opened this issue Mar 27, 2024 · 5 comments · Fixed by #15634
Closed
2 tasks done

[frr 8.5.1] orphan routes with bgp suppress-fib-pending #15626

StormLiangMS opened this issue Mar 27, 2024 · 5 comments · Fixed by #15634
Assignees
Labels
bgp triage Needs further investigation

Comments

@StormLiangMS
Copy link

Description

On FRR 8.5.1, one router setup bgp sessions with four neighbors, to announce / withdraw same routes from all four neighbors, there are orphan routes left after withdraw all routes.

Version

str3-7260cx3-acs-14# show ver
FRRouting 8.5.1 (str3-7260cx3-acs-14) on Linux(5.10.0-23-2-amd64).
Copyright 1996-2005 Kunihiro Ishiguro, et al.
configured with:
    '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-option-checking' '--disable-silent-rules' '--libdir=${prefix}/lib/x86_64-linux-gnu' '--libexecdir=${prefix}/lib/x86_64-linux-gnu' '--disable-maintainer-mode' '--localstatedir=/var/run/frr' '--sbindir=/usr/lib/frr' '--sysconfdir=/etc/frr' '--with-vtysh-pager=/usr/bin/pager' '--libdir=/usr/lib/x86_64-linux-gnu/frr' '--with-moduledir=/usr/lib/x86_64-linux-gnu/frr/modules' '--disable-dependency-tracking' '--disable-rpki' '--disable-scripting' '--enable-pim6d' '--with-libpam' '--enable-doc' '--enable-doc-html' '--enable-snmp' '--enable-fpm' '--disable-protobuf' '--disable-zeromq' '--enable-ospfapi' '--enable-bgp-vnc' '--enable-multipath=256' '--enable-user=frr' '--enable-group=frr' '--enable-vty-group=frrvty' '--enable-configfile-mask=0640' '--enable-logfile-mask=0640' 'build_alias=x86_64-linux-gnu' 'PYTHON=python3'

How to reproduce

Set up a topology with 4 upstream and one down stream peers in a different ASN. Have all 4 upstream peers advertise / withdraw the same 50 routes to the device.

Then, check the advertised to for the down stream peer, some orphan routes lefted.

with this config disabled, the issue is gone.
bgp suppress-fib-pending

Expected behavior

after announce / withdraw from upstream peers, no routes advertised to downstream peer.

Actual behavior

some orphan routes left, and still advertised to down stream peer. and if check from received routes, there is nothing.

Additional context

No response

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
@StormLiangMS StormLiangMS added the triage Needs further investigation label Mar 27, 2024
@ton31337 ton31337 self-assigned this Mar 27, 2024
@ton31337 ton31337 added the bgp label Mar 27, 2024
@ton31337
Copy link
Member

ton31337 commented Mar 27, 2024

So, as I understand you have this issue when bgp suppress-fib-pending is enabled? If you can, please post the configuration of the DUT device (between 4 upstream and 1 downstream).

@donaldsharp
Copy link
Member

Yes please actually post the configuration and the exact sequence of events you used to generate this situation. There is absolutely not enough information here to do anything useful with this data.

@StormLiangMS
Copy link
Author

below is the configuration, there is a T1 device, upstream peers are 4 T2, and downstream peers are 20 T0.
admin@str3-7260cx3-acs-14:~$ show run bgp
Building configuration...

Current configuration:
!
frr version 8.5.1
frr defaults traditional
hostname str3-7260cx3-acs-14
log syslog
log facility local4
no service integrated-vtysh-config
!
debug bgp neighbor-events
debug bgp nht
debug bgp update-groups
debug bgp updates in
debug bgp updates out
!
password zebra
enable password zebra
!
router bgp 65100
bgp router-id 10.1.0.32
bgp suppress-fib-pending
bgp log-neighbor-changes
no bgp ebgp-requires-policy
no bgp default ipv4-unicast
bgp bestpath as-path multipath-relax
neighbor TIER0_V4_DEPLOYMENT_ID_0 peer-group
neighbor TIER0_V6_DEPLOYMENT_ID_0 peer-group
neighbor TIER2_V4 peer-group
neighbor TIER2_V6 peer-group
neighbor 10.0.0.33 remote-as 64001
neighbor 10.0.0.33 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.33 description ARISTA01T0
neighbor 10.0.0.35 remote-as 64002
neighbor 10.0.0.35 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.35 description ARISTA02T0
neighbor 10.0.0.37 remote-as 64003
neighbor 10.0.0.37 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.37 description ARISTA03T0
neighbor 10.0.0.39 remote-as 64004
neighbor 10.0.0.39 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.39 description ARISTA04T0
neighbor 10.0.0.41 remote-as 64005
neighbor 10.0.0.41 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.41 description ARISTA05T0
neighbor 10.0.0.43 remote-as 64006
neighbor 10.0.0.43 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.43 description ARISTA06T0
neighbor 10.0.0.45 remote-as 64007
neighbor 10.0.0.45 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.45 description ARISTA07T0
neighbor 10.0.0.47 remote-as 64008
neighbor 10.0.0.47 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.47 description ARISTA08T0
neighbor 10.0.0.49 remote-as 64009
neighbor 10.0.0.49 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.49 description ARISTA09T0
neighbor 10.0.0.51 remote-as 64010
neighbor 10.0.0.51 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.51 description ARISTA10T0
neighbor 10.0.0.53 remote-as 64011
neighbor 10.0.0.53 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.53 description ARISTA11T0
neighbor 10.0.0.55 remote-as 64012
neighbor 10.0.0.55 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.55 description ARISTA12T0
neighbor 10.0.0.57 remote-as 64013
neighbor 10.0.0.57 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.57 description ARISTA13T0
neighbor 10.0.0.59 remote-as 64014
neighbor 10.0.0.59 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.59 description ARISTA14T0
neighbor 10.0.0.61 remote-as 64015
neighbor 10.0.0.61 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.61 description ARISTA15T0
neighbor 10.0.0.63 remote-as 64016
neighbor 10.0.0.63 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.63 description ARISTA16T0
neighbor 10.0.0.65 remote-as 64017
neighbor 10.0.0.65 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.65 description ARISTA17T0
neighbor 10.0.0.67 remote-as 64018
neighbor 10.0.0.67 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.67 description ARISTA18T0
neighbor 10.0.0.69 remote-as 64019
neighbor 10.0.0.69 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.69 description ARISTA19T0
neighbor 10.0.0.71 remote-as 64020
neighbor 10.0.0.71 peer-group TIER0_V4_DEPLOYMENT_ID_0
neighbor 10.0.0.71 description ARISTA20T0
neighbor fc00::42 remote-as 64001
neighbor fc00::42 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::42 description ARISTA01T0
neighbor fc00::46 remote-as 64002
neighbor fc00::46 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::46 description ARISTA02T0
neighbor fc00::4a remote-as 64003
neighbor fc00::4a peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::4a description ARISTA03T0
neighbor fc00::4e remote-as 64004
neighbor fc00::4e peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::4e description ARISTA04T0
neighbor fc00::52 remote-as 64005
neighbor fc00::52 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::52 description ARISTA05T0
neighbor fc00::56 remote-as 64006
neighbor fc00::56 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::56 description ARISTA06T0
neighbor fc00::5a remote-as 64007
neighbor fc00::5a peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::5a description ARISTA07T0
neighbor fc00::5e remote-as 64008
neighbor fc00::5e peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::5e description ARISTA08T0
neighbor fc00::62 remote-as 64009
neighbor fc00::62 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::62 description ARISTA09T0
neighbor fc00::66 remote-as 64010
neighbor fc00::66 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::66 description ARISTA10T0
neighbor fc00::6a remote-as 64011
neighbor fc00::6a peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::6a description ARISTA11T0
neighbor fc00::6e remote-as 64012
neighbor fc00::6e peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::6e description ARISTA12T0
neighbor fc00::72 remote-as 64013
neighbor fc00::72 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::72 description ARISTA13T0
neighbor fc00::76 remote-as 64014
neighbor fc00::76 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::76 description ARISTA14T0
neighbor fc00::7a remote-as 64015
neighbor fc00::7a peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::7a description ARISTA15T0
neighbor fc00::7e remote-as 64016
neighbor fc00::7e peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::7e description ARISTA16T0
neighbor fc00::82 remote-as 64017
neighbor fc00::82 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::82 description ARISTA17T0
neighbor fc00::86 remote-as 64018
neighbor fc00::86 peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::86 description ARISTA18T0
neighbor fc00::8a remote-as 64019
neighbor fc00::8a peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::8a description ARISTA19T0
neighbor fc00::8e remote-as 64020
neighbor fc00::8e peer-group TIER0_V6_DEPLOYMENT_ID_0
neighbor fc00::8e description ARISTA20T0
neighbor 10.0.0.1 remote-as 65200
neighbor 10.0.0.1 peer-group TIER2_V4
neighbor 10.0.0.1 description ARISTA01T2
neighbor 10.0.0.5 remote-as 65200
neighbor 10.0.0.5 peer-group TIER2_V4
neighbor 10.0.0.5 description ARISTA03T2
neighbor 10.0.0.9 remote-as 65200
neighbor 10.0.0.9 peer-group TIER2_V4
neighbor 10.0.0.9 description ARISTA05T2
neighbor 10.0.0.13 remote-as 65200
neighbor 10.0.0.13 peer-group TIER2_V4
neighbor 10.0.0.13 description ARISTA07T2
neighbor fc00::2 remote-as 65200
neighbor fc00::2 peer-group TIER2_V6
neighbor fc00::2 description ARISTA01T2
neighbor fc00::6 remote-as 65200
neighbor fc00::6 peer-group TIER2_V6
neighbor fc00::6 description ARISTA03T2
neighbor fc00::a remote-as 65200
neighbor fc00::a peer-group TIER2_V6
neighbor fc00::a description ARISTA05T2
neighbor fc00::e remote-as 65200
neighbor fc00::e peer-group TIER2_V6
neighbor fc00::e description ARISTA07T2
!
address-family ipv4 unicast
network 10.1.0.32/32
neighbor TIER0_V4_DEPLOYMENT_ID_0 activate
neighbor TIER0_V4_DEPLOYMENT_ID_0 soft-reconfiguration inbound
neighbor TIER0_V4_DEPLOYMENT_ID_0 maximum-prefix 12000 90 warning-only
neighbor TIER2_V4 activate
neighbor TIER2_V4 soft-reconfiguration inbound
neighbor TIER2_V4 maximum-prefix 12000 90 warning-only
maximum-paths 64
exit-address-family
exit
!
route-map RM_SET_SRC permit 10
exit
!
end

@StormLiangMS
Copy link
Author

repro steps:
Step 1. inject 50 routes from all 4 T2s to the T1, check the recieved routes from T1.
admin@str3-7260cx3-acs-14:~$ vtysh -c "show ip bgp neighbors 10.0.0.1 received-route" | grep 100.73
*> 100.73.1.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.2.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.3.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.4.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.5.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.6.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.7.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.8.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.9.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.10.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.11.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.12.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.13.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.14.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.15.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.16.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.17.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.18.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.19.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.20.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.21.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.22.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.23.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.24.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.25.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.26.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.27.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.28.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.29.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.30.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.31.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.32.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.33.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.34.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.35.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.36.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.37.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.38.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.39.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.40.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.41.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.42.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.43.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.44.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.45.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.46.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.47.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.48.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.49.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.50.128/25 10.0.0.1 0 65200 64931 65033 64626 65034 64623 i

check the advertised routes to T0 from T1.
admin@str3-7260cx3-acs-14:~$ vtysh -c "show ip bgp neighbors 10.0.0.33 advertised-route" | grep 100.73
*> 100.73.1.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.2.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.3.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.4.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.5.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.6.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.7.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.8.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.9.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.10.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.11.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.12.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.13.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.14.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.15.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.16.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.17.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.18.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.19.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.20.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.21.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.22.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.23.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.24.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.25.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.26.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.27.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.28.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.29.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.30.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.31.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.32.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.33.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.34.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.35.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.36.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.37.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.38.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.39.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.40.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.41.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.42.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.43.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.44.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.45.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.46.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.47.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.48.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.49.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.50.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i

they are same.

Step 2. withdraw 50 routes from all 4 T2s, check from T1 for recieved routes and advertised routes, the expectation is that both should be empty, but it is not. there are 4 orphans.

admin@str3-7260cx3-acs-14:$ vtysh -c "show ip bgp neighbors 10.0.0.1 received-route" | grep 100.73
admin@str3-7260cx3-acs-14:
$ vtysh -c "show ip bgp neighbors 10.0.0.33 advertised-route" | grep 100.73
*> 100.73.7.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.11.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.29.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i
*> 100.73.41.128/25 0.0.0.0 0 65200 64931 65033 64626 65034 64623 i

@StormLiangMS
Copy link
Author

below is our debug logs from bgpd for withdraw procedure, from our observation, the last step for deletes routes should be sending out UPDATE withdraw to it's neighbor, for but orphan routes, it doesn't. and we also notice that right before sending UPDATE withdraw, it should be group_announce_route_walkcb to check the routes, but orphan routes, it doesn't, we suspect there are some timing issues when bgp suppress-fib-pending enabled.

Mar 27 14:34:45.889657 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.889657 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.1.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.892368 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.892368 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.1.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.892395 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.1.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.896668 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.896668 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.1.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.896691 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.1.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.899982 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.899982 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.1.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.900027 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.1.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.903314 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.903314 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.2.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.905825 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.905859 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.2.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.905859 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.2.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.910185 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.910236 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.2.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.910236 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.2.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.913599 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.913599 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.2.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.913599 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.2.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.916803 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.916803 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.3.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.919943 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.919943 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.3.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.919986 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.3.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.923746 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.923746 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.3.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.923816 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.3.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.927221 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.927221 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.3.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.927283 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.3.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.931583 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.931583 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.4.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.933570 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.933570 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.4.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.933628 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.4.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.937717 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.937717 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.4.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.937775 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.4.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.939837 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.1.128/25
Mar 27 14:34:45.939881 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.1.128/25, selected=0x0
Mar 27 14:34:45.939881 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.1.128/25
Mar 27 14:34:45.939905 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.1.128/25, selected=0x0
Mar 27 14:34:45.939905 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.2.128/25
Mar 27 14:34:45.940051 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.2.128/25, selected=0x0
Mar 27 14:34:45.940051 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.2.128/25
Mar 27 14:34:45.940179 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.2.128/25, selected=0x0
Mar 27 14:34:45.940179 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.3.128/25
Mar 27 14:34:45.940276 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.3.128/25, selected=0x0
Mar 27 14:34:45.940449 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.3.128/25
Mar 27 14:34:45.940518 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.3.128/25, selected=0x0
Mar 27 14:34:45.940518 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.4.128/25
Mar 27 14:34:45.940518 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.4.128/25, selected=0x563d32e73590
Mar 27 14:34:45.940518 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:45.940736 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.4.128/25
Mar 27 14:34:45.940901 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.4.128/25, selected=0x563d32e73590
Mar 27 14:34:45.941226 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:45.942568 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.1.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:45.942841 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.2.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:45.942841 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.3.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:45.942841 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [G259R-NCBEJ] u29:s117 send UPDATE (withdraw) len 38 numpfx 3
Mar 27 14:34:45.942885 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.1.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:45.942955 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.2.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:45.942955 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.3.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:45.942955 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [G259R-NCBEJ] u30:s114 send UPDATE (withdraw) len 38 numpfx 3
Mar 27 14:34:45.943038 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.943096 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.4.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.947129 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.947129 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.5.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.950405 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.950405 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.5.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.950405 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.5.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.954608 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.954608 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.5.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.954608 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.5.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.958582 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.958582 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.5.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.958608 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.5.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.991772 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.4.128/25
Mar 27 14:34:45.991772 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.4.128/25, selected=0x563d32e73590
Mar 27 14:34:45.991845 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.4.128/25
Mar 27 14:34:45.991918 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.4.128/25, selected=0x563d32e73590
Mar 27 14:34:45.993154 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.993154 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.6.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.993154 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.994458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.7.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.994458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.994458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.8.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.994458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.994458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.6.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.994458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.6.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.994458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.994458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.7.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.994524 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.7.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.994524 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.994580 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.8.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:45.994580 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.8.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.4.128/25
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.4.128/25, selected=0x0
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.4.128/25
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.4.128/25, selected=0x0
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.5.128/25
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.5.128/25, selected=0x0
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.5.128/25
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.5.128/25, selected=0x0
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.6.128/25
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.6.128/25, selected=0x563d32e73710
Mar 27 14:34:45.994956 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:45.995149 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.6.128/25
Mar 27 14:34:45.995149 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.6.128/25, selected=0x563d32e73710
Mar 27 14:34:45.995149 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:45.995149 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.7.128/25
Mar 27 14:34:45.995149 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.7.128/25, selected=0x563d32e73890
Mar 27 14:34:45.995149 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:45.995149 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.7.128/25
Mar 27 14:34:45.995232 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.7.128/25, selected=0x563d32e73890
Mar 27 14:34:45.995232 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:45.995232 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.8.128/25
Mar 27 14:34:45.995261 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.8.128/25, selected=0x563d32a9e310
Mar 27 14:34:45.995261 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:45.995326 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.8.128/25
Mar 27 14:34:45.995326 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.8.128/25, selected=0x563d32a9e310
Mar 27 14:34:45.995362 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:45.997864 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:45.997864 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.6.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.001370 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.001370 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.6.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.001370 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.6.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.003259 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.003259 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.9.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.004749 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.6.128/25
Mar 27 14:34:46.004890 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.6.128/25, selected=0x563d32e73710
Mar 27 14:34:46.004981 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.6.128/25
Mar 27 14:34:46.005506 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.6.128/25, selected=0x563d32e73710
Mar 27 14:34:46.006576 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.006670 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.9.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.006933 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.9.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.016076 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.016076 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.10.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.020048 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.020163 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.10.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.020163 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.10.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.026195 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.026195 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.7.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.032496 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.032496 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.11.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.036553 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.036553 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.11.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.036553 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.11.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.041424 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 10 attrlen 0 alen 0
Mar 27 14:34:46.041424 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.11.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.041464 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.11.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.041464 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.10.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.041515 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.10.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.043715 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 10 attrlen 0 alen 0
Mar 27 14:34:46.043760 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.9.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.043760 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.9.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.043760 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.8.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.046938 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.046938 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.7.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.046974 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.7.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.048272 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.6.128/25
Mar 27 14:34:46.048569 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.6.128/25, selected=0x0
Mar 27 14:34:46.048749 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.6.128/25
Mar 27 14:34:46.048836 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.6.128/25, selected=0x0
Mar 27 14:34:46.048906 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.9.128/25
Mar 27 14:34:46.049078 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.9.128/25, selected=0x563d32e73a10
Mar 27 14:34:46.049468 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.049556 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.9.128/25
Mar 27 14:34:46.049622 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.9.128/25, selected=0x563d32e73a10
Mar 27 14:34:46.049779 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.049936 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.10.128/25
Mar 27 14:34:46.050206 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.10.128/25, selected=0x563d32e73b90
Mar 27 14:34:46.050206 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.050235 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.10.128/25
Mar 27 14:34:46.050270 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.10.128/25, selected=0x563d32e73b90
Mar 27 14:34:46.050270 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.050270 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.11.128/25
Mar 27 14:34:46.050299 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.11.128/25, selected=0x563d32e73d10
Mar 27 14:34:46.050299 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.050332 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.11.128/25
Mar 27 14:34:46.050332 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.11.128/25, selected=0x563d32e73d10
Mar 27 14:34:46.050366 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.050366 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.050400 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.12.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.051584 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.8.128/25
Mar 27 14:34:46.051643 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.8.128/25, selected=0x563d30051f40
Mar 27 14:34:46.051643 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.051643 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.8.128/25
Mar 27 14:34:46.051672 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.8.128/25, selected=0x563d30051f40
Mar 27 14:34:46.051725 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.054714 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.054714 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.12.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.054774 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.12.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.058436 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.058585 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.12.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.058752 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.12.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.059946 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.9.128/25
Mar 27 14:34:46.061057 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.9.128/25, selected=0x563d32e73a10
Mar 27 14:34:46.061230 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.061331 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.9.128/25
Mar 27 14:34:46.061476 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.9.128/25, selected=0x563d32e73a10
Mar 27 14:34:46.061549 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.061620 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.9.128/25
Mar 27 14:34:46.061747 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.9.128/25, selected=0x563d32e73a10
Mar 27 14:34:46.061820 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.061952 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.9.128/25
Mar 27 14:34:46.062022 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.9.128/25, selected=0x563d32e73a10
Mar 27 14:34:46.062091 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.062210 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.10.128/25
Mar 27 14:34:46.062281 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.10.128/25, selected=0x563d32e73b90
Mar 27 14:34:46.062499 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.062499 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.10.128/25
Mar 27 14:34:46.062499 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.10.128/25, selected=0x563d32e73b90
Mar 27 14:34:46.062499 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.063378 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.063378 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.12.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.063378 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.12.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.064429 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 20 attrlen 0 alen 0
Mar 27 14:34:46.064486 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.9.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.064486 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.8.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.064486 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.11.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.064517 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.10.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.066982 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.066982 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.13.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.069464 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.069464 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.13.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.069507 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.13.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.074438 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.074657 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.13.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.075324 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.13.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.077106 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.077211 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.13.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.077278 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.13.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.080543 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.080803 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.14.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.083288 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.083288 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.14.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.083713 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.14.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.087914 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.087947 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.14.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.087947 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.14.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.091083 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.091184 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.14.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.091247 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.14.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.095065 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.095065 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.15.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.098255 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.098255 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.15.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.098255 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.15.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.100468 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.12.128/25
Mar 27 14:34:46.100468 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.12.128/25, selected=0x0
Mar 27 14:34:46.100468 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.12.128/25
Mar 27 14:34:46.100493 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.12.128/25, selected=0x0
Mar 27 14:34:46.100493 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.9.128/25
Mar 27 14:34:46.100528 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.9.128/25, selected=0x0
Mar 27 14:34:46.100528 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.9.128/25
Mar 27 14:34:46.100528 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.9.128/25, selected=0x0
Mar 27 14:34:46.100552 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.8.128/25
Mar 27 14:34:46.100740 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.8.128/25, selected=0x0
Mar 27 14:34:46.100807 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.8.128/25
Mar 27 14:34:46.100807 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.8.128/25, selected=0x0
Mar 27 14:34:46.100807 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.10.128/25
Mar 27 14:34:46.100807 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.10.128/25, selected=0x0
Mar 27 14:34:46.100807 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.10.128/25
Mar 27 14:34:46.100876 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.10.128/25, selected=0x0
Mar 27 14:34:46.101204 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.13.128/25
Mar 27 14:34:46.101204 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.13.128/25, selected=0x0
Mar 27 14:34:46.101233 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.13.128/25
Mar 27 14:34:46.101240 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.13.128/25, selected=0x0
Mar 27 14:34:46.101256 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.14.128/25
Mar 27 14:34:46.101256 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.14.128/25, selected=0x0
Mar 27 14:34:46.101280 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.14.128/25
Mar 27 14:34:46.101280 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.14.128/25, selected=0x0
Mar 27 14:34:46.101297 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.15.128/25
Mar 27 14:34:46.101332 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.15.128/25, selected=0x563d32e74190
Mar 27 14:34:46.101396 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.101497 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.15.128/25
Mar 27 14:34:46.101497 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.15.128/25, selected=0x563d32e74190
Mar 27 14:34:46.101497 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.102247 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.102247 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.15.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.105929 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.105929 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.15.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.105945 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.15.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.108931 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.108931 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.16.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.112388 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.112388 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.16.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.112388 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.16.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.116052 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.116052 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.16.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.116052 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.16.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.118747 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.118747 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.16.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.118747 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.16.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.122994 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.122994 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.17.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.127898 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.127921 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.17.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.127921 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.17.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.130228 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.130228 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.17.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.130255 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.17.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.133623 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.133623 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.17.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.133650 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.17.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.137104 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.137104 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.18.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.141353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.141353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.18.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.141353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.18.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.143879 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.143879 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.18.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.143895 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.18.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.147165 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.147165 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.18.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.147188 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.18.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.150763 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.150763 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.19.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.151229 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.15.128/25
Mar 27 14:34:46.151266 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.15.128/25, selected=0x563d32e74190
Mar 27 14:34:46.151290 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.15.128/25
Mar 27 14:34:46.151349 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.15.128/25, selected=0x563d32e74190
Mar 27 14:34:46.152401 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.15.128/25
Mar 27 14:34:46.152401 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.15.128/25, selected=0x0
Mar 27 14:34:46.152401 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.15.128/25
Mar 27 14:34:46.152401 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.15.128/25, selected=0x0
Mar 27 14:34:46.152461 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.16.128/25
Mar 27 14:34:46.152461 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.16.128/25, selected=0x0
Mar 27 14:34:46.152461 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.16.128/25
Mar 27 14:34:46.152474 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.16.128/25, selected=0x0
Mar 27 14:34:46.152487 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.17.128/25
Mar 27 14:34:46.152487 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.17.128/25, selected=0x0
Mar 27 14:34:46.152496 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.17.128/25
Mar 27 14:34:46.152496 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.17.128/25, selected=0x0
Mar 27 14:34:46.152570 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.18.128/25
Mar 27 14:34:46.152570 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.18.128/25, selected=0x0
Mar 27 14:34:46.152570 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.18.128/25
Mar 27 14:34:46.152614 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.18.128/25, selected=0x0
Mar 27 14:34:46.152614 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.19.128/25
Mar 27 14:34:46.152630 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.19.128/25, selected=0x563d314e07a0
Mar 27 14:34:46.152706 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.152706 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.19.128/25
Mar 27 14:34:46.152706 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.19.128/25, selected=0x563d314e07a0
Mar 27 14:34:46.152706 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.154161 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.154161 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.19.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.158350 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.158350 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.19.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.158360 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.19.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.161300 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.161300 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.19.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.161300 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.19.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.164306 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.164306 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.20.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.168259 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.168259 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.20.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.168279 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.20.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.171144 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.171144 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.20.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.171161 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.20.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.174330 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.174330 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.20.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.174343 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.20.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.177888 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.177888 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.21.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.182170 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.182170 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.21.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.182191 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.21.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.185552 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.185552 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.21.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.185567 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.21.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.188805 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.188805 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.21.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.188805 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.21.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.192453 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.192453 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.22.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.196224 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.196224 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.22.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.196224 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.22.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.199779 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.199779 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.22.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.199779 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.22.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.203075 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.203075 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.22.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.203075 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.22.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.203250 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.19.128/25
Mar 27 14:34:46.203250 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.19.128/25, selected=0x563d314e07a0
Mar 27 14:34:46.203250 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.19.128/25
Mar 27 14:34:46.203250 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.19.128/25, selected=0x563d314e07a0
Mar 27 14:34:46.204277 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.19.128/25
Mar 27 14:34:46.204277 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.19.128/25, selected=0x0
Mar 27 14:34:46.204277 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.19.128/25
Mar 27 14:34:46.204353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.19.128/25, selected=0x0
Mar 27 14:34:46.204353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.20.128/25
Mar 27 14:34:46.204353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.20.128/25, selected=0x0
Mar 27 14:34:46.204353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.20.128/25
Mar 27 14:34:46.204373 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.20.128/25, selected=0x0
Mar 27 14:34:46.204388 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.21.128/25
Mar 27 14:34:46.204388 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.21.128/25, selected=0x0
Mar 27 14:34:46.204388 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.21.128/25
Mar 27 14:34:46.204400 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.21.128/25, selected=0x0
Mar 27 14:34:46.204400 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.22.128/25
Mar 27 14:34:46.204478 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.22.128/25, selected=0x0
Mar 27 14:34:46.204478 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.22.128/25
Mar 27 14:34:46.204478 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.22.128/25, selected=0x0
Mar 27 14:34:46.206428 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.206428 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.23.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.210424 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.210424 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.23.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.210424 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.23.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.215073 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.215073 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.23.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.215073 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.23.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.216994 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.216994 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.23.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.216994 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.23.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.221593 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.221593 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.24.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.226421 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.226421 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.24.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.226458 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.24.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.229910 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.229910 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.24.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.229925 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.24.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.233425 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.233425 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.24.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.233447 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.24.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.238419 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.238503 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.25.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.242726 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.242742 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.25.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.242768 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.25.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.246594 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.246616 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.25.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.246635 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.25.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.250216 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.250238 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.25.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.250292 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.25.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.251326 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [ZGYKZ-X9JJR] fc00::5e - incoming conn rejected - no AF activated for peer
Mar 27 14:34:46.254187 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.254209 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.26.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.256619 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.23.128/25
Mar 27 14:34:46.256619 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.23.128/25, selected=0x0
Mar 27 14:34:46.256619 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.23.128/25
Mar 27 14:34:46.256619 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.23.128/25, selected=0x0
Mar 27 14:34:46.256619 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.24.128/25
Mar 27 14:34:46.256642 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.24.128/25, selected=0x0
Mar 27 14:34:46.256642 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.24.128/25
Mar 27 14:34:46.256642 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.24.128/25, selected=0x0
Mar 27 14:34:46.256651 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.25.128/25
Mar 27 14:34:46.256651 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.25.128/25, selected=0x0
Mar 27 14:34:46.256660 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.25.128/25
Mar 27 14:34:46.256660 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.25.128/25, selected=0x0
Mar 27 14:34:46.256679 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.26.128/25
Mar 27 14:34:46.256679 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.26.128/25, selected=0x563d328e52c0
Mar 27 14:34:46.256742 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.256742 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.26.128/25
Mar 27 14:34:46.256742 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.26.128/25, selected=0x563d328e52c0
Mar 27 14:34:46.256742 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.258998 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.258998 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.26.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.262396 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.262396 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.26.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.262396 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.26.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.266277 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.266277 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.26.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.266277 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.26.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.267478 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.26.128/25
Mar 27 14:34:46.267566 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.26.128/25, selected=0x563d328e52c0
Mar 27 14:34:46.267566 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.26.128/25
Mar 27 14:34:46.267566 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.26.128/25, selected=0x563d328e52c0
Mar 27 14:34:46.269847 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.269847 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.27.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.274431 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.274431 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.27.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.274431 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.27.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.277333 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.277333 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.27.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.277333 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.27.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.281955 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.281974 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.27.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.281974 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.27.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.284699 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.284699 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.28.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.288591 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.288591 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.28.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.292651 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.292651 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.28.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.292651 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.28.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.296305 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.296305 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.28.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.296362 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.28.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.299872 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.299872 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.29.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.304071 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.304071 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.29.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.307377 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.307377 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.29.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.307396 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.29.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.309230 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.26.128/25
Mar 27 14:34:46.309230 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.26.128/25, selected=0x0
Mar 27 14:34:46.309298 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.26.128/25
Mar 27 14:34:46.309329 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.26.128/25, selected=0x0
Mar 27 14:34:46.309329 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.27.128/25
Mar 27 14:34:46.309339 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.27.128/25, selected=0x0
Mar 27 14:34:46.309339 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.27.128/25
Mar 27 14:34:46.309427 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.27.128/25, selected=0x0
Mar 27 14:34:46.309472 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.28.128/25
Mar 27 14:34:46.309472 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.28.128/25, selected=0x0
Mar 27 14:34:46.309472 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.28.128/25
Mar 27 14:34:46.309472 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.28.128/25, selected=0x0
Mar 27 14:34:46.309487 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.29.128/25
Mar 27 14:34:46.309487 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.29.128/25, selected=0x563d31334bd0
Mar 27 14:34:46.309585 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.309585 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.29.128/25
Mar 27 14:34:46.309585 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.29.128/25, selected=0x563d31334bd0
Mar 27 14:34:46.309585 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.310632 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.310632 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.29.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.313811 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.313811 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.30.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.319263 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.319436 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.30.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.322668 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.322668 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.30.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.322668 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.30.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.326318 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.326318 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.30.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.326318 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.30.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.329510 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.329510 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.31.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.332589 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.332589 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.31.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.335396 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.335396 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.31.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.335433 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.31.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.338908 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.338908 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.31.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.338997 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.31.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.341785 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.341785 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.32.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.344777 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.344798 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.32.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.347585 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.347585 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.32.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.347620 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.32.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.350810 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.350810 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.32.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.350874 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.32.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.354018 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.354018 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.33.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.357200 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.357200 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.33.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.361027 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.30.128/25
Mar 27 14:34:46.361233 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.30.128/25, selected=0x0
Mar 27 14:34:46.361233 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.30.128/25
Mar 27 14:34:46.361278 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.30.128/25, selected=0x0
Mar 27 14:34:46.361278 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.31.128/25
Mar 27 14:34:46.361278 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.31.128/25, selected=0x0
Mar 27 14:34:46.361278 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.31.128/25
Mar 27 14:34:46.361278 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.31.128/25, selected=0x0
Mar 27 14:34:46.361335 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.32.128/25
Mar 27 14:34:46.361335 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.32.128/25, selected=0x0
Mar 27 14:34:46.361335 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.32.128/25
Mar 27 14:34:46.361335 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.32.128/25, selected=0x0
Mar 27 14:34:46.361335 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.33.128/25
Mar 27 14:34:46.361398 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.33.128/25, selected=0x563d32d0a740
Mar 27 14:34:46.361398 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.361398 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.33.128/25
Mar 27 14:34:46.361398 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.33.128/25, selected=0x563d32d0a740
Mar 27 14:34:46.361398 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.362234 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.362234 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.33.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.363986 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.364057 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.33.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.364057 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.33.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.367028 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.367047 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.34.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.370999 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.370999 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.34.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.370999 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.34.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.371397 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.33.128/25
Mar 27 14:34:46.371397 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.33.128/25, selected=0x563d32d0a740
Mar 27 14:34:46.371415 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.33.128/25
Mar 27 14:34:46.371415 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.33.128/25, selected=0x563d32d0a740
Mar 27 14:34:46.371511 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.33.128/25
Mar 27 14:34:46.371543 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.33.128/25, selected=0x563d32d0a740
Mar 27 14:34:46.371566 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.33.128/25
Mar 27 14:34:46.371588 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.33.128/25, selected=0x563d32d0a740
Mar 27 14:34:46.373614 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.373614 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.34.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.373614 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.34.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.376856 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.376856 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.34.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.376856 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.34.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.379980 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.379980 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.35.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.383940 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.383940 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.35.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.383940 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.35.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.386666 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.386666 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.35.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.386678 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.35.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.390005 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.390005 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.35.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.390030 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.35.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.392979 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.392979 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.36.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.396286 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.396286 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.36.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.396286 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.36.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.399652 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.399652 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.36.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.399652 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.36.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.402344 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.402344 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.36.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.402344 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.36.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.405635 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.405635 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.37.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.409310 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.409310 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.37.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.409310 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.37.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.411815 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.411833 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.37.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.411833 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.37.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.412259 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.33.128/25
Mar 27 14:34:46.412259 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.33.128/25, selected=0x0
Mar 27 14:34:46.412284 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.33.128/25
Mar 27 14:34:46.412284 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.33.128/25, selected=0x0
Mar 27 14:34:46.412284 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.34.128/25
Mar 27 14:34:46.412284 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.34.128/25, selected=0x0
Mar 27 14:34:46.412328 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.34.128/25
Mar 27 14:34:46.412328 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.34.128/25, selected=0x0
Mar 27 14:34:46.412328 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.35.128/25
Mar 27 14:34:46.412328 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.35.128/25, selected=0x0
Mar 27 14:34:46.412344 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.35.128/25
Mar 27 14:34:46.412344 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.35.128/25, selected=0x0
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.36.128/25
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.36.128/25, selected=0x0
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.36.128/25
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.36.128/25, selected=0x0
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.37.128/25
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.37.128/25, selected=0x563d32e70f10
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.37.128/25
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.37.128/25, selected=0x563d32e70f10
Mar 27 14:34:46.412452 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.415267 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.415267 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.37.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.418134 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.418134 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.38.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.421668 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.421668 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.38.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.421668 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.38.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.424191 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.424191 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.38.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.424191 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.38.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.427532 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.427532 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.38.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.427532 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.38.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.430758 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.430758 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.39.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.433575 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.433575 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.39.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.433575 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.39.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.436665 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.436680 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.39.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.436680 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.39.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.439494 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.439494 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.39.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.439509 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.39.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.442769 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.442769 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.40.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.445928 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.445928 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.40.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.445951 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.40.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.448788 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.448788 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.40.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.448804 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.40.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.452077 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.452077 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.40.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.452091 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.40.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.455671 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.455671 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.41.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.458797 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.458797 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.41.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.458879 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.41.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.462729 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.462729 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.41.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.462743 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.41.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.463166 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.37.128/25
Mar 27 14:34:46.463192 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.37.128/25, selected=0x563d32e70f10
Mar 27 14:34:46.463192 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.37.128/25
Mar 27 14:34:46.463213 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.37.128/25, selected=0x563d32e70f10
Mar 27 14:34:46.465473 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.37.128/25
Mar 27 14:34:46.465512 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.37.128/25, selected=0x0
Mar 27 14:34:46.465525 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.37.128/25
Mar 27 14:34:46.465532 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.37.128/25, selected=0x0
Mar 27 14:34:46.465546 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.38.128/25
Mar 27 14:34:46.465546 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.38.128/25, selected=0x0
Mar 27 14:34:46.465566 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.38.128/25
Mar 27 14:34:46.465566 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.38.128/25, selected=0x0
Mar 27 14:34:46.465621 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.39.128/25
Mar 27 14:34:46.465621 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.39.128/25, selected=0x0
Mar 27 14:34:46.465642 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.39.128/25
Mar 27 14:34:46.465642 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.39.128/25, selected=0x0
Mar 27 14:34:46.465642 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.40.128/25
Mar 27 14:34:46.465657 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.40.128/25, selected=0x0
Mar 27 14:34:46.465657 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.40.128/25
Mar 27 14:34:46.465674 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.40.128/25, selected=0x0
Mar 27 14:34:46.465674 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.41.128/25
Mar 27 14:34:46.465689 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.41.128/25, selected=0x563d30b39c00
Mar 27 14:34:46.465689 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.465738 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.41.128/25
Mar 27 14:34:46.465738 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.41.128/25, selected=0x563d30b39c00
Mar 27 14:34:46.465738 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.466141 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.466141 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.41.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.469531 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.469531 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.42.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.473308 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.473322 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.42.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.473322 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.42.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.475944 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.475944 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.42.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.475944 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.42.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.479296 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.479296 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.42.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.479317 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.42.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.482137 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.482137 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.43.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.485394 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.485405 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.43.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.485417 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.43.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.489795 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.489808 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.43.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.489808 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.43.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.492535 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.492535 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.43.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.492535 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.43.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.495733 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.495733 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.44.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.499015 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.499015 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.44.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.499034 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.44.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.502110 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.502110 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.44.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.502137 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.44.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.505486 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.505486 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.44.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.505513 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.44.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.508952 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.508952 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.45.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.512340 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.512340 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.45.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.512366 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.45.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.515185 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.515185 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.45.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.515213 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.45.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.516291 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.42.128/25
Mar 27 14:34:46.516291 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.42.128/25, selected=0x0
Mar 27 14:34:46.516314 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.42.128/25
Mar 27 14:34:46.516314 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.42.128/25, selected=0x0
Mar 27 14:34:46.516314 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.43.128/25
Mar 27 14:34:46.516314 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.43.128/25, selected=0x0
Mar 27 14:34:46.516330 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.43.128/25
Mar 27 14:34:46.516330 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.43.128/25, selected=0x0
Mar 27 14:34:46.516330 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.44.128/25
Mar 27 14:34:46.516330 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.44.128/25, selected=0x0
Mar 27 14:34:46.516353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.44.128/25
Mar 27 14:34:46.516353 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.44.128/25, selected=0x0
Mar 27 14:34:46.516377 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.45.128/25
Mar 27 14:34:46.516377 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.45.128/25, selected=0x563d39962cc0
Mar 27 14:34:46.516406 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.516427 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.45.128/25
Mar 27 14:34:46.516427 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.45.128/25, selected=0x563d39962cc0
Mar 27 14:34:46.516427 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.518324 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.518324 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.45.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.522161 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.522161 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.46.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.525369 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.525369 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.46.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.525369 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.46.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.528322 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.528322 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.46.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.528322 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.46.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.531821 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.531821 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.46.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.531821 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.46.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.534782 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.534782 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.47.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.538356 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.538356 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.47.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.538356 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.47.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.542237 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.542263 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.47.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.542263 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.47.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.545656 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.545681 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.47.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.545694 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.47.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.549530 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.549530 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.48.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.552674 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.552674 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.48.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.552674 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.48.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.555909 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.555909 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.48.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.555909 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.48.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.558912 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.558912 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.48.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.558912 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.48.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.562180 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.562180 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.49.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.565472 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.565472 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.49.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.565472 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.49.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.567538 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.45.128/25
Mar 27 14:34:46.567639 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.45.128/25, selected=0x563d39962cc0
Mar 27 14:34:46.567968 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.45.128/25
Mar 27 14:34:46.568053 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.45.128/25, selected=0x563d39962cc0
Mar 27 14:34:46.569112 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.45.128/25
Mar 27 14:34:46.569112 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.45.128/25, selected=0x0
Mar 27 14:34:46.569112 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.45.128/25
Mar 27 14:34:46.569112 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.45.128/25, selected=0x0
Mar 27 14:34:46.569164 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.46.128/25
Mar 27 14:34:46.569164 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.46.128/25, selected=0x0
Mar 27 14:34:46.569189 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.46.128/25
Mar 27 14:34:46.569189 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.46.128/25, selected=0x0
Mar 27 14:34:46.569214 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.47.128/25
Mar 27 14:34:46.569252 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.47.128/25, selected=0x0
Mar 27 14:34:46.569252 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.47.128/25
Mar 27 14:34:46.569252 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.47.128/25, selected=0x0
Mar 27 14:34:46.569252 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.48.128/25
Mar 27 14:34:46.569291 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.48.128/25, selected=0x0
Mar 27 14:34:46.569291 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.48.128/25
Mar 27 14:34:46.569315 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.48.128/25, selected=0x0
Mar 27 14:34:46.569348 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.49.128/25
Mar 27 14:34:46.569348 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.49.128/25, selected=0x563d32418ef0
Mar 27 14:34:46.569516 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.33 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.569516 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.49.128/25
Mar 27 14:34:46.569538 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.49.128/25, selected=0x563d32418ef0
Mar 27 14:34:46.569576 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [MAXTH-W5WMN] 10.0.0.13 suppress UPDATE w/ attr: nexthop 0.0.0.0, origin i, path 65200 64931 65033 64626 65034 64623
Mar 27 14:34:46.569651 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.569651 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.49.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.572531 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:46.572531 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.49.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:46.572552 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.49.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:46.579187 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.49.128/25
Mar 27 14:34:46.579204 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.49.128/25, selected=0x563d32418ef0
Mar 27 14:34:46.579259 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.49.128/25
Mar 27 14:34:46.579278 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.49.128/25, selected=0x563d32418ef0
Mar 27 14:34:46.619548 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.49.128/25
Mar 27 14:34:46.619548 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.49.128/25, selected=0x0
Mar 27 14:34:46.619548 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.49.128/25
Mar 27 14:34:46.619589 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.49.128/25, selected=0x0
Mar 27 14:34:46.942053 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.4.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942259 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.5.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942352 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.6.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942421 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.12.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942517 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.9.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942517 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.8.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942568 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.10.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942568 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.13.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942568 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.14.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942568 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.15.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942605 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.16.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942847 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.17.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942847 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.18.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942847 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.19.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942847 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.20.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942847 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.21.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942847 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.22.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942894 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.23.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942894 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.24.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942943 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.25.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942943 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.26.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942943 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.27.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942943 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.28.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942982 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.30.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.942982 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.31.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.943006 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.32.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.943027 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.33.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.943143 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.34.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.943224 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.35.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.943296 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.36.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.943368 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.37.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.943715 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.38.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.943945 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.39.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.944093 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.40.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.944234 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.42.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.944786 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.43.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.944786 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.44.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.944786 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.45.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.944786 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.46.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.944825 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.47.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945169 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.48.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945169 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.49.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945169 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [G259R-NCBEJ] u29:s117 send UPDATE (withdraw) len 233 numpfx 42
Mar 27 14:34:46.945169 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.4.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945169 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.5.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945169 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.6.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945240 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.12.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945240 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.9.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945240 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.8.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945240 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.10.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945240 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.13.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945287 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.14.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945287 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.15.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945287 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.16.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945326 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.17.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945326 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.18.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945326 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.19.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945326 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.20.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945326 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.21.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945381 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.22.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945381 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.23.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945381 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.24.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945381 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.25.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945381 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.26.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945381 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.27.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945434 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.28.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945434 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.30.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945434 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.31.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945434 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.32.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945474 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.33.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945474 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.34.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945474 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.35.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945474 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.36.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945514 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.37.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945514 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.38.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945514 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.39.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945514 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.40.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945514 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.42.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945563 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.43.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945563 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.44.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945563 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.45.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945563 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.46.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945673 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.47.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945673 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.48.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945673 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.49.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:46.945704 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [G259R-NCBEJ] u30:s114 send UPDATE (withdraw) len 233 numpfx 42
Mar 27 14:34:47.563852 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.1(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:47.563852 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.1(Unknown) rcvd UPDATE about 100.73.50.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:47.567616 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.5(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:47.567616 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.5(Unknown) rcvd UPDATE about 100.73.50.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:47.567640 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.50.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:47.570239 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.9(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:47.570239 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.9(Unknown) rcvd UPDATE about 100.73.50.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:47.570262 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.50.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:47.574138 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PCFFM-WMARW] 10.0.0.13(Unknown) rcvd UPDATE wlen 5 attrlen 0 alen 0
Mar 27 14:34:47.574138 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [PAPP6-VDAWM] 10.0.0.13(Unknown) rcvd UPDATE about 100.73.50.128/25 IPv4 unicast -- withdrawn
Mar 27 14:34:47.574161 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WRW3W-ZY3JV] Route 100.73.50.128/25 is in workqueue and being processed, not deferred.
Mar 27 14:34:47.613903 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.50.128/25
Mar 27 14:34:47.613903 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.50.128/25, selected=0x0
Mar 27 14:34:47.613957 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [K423X-ETGCQ] group_announce_route_walkcb: afi=IPv4, safi=unicast, p=100.73.50.128/25
Mar 27 14:34:47.613957 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [T5JFA-13199] subgroup_process_announce_selected: p=100.73.50.128/25, selected=0x0
Mar 27 14:34:47.943104 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u29:s117 send UPDATE 100.73.50.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:47.943104 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [G259R-NCBEJ] u29:s117 send UPDATE (withdraw) len 28 numpfx 1
Mar 27 14:34:47.944471 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [WHJ94-YXNE1] u30:s114 send UPDATE 100.73.50.128/25 IPv4 unicast -- unreachable
Mar 27 14:34:47.944471 str3-7260cx3-acs-14 DEBUG bgp#bgpd[52]: [G259R-NCBEJ] u30:s114 send UPDATE (withdraw) len 28 numpfx 1

StormLiangMS pushed a commit to sonic-net/sonic-buildimage that referenced this issue Apr 29, 2024
Why I did it
Upgrading FRR 8.5.4 to include latest fixes.

Work item tracking
Microsoft ADO (number only):
How I did it
New patches that were added:

Patch	FRR Pull request	Issue fixed
0024-lib-use-snmp-s-large-fd-sets-for-agentx.patch	FRRouting/frr#13396	FRRouting/frr#14143
0025-bgp-community-memory-leak-fix.patch	FRRouting/frr#15466	FRRouting/frr#15459
0026-bgp-fib-suppress-announce-fix.patch	FRRouting/frr#15634	FRRouting/frr#15626
0027-lib-Do-not-convert-EVPN-prefixes-into-IPv4-IPv6-if-n.patch	FRRouting/frr#15418	FRRouting/frr#14419
Removed patches:

Patch	Upstream FRR commit that is present in 8.5.4
0019-zebra-Abstract-dplane_ctx_route_init-to-init-route-w.patch	FRRouting/frr@3f01977
0020-zebra-Fix-crash-when-dplane_fpm_nl-fails-to-process-.patch	FRRouting/frr@fe5f624
0022-bgpd-Don-t-read-the-first-byte-of-ORF-header-if-we-a.patch	FRRouting/frr@3515178
0023-bgpd-Make-sure-we-have-enough-data-to-read-two-bytes.patch	FRRouting/frr@460ee93
0024-bgpd-Do-not-process-NLRIs-if-the-attribute-length-is.patch	FRRouting/frr@f291f1e
0025-bgpd-Use-treat-as-withdraw-for-tunnel-encapsulation-.patch	FRRouting/frr@8a4a88c
0026-zebra-Add-encap-type-when-building-packet-for-FPM.patch	FRRouting/frr@f0f7b28
0028-bgpd-Check-mandatory-attributes-more-carefully-for-U.patch	FRRouting/frr@21418d6
0029-bgpd-Handle-MP_REACH_NLRI-malformed-packets-with-ses.patch	FRRouting/frr@30b5c2a
0030-bgpd-Treat-EOR-as-withdrawn-to-avoid-unwanted-handli.patch	FRRouting/frr@01f232c
0031-bgpd-Ignore-handling-NLRIs-if-we-received-MP_UNREACH.patch	FRRouting/frr@a0c4ec2
0032-zebra-Fix-fpm-multipath-encap-addition.patch	FRRouting/frr@10a9a5f
Realigned patches:

Old Patch	New patch
0005-Add-support-of-bgp-l3vni-evpn.patch	0005-Add-support-of-bgp-l3vni-evpn.patch
0021-zebra-remove-duplicated-nexthops-when-sending-fpm-msg.patch	0019-zebra-remove-duplicated-nexthops-when-sending-fpm-msg.patch
0027-zebra-Fix-non-notification-of-better-admin-won.patch	0020-zebra-Fix-non-notification-of-better-admin-won.patch
Disable-ipv6-src-address-test-in-pceplib.patch	0021-Disable-ipv6-src-address-test-in-pceplib.patch
cross-compile-changes.patch	0022-cross-compile-changes.patch
0033-zebra-The-dplane_fpm_nl-return-path-leaks-memory.patch	0023-zebra-The-dplane_fpm_nl-return-path-leaks-memory.patch
How to verify it
Running sonic-mgmt test suite.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bgp triage Needs further investigation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants