Ericsson ENM CLI commands

Thanks in advance,

The command is launched BSC level, so we can have the status either we have the DUG or BB ?

I need to have Admi state and op sate

Hi @OB_147, threre are no admin state and operational state, just state

cmedit get BSCNAME GeranCell.(GeranCellId==CELL,state)

how to check psc in commnad line interface

cmedit get RNC01 Utrancell.(Utrancellid==4329*,primaryscramblingcode) -t
Above command is to check one site only.

cmedit get RNC01 Utrancell.(primaryscramblingcode) -t

Before executing above command,
image

hit cntr+enter then write any file name as shown below and then Hit enter to save. You will get whole RNC Utrancell PSCs.

just change rnc Name RNC01 and UtrancellId as per your network. You will get the PSC for the cell/site you want,
For multiple sites/cells, you need run above 2nd command and download file.

Hi, how can we change the printout of cmedit get in table format of any MO to the format used with cmedit set in an easy way, thanks

Hi @amer1562

Putting β€œ-t” or β€œβ€“table” at the end of the command will output the output in a table format. In case of not placing it, it will be a format similar to JSON.

1 Like

is there a script to query all ip information of enodeb,DUW and DUG?
Thank You All

Hi, @ZAM, yes, check here

1 Like

Hello All,
which command can used from CLI to know @IP for node DU or BB with OSS ID /IUB ??
thanks in advance

BB
cmedit get * ComConnectivityInformation.ipAddress -t -s
DU
cmedit get * CppConnectivityInformation.ipAddress -t -s
tcu
cmedit get * StnConnectivityInformation.ipAddress -t -s
Bsc
get * BscConnectivityInformation.ipAddress -t -s

4 Likes