Extracting Down Nodes with Downtime from ENM CLI

Hi Ericsson Experts.

Could you please guide me on how to extract a list of all the down nodes from the ENM CLI, along with their downtime?

Thank you in advance!

For LTE:
cmedit get * EUtranCellFDD.(administrativeState,operationalState) -t

For UMTS:
cmedit get * utrancell.(uarfcnDl, administrativeState, operationalState) -t

To print all the cells down: cmedit get * EutranCellFDD.operationalState==disabled -t
To get the downtime for each site, you can use mobatch with lgd command.

1 Like