Why is lastResetTimerMsecs capped at 24 hours (resetting to 0 afterward), whereas bgpTimerUpMsec keeps incrementing without resetting? #21506
Closed
dev-amrit460
started this conversation in
General
Replies: 1 comment
-
|
Fixed in #21489 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
show ip bgp neighbors 10.13.4.200 json
{
"10.13.4.200":{
"remoteAs":65500,
"localAs":65219,
"nbrExternalLink":true,
"localRole":"undefined",
"remoteRole":"undefined",
"hostname":"Unknown",
"bgpVersion":4,
"remoteRouterId":"10.13.4.200",
"localRouterId":"10.13.4.37",
"bgpState":"Established",
"bgpTimerUpMsec":617762000,
"bgpTimerUpString":"01w0d03h",
"bgpTimerUpEstablishedEpoch":1775457939,
"bgpTimerLastRead":1000,
"bgpTimerLastWrite":1000,
"bgpInUpdateElapsedTimeMsecs":9261000,
"bgpTimerConfiguredHoldTimeMsecs":3000,
"bgpTimerConfiguredKeepAliveIntervalMsecs":1000,
"bgpTimerHoldTimeMsecs":3000,
"bgpTimerKeepAliveIntervalMsecs":1000,
"bgpTcpMssConfigured":0,
"bgpTcpMssSynced":9174,
"extendedOptionalParametersLength":false,
"bgpTimerConfiguredConditionalAdvertisementsSec":60,
"neighborCapabilities":{
"4byteAs":"advertisedAndReceived",
"extendedMessage":"advertised",
"addPath":{
"ipv4Unicast":{
"rxAdvertised":true
},
"l2VpnEvpn":{
"rxAdvertisedAndReceived":true
}
},
"longLivedGracefulRestart":"advertised",
"routeRefresh":"advertisedAndReceived",
"enhancedRouteRefresh":"advertisedAndReceived",
"multiprotocolExtensions":{
"ipv4Unicast":{
"advertised":true
},
"l2VpnEvpn":{
"advertisedAndReceived":true
}
},
"hostName":{
"advHostName":"TEST-OXO-v01",
"advDomainName":"n/a"
},
"softwareVersion":{
},
"gracefulRestart":"advertisedAndReceived",
"gracefulRestartRemoteTimerMsecs":300000,
"addressFamiliesByPeer":"none"
},
"gracefulRestartInfo":{
"endOfRibSend":{
"l2VpnEvpn":true
},
"endOfRibRecv":{
"l2VpnEvpn":true
},
"localGrMode":"Helper*",
"remoteGrMode":"Helper",
"rBit":false,
"nBit":true,
"timers":{
"configuredRestartTimer":120,
"configuredLlgrStaleTime":0,
"receivedRestartTimer":300
},
"ipv4Unicast":{
"fBit":false,
"endOfRibStatus":{
"endOfRibSend":false,
"endOfRibSentAfterUpdate":false,
"endOfRibRecv":false
},
"timers":{
"stalePathTimer":360,
"llgrStaleTime":0
}
}
},
"messageStats":{
"depthInq":0,
"depthOutq":0,
"opensSent":3,
"opensRecv":3,
"notificationsSent":0,
"notificationsRecv":0,
"updatesSent":3754,
"updatesRecv":3431,
"keepalivesSent":1038874,
"keepalivesRecv":1219275,
"routeRefreshSent":0,
"routeRefreshRecv":0,
"capabilitySent":0,
"capabilityRecv":0,
"totalSent":1042631,
"totalRecv":1222709
},
"minBtwnAdvertisementRunsTimerMsecs":0,
"updateSource":"10.13.4.37",
"addressFamilyInfo":{
"ipv4Unicast":{
"commAttriSentToNbr":"extendedAndStandard",
"acceptedPrefixCounter":10
},
"l2VpnEvpn":{
"updateGroupId":3,
"subGroupId":3,
"packetQueueLength":0,
"unchangedNextHopPropogatedToNbr":true,
"commAttriSentToNbr":"extendedAndStandard",
"advertiseAllVnis":true,
"acceptedPrefixCounter":2087,
"sentPrefixCounter":2203
}
},
"connectionsEstablished":3,
"connectionsDropped":2,
"lastResetTimerMsecs":13025000,
"lastResetDueTo":"No AFI/SAFI activated for peer",
"lastResetCode":30,
"softwareVersion":"n/a",
"externalBgpNbrMaxHopsAway":255,
"hostLocal":"10.13.4.37",
"portLocal":4321,
"hostForeign":"10.13.4.200",
"portForeign":41421,
"nexthop":"10.13.4.37",
"nexthopGlobal":"::",
"nexthopLocal":"::",
"bgpConnection":"nonSharedNetwork",
"connectRetryTimer":120,
"estimatedRttInMsecs":2,
"readThread":"on",
"writeThread":"on"
}
}
https://github.com/FRRouting/frr/blob/stable/10.0/bgpd/bgp_vty.c
Beta Was this translation helpful? Give feedback.
All reactions