An OM command that queries the configuration of the remote NSVC.
To query the configuration of all the remote NSVLs, do not set any parameter.
To query the configuration of a specific remote NSVL, set Remote NSVL Identifier.
| ID | Name | Description |
|---|---|---|
| NSVLI | Remote NSVL Identifier | Meaning:Remote NSVL Identifier Value range:0~1023 Explanation: This parameter specifies the NSVL identifier on the SGSN side. This parameter uniquely identifies an NSVL. Default value:None |
1. Query all remote NSVLs:
LST NSVLREMOTE:;
The result is as follows:
LST NSVLREMOTE:;
+++ HUAWEI 2008-07-04 09:01:58 DST
O&M #1661
%%LST NSVLREMOTE:;%%
RETCODE = 0 Operation succeeded
LST NSVLREMOTE Result
---------------------
Remote NSVL Identifier IP Address UDP Port No. Signaling Load Weight Traffic Load Weight NSE Identifier
1 10.161.101.100 100 10 10 0
200 10.161.101.100 200 10 10 0
(Number of results = 2)
--- END
2. Query a specific remote NSVL (Remote NSVL Identifier = 1):
LST NSVLREMOTE: NSVLI=1;
The result is as follows:
+++ HUAWEI 2008-07-04 09:02:34 DST
O&M #1676
%%LST NSVLREMOTE: NSVLI=1;%%
RETCODE = 0 Operation succeeded
LST NSVLREMOTE Result
---------------------
Remote NSVL Identifier = 1
IP Address = 10.161.101.100
UDP Port No. = 100
Signaling Load Weight = 10
Traffic Load Weight = 10
NSE Identifier = 0
(Number of results = 1)
--- END