01-17-2024 08:45 AM
Doing NED migrations and saw a difference in affected services that I can't find any documentation about. What is the difference between affected-services and affected-services-with-changes when running the migration command?
devices device testDeviceName migrate new-ned-id cisco-ios-cli-6.93 verbose
affected-services-with-changes [ /multi-l2vpn[circuit_id='900613'] /multi-l2vpn[circuit_id='979700214'] /multi-l2vpn[circuit_id='979700216'] ]
affected-services [ /multi-l2vpn[circuit_id='900614'] /multi-l2vpn[circuit_id='979700215'] /multi-l2vpn[circuit_id='979700217']
Should I re-deploy reconcile only the 'affected-services-with-changes' or all of them?
NSO 5.5.4
Solved! Go to Solution.
01-18-2024 12:24 PM - edited 01-18-2024 12:25 PM
Hello,
You can check the diff in the Yang file
leaf-list affected-services-with-changes {
description
"The service instances/points that are affected by the data
model changes on the migrated device.";
type string;
}
leaf-list affected-services {
description
"The service instances/points that touches the migrated device.";
type string;
}
}
In the new release the leaf affected-services-with-changes was renamed to affected-services, The migrate will give you only the services impacted by the migration.
01-18-2024 12:24 PM - edited 01-18-2024 12:25 PM
Hello,
You can check the diff in the Yang file
leaf-list affected-services-with-changes {
description
"The service instances/points that are affected by the data
model changes on the migrated device.";
type string;
}
leaf-list affected-services {
description
"The service instances/points that touches the migrated device.";
type string;
}
}
In the new release the leaf affected-services-with-changes was renamed to affected-services, The migrate will give you only the services impacted by the migration.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide