An OM command that queries the Ater connection path.
To query the data of all the Ater connection paths, do not set any parameter.
To query the data of a specified Ater connection path, set Ater Connection Path Index.
To query the data of the Ater connection paths on a specified board in a specified subrack, set BM Subrack No. and BM Slot 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 |
| BMSRN | BM Subrack No. | Meaning:BM Subrack No. Value range:0~11 Explanation:This parameter specifies the number of the BM subrack that the GEIUT/GOIUT is located in. Default value:None |
| BMSN | BM Slot No. | Meaning:BM Slot No. Value range:0~27 Explanation:This parameter specifies the number of the slot where the GEIUT/GOIUT is located in the BM subrack. Default value:None |
| TCSRN | TC Subrack No. | Meaning:TC Subrack No. Value range:0~11 Explanation:This parameter specifies the number of the TC subrack where the GEIUT/GOIUT is located. Default value:None |
| TCSN | TC Slot No. | Meaning:TC Slot No. Value range:0~27 Explanation:This parameter specifies the number of the slot where the GEIUT or GOIUT is located in the TC subrack, which is connected to the local subrack. Default value:None |
| BMPN | BM Port No. | Meaning:BM Port No. Value range:0~83 Explanation:This parameter specifies the number of the port on the specified GEIUT or GOIUT in a BM subrack that is connected to a TC subrack. Default value:None |
| TCPN | TC Port No. | Meaning:TC Port No. Value range:0~83 Explanation:This parameter specifies the number of the port on the specified GEIUT or GOIUT in a TC subrack that is connected to the local subrack. Default value:None |
1. Query the configuration of all the Ater connection paths:
LST ATERCONPATH:;
The result is as follows:
+++ HUAWEI 2008-07-25 15:07:43
O&M #35961
%%LST ATERCONPATH:;%%
RETCODE = 0 Operation succeeded
LST ATERCONPATH Result
----------------------
Ater Connection Path Index Subrack No. Slot No. Port No. Peer Subrack No. Peer Slot No. Peer Port No.
0 0 14 0 4 14 0
1 0 14 1 4 14 1
(Number of results = 2)
--- END
2. Query the configuration of the Ater connection path (Ater Connection Path Index = 0):
LST ATERCONPATH: ATERPIDX=0;
The result is as follows:
+++ HUAWEI 2008-07-25 15:07:53
O&M #35967
%%LST ATERCONPATH: ATERPIDX=0;%%
RETCODE = 0 Operation succeeded
LST ATERCONPATH Result
----------------------
Ater Connection Path Index = 0
Subrack No. = 0
Slot No. = 14
Port No. = 0
Peer Subrack No. = 4
Peer Slot No. = 14
Peer Port No. = 0
(Number of results = 1)
--- END
3. Query the configuration of the Ater connection paths in slot 14, subrack 0:
LST ATERCONPATH: BMSRN=0, BMSN=14;
The result is as follows:
+++ HUAWEI 2008-07-25 15:08:08
O&M #35973
%%LST ATERCONPATH: BMSRN=0, BMSN=14;%%
RETCODE = 0 Operation succeeded
LST ATERCONPATH Result
----------------------
Subrack No. Slot No. Ater Connection Path Index Port No. Peer Subrack No. Peer Slot No. Peer Port No.
0 14 0 0 4 14 0
0 14 1 1 4 14 1
(Number of results = 2)
--- END