[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show dlsw circuits

Syntax

show dlsw circuits
<brief | detail>

Release Information

Command introduced in JUNOS Release 7.4.

Description

(J Series routing platform only) Display information about configured data link switching (DLSw) circuits.

Options

none — Display information about all DLSw circuits.

brief | detail — (Optional) Display the specified level of output.

Required Privilege Level

view

List of Sample Output

show dlsw circuits
show dlsw circuits detail

Output Fields

Table 183 describes the output fields for the show dlsw circuits command. Output fields are listed in the approximate order in which they appear.

Table 183: show dlsw circuits Output Fields

Field Name

Field Description

Level of Output

Circuit id

Circuit ID

detail

Local address

MAC address of the local DLSw peer.

All levels

LSAP

Number of the local service access point.

All levels

Remote address

MAC address of the remote DLSw peer.

All levels

DSAP

Number of the destination service access point.

All levels

Peer or remote peer address

IP address of the remote DLSw peer.

All levels

Circuit state

State of the circuit.

detail

Uptime

How long the circuit has been established.

All levels

Max BTU size

Maximum packet size.

detail

Circuit priority

Traffic priority on the circuit.

detail

Statistics

Statistics:

  • I-frames received—Number of I-frames received.
  • I-frames sent—Number of I-frames sent.
  • Bytes in I-frames received—Number of bytes in I-frames received.
  • Bytes in I-frames sent—Number of bytes in I-frames sent.
  • I-frames rejected—Number of I-frames rejected.
  • Bytes in I-frames rejected—Number of bytes in I-frames rejected.
  • I-frames retransmitted—Number of I-frames retransmitted.
  • Bytes in retransmitted I-frames—Number of bytes in I-frames retransmitted.
  • Reject frames received—Number of reject frames received.
  • Reject frames sent—Number of reject frames sent.
  • XID frames received—Number of XID frames received.
  • XID frames sent—Number of XID frames sent.

detail

Sample Output

show dlsw circuits

user@host> show dlsw circuits
Local address       LSAP   Remote address        DSAP   Peer          Uptime 
22:22:00:00:00:06   04     44:44:00:00:00:06     04     10.255.18.2   00:06:42

show dlsw circuits detail

user@host> show dlsw circuits detail
Circuit ID: 9ad20498aa04
  Local address: 22:22:00:00:00:06, LSAP: 04
  Remote address: 44:44:00:00:00:06, DSAP: 04
  Remote peer address: 18.255.18.2
  Circuit state: Connected
  Uptime: 00:09:02
  Max BTU size: 1466
  Circuit priority: 3
  Statistics:
    I-frames received : 0
    I-frames sent : 0
    Bytes in I-frames received : 0
    Bytes in I-frames sent : 0
    I-frames rejected : 0
    Bytes in I-frames rejected : 0
    I-frames retransmitted : 0
    Bytes in retransmitted I-frames : 0
    Reject frames received : 0
    Reject frames sent : 0
    XID frames received : 2
    XID frames sent : 2

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]