...
...
borderColor | green |
---|
bgColor | transparent |
---|
borderWidth | 2 |
---|
...
Back to CLI Configure Mode
Back to Address Context - CLI
Back to Zone - CLI
Excerpt Include |
---|
| CAC Management Using MTRM |
---|
| CAC Management Using MTRM |
---|
nopanel | true |
---|
|
This section describes the commands involved in configuring MTRM server and client connection ports.
Note |
---|
If configuring MTRM connection port on the Management interface, first configure the Management Logical IP using syntax below. Then insert that IP address in the ipAddressV4 or ipAddressV6 field of the MTRM connection port. |
Code Block |
---|
|
% set system logicalMgmtIpInterface <name> mgmtIpInterfaceGroupName <mgmtInterfaceGroupName> ipAddress <logicalIPAddress>
% set system logicalMgmtIpInterface <name> state enabled |
Include Page |
---|
| IP_IGs_ServedBySeperateProcessors |
---|
| IP_IGs_ServedBySeperateProcessors |
---|
|
MTRM Conn Port (Server Role)Command Syntax
The MTRM Conn Port CLI syntax is shown below for the Server and Client port roles selected using the portRole
parameter.
Code Block |
---|
|
% set addressContext <addressContext name> zone <zone name> mtrmConnPort <index> portRole server
healthCheckIgnore <disable | enable>
healthCheckInterval <1-150>
healthCheckTimeout <1-120>
ipAddressV4 <IP address>
ipAddressV6 <IP address>
ipInterfaceGroupName <IPIG name>
mgmtInterfaceGroupName <MIG name>
mode <inService | outOfService>
portNumber <4000-4500>
state <disabled | enabled>
% show addressContext <addressContext name> zone <zone name> mtrmConnPort
% delete addressContext <addressContext name> zone <zone name> mtrmConnPort <index> |
Command Parameters
Caption |
---|
0 | Table |
---|
1 | Zone MTRM Conn Port Parameters |
---|
|
Parameter | Length/Range | Description |
---|
<index> | 1-128 | The Master Trunk Group Connection Port index.
| healthCheckIgnore | N/A | Enable this flag to ignore the health check time-out. | healthCheckInterval | 1-150 | The MTRM health check interval, in seconds. A health check message is sent to the peer at the end of each interval. (default = 5) | healthCheckTimeout | 1-120 | The health check time-out duration, in seconds. The client connection closes if no response is received from the client during this time span. (default = 25) | ipaddressV4 | N/A | The IPv4 listen address of the MTRM Connection Port. | ipaddressV6 | N/A | The IPv6 listen address of the MTRM Connection Port. | ipInterfaceGroupName | N/A | The IP Interface Group name used by MTRM connection port. | mgmtInterfaceGroupName | N/A | Specifies the MGMT interface group name used by this MTRM connection port. | mode | N/A | Specifies the operational mode for this MTRM connection port. inService (default)outOfService
| portNumber | 4000-4500 | The MTRM listen port. (default = 4360) | portRole | N/A | MTRM connection port role: | state | N/A | Specifies the administrative state of this MTRM connection port. disabled (default)enabled
|
|
MTRM Conn Port (Client Role)Command Syntax
Code Block |
---|
|
% set addressContext <addressContext name> zone <zone name> mtrmConnPort <index> portRole client
forceSecondaryConnection <disabled | enabled>
healthCheckIgnore <disable | enable>
healthCheckInterval <1-150>
healthCheckTimeout <1-120>
ipAddressV4 <IP address>
ipAddressV6 <IP address>
ipInterfaceGroupName <IPIG name>
mgmtInterfaceGroupName <MIG name>
mode <inService | outOfService>
primaryServerIPAddr <IPv4 or IPv6 address>
primaryServerPortNumber <4000-4500>
retryCount <3-20>
secondaryIpAddress <IPv4 or IPv6 address>
secondaryPortNumber <4000-4500>
serverReconnectInterval <1-150>
state <disabled | enabled>
% show addressContext <addressContext name> zone <zone name> mtrmConnPort
% delete addressContext <addressContext name> zone <zone name> mtrmConnPort <index> |
Command Parameters
Parameter | Length/Range | Description |
---|
<index> | 1-128 | The Master Trunk Group Connection Port index.
|
forceSecondaryConnection | N/A | Enable this flag to force the MTRM Connection Port from the primary to the secondary server for a geo-redundant client. If MTRM is connected to secondary server, the MTRM connection port remains connected to the secondary even if the primary is available. disabled (default)enabled
|
healthCheckIgnore | N/A | Enable this flag to ignore the health check time-out. |
healthCheckInterval | 1-150 | The MTRM health check interval, in seconds. A health check message is sent to the peer at the end of each interval. (default = 5) |
healthCheckTimeout | 1-120 | The health check time-out duration, in seconds. The client connection closes if no response is received from the server during this time span. (default = 25) |
ipaddressV4 | N/A | The local IPV4 address. |
ipaddressV6 | N/A | The local IPV6 address. |
ipInterfaceGroupName | N/A | The IP Interface Group name used by MTRM connection port. |
mgmtInterfaceGroupName | N/A | Specifies the MGMT interface group name used by this MTRM connection port. |
mode | N/A | Specifies the operational mode for this MTRM connection port. inService (default)outOfService
|
portRole | N/A | MTRM connection port role: |
primaryServerIPAddr
| N/A | The IPv4 or IPv6 address of the primary server. |
primaryServerPortNumber | 4000-4500 | The MTRM server port to connect to. (default = 4360) |
retryCount | 3-20 | The number of times to attempt a connection to the peer, after which the connection switches to the alternate server. (default = 5) |
secondaryIpAddress | N/A | The IPv4 or IPv6 address of the secondary server. |
secondaryPortNumber | 4000-4500 | Port number of the MTRM secondary server. (default = 4360) |
serverReconnectInterval | 1-150 | the amount of time in seconds after which the client tries to connect to the server. |
state | N/A | Specifies the administrative state of this MTRM connection port. disabled (default)enabled
|
Resetting MTRM Connection Port and Statistics
Use the following commands to reset MTRM connection port and statistics.
Code Block |
---|
|
% request addressContext default zone defaultSigZone mtrmConnPort <index>
reset
statReset |
Caption |
---|
0 | Table |
---|
1 | MTRM Connection Port Reset Parameters |
---|
|
Parameter | Description |
---|
reset | Reset the Master Trunk Group Connection Port. | statReset | Reset the Master Trunk Group Connection Port statistics. |
|
Viewing Results and Status
Use the following system-level CLI syntax to view MTRM Conn Port details, peer status and statistics:
Code Block |
---|
|
> show table addressContext <addressContext name> zone <zone name> mtrmConnPort
> show status addressContext <addressContext name> zone <zone name> mtrmConnPortPeerStatus
> show status addressContext <addressContext name> zone <zone name> mtrmConnPortPeerStatistics |