An OM command that queries the configuration of the network service entity (NSE).
To query the configuration of all NSEs, do not set any parameter.
To query the configuration of a specific NSE, set NSE Identifier.
ID | Name | Description |
---|---|---|
NSEI | NSE Identifier | Meaning:NSE Identifier Value range:0~65534 Explanation: This parameter specifies the identifier of a network service entity (NSE). An NSE manages a group of NSVCs. Default value:None |
1. Query all NSEs: LST NSE:; The result is as follows: +++ HUAWEI 2008-12-18 16:57:34 O&M #1338 %%LST NSE:;%% RETCODE = 0 Operation succeeded LST NSE Result -------------- NSE Identifier Agent Subrack No. Subnetwork Protocol Type IpSubNetConfigMode ServerIp ServerUdpPortNo SGSN Node ID RIM Support PFC Support Operator Name 0 0 Gb over FR Static Configuration 0.0.0.0 65535 101 No Support No Support 46000 1 0 Gb over FR Static Configuration 0.0.0.0 65535 102 No Support No Support 46000 (Number of results = 2) --- END 2. Query a specific NSE (NSE Identifier = 1): LST NSE: NSEI=1; The result is as follows: +++ HUAWEI 2008-12-18 16:58:32 O&M #1352 %%LST NSE: NSEI=1;%% RETCODE = 0 Operation succeeded LST NSE Result -------------- NSE Identifier = 1 Agent Subrack No. = 0 Subnetwork Protocol Type = Gb over FR IpSubNetConfigMode = Static Configuration ServerIp = 0.0.0.0 ServerUdpPortNo = 65535 SGSN Node ID = 102 RIM Support = No Support PFC Support = No Support Operator Name = 46000 (Number of results = 1) --- END