display osi

Use display osi to display OSI connection information.

Syntax

display osi [ slot slot-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies an IRF member device by its member ID. If you do not specify a member device, this command displays OSI connection information for all member devices.

Examples

# Display OSI connection information.

<Sysname> display osi
Total OSI socket number: 2

 Location: slot 0
 Creator: isisd[1539]
 State: N/A
 Options: SO_FILTER
 Error: 0
 Receiving buffer(cc/hiwat/lowat/drop/state): 0 / 1048576 / 1 / 0 / N/A
 Sending buffer(cc/hiwat/lowat/state): 0 / 262144 / 512 / N/A
 Type: 2
 Enabled interfaces:
  Vlan-interface100
   MAC address: 0180-c200-0014

 Location: slot 0
 Creator: isisd[1539]
 State: N/A
 Options: SO_FILTER
 Error: 0
 Receiving buffer(cc/hiwat/lowat/drop/state): 0 / 1048576 / 1 / 0 / N/A
 Sending buffer(cc/hiwat/lowat/state): 0 / 262144 / 512 / N/A
 Type: 2
 Enabled interfaces:
  Vlan-interface100
   MAC address: 0180-c200-0014

Table 80: Command output

Field

Description

Total OSI socket number

Total number of OSI sockets.

Creator

Name of the socket creator. The process ID of the creator is displayed in the square brackets.

State

This field always displays N/A.

Options

Socket options:

  • SO_FILTER—Filter option is configured.

  • N/A—No option is configured.

Error

Number of errors that affect the socket session.

Receiving buffer(cc/hiwat/lowat/drop/state)

Receiving buffer information, including the current used space, maximum space, minimum space, number of dropped packets, and status.

Sending buffer(cc/hiwat/lowat/state)

Sending buffer information, including the current used space, maximum space, minimum space, and status.

Type

Type 2 socket, corresponding to unreliable connectionless-oriented transport layer protocols.

Enabled interfaces

Input interfaces and matched multicast MAC addresses. Only packets received from Ethernet link-layer interfaces need to match the multicast MAC addresses.