An OM command that queries the configuration of the Ater OML.
To query the data of all the Ater OMLs, do not set any parameter.
To query the data of a specified OML, set Ater Connection Path Index.
| ID | Name | Description |
|---|---|---|
| ATERPIDX | Ater Connection Path Index | Meaning:Ater Connection Path Index Value range:0~254 Explanation:This parameter specifies the index of an Ater connection path. Default value:None |
1. Query the data information of all the Ater OMLs:
LST ATEROML:;
The result is as follows:
+++ HUAWEI 2008-07-25 15:40:13
O&M #36793
%%LST ATEROML:;%%
RETCODE = 0 Operation succeeded
LST ATEROML Result
------------------
Index No. Timeslot Mask
0 01111111100000000000000000000000
1 01111111100000000000000000000000
(Number of results = 2)
--- END
2. Query the data information of the Ater OML (Ater Connection Path Index = 0):
LST ATEROML: ATERPIDX=0;
The result is as follows:
+++ HUAWEI 2008-07-25 15:40:27
O&M #36798
%%LST ATEROML: ATERPIDX=0;%%
RETCODE = 0 Operation succeeded
LST ATEROML Result
------------------
Index No. = 0
Timeslot Mask = 01111111100000000000000000000000
(Number of results = 1)
--- END