An OM command that queries the configuration of the NSVC.
To query the configuration of all the NSVCs, do not set any parameter.
To query the configuration of a specific NSVC, set the corresponding parameters of NSVC Identifier, NSE Identifier, Subrack No., Slot No., Port No., BC Identifier, and Data Link Connection Identifier.
ID | Name | Description |
---|---|---|
NSVCI | NSVC Identifier | Meaning:NSVC Identifier Value range:0~65534 Explanation: This parameter specifies the NSVC Identifier (NSVCI). The NSVCI is unique in one NES. The number of NS-VCs configured on a BC depends on the number of timeslots occupied by the BC. Huawei recommends that the number of NS-VCs configured meet the following requirement: "(number of timeslots occupied by BC x 64 kbit/s) / number of NS-VCs configured on BC NS-VC" should be between 10 kbit/s and 100 kbit/s. Default value:None |
NSEI | NSE Identifier | Meaning:NSE Identifier Value range:0~65534 Explanation: This parameter specifies the NSE index. Default value:None |
SRN | Subrack No. | Meaning:Subrack No. Value range:0~11 Explanation: This parameter specifies the number of the subrack that holds the GEPUG. Default value:None |
SN | Slot No. | Meaning:Slot No. Value range:0~27 Explanation: This parameter specifies the number of the slot in which the GEPUG is located. Default value:None |
PN | Port No. | Meaning:Port No. Value range:0~31 Explanation: This parameter specifies the number of the port where the NSVC is connected. Default value:None |
BCID | BC Identifier | Meaning:BC Identifier Value range:0~255 Explanation: This parameter specifies the bearer channel ID. Default value:None |
DLCI | Data Link Connection Identifier | Meaning:Data Link Connection Identifier Value range:16~1007 Explanation: This parameter specifies the DLCI value. The value range of this parameter depends on DLCIType. If DLCIType is set to 1, the DLCI value ranges from 16 to 1007. Default value:None |
1. Query all NSVCs: LST NSVC:; The result is as follows: +++ HUAWEI 2008-06-22 08:45:45 O&M #107215 %%LST NSVC:;%% RETCODE = 0 Operation succeeded LST NSVC Result --------------- NSVC Identifier Subrack No. Slot No. Port No. Bearer Channel ID Data Link Connection Identifier NSE Identifier 0 0 16 0 0 100 0 1 0 16 0 0 123 0 2 0 16 0 0 111 0 3 0 16 0 0 110 0 (Number of results = 4) --- END 2. Query a specific NSVC (NSE Identifier = 0): LST NSVC: NSEI=0; The result is as follows: +++ HUAWEI 2008-06-22 08:47:38 O&M #107271 %%LST NSVC: NSEI=0;%% RETCODE = 0 Operation succeeded LST NSVC Result --------------- NSVC Identifier Subrack No. Slot No. Port No. Bearer Channel ID Data Link Connection Identifier NSE Identifier 0 0 16 0 0 100 0 1 0 16 0 0 123 0 2 0 16 0 0 111 0 3 0 16 0 0 110 0 (Number of results = 4) --- END