Managing Network Virtualization and Network Resources in Oracle® Solaris 11.2

Exit Print View

Updated: September 2014
 
 

Displaying ECP State and Statistics

VDP uses ECP to exchange messages. The following example shows state of ECP that is specific to the physical link net0.

# dladm show-ether -P ecp net0
LINK        MAX-RETRIES     TIMEOUT
net0        3               164
MAX-RETRIES

Specifies the number of times ECP transmits a packet when it does not get an acknowledgement from the peer.

TIMEOUT

Specifies the interval (in milliseconds) before retransmitting a packet. The time interval that ECP waits for an acknowledgment before retransmitting a packet.

To obtain the statistics for a physical link, type the following command:

# dlstat show-ether -P ecp
LINK          IPKTS    OPKTS  IERRORS  OERRORS RETRANSMITS TIMEOUTS
net0          3        2      0        0       1            0