Accessing cli, Opening cli with telnet – Rockwell Automation 1783-WAPxxx Stratix 5100 Wireless Access Point User Manual User Manual

Page 182

Advertising
background image

182

Rockwell Automation Publication 1783-UM006A-EN-P - May 2014

Chapter 5

Configure the Stratix 5100 WAP Using the Command-Line Interface

Searching and Filtering
Output of

show

and

more

Commands

You can search and filter the output for show and more commands. This is useful
when you need to sort through large amounts of output or if you want to exclude
output that you don’t need to see.

To use this functionality, enter a show or more command followed by the pipe
character (|), one of the keywords begin, include, or exclude, and an expression
that you want to search for or filter out:

command | {begin | include | exclude} regular-

expression

Expressions are case sensitive. For example, if you enter | exclude output, the lines
that contain output are not displayed, but the lines that contain Output are
displayed.

This example shows how to include in the output display only lines where
the expression protocol appears:

ap# show interfaces | include protocol

Vlan1 is up, line protocol is up

Vlan10 is up, line protocol is down

GigabitEthernet0/1 is up, line protocol is down

GigabitEthernet0/2 is up, line protocol is up

Accessing CLI

You can open the wireless device CLI by using Telnet or Secure Shell (SSH).

Opening CLI with Telnet

Follow these steps to open CLI with Telnet. These steps are for a computer
running Microsoft pages with a Telnet terminal application. Check your
computer operating instructions for detailed instructions for your operating
system.

1. Click Start>Programs>Accessories>Telnet.

If Telnet is not listed in your Accessories menu, click Start>Run, type
Telnet in the entry field, and press Enter.

2. When the Telnet page appears, click Connect and choose Remote System.
3. In the Host Name field, type the wireless device IP address and click

Connect.

4. At the username and password prompts, enter your administrator

username and password.

Default username is blank, default password is wirelessap. The default
enable password is also wirelessap.

For Telenet access, you may need to use the username, Cisco, and the
password, Cisco for Telenet access. The default enable password is also
Cisco. Usernames and passwords are case sensitive.

Advertising