| Parameter | Presence | Type | Default | Description |
---|
| index | M | uint32 | |
Index of this Master Trunk Group Connection Port.
|
| portRole | M | enumeration | |
The role of the MTRM Connection Port, there can only be one server port per SBX.
|
| primaryServerIPAddr | O | ip-address | |
IP address of the primary server, this can be IPV4 or IPV6
|
| primaryServerPortNumber | O | int32 | 4360 |
If portRole is server, this is the MTRM listen Port,
If portRole is client, this is the MTRM server port to connect to.
|
| ipInterfaceGroupName | O | reference | |
IP interface group used by this MTRM Connection Port.
|
| mgmtInterfaceGroupName | O | reference | |
MGMT interface group used by this MTRM Connection Port.
|
| ipAddressV4 | O | ipv4-address | |
If portRole is server, this is the IPV4 listen address of the MTRM Connection Port,
if portRole is client, this is the local IPV4 address.
|
| ipAddressV6 | O | ipv6-address | |
If portRole is server, this is the IPV6 listen address of the MTRM Connection Port,
if portRole is client, this is the local IPV6 address.
|
| portNumber | O | int32 | 4360 |
PortRole is server, this is the MTRM listen Port,
|
| secondaryIpAddress | O | ip-address | |
This is the IPV4 or IPV6 address of the secondary server.
|
| secondaryPortNumber | O | int32 | 4360 |
This is the port number of MTRM secondary server.
|
| healthCheckInterval | O | uint16 | 5 |
This is the MTRM HealthCheck Interval (in seconds) A health check message will be sent to peer at this interval .
|
| healthCheckTimeout | O | uint16 | 25 |
The timeout in seconds for the healthcheck, client connection will timeout if no response is received from server and server connection will timeout if no healthcheck message is received from client for this much span of time.
|
| healthCheckIgnore | O | enumeration | disable |
This value when enabled will ignore health timeout.
|
| mode | O | enumeration | inService |
The operational mode for this Master Trunk Group Connection Port.
|
| state | O | enumeration | disabled |
Administrative state of this Master Trunk Group Connection Port.
|
| retryCount | O | uint16 | 5 |
Number of times a connection attempt will be made to the peer, connection will switch to alternate server if configured after this much of connection attemps.
|
| serverReconnectInterval | O | uint16 | 5 |
Time interval in seconds when the client will re-try connection to the server.
|
| forceSecondaryConnection | O | enumeration | disabled |
Forces the MTRM Connection Port to its secondary for a geo-redundant client; enabled - If connected to primary, MTRM connection port will be forced to secondary; if connected to secondary, MTRM connection port will remain connected to secondary even if primary is available; disabled - Primary server affinity will be restored (default)
|