| getforwardingsessionResult Structure Definition |
The getforwardingsessionResult structure defines the return type for getforwardingsession API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
forwardingsessionList |
List of forwardingsessions |
| forwardingsession Structure Definition |
The forwardingsession structure defines the actual return type values for getforwardingsession API. |
Syntax |
Members |
name |
Name of the forwarding session rule whose details you want to display. |
network |
An IPv4 network address or IPv6 prefix of a network from which the forwarded traffic originates or to which it is destined. |
netmask |
Subnet mask associated with the network. |
aclname |
Name of any configured ACL whose action is ALLOW. The rule of the ACL is used as a forwarding session rule. |
acl6name |
Name of any configured ACL6 whose action is ALLOW. The rule of the ACL6 is used as a forwarding session rule. |
connfailover |
Synchronize connection information with the secondary appliance in a high availability (HA) pair. That is, synchronize all connection-related information for the forwarding session. |
sourceroutecache |
Cache the source ip address and mac address of the DA servers. |
processlocal |
Enabling this option on forwarding session will not steer the packet to flow processor. Instead, packet will be routed. |
_nextgenapiresource |
See Also |