id service-id
show>service
This command displays information for a particular service ID
identifies the service in the domain by service number or name
ip-transport ipt-id [detail | statistics]
show>service>id
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.
the physical port associated with the IP transport subservice
creates this IP transport subservice
displays more information for the specified IP transport subservice
displays statistical information for the specified IP transport subservice
The following output is an example of IP transport subservice summary and detailed information for a specified service.
Output example*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 host-id [detail | statistics]
show>service>id>ip-transport
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.
the remote host identifier
displays more information for a specified remote host
displays summary information for a specified remote host
The following output is an example of IP transport subservice remote host summary and detailed information.
Output example*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#
Output example
*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 [ip-transport ipt-id]
show>service
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.
the physical port associated with the IP transport subservice
The following output is an example of ip-transport-using information.
Output example*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#