R2511-HP MSR Router Series Layer 2 - WAN Command Reference(V5)

267
Examples
# Clear the DLSw reachability information.
<Sysname> reset dlsw reachable-cache
reset dlsw tcp
Use reset dlsw tcp to reset the TCP connection between the DLSw router and a remote peer or all remote
peers.
Syntax
reset dlsw tcp [ ip-address ]
Views
User view
Default command level
2: System level
Parameters
ip-address: IP address of the remote peer.
Usage guidelines
This command without ip-address resets the TCP connections between the DLSw router and all current
remote peers. Otherwise, this command resets the TCP connection between the DLSw router and the
specified remote peer.
In the case of a manually configured remote peer, this command disconnects the current TCP connection,
and initiates a new TCP connection request to establish new TCP connection.
In the case of a remote peer dynamically learned, this command disconnects the current TCP connection
and deletes the remote peer.
Examples
# Reset the TCP connections will all remote peers.
<Sysname> debugging dlsw tcp
<Sysname> reset dlsw tcp
DLSw_TCP 4.4.4.2:The remote peer is learned dynamically ,it will be deleted
DLSW_TCP 4.4.4.3:Rebulid tcp with the peer
# Reset the TCP connection with a remote peer with the IP address of 4.4.4.2.
<Sysname> reset dlsw tcp 4.4.4.2
DLSw_TCP 4.4.4.2:The remote peer is learned dynamically ,it will be deleted
Table 57 Command output
Field Descri
p
tion
DLSw_TCP 4.4.4.2:The remote peer is learned
dynamically ,it will be deleted
The remote peer 4.4.4.2 was learned dynamically
and will be deleted by DLSw.
DLSW_TCP 4.4.4.3 : rebuild tcp with the peer
The remote peer 4.4.4.3 was manually configured
and the TCP connection with it will be reestablished.
Error: Wrong IP address Invalid IP address entered.
Error: No specified peer is found The specified peer does not exist.