Using the Command Line Interface (CLI)
SYSTIMAX® AirSPEED™ AP542
User Guide
146
Figure A-10 Results of “show network” and “show ip” CLI Command
Example 6 - Show Individual and Table Parameters
1. View a single parameter.
Syntax:
[Device-Name]>
show <parameter name>
Example:
[Device-Name]>
show ipaddr
Result: Displays the Access Point IP address.
Figure A-11 Result of “show ipaddr” CLI Command
2. View all parameters in a table.
Syntax:
[Device-Name]>
show <table name>
Example:
[Device-Name]>
show mgmtipaccesstbl
Result: Displays the IP Access Table and its entries.
Using Tables & User Strings
Working with Tables
Each table element (or parameter) must be specified, as in the example below.
[Device-Name]>
set mgmtipaccesstbl 0 ipaddr 10.0.0.10 ipmask 255.255.0.0
Below are the rules for creating, modifying, enabling/disabling, and deleting table entries.
•
Creation
–
The table name is required.
–
The table index is required – for table entry/instance creation the index is always zero (0).
–
The order in which the table arguments or objects are entered in not important.
–
Parameters that are not required can be omitted, in which case they will be assigned the default value.
[Device-Name]> show network
IP/Network Group Parameters
===========================
ipaddr : 169.254.50.2
ipsubmask : 255.255.0.0
ipgw : 169.254.50.1
ipttl : 64
ipaddrtype : static
[Device-Name]> show ip
IP/Network Group Parameters
===========================
ipaddr : 169.254.50.2
ipsubmask : 255.255.0.0
ipgw : 169.254.50.1
ipttl : 64
ipaddrtype : static
[Device-Name]> show ipaddr
ipaddr
169.254.50.2