You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was strict check implemented on PD as part of CSCwh68103 validating the syntax of port Override policy ( infraRsHPathAtt ) if any. Usually it's used to define port description. There was no validation before so there might be objects in the model with incorrect syntax which are not actively used but just present in DB.
With the new validation it breaks policy download during clean-reload or upgrade, policyelem process on the Leaf is hitting exception in that case.
The examples of DN syntax for infraRsHPathAtt class objects are here:
There was strict check implemented on PD as part of CSCwh68103 validating the syntax of port Override policy ( infraRsHPathAtt ) if any. Usually it's used to define port description. There was no validation before so there might be objects in the model with incorrect syntax which are not actively used but just present in DB.
With the new validation it breaks policy download during clean-reload or upgrade, policyelem process on the Leaf is hitting exception in that case.
The examples of DN syntax for infraRsHPathAtt class objects are here:
"dn" : "uni/infra/hpaths-101_eth101_1_1/rsHPathAtt-[topology/pod-1/paths-101/extpaths-101/pathep-[eth1/1]]" --- CORRECT
"dn": "uni/infra/hpaths-101_eth101_1_1/rsHPathAtt-[topology/pod-1/paths-101/pathep-[eth101/1/1]]" --- INCORRECT
The text was updated successfully, but these errors were encountered: