I've seen a few posts on this topic and have attempted to follow the template of what others have done, but I'm not having much luck.
Using a fresh install of Netbox 2.6.3.
I've created the patch panels, with the associated front and rear ports. The structured cabling I want to add at this point is from the rear port of one patch panel to the rear port of another. I then attempt to create a cable with the following string:
side_a_device,side_a_type,side_a_name,side_b_device,side_b_type,side_b_name,label
pp1-1,rearport,1,pp2-1,rearport,1,et0000001
but when I do so, I get an error message:
<class 'dcim.models.Cable.termination_a_type.RelatedObjectDoesNotExist'>
Cable has no termination_a_type.
Having looked at similar topic discussions, I don't think I'm doing anything wrong. What is "termination_a_type" ? Upon creating the ports, I chose the 8P8C which is what a CAT6 cable would be using.
I've tried looking at it from another perspective: manually creating a cable by clicking on the green arrow button, I then get a cable, but the resulting output csv I was hoping to use is completely different!
termination_a_type, termination_a_id, termination_b_type, termination_b_id, type, status, label
jdcim.rearport 74 dcim.rearport 50 CAT6 connected et000001
Any suggestions?