lsn-appsattributes¶
The following operations can be performed on "lsn-appsattributes":
unset lsn appsattributes¶
Use this command to remove lsn appsattributes settings.Refer to the set lsn appsattributes command for meanings of the arguments.
Synopsis¶
unset lsn appsattributes
show lsn appsattributes¶
Display LSN Application Port ATTRIBUTES.
Synopsis¶
show lsn appsattributes [
Arguments¶
name Name for the LSN Application Port ATTRIBUTES. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the LSN application profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "lsn application profile1" or 'lsn application profile1').
Output¶
transportprotocol Name of the protocol(TCP,UDP) for which the parameters of this LSN application port ATTRIBUTES applies
sessiontimeout Timeout, in seconds, for an idle LSN session. If an LSN session is idle for a time that exceeds this value, the Citrix ADC removes the session.This timeout does not apply for a TCP LSN session when a FIN or RST message is received from either of the endpoints.
port This is used for Displaying Port/Port range in CLI/Nitro.Lowport, Highport values are populated and used for displaying.Port numbers or range of port numbers to match against the destination port of the incoming packet from a subscriber. When the destination port is matched, the LSN application profile is applied for the LSN session. Separate a range of ports with a hyphen. For example, 40-90.
firstport Indicates first parameter of Port-range. Lowport and Highport will be same for single port value.Port numbers or range of port numbers to match against the destination port of the incoming packet from a subscriber. When the destination port is matched, the LSN application profile is applied for the LSN session. Separate a range of ports with a hyphen. For example, 40-90.
lastport Indicates second parameter of Port-range.Low port and Highport will be same for single port value.Port numbers or range of port numbers to match against the destination port of the incoming packet from a subscriber. When the destination port is matched, the LSN application profile is applied for the LSN session. Separate a range of ports with a hyphen. For example, 40-90.
devno count stateflag
Example¶
show lsn APPSATTRIBUTES s1
set lsn appsattributes¶
Set LSN Application Port ATTRIBUTES.
Synopsis¶
set lsn appsattributes
Arguments¶
name Name for the LSN Application Port ATTRIBUTES. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the LSN application profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "lsn application profile1" or 'lsn application profile1').
sessiontimeout Timeout, in seconds, for an idle LSN session. If an LSN session is idle for a time that exceeds this value, the Citrix ADC removes the session.This timeout does not apply for a TCP LSN session when a FIN or RST message is received from either of the endpoints. Default value: 30 Minimum value: 5 Maximum value: 600
Example¶
Set lsn APPSATTRIBUTES s1 -timeout 40
rm lsn appsattributes¶
Remove LSN Application Port ATTRIBUTES.
Synopsis¶
rm lsn appsattributes
Arguments¶
name Name for the LSN Application Port ATTRIBUTES. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the LSN application profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "lsn application profile1" or 'lsn application profile1').
Example¶
rm lsn APPSATTRIBUTES s1
add lsn appsattributes¶
Add LSN Application Port ATTRIBUTES.
Synopsis¶
add lsn appsattributes
Arguments¶
name Name for the LSN Application Port ATTRIBUTES. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the LSN application profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "lsn application profile1" or 'lsn application profile1').
transportprotocol Name of the protocol(TCP,UDP) for which the parameters of this LSN application port ATTRIBUTES applies
Possible values: TCP, UDP, ICMP
port This is used for Displaying Port/Port range in CLI/Nitro.Lowport, Highport values are populated and used for displaying.Port numbers or range of port numbers to match against the destination port of the incoming packet from a subscriber. When the destination port is matched, the LSN application profile is applied for the LSN session. Separate a range of ports with a hyphen. For example, 40-90. Minimum value: 1
sessiontimeout Timeout, in seconds, for an idle LSN session. If an LSN session is idle for a time that exceeds this value, the Citrix ADC removes the session.This timeout does not apply for a TCP LSN session when a FIN or RST message is received from either of the endpoints. Default value: 30 Minimum value: 5 Maximum value: 600
Example¶
add lsn appsattributes s1 TCP -port 53 -sesstimeout 30