Programmer's Guide (Supporting ADX v03.1.00) Manual

344 Brocade Virtual ADX XML API Programmer’s Guide
53-1003248-01
Enumerations
4
staticRouteTypeEnum
This type of data describes the enumerations for a static route type.
stpTypeEnum
This type of data describes the enumerations for an STP type.
tcpSessionStateEnum
This type of data describes the enumerations for the TCP session state.
TABLE 845 Attributes
Parameters Description
STANDARD The static route consists of the destination network address and network mask, and the IP address
of the next-hop gateway. You can configure multiple standard static routes with the same metric for
load sharing or with different metrics to provide a primary route and backup routes.
INTERFACE The static route consists of the destination network address and network mask, and the Layer 3
Switch interface through which you want the Layer 3 Switch to send traffic for the route. Typically,
this type of static route is for directly attached destination networks.
NULL The static route consists of the destination network address and network mask, and the “null0”
parameter. Typically, the null route is configured as a backup route for discarding traffic if the
primary route is unavailable.
TABLE 846 Attributes
Parameters Description
GLOBAL The STP global parameter.
GLOBAL_ETHERNE STP at global level.
VLAN The VLAN ID.
VLAN_ETHERNET The STP at VLAN level.
TABLE 847 Attributes
Parameters Description
LISTEN Waiting for a connection request.
SYN_SENT Waiting for a matching connection request
SYN_RECEIVED Waiting for a confirming connection request
ESTABILISHED Data can be sent and received over the connection
FIN_WAIT_1 Waiting for a connection termination request from the remote TCP, or an
acknowledgment of the connection termination request previously sent.
FIN_WAIT_2 Waiting for a connection termination request from the remote TCP.
CLOSE_WAIT Waiting for a connection termination request from the local user.
CLOSING Waiting for a connection termination request
LAST_ACK Waiting for an acknowledgment of the connection termination request previously sent
to the remote TCP (which includes an acknowledgment of its connection termination
request).