Skip to content

Commit 3174b1f

Browse files
committed
updated document link
1 parent 31eabfc commit 3174b1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

aci-preupgrade-validation-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3915,7 +3915,7 @@ def llfc_susceptibility_check(cversion, tversion, vpc_node_ids, **kwargs):
39153915
data = []
39163916
sx_affected = t_affected = False
39173917
recommended_action = 'Manually change Peer devices Transmit(send) Flow Control to off prior to switch Upgrade'
3918-
doc_url = 'https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvo27498'
3918+
doc_url = 'https://datacenter.github.io/ACI-Pre-Upgrade-Validation-Script/validations/#link-level-flow-control'
39193919

39203920
if not vpc_node_ids:
39213921
return Result(result=PASS, msg="No VPC Nodes found. Not susceptible.")

docs/docs/validations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,11 +2389,11 @@ To avoid this issue, change the `collectorLocation` type to `none` through the A
23892389

23902390
### Link Level Flow Control
23912391

2392-
Due to the defect CSCvo27498, after upgrade of first ACI leaf switch in a VPC pair to newer 15.x version from older 13.x version, downstream VPC might be down due to `vpc port channel mis-config due to vpc links in the 2 switches connected to different partners` even though they are connected to same device.
2392+
Due to the defect CSCvo27498, after upgrade of first ACI leaf switch in a VPC pair to newer 15.2.7f version from older 14.x version, downstream VPC might be down due to `vpc port channel mis-config due to vpc links in the 2 switches connected to different partners` even though they are connected to same device.
23932393

23942394
By default Link level Flow control is off in ACI but in older code, the ACI software was incorrectly signalling far end device to enable transmit flow control. if far end device transmit(send) flow control in auto or desirable mode, it will enable transmit flow control.
23952395

2396-
After the first switch in VPC pair is upgraded to newer 15.x code, the incorrect flow control signalling is fixed. But due to mismatched software versions in ACI during upgrade, the far end device port-channel member interfaces will end up with mismatched send flow control. When this happens. they could send a different LACP operational key causing the ACI leaf to interpret that it is connected to different partners.
2396+
After the first switch in VPC pair is upgraded to 15.2.7f or higher code, the incorrect flow control signalling is fixed. But due to mismatched software versions in ACI during upgrade, the far end device port-channel member interfaces will end up with mismatched send flow control. When this happens. they could send a different LACP operational key causing the ACI leaf to interpret that it is connected to different partners.
23972397

23982398
The script checks if the version is susceptible to the default along with the specific 1G SFPs that are affected by the defect.
23992399

0 commit comments

Comments
 (0)