Skip to content

Support for VPN Tunnels #9816

@mlazzarotto

Description

@mlazzarotto

NetBox version

3.2.6

Feature type

New functionality

Proposed functionality

I suggest to add support for site-to-site VPN tunnels.
In this way I can have a clear view of all of my tunnels

Use case

I have an Excel with 100+ site-to-site vpn tunnels.
This would help to store all the details about VPN.

Database changes

This is a list of fields that I'd like to have

  • Name
  • status (Active, Offline, Backup, Planned, Deprecated)
  • type (route based VTI, policy based)
  • nat traversal enabled (true, false)
  • interface of the device (linked to device interface)
  • local peer ip (one or more, linked to ip in IPAM)
  • remote peer ip (one or more, linked to ip in IPAM)
  • list of local subnets (linked to Subnets in IPAM)
  • list of remote subnets (linked to Subnets in IPAM)
  • protocols used (IKEv1/IKEv2 and IPsec)
  • date created
  • contact field
  • description field

External dependencies

I looked at this https://pypi.org/project/netbox-tunnels-plugin/, I don't know if it can be implemented or not

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the application

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions