Update model docs for device components

This commit is contained in:
jeremystretch
2022-08-15 11:57:38 -04:00
parent d4f976ac8d
commit f76ce172e0
20 changed files with 432 additions and 60 deletions

View File

@@ -1,5 +1,36 @@
## Console Server Ports
# Console Server Ports
A console server is a device which provides remote access to the local consoles of connected devices. They are typically used to provide remote out-of-band access to network devices. Each console server port may be assigned a physical type.
A console server is a device which provides remote access to the local consoles of connected devices. They are typically used to provide remote out-of-band access to network devices, and generally connect to [console ports](./consoleport.md).
Cables can connect console server ports to console ports or pass-through ports.
!!! tip
Like most device components, console server ports are instantiated automatically from [console server port templates](./consoleserverporttemplate.md) assigned to the selected device type when a device is created.
## Fields
### Device
The device to which this console server port belongs.
### Module
The installed module within the assigned device to which this console server port belongs (optional).
### Name
The name of the console server port. Must be unique to the parent device.
### Label
An alternative physical label identifying the console server port.
### Type
The type of console server port.
### Speed
Operating speed, in bits per second (bps).
### Mark Connected
If selected, this component will be treated as if a cable has been connected.