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

Verifying DLSw Configuration

To verify DLSw configuration, perform these tasks:

Displaying LLC2 Properties on a Fast Ethernet Interface

Purpose

Verify the configuration of LLC2 properties on a Fast Ethernet interface.

Action

From the CLI, enter the show interfaces fe-3/0/0 command.

Sample Output

user@host# show interfaces fe-3/0/0
fe-3/0/0 {
unit 0 {
family inet{
address 172.5.20.1/24;
}
family llc2}
}
}

What it Means

Verify that the output shows the intended LLC2 configuration. For more information about the format of a configuration file, see Viewing the Configuration Text.

Displaying DLSw Capabilities

Purpose

Verify DLSw capabilities of remote DLSw peers.

Action

From the CLI, enter the show dlsw capabilities command.

Sample Output


user@host> show dlsw capabilities
Peer: 50.50.50.50
		 Vendor ID							:000585
		 Version number					:0200
		 Initial pacing window size  :32
		 Version String
		Juniper Networks, Inc. j2300 internet router
      JUNOS Software Release 7.4I0 [builder]
      Build date: 2005-07-15 07:13:17 UTC
      Copyright (c) 1996-2005 Juniper Networks,Inc.
			Compiled Wed 26–Jan-05 02:49 by pwade

What it Means

Verify that the output displays the capabilities of remote DLSw peers.

Displaying DLSw Circuit State

Purpose

Display DLSw circuits currently established after configuration in Configuring Basic DLSw with a Configuration Editor.

Action

From the CLI, enter the show dlsw circuits command.

Sample Output


user@host> show dlsw circuits
Local								Remote
		 Address					LSAP		Address				DSAP State			Peer
		 00:40:cd:92:4b:7b	04			00:40:cd:92:4b:51	 04  CONNECTED		50.50.50.50
Displaying Details of a DLSw Circuit State

Purpose

Display the details of DLSw circuits currently established after configuration in Configuring Basic DLSw with a Configuration Editor.

Action

From the CLI, enter the show dlsw circuits detail command.

Sample Output


user@host> show dlsw circuits detail
Circuit id:2240022c00
			local addr:00:40:cd:92:4b:7b  lsap:04	  remote addr:00:40:cd:92:4b:51  dsap:04
			remote peer address: 50.50.50.50
			circuit state CONNECTED  created time 200238
		   max btu size 1033  circuit priority 2

What it Means

In addition to the local and remote MAC addresses, the created time of the circuit as well as the priority and maximum basic transmission unit (BTU) size are displayed.

Displaying DLSw Peers

Purpose

Display information about the DLSw peers on the network.

Action

From the CLI, enter the show dlsw peers command.

Sample Output


user@host> show dlsw peers
Peer				             State				             Circuits
50.50.50.50          Connected                  1
10.10.10.10	         Connected                  1

What it Means

The output displays the number of active or inactive DLSw peers.

Displaying Details of DLSw Peers

Purpose

Display detailed information about DLSw peers on a network.

Action

From the CLI, enter the show dlsw peers detail command.

Sample Output


user@host> show dlsw peers detail
Peer: 50.50.50.50
			State: Connected, Circuits: 7, Local address:10.10.10
			Created time: 21977, Connected time: 4059
			Receive initial pacing: 20, No circuits timeout: 300
			Type-of-service value: 192
			Statistics:
				Packets received:			:0
				Packets sent:				:752
				Bytes received				:0
				Bytes sent					:10
				CANUREACH_ex received	:0
				CANUREACH_ex sent			:6
				ICANREACH_ex received	:6
				ICANREACH_ex sent			:0

What it Means

The output displays the DLSw peer state and the following statistics:

Displaying DLSw Reachability Information

Purpose

Display information about the MAC cache entries and peer IP addresses currently maintained on the DSLw router.

Action

From the CLI, enter the show dlsw reachability command.

Sample Output


user@host> show dlsw reachability
MAC index MAC address       Remote DLSw address 
        1 22:22:00:00:00:03 3.3.3.1        
        2 22:22:00:00:00:04 3.3.3.1        
        3 22:22:00:00:00:05 3.3.3.1        
        4 22:22:00:00:00:06 3.3.3.1        
        5 22:22:00:00:00:07 3.3.3.1        
        6 22:22:00:00:00:08 3.3.3.1        
        7 22:22:00:00:00:09 3.3.3.1        
        8 22:22:00:00:00:0a 3.3.3.1        
        9 22:22:00:00:00:0b 3.3.3.1        
       10 22:22:00:00:00:0c 3.3.3.1        
       11 00:0c:f1:e8:4e:ad 3.3.3.1        
       12 44:44:00:00:00:01 3.3.3.1        
       13 44:44:00:00:00:02 3.3.3.1        
       14 44:44:00:00:00:03 3.3.3.1        
       15 44:44:00:00:00:04 3.3.3.1

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