4.511 rtrv-ip-conn
Use this command to retrieve SIP/ENUM/SCCP/SFAPP/IPS with SFLOG connection entries. The IPCONN table supports the provisioning information related to the SIP/ENUM/SCCP/SFAPP/IPS with SFLOG connections.
Parameters
- lhost (optional)
- Local host name. This parameter specifies the local host name as defined in the IP Host table.
- loc (optional)
- The card location as stenciled on the shelf of the
system.
- Range:
- 1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 1311 - 1318, 2101 - 2108, 2111 - 2118, 2201 - 2208, 2211 - 2218, 2301 - 2308, 2311 - 2318, 3101 - 3108, 3111 - 3118, 3201 - 3208, 3211 - 3218, 3301 - 3308, 3311 - 3318, 4101 - 4108, 4111 - 4118, 4201 - 4208, 4211 - 4218, 4301 - 4308, 4311 - 4318, 5101 - 5108, 5111 - 5118, 5201 - 5208, 5211 - 5218, 5301 - 5308, 5311 - 5318, 6101 - 6108, 6111 – 6118
Example
rtrv-ip-conn
rtrv-ip-conn:cname=conn1101a
rtrv-ip-conn:loc=1101
rtrv-ip-conn:prot=tcp
rtrv-ip-conn:lhost=lss1
rtrv-ip-conn:open=yes
Dependencies
SIPNP Feature must be enabled before retrieving any SIP connection entry.
At least one ENUM card must be provisioned before entering any ENUM connection information.
At least one IPS card with SFLOG=yes must be provisioned before entering any TCP connection information on IPS.
At least one SCCP/SFAPP card must be provisioned before entering any Visualization connection information.
IPCONN table should be accessible.
The value specified for the HOST parameter must begin with an alphabetic character and can contain a..z, A..Z, 0..9, - (hyphen), or . (period).
The specified card location must be equipped.
The location specified with this command should be of a SIP/ENUM/IPS with SFLOG card.
Notes
If optional parameters are specified, only the entries that match the entered parameters are displayed.
If the host name contains a hyphen, then the host name must be enclosed within quotation marks.
Output
This example displays output when no parameter is specified:
rtrv-ip-conn
tekelecstp 16-10-28 01:15:18 EST EAGLE 46.4.0.0.0-69.15.0
rtrv-ip-conn
Command entered at terminal #4.
CNAME PROT LPORT RPORT OPEN
----------------------------------------------------
connection1 TCP 1555 1555 No
connection2 TCP 1234 1234 Yes
connection3 TCP 1202 ---- No
connection4 TCP 1203 1203 No
connection5 TCP 1569 ---- No
sipudpipv4 UDP 4900 ---- No
sipudpipv4c UDP 4800 ---- No
;
This example displays the output when CNAME parameter is specified:
rtrv-ip-conn:cname=sipudpipv4
tekelecstp 16-10-28 01:17:26 EST EAGLE 46.4.0.0.0-69.15.0
rtrv-ip-conn:cname=sipudpipv4
Command entered at terminal #4.
CNAME sipudpipv4
PROT UDP
LHOST sipb1103
RHOST ----
LPORT 4900 RPORT ----
OPEN No
;
rtrv-ip-conn:cname=connection3
tekelecstp 16-10-28 01:17:26 EST EAGLE 46.4.0.0.0-69.15.0
rtrv-ip-conn:cname=connection3
Command entered at terminal #4.
CNAME connection3
PROT TCP
LHOST hss3
RHOST ----
LPORT 1202 RPORT ----
OPEN No
;
This example displays the output when PROT parameter is specified:
rtrv-ip-conn:prot=udp
tekelecstp 16-10-28 01:18:56 EST EAGLE 46.4.0.0.0-69.15.0
rtrv-ip-conn:prot=udp
Command entered at terminal #4.
CNAME PROT LPORT RPORT OPEN
-----------------------------------------------------
sipudpipv4 UDP 4900 ---- No
sipudpipv4c UDP 4800 ---- No
;
rtrv-ip-conn:prot=tcp
tekelecstp 12-09-24 17:24:32 EST EAGLE 45.0.0
rtrv-ip-conn:prot=tcp
Command entered at terminal #4.
CNAME PROT LPORT RPORT OPEN
-----------------------------------------------------
conn7 TCP 2022 2023 No
conn5 TCP 2021 2021 No
;
This example displays the output when LOC parameter is specified:
rtrv-ip-conn:loc=1101
tekelecstp 12-09-24 17:25:14 EST EAGLE 45.0.0
rtrv-ip-conn:loc=1101
Command entered at terminal #4.
CNAME PROT LPORT RPORT OPEN
-----------------------------------------------------
conn7 TCP 2022 2023 No
conn5 TCP 2021 2021 No
conn1 TCP 1555 ---- No
conn2 TCP 1555 1567 No
conn3 TCP 1107 ---- No
;
This example displays the output when LHOST parameter is specified:
rtrv-ip-conn:lhost=lss1
tekelecstp 12-09-24 17:26:00 EST EAGLE 45.0.0
rtrv-ip-conn:lhost=lss1
Command entered at terminal #4.
CNAME PROT LPORT RPORT OPEN
-----------------------------------------------------
conn7 TCP 2022 2023 No
conn5 TCP 2021 2021 No
conn1 TCP 1555 ---- No
conn2 TCP 1555 1567 No
conn3 TCP 1107 ---- No
;
This example displays the output when OPEN parameter is specified:
rtrv-ip-conn:open=no
tekelecstp 16-10-28 01:18:56 EST EAGLE 46.4.0.0.0-69.15.0
rtrv-ip-conn:open=no
Command entered at terminal #4.
CNAME PROT LPORT RPORT OPEN
-----------------------------------------------------
conn7 TCP 2022 2023 No
conn5 TCP 2021 2021 No
conn1 TCP 1555 ---- No
conn2 TCP 1555 1567 No
conn3 TCP 1107 ---- No
sipudpipv4 UDP 4900 ---- No
sipudpipv4c UDP 4800 ---- No
;