3
Parameters
text
: Specifies a description, a case-sensitive string of 1 to 32 printable characters except question marks
(?).
Examples
# Create a TCP-based POS application template and set the description as ChinaBank1.
<Sysname> system-view
[Sysname] posa app 1 type tcp
[Sysname-posa-app1] description ChinaBank1
display posa connection terminal
Use
display posa connection terminal
to display connection information for TCP-based POS terminals.
Syntax
display posa connection terminal
[
terminal-id
]
Views
Any view
Default command level
network-admin
network-operator
Parameters
terminal-id
: Specifies a POS terminal template by its ID, in the range of 1 to 255. If no terminal template
is specified, the command displays connection information for all TCP-based terminals.
Examples
# Display connection information for all TCP-based terminals.
<Sysname> display posa connection terminal
TerminalID SourceIP SourcePort DestinationPort DestinationIP
1 192.168.100.1 1319 3000 192.168.100.236
1 192.168.100.1 1320 3000 192.168.100.236
5 192.168.100.2 1323 4000 192.168.100.236
5 192.168.100.2 1324 4000 192.168.100.236
Table 1
Command output
Field Description
TerminalID
ID of the POS terminal template.
SourceIP
Source IP address of the connection.
SourcePort
Source port of the connection.
DestinationPort
Destination port of the connection.
DestinationIP
Source IP address of the connection.