ExtendedAccessEntry
Description
An object that holds required information for an extended access entry. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| action | True | string |
A mandatory expanded community entry object that defines the default action. Possible values are:
PERMIT DENY Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| sourceNetworks | False | [ object ] |
A list of network objects which specifies the IP address of the network or host from which the packet is being sent.
Allowed types are: [ NetworkObjectGroup , NetworkObject ] |
|||
| destinationNetworks | False | [ object ] |
A list of network objects which specifies the IP address of the network or host to which the packet is being sent.
Allowed types are: [ NetworkObjectGroup , NetworkObject ] |
|||
| sourcePorts | False | [ object ] |
A list of port objects which matches the port numbers used by the source networks.
Allowed types are: [ PortObjectGroup , UDPPortObject , TCPPortObject , ICMPv6PortObject , ICMPv4PortObject , ProtocolObject ] |
|||
| destinationPorts | False | [ object ] |
A list of port objects which matches the port numbers used by the destination networks
Allowed types are: [ PortObjectGroup , UDPPortObject , TCPPortObject , ICMPv6PortObject , ICMPv4PortObject , ProtocolObject ] |
|||
| logging | True | string |
A mandatory expanded community entry object that defines the logging action for an extended access entry (Default: INFORMATIONAL). Possible values are:
DEFAULT DISABLED PER_ACCESS_LIST_ENTRY Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| logLevel | False | string |
An object that defines the log level. Possible values are:
ALERT CRITICAL DEBUGGING EMERGENCY ERROR INFORMATIONAL NOTIFICATION WARNING |
|||
| logInterval | False | integer |
An object that defines log interval when logging is enabled. Log interval can be between 1-600 (Default: 300)
Field level constraints: must be between 1 and 600 (inclusive). (Note: Additional constraints might exist) |
|||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||