-
Hi There, Does anyone know the correct syntax to use when importing IPAM using a CSV form. I'm constantly getting erros with the interface part. I've created multiple devices and added interfaces to each but can't figure out how to do it. EG I've created device called Switch01 and on the switch I've created interfaces named "Port 1" all the way through to "Port 48" Trying to import over 500 addresses so would much rather just upload 1 file then manually enter this |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Can you show one example line which is failing, including both the header line and the data line? |
Beta Was this translation helpful? Give feedback.
-
So basically everything else works except the interface field. I have a device called AU-W-DAN-HO-SW07 and have created 52 interfaces on the device. Just trying to figure out the correct syntax to import it to port 20 on this specific device. |
Beta Was this translation helpful? Give feedback.
-
My 2c... |
Beta Was this translation helpful? Give feedback.
-
Oh wow can't believe I missed that. Sometimes takes another set of eyes Thank you very much working now |
Beta Was this translation helpful? Give feedback.
My 2c...
It looks like your missing device in your header row and a comma in your data row after the device and before Port 20.
ie. like
address,status,description,device,interface
10.150.65.200/24,active,Test Server,AU-W-DAN-HO-SW07,Port 20