ADC CLI Commands

quicBridge-profile

The following operations can be performed on “quicBridge-profile”:

show unset rm add set

show quicBridge profile

Display all the configured QUICBRDIGE profiles in the system. If a name is specified, then only that profile is shown.

Synopsis

show quicBridge profile []

Arguments

name Name for the QUIC profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@),equals sign (=), and hyphen (-) characters. Cannot be changed after the profile is created.

Output

routingAlgorithm Routing algorithm to generate routable connection IDs.

ServerIdlength Length of serverid to encode/decode server information

refCnt Number of entities using this profile

devno count stateflag

Example

show quicBridge profile [profile name]

unset quicBridge profile

Removes the attributes of the QUIC Bridge profile. Attributes for which a default value is available revert to their default values. Refer to the ‘set ns quicBridge Profile’ command for a description of the parameters..Refer to the set quicBridge profile command for meanings of the arguments.

Synopsis

unset quicBridge profile [-routingAlgorithm] [-ServerIdlength]

rm quicBridge profile

Remove a QUICBRIDGE profile on the Citrix ADC

Synopsis

rm quicBridge profile

Arguments

name Name for the QUIC profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@),equals sign (=), and hyphen (-) characters. Cannot be changed after the profile is created.

Example

rm quicBridgeprofile

add quicBridge profile

Create a new QUICBRIDGE profile on the Citrix ADC.

Synopsis

add quicBridge profile [-routingAlgorithm PLAINTEXT] [-ServerIdlength ]

Arguments

name Name for the QUIC profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@),equals sign (=), and hyphen (-) characters. Cannot be changed after the profile is created.

routingAlgorithm Routing algorithm to generate routable connection IDs.

Possible values: PLAINTEXT Default value: PLAINTEXT

ServerIdlength Length of serverid to encode/decode server information Default value: 4 Minimum value: 2 Maximum value: 38

Example

add quicBridgeProfile quic_prof_1 -quicBridgeRoutingAlgorithm PLAINTEXT -quicBridgeServerIdlength 4

set quicBridge profile

Set/modify QUICBRIDGE profile values

Synopsis

set quicBridge profile [-routingAlgorithm PLAINTEXT] [-ServerIdlength ]

Arguments

name Name for the QUIC profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@),equals sign (=), and hyphen (-) characters. Cannot be changed after the profile is created.

routingAlgorithm Routing algorithm to generate routable connection IDs.

Possible values: PLAINTEXT Default value: PLAINTEXT

ServerIdlength Length of serverid to encode/decode server information Default value: 4 Minimum value: 2 Maximum value: 38

Example

set quicBridgeprofile -quicBridgeRoutingAlgorithm PLAINTEXT -quicBridgeServerIdlength 4

quicBridge-profile