link console speed on device with console server port speed #7136

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

Originally created by @powerscooter on GitHub (Oct 19, 2022).

NetBox version

v3.3.5

Feature type

New functionality

Proposed functionality

Hello all,

when I configure the speed of the console port of a device, I have to configure this on the console server port as well.

Since these values must be the same on both devices for console access to work, it would be very helpful if these values would always sync.

Use case

When I configure the console port from the device. It would be nice if this changes directly on the connected console server port.

Thanks!

Database changes

No response

External dependencies

No response

Originally created by @powerscooter on GitHub (Oct 19, 2022). ### NetBox version v3.3.5 ### Feature type New functionality ### Proposed functionality Hello all, when I configure the speed of the console port of a device, I have to configure this on the console server port as well. Since these values must be the same on both devices for console access to work, it would be very helpful if these values would always sync. ### Use case When I configure the console port from the device. It would be nice if this changes directly on the connected console server port. Thanks! ### Database changes _No response_ ### External dependencies _No response_
adam added the type: feature label 2025-12-29 20:19:38 +01:00
adam closed this issue 2025-12-29 20:19:38 +01:00
Author
Owner

@ryanmerolle commented on GitHub (Oct 22, 2022):

Feels like a good report or script you could create to address this.

@ryanmerolle commented on GitHub (Oct 22, 2022): Feels like a good report or script you could create to address this.
Author
Owner

@jeremystretch commented on GitHub (Oct 25, 2022):

Since these values must be the same on both devices for console access to work, it would be very helpful if these values would always sync.

NetBox intentionally does not make any assumptions about correct values on behalf of the user, as doing so would be very dangerous. For example, if you connected a console port configured with an incorrect speed of 9600bps to a console server port with a correct speed of 115200bps, the proposed implementation would erroneously adjust the server port, resulting in an incorrect state.

Instead, as @ryanmerolle suggests, you can leverage a report or custom validation to automatically check for and correct these conditions as necessary.

@jeremystretch commented on GitHub (Oct 25, 2022): > Since these values must be the same on both devices for console access to work, it would be very helpful if these values would always sync. NetBox intentionally does not make any assumptions about correct values on behalf of the user, as doing so would be very dangerous. For example, if you connected a console port configured with an incorrect speed of 9600bps to a console server port with a correct speed of 115200bps, the proposed implementation would erroneously adjust the server port, resulting in an incorrect state. Instead, as @ryanmerolle suggests, you can leverage a [report](https://docs.netbox.dev/en/stable/customization/reports/) or [custom validation](https://docs.netbox.dev/en/stable/customization/custom-validation/) to automatically check for and correct these conditions as necessary.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7136