Avaya Wireless AP-3 User Manual

Page of 425
CLI Command Types
A-28                                                                                  Avaya Wireless AP-3 User’s Guide
Example 2 - Create a table entry or row
Use 0 (zero) as the index to a table when creating an entry. When 
creating a table row, only the mandatory table elements are required 
(comment is usually an optional table element). For optional table 
elements, the default value is generally applied if you do not specify a 
value.
Syntax:
[Device Name]>set 
<table name> <table index> <element 1> <value 1> …
      <element n> <value n>
Example:
[Device Name]>
 
set mgmtipaccesstbl 0 ipaddr 10.0.0.10 
ipmask 255.255.0.0
Result: A new table entry is created for IP address 10.0.0.10 with 
a 255.255.0.0 subnet mask.
Example 3 - Modify a table entry or row
Use the index to be modified and the table elements you would like to 
modify. For example, suppose the IP Access Table has one entry and you 
wanted to modify the IP address:
[Device Name]>set mgmtipaccesstbl 1 ipaddr 10.0.0.11