An OM command that queries the data of the signaling link on the Ater interface.
To query the data of all the signaling links on a specified Ater connection path, set Ater Connection Path Index.
To query the data of the signaling link of a specified timeslot on a specified Ater connection path, set Ater Connection Path Index and Timeslot No..
| 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 |
| TSNO | Timeslot No. | Meaning:Timeslot No. Value range:1~31 Explanation:This parameter specifies the E1/T1 timeslot number of the LAPD link. Default value:None |
1. Query the data information of the signaling link on the Ater interface (Ater Connection Path Index = 0):
LST ATERSL: ATERPIDX=0;
The result is as follows:
+++ HUAWEI 2008-08-14 21:33:01
O&M #1384
%%LST ATERSL: ATERPIDX=0;%%
RETCODE = 0 Operation succeeded
LST ATERSL Result
-----------------
Ater Connection Path Index LapdFramId TsId SataliteFlag CongestionStart CongestionEnd WinSize
0 0 10 0 90 60 16
0 0 11 0 90 60 16
0 0 12 0 90 60 16
(Number of results = 3)
--- END
2. Query the data information of the signaling link on the Ater interface (Ater Connection Path Index = 0; Timeslot No. = 10):
LST ATERSL: ATERPIDX=0, TSNO=10;
The result is as follows:
+++ HUAWEI 2008-08-14 21:33:47
O&M #1404
%%LST ATERSL: ATERPIDX=0, TSNO=10;%%
RETCODE = 0 Operation succeeded
LST ATERSL Result
-----------------
Ater Connection Path Index = 0
LapdFramId = 0
TsId = 10
SataliteFlag = 0
CongestionStart = 90
CongestionEnd = 60
WinSize = 16
(Number of results = 1)
--- END