netbox-routing icon indicating copy to clipboard operation
netbox-routing copied to clipboard

Add Support for tags on static routes

Open baldoarturo opened this issue 8 months ago • 0 comments

Plugin version

0.3.0

NetBox version

v4.2.7

Feature type

Data model extension

Proposed functionality

Add support for tags on static routes Might not be standard on different vendors but it is supported by the following - to my knowledge, and might be more

https://www.juniper.net/documentation/us/en/software/junos/cli-reference/topics/ref/statement/tag-edit-routing-options.html

https://arubanetworking.hpe.com/techdocs/AOS-CX/10.11/HTML/ip_route_6300-6400-83xx-9300-10000/Content/Chp_StatRoute/StatRoute_cmds/ip-rou-tag81.htm

https://www.cisco.com/c/en/us/td/docs/routers/xr12000/software/xr12k_r4-0/routing/command/reference/rr40xr12kbook_chapter9.html

Use case

Support for the tag keyword on many vendors

Database changes

Adds

tag = models.IntegerField( verbose_name='Tag', help_text='Optional tag for this static route', blank=True, null=True )

External dependencies

No response

baldoarturo avatar Apr 21 '25 21:04 baldoarturo