-
Notifications
You must be signed in to change notification settings - Fork 924
Console Ports
Daniel W. Anner edited this page Jan 11, 2023
·
1 revision
Console Port interfaces provide connectivity to the physical console of a device. These are typically used for temporary access by someone who is physically near the device, or for remote out-of-band access provided via a networked console server.
Head on over to the NetBox Documentation if you would like to read more about Console Ports.
-
name
: (String) Port Name -
type
: (String) Value is the Port type slug - API value from NetBox, see Value Options for the available key values
-
label
: (String) Label
- Key:
type
- Value:
- de-9
- db-25
- rj-11
- rj-12
- rj-45
- mini-din-8
- usb-a
- usb-b
- usb-c
- usb-mini-a
- usb-mini-b
- usb-micro-a
- usb-micro-b
- usb-micro-ab
- other
⚠️ other
is a reserved type that should sparingly be used. If a port type does not exist, please create an issue.
console-ports:
- name: Console
label: RJ-45 Console
type: rj-45
- name: USB
label: USB Console
type: usb-mini-b
-
Component Definitions
- Console Ports
- Console Server Ports
- Power Ports
- Power Outlets
- Interfaces
- Front Ports
- Rear Ports
- Module Bays
- Device Bays
- Inventory Items