linkset¶
The following operations can be performed on "linkset":
add | rm | bind | unbind | show
add linkset¶
Adds a linkset to the NetScaler cluster.
Synopsys¶
add linkset <id>
Arguments¶
id
Unique identifier for the linkset. Must be of the form LS/x, where x can be an integer from 1 to 32.
Example¶
add linkset LS/1
rm linkset¶
Removes a linkset from the cluster.
Synopsys¶
rm linkset <id>
Arguments¶
id
ID of the linkset to be removed.
Example¶
rm linkset LS/1
bind linkset¶
Binds interfaces to the linkset.
Synopsys¶
bind linkset <id> -ifnum <interface_name> ...
Arguments¶
id
ID of the linkset to which to bind the interfaces.
ifnum
The interfaces to be bound to the linkset.
Example¶
bind linkset LS/1 -ifnum 1/1/1
unbind linkset¶
Unbinds interfaces from the linkset.
Synopsys¶
unbind linkset <id> -ifnum <interface_name> ...
Arguments¶
id
ID of the linkset from which to unbind the interfaces.
ifnum
Interfaces to be unbound from the linkset.
Example¶
unbind linkset LS/1 -ifnum 1/1/1
show linkset¶
Displays information about all linksets, or displays information about the specified linkset.
Synopsys¶
show linkset [<id>]
Arguments¶
id
ID of the linkset for which to display information. If an ID is not provided, the display includes information about all linksets that are available in the cluster.
Outputs¶
ifnum
The interfaces to be bound to the linkset.
stateflag
state flag
devno
count
Example¶
show linkset