Bulk Import - VRF must be capitalized #7750

Closed
opened 2025-12-29 20:27:48 +01:00 by adam · 2 comments
Owner

Originally created by @Danielcraft15 on GitHub (Mar 13, 2023).

NetBox version

v3.4.5

Python version

3.8

Steps to Reproduce

In any version(eg. demo), navigate to the IP Addresses and click on Bulk Import
I wrote the following

address,status,vrf
111.111.11.1/24,active,global

Expected Behavior

I expected it to successfully document the IP Address.

Observed Behavior

This error was shown.
image

When capitalized, this error doesn't pop up and it lets me document the IP Address.
address,status,VRF 111.111.11.1/24,active,global
It wasn't an issue for me, but it was something I noticed. Hope this helps in any way.

Originally created by @Danielcraft15 on GitHub (Mar 13, 2023). ### NetBox version v3.4.5 ### Python version 3.8 ### Steps to Reproduce In any version(eg. demo), navigate to the IP Addresses and click on Bulk Import I wrote the following ``` address,status,vrf 111.111.11.1/24,active,global ``` ### Expected Behavior I expected it to successfully document the IP Address. ### Observed Behavior This error was shown. ![image](https://user-images.githubusercontent.com/122042242/224717624-7a12c2e9-f559-4d25-8742-bba16b38fd88.png) When capitalized, this error doesn't pop up and it lets me document the IP Address. ` address,status,VRF 111.111.11.1/24,active,global ` It wasn't an issue for me, but it was something I noticed. Hope this helps in any way.
adam closed this issue 2025-12-29 20:27:48 +01:00
Author
Owner

@Danielcraft15 commented on GitHub (Mar 13, 2023):

In the glossary/Field Options VRF isn't capitalized("vrf" is listed), so that might cause some confusion.

@Danielcraft15 commented on GitHub (Mar 13, 2023): In the glossary/Field Options VRF isn't capitalized("vrf" is listed), so that might cause some confusion.
Author
Owner

@jeremystretch commented on GitHub (Mar 13, 2023):

There is no literal VRF named "global." When importing IP addresses and prefixes that do not belong to a VRF, simply leave the VRF field empty.

@jeremystretch commented on GitHub (Mar 13, 2023): There is no literal VRF named "global." When importing IP addresses and prefixes that do not belong to a VRF, simply leave the VRF field empty.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7750