Ports

Configure a Port

config: port
config(port): help
You are here: entity port

Description for the entity:
   Configuring and viewing ports information

Names (type <name> or help <name>)
==================================
USB-A USB-E USB-front-lower port03 port07 port11 port15 port19 port23
USB-B USB-F USB-front-upper port04 port08 port12 port16 port20 port24
USB-C USB-G port01                port05 port09 port13 port17 port21
USB-D USB-H port02 port06         port10 port14 port18 port22

Commands (type help <command>)
==============================
exit help show up

config(port): port01
config(port port01): baudrate // tab completion
110 1200 150 19200 230400 300 4800 57600 75
115200 134 1800 200 2400 38400 50 600 9600
config(port port01): baudrate 57600
config(port port01): label Router
config(port port01): control_code
config(port port01 control_code): break a
config(port port01 control_code): up
config(port port01): show
// Session continues here:
Entity port item port01
  baudrate         57600 *
  databits        8
  escape_char     ~
  label Router        *
  logging_level   disabled
  mode            consoleServer
  parity          none
  pinout          X2
  stopbits        1
  control_code  (object)
    break a *
    chooser
    pmhelp
    portlog
    power
    quit
  ip_alias (array)
config(port port01): apply
Updating entity port item port01.
config(port port01):

Configure Single Session on Port

The feature is enabled by typing single_session true, then apply the change.

config(port port01):      single_session true
config(port port01):      apply
Updating entity port      item port01.
config(port port01):      show
Entity port item              port01
    baudrate                      9600
...
single_session                true
...
ip_alias (array)

Change Port Labels

edit port port01 label "cisco1"
edit port port02 label "cisco2"
edit port port03 label "cisco3"
edit port port04 label "cisco4"