sysconf ctc client show

Show assigned clients.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

>Monitor

Syntax

sysconf ctc client show -interface <eth0> | <eth1> | <eth2> | <eth3> | <bond0> | <bond1>

Argument(s) Shortcut Description
-interface <net_device> -i

A network interface devicename on the Luna Network HSM 7 (eth0, eth1, eth2, eth3, bond0, or bond1).

If the “-i” option is not specified, interfaces without assigned clients are skipped. If no clients have been assigned, the message “No clients are configured” is shown.

If the interface is specified with the “-i” option, clients assigned to that interface are displayed. If no clients have been assigned, “None” is shown.

Example with no interface specified, but a client is assigned

lunash:>sysconf ctc client show
eth0:
         client          class
------------------------------
  192.168.10 13         class1
  192.168.10.16         class1
------------------------------


Command Result : 0 (Success)

Example with interface specified, and a client is assigned

lunash:>sysconf ctc client show -i eth0

         client          class
------------------------------
  192.168.10 13         class1
  192.168.10.16         class1
------------------------------


Command Result : 0 (Success)

Example with no interface specified and none have been assigned

lunash:>sysconf ctc class show

No class configured.


Command Result : 0 (Success)

Example with interface specified, but no clients assigned

lunash:>sysconf ctc client show -i eth0 

         client          class
------------------------------
NONE
------------------------------


Command Result : 0 (Success)