Table/Group | Supported Variables | Comments |
---|---|---|
Application Group Table | etsysAppSignGroupTable |
A table that contains the standard Application Groups for the Extreme Network deep packet inspection engine. Not-accessible. |
etsysAppSignGroupEntry |
An entry that ties a given application Group Name to a particular application group ID. Not-accessible. |
|
etsysAppSignGroupId |
A pre-defined unique group index that points to the group to which the application belongs. Not-accessible. |
|
etsysAppSignGroupName |
A pre-defined application group name. Read-only. |
|
Application Display Name Table | etsysAppSignDisplayNameTable |
A table that describes attributes of a user-defined application display name. Not-accessible. |
etsysAppSignDisplayNameEntry |
Describes a particular entry within the etsysAppSignDisplayNameTable." Not-accessible. |
|
etsysAppSignDisplayId |
A unique ID assigned to a specific extended signature. The user can only assign an index in a range from 5,000 to 5,999. The rest of the indices are reserved for internal use. Not-accessible. |
|
etsysAppSignDisplayName |
A user-friendly name assigned to this extended signature. The display name and display ID must be unique within the scope of a single managed entity. This object must not be modifiable while this entry's RowStatus is active (1) or if etsysAppSignDisplayId is a reserved index. Read-create. |
|
etsysAppSignDisplayNameRowStatus |
This object allows for the dynamic creation and deletion of entries within the etsysAppSignDisplayNameTable as well as the activation and deactivation of these entries. Read-create. |
|
Application Pattern String Table | etsysAppSignPatternTable |
A table that describes attributes of a user-defined pattern string. Not-accessible. |
etsysAppSignPatternEntry |
An entry describing the matching pattern of a WebApplRule and its assigned index. For use by the Extreme Networks deep packet inspection engine. Not-accessible. |
|
etsysAppSignPatternIndex |
A unique identifier for a pattern string. The user can only assign an index in a range from 1,000,000 to 2,000,000. The rest of the indices are reserved for internal use. Not-accessible. |
|
etsysAppSignPattern |
A case-sensitive string for matching against the 'host' field of an HTTP request packet, or the 'server name' in the 'client Hello' packet of a TLS session. This is used to identify the application. Read-create. |
|
etsysAppSignPatternRowStatus |
This object allows the dynamic creation and deletion of entries within the etsysAppSignPatternTable, as well as the activation and deactivation of these entries. etsysAppSignPatternRowStatus must not be set to active (1) and createAndGo(4) if the etsysAppSignPattern object contains an empty string. Read-create. |