An OM command that queries the configuration of the local NSVC.
To query the configuration of all local NSVLs, do not set any parameter.
To query the configuration of a specific NSVL, set the corresponding parameters of Local NSVL Identifier, Subrack No., and Slot No..
| ID | Name | Description |
|---|---|---|
| NSVLI | Local NSVL Identifier | Meaning:Local NSVL Identifier Value range:0~1023 Explanation: This parameter specifies the ID of an NSVL on the BSC side. This parameter uniquely identifies an NSVL. NSVL refers to network service virtual link. 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 GFGUG. 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 GFGUG is located. Default value:None |
1. Query all local NSVLs:
LST NSVLLOCAL:;
The result is as follows:
+++ HUAWEI 2008-07-12 06:20:27
O&M #16530
%%LST NSVLLOCAL:;%%
RETCODE = 0 Operation succeeded
LST NSVLLOCAL Result
--------------------
Local NSVL Identifier IP Address UDP Port No. Subrack No. Slot No. Signaling Load Weight Traffic Load Weight NSE Identifier
1 10.161.101.1 1214 0 16 100 100 0
20 10.161.101.1 1220 0 16 200 200 0
(Number of results = 2)
--- END
2. Query a local NSVL (Local NSVL Identifier = 1):
LST NSVLLOCAL: NSVLI=1;
The result is as follows:
+++ HUAWEI 2008-07-12 06:20:57
O&M #16537
%%LST NSVLLOCAL: NSVLI=1;%%
RETCODE = 0 Operation succeeded
LST NSVLLOCAL Result
--------------------
Local NSVL Identifier = 1
IP Address = 10.161.101.1
UDP Port No. = 1214
Subrack No. = 0
Slot No. = 16
Signaling Load Weight = 100
Traffic Load Weight = 100
NSE Identifier = 0
(Number of results = 1)
--- END