IP transport show commands descriptions

id

Syntax

id service-id

Context

show>service

Description

This command displays information for a particular service ID

Parameters

service-id

identifies the service in the domain by service number or name

ip-transport

Syntax

ip-transport ipt-id [detail | statistics]

Context

show>service>id

Description

This command displays information for a specified IP transport subservice within this service. If no IP transport subservice is specified, summary information is displayed for all IP transport subservices associated with the service.

Parameters

ipt-id

the physical port associated with the IP transport subservice

Values

For serial raw sockets, the ipt-id must reference an RS-232 serial port that has been configured as a socket and must be expressed in the format slot/mda/port

For a GNSS receiver, the ipt-id must be configured as gnss

create

creates this IP transport subservice

detail

displays more information for the specified IP transport subservice

statistics

displays statistical information for the specified IP transport subservice

Output

The following outputs show examples of summary and detailed information for an IP transport subservice.

*A:Dut# show service id 100 ip-transport
=============================================================================
IP Transport (Summary), Service 100
=============================================================================
IptId     LocalIP         LocalPort Proto RemHost DSCP FltrUnkn Adm  Opr
-----------------------------------------------------------------------------
1/3/1     192.168.1.1     1026      udp   1       ef   enabled  Up   Down
-----------------------------------------------------------------------------
Entries found: 1
=============================================================================
*A:Dut#
*A:Dut# show service id 100 ip-transport 1/3/1 detail
===============================================================================
IP Transport
===============================================================================
Service Id         : 100 (VPRN)
IP Transport Id    : 1/2/4
Description        : (Not Specified)
Admin State        : Up                        Oper State          : Down
Oper Flags         : svcAdminDown portOperDown noIfAddress
Local IP Address   : 192.168.1.1               Local Port Number   : 1026
Local IP Protocol  : udp
DSCP               : ef                        Filter Unknown Host : enabled
TCP Inact Timeout  : 30
TCP Max Retries    : 5
TCP Retry Interval : 5
Num Remote Hosts   : 1
Last Mgmt Change   : 06/02/2017 11:15:50
Last Oper Change   : 06/02/2017 11:02:52
-------------------------------------------------------------------------------
IP Transport Accumulated Statistics
-------------------------------------------------------------------------------
Known Remote Hosts
  Packets sent                           : 0
  Characters sent                        : 0
  Packets received                       : 0
  Characters received                    : 0
  Connections                            : N/A
    To                                   : N/A
    From                                 : N/A
  Connection retries                     : N/A
  Connection failures                    : N/A
  Currently connected                    : N/A
Unknown Remote Hosts
  Packets sent                           : 0
  Characters sent                        : 0
  Packets received                       : 0
  Characters received                    : 0
  Successful connections from            : N/A
  Rejected due to unknown host filter    : 0
  Rejected due to out of resources       : 0
  Inactivity timeouts                    : N/A
  Last RemIp:RemPort                     : 0.0.0.0:0
  Currently connected                    : N/A
Dropped packets due to no remote hosts   : 0
===============================================================================

remote-host

Syntax

remote-host host-id [detail | statistics]

Context

show>service>id>ip-transport

Description

This command displays information for a specified remote host within this IP transport subservice within this service. If no remote host is specified, summary information is displayed for all remote hosts within this IP transport subservice.

Parameters

host-id

the remote host identifier

Values

1 to 2147483647or a name string up to 64 characters long

detail

displays more information for a specified remote host

statistics

displays summary information for a specified remote host

Output

The following outputs show examples of summary and detailed information for an IP transport subservice remote host.

*A:Dut# show service id 100 ip-transport remote-host
=============================================================================
IPT Remote Host (Summary), Service 100 IPT 1/3/1
=============================================================================
RemId      RemIp:RemPort         Rcvd Chars Sent Chars Drop Chars State
                                 Rcvd Pkts  Sent Pkts  Drop Pkts  Up Time
-----------------------------------------------------------------------------
2          192.168.1.1:1027      0          0          0          N/A
                                 0          0          0          N/A
-----------------------------------------------------------------------------
Number of known remote hosts: 1
Number of unknown remote hosts: N/A
Total entries found: 1
=============================================================================
*A:Dut#
*A:Dut#  show service id 100 ip-transport 1/3/1 remote-host 2 detail
===============================================================================
IPT Remote Host
===============================================================================
Service Id         : 100 (IES)
IP Transport Id    : 1/3/1
Remote Host Id     : 2
Name               : (Not Specified)
Description        : (Not Specified)
IP Address         : 192.168.1.6               Port Number         : 4000
Last Mgmt Change   : 12/07/2016 16:48:44
Session State      : connected                 Up Time             : 00h01m44s
Last Connect       : successful
-------------------------------------------------------------------------------
IPT Remote Host Statistics
-------------------------------------------------------------------------------
Sent Pkts       : 134                   Sent Chars      : 201000
Dropped Pkts    : 0                     Dropped Chars   : 0
Rcvd Pkts       : 267                   Rcvd Chars      : 201000
Session information
  Connections                            : 2
    To                                   : 1
    From                                 : 1
  Connection retries                     : 0
  Connection failures                    : 0
  Closed by far end                      : 1
  Inactivity timeouts                    : 0
===============================================================================
*A:Dut#

ip-transport-using

Syntax

ip-transport-using [ip-transport ipt-id]

Context

show>service

Description

This command displays IP transport subservice information for a specified port. If no port is specified, the command displays a summary of all IP transport subservices defined for this service.

Parameters

ipt-id

the physical port associated with the IP transport subservice

Values

For serial raw sockets, the ipt-id must reference an RS-232 serial port that has been configured as a socket and must be expressed in the format slot/mda/port

For a GNSS receiver, the ipt-id must be configured as gnss

Output

The following output is an example of ip-transport-using information.

*A:Dut# show service ip-transport-using
=========================================
IP Transports
=========================================
IptId     SvcId      Type      Adm  Opr
-----------------------------------------
1/3/1     1          VPRN      Down Down
1/3/2     2          VPRN      Up   Down
-----------------------------------------
Entries found: 2
=========================================
*A:Dut#