C_OWNER#

code: 2

# set
C_OWNER <username>

# get
C_OWNER ?

Description#

Identify the owner of the management session. This name will be used when reserving ports prior to updating their configuration. There is no authentication of the users, and the chassis does not have any actual user accounts.

Multiple concurrent connections may use the same owner name, but only one connection can have any particular resource reserved at any given time. Until an owner is specified the chassis configuration can only be read. Once specified, the session can reserve ports for that owner, and will inherit any existing reservations for that owner retained at the chassis.

Maximum 32 ASCII characters.

Actions#

set, get

Parameters#

  1. username: owner, the username of this chassis management session.

Example#

# set
input:  C_OWNER "Bob"
output: <OK>

# get
input:  C_OWNER ?
output: C_OWNER "Bob"