Specifications

OmniAccess Reference: AOS-W System Reference
14 Part 031652-00 May 2005
Local or Remote Telnet
If properly set up, the CLI can be accessed locally or remotely using Telnet. You
can use Telnet (or SSH or the Web GUI) to access any IP interface on an Alcatel
Wireless LAN switch.
Enabling Telnet Access
The default CLI management method is SSH. To enable Telnet, from
configuration terminal mode, enter:
Telnet access requires that the switch management interface and default
gateway be defined. This is usually done during initial setup (see Step 3 on
page 11) but can also be done manually using the local serial console:
Use the local serial console to log in as the administrator.
Enter configuration mode and select the management interface
sub-mode:
Set the management interface IP address and subnet mask:
The management interface is active by default.
Exit the sub-mode:
Configure the default gateway for the management interface:
NOTEIf no default gateway is configured, remote access is available only for
devices on the same subnet as the management interface.
> telnet cli
(Alcatel) # configure terminal
Enter Configuration commands, one per line. End with CNTL/Z
(Alcatel) (config) # interface mgmt
(Alcatel) (config-mgmt)# ip address
<IP address>
<subnet mask>
(Alcatel) (config-mgmt)# exit
(Alcatel) (config) # ip default-gateway
<next hop>
mgmt
1
2
3
4
5