Ericsson Mini Link Cli Commands «CERTIFIED 2026»
The Command Line Interface (CLI) for Ericsson MINI-LINK systems provides a toolset for node configuration, monitoring, and troubleshooting, primarily used as an alternative to the MINI-LINK Craft graphical user interface. Accessing the CLI
Product name (e.g., MINI-LINK 6352), serial number, software version, uptime, temperature, and power supply status.
| Category | Command | | --- | --- | | | system information , radio info , odu info | | Radio | radio perf-current , radio set distance=5 , spectrum-scan start | | Ethernet | ethernet port stats 1/2 , ethernet vlan ls | | Services | services ls , services status name=... | | Alarms | alarms ls , alarms log export | | Debug | loopback set type=rf-site , event-log start trace-level=5 | | Config | config export tftp://... , config compare | | Maintenance | system restart , software activate , alarms clear | ericsson mini link cli commands
MINI-LINK(config)# interface eth0 # Interface-specific MINI-LINK(config-if)# exit # Back to global MINI-LINK(config)# end # Back to privileged exec
MINI-LINK# ping 10.10.10.2 size 1500 count 100 MINI-LINK# traceroute 172.16.0.1 MINI-LINK# arp show # List ARP table The Command Line Interface (CLI) for Ericsson MINI-LINK
| Command | Function | | :--- | :--- | | | Displays the software and firmware versions, hardware revision, and uptime. Essential for inventory and compliance checks. | | show running-config | Shows the current, active configuration. This is the live configuration the node is using. | | show startup-config | Shows the saved configuration that will be loaded on the next reboot. | | show interfaces | Displays the status, statistics, and errors for all physical and virtual interfaces. A crucial command for link diagnostics. | | show clock | Verifies the system's time and date, which is critical for synchronization and accurate log correlation. | | show license | Shows all installed licenses and their status, which can be checked via the command get_license . | | show alarm | Lists all active alarms, their severity, and time of occurrence. A primary tool for fault management. | | show arp | Displays the ARP table, mapping IP addresses to MAC addresses on the local network. | | show ntp status | Shows the synchronization status with configured Network Time Protocol (NTP) servers. |
NE-MINILINK> enable Password: [ericsson] NE-MINILINK# cliunlock Use code with caution. | | Alarms | alarms ls , alarms
The Ericsson MINI-LINK CLI provides a robust, scriptable, and efficient method for managing microwave links. Mastery of the commands outlined in this paper enables network engineers to perform rapid deployment, advanced troubleshooting, and fine-grained performance tuning beyond what is possible via GUI alone.
copy running-config startup-config