Problem Statement:
In some networks, there are multiple fiber pairs between the same source-destination node pair. The demands can go though either one or the other. The problem is that the script gnpy-convert-xls does not accept two rows with the same source-destination, they are considered duplicated links
Solution proposed
The script gnpy-convert-xls could accept paralel links. Cable ID can be used to distinguish between the different cables.
Describe alternatives you've considered
Currenty, I had to create the topology with serveral conversions (several topology excels with a set of unique links) and merge them in a single json later.
Problem Statement:
In some networks, there are multiple fiber pairs between the same source-destination node pair. The demands can go though either one or the other. The problem is that the script gnpy-convert-xls does not accept two rows with the same source-destination, they are considered duplicated links
Solution proposed
The script gnpy-convert-xls could accept paralel links. Cable ID can be used to distinguish between the different cables.
Describe alternatives you've considered
Currenty, I had to create the topology with serveral conversions (several topology excels with a set of unique links) and merge them in a single json later.