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

show dlsw peers

Syntax

show dlsw peers
<brief | detail>
<peer-ip ip-address>

Release Information

Command introduced in JUNOS Release 7.4.

Description

(J Series routing platform only) Display data link switching (DLSw) peer status.

Options

none — Display information about all DLSw peers.

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

peer-ip ip-address(Optional) Display information about only the specified DLSw peer.

Required Privilege Level

view

List of Sample Output

show dlsw peers brief
show dlsw peers detail

Output Fields

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

Table 184: show dlsw peers Output Fields

Field Name

Field Description

Level of Output

Peer

IP address of the remote DLSw peer.

All levels

State

Status of the connection.

All levels

Circuits

Number of circuits on the DLSw network.

All levels

Uptime

How long the circuit has been established.

All levels

Local address

IP address of the local DLSw peer.

detail

Connected time

Length of time the connection is established.

detail

Receive initial pacing

Size of the initial pacing frame.

detail

No circuits timeout

Length of time before a circuit times out.

detail

Type-of-service value

CoS type-of-service (ToS) number.

detail

Peer cost

Preference for establishing a circuit with this peer.

detail

Load balancing

Whether load balancing is enabled and what algorithm is used.

detail

Circuit weight

Extent to which this peer should participate in establishing circuits.

detail

Statistics

Statistics:

  • Data packets received—Number of packets received.
  • Data packets sent—Number of packets sent.
  • Data bytes received—Number of bytes received.
  • Data bytes sent—Number of bytes sent.
  • Control packets received—Number of control packets received.
  • Control packets sent—Number of control packets sent.
  • CANUREACH_ex received—Number of CANUREACH messages received.
  • CANUREACH_ex sent—Number of CANUREACH messages sent.
  • ICANREACH_ex received—Number of ICANREACH messages received.
  • ICANREACH_ex sent—Number of ICANREACH messages sent.

detail

Sample Output

show dlsw peers brief

user@host> show dlsw peers brief
Peer           State        Circuits      Uptime
17.255.17.2    Connected    0             00:00:00
18.255.18.2    Connected    1             00:12:03

show dlsw peers detail

user@host> show dlsw peers detail
Peer: 10.255.18.2
  State: Connected, Circuits: 1, Local address: 10.255.4.50
  Uptime: 00:15:05
  Receive initial pacing: 20, No circuits timeout: 0
  Type-of-service value: 0
  Peer cost: 100, Load balancing: Circuit Weight
  Circuit weight: 2
  Statistics:
    Data packets received : 0
    Data packets sent : 0
    Data bytes received : 0
    Data bytes sent : 0
    Control packets received : 7
    Control packets sent : 8
    CANUREACH_ex received : 0
    CANUREACH_ex sent : 1
    ICANREACH_ex received : 1
    ICANREACH_ex sent : 0

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