Overview
This article provides information regarding the Exinda CLI command application
.
You can use the application
command to create a new application definition.
Information
- {}: Options are enclosed in braces and are separated by '|'
- []: Optional keywords are enclosed in brackets
- <>: User input is required where variables are enclosed in greater-than and less-than symbols
The following table describes the commands used for performing common actions related to application:
Action Description |
Command | Parameter Description |
To create an application by network object or to remove the network object from the application definition |
[no] application <application name> network-object <network-object-name> |
network-object <network_object_name> - Define the application by network object. |
To create an application by port number and protocol (or to remove the port number and protocol from the application definition) | [no] application <application-name> [network-object <network-object-name>]
port <port number> protocol {protocol} |
|
To create an application by port range and protocol (or to remove the port range and protocol from the application definition |
|
network-object <network-object-name> - Can be optionally specified. |
To create an application by only specifying a protocol (or to remove the protocol only setting from the application definition) |
[no] application <application-name> protocol-only {protocol} |
NA (Not Applicable) |
To create an application using an L7 application signature (or to remove the L7 signature from the application definition) | [no] application <application-name> signature <l7_signature>
[signature_options] |
|
To remove all configuration for a specified application |
application <application name> clear |
NA (Not Applicable) |
To remove an application |
no application <application-name> |
NA (Not Applicable) |
To view an application's definition |
|
NA (Not Applicable) |
Example
Define an application called FTP that uses TCP ports 20 and 21 with the L7 signature, ftp.
application FTP portrange 20 21 protocol tcp
application FTP signature ftp
Find more CLI commands.