160 Configuring and managing IP interfaces and services
NN47250-500 (Version 03.01)

Removing a static route

To remove a static route, use the following command:
clear ip route {default | ip-addr mask | ip-addr/mask-length} default-router
The following command removes the route to 192.168.4.69/24 that uses defaultgateway router 10.2.4.1:
WSS# clear ip route 192.168.4.69/24 10.2.4.1
success: change accepted.
The following command removes the default route that uses default router 10.5.5.5:
WSS# clear ip route default 10.5.5.5
success: change accepted.

Managing the management services

WSS Software provides the following services for managing a WSS over the network:
SSH is enabled by default. Telnet and HTTPS are disabled by default.
A 2380 can have up to eight Telnet or SSH sessions, in any combination, and one Console session. A 2360/2361-8 or
2350 can have up to four Telnet or SSH sessions, in any combination, and one Console session.
Note. After you remove a route, traffic that uses the route can no longer reach its
destination. For example, if you are managing the WSS with a Telnet session and the
session needs the static route, removing the route also removes the Telnet connection to
the switch.
Secure Shell (SSH) SSH provides a secure connection to the CLI through TCP port
22.
Telnet Telnet provides a nonsecure connection to the CLI through TCP
port 23.
HTTPS HTTPS provides a secure connection to the Web management
application through TCP port 443.