R2511-HP MSR Router Series Voice Command Reference(V5)

181
display voice sip connection
Use display voice sip connection to display information about SIP connections over a specific transport
layer protocol, including both established and attempted connections.
Syntax
display voice sip connection { tcp | tls } [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
tcp: Displays the information of all TCP connections.
tls: Displays the information of all TLS connections.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display the information about SIP connections over TCP.
<Sysname> display voice sip connection tcp
Conn-Id Local-IP Local-Port Remote-IP Remote-Port Conn-State
+------------------------------------------------------------------------------+
569 100.1.1.84 1593 100.1.1.100 5060 Established
570 100.1.1.84 1594 100.1.1.101 5060 Established
571 100.1.1.84 1595 100.1.1.81 5060 Established
572 192.168.0.82 1596 192.168.0.81 5060 Established
# Display the information about SIP connections over TLS.
<Sysname> display voice sip connection tls
Conn-Id Local-IP Local-Port Remote-IP Remote-Port Conn-State
+------------------------------------------------------------------------------+
73 192.168.0.202 1086 192.168.0.132 5061 Established
display voice enum-group
Use display voice enum-group to display the configuration information of ENUM translation rule groups.
Syntax
display voice enum-group { all | mark group-number } [ | { begin | exclude | include }
regular-expression ]