Ericsson Mini Link Cli Commands May 2026

The Ericsson MINI-LINK Command Line Interface (CLI) is an essential text-based management tool for network engineers to configure, monitor, and troubleshoot microwave transmission nodes like the MINI-LINK TN, 6600, and 6352. While many tasks can be performed via the MINI-LINK Craft graphical interface, the CLI offers advanced debugging capabilities and scriptable automation that are critical for rapid site deployment and complex network integration. 1. Accessing the MINI-LINK CLI

Access is typically established via SSH (recommended for security) or Telnet over a LAN or management connection. Default Connection Details: IP Address: Often 10.0.0.1 for local craft port access. Default Credentials: User: admin or admin_user Password: ericsson or Ericsson@123 Privilege Levels:

enable: Used to raise the privilege level to Privileged Exec Mode, which allows configuration changes.

cliunlock: A specific Ericsson command used to reveal "hidden" or advanced debugging commands. 2. Essential CLI Command Categories

Commands in the MINI-LINK environment are generally grouped into functional classes such as interface configuration, routing, and system maintenance. System Status and Monitoring

These commands are used to verify the operational state of the node without modifying its configuration. Mini-Link CLI | PDF - Scribd

The Ericsson MINI-LINK Command Line Interface (CLI) is an essential tool for telecommunications engineers, offering a powerful alternative to graphical user interfaces for configuring, managing, and troubleshooting microwave transmission nodes. Access and Modes

To interact with a MINI-LINK node via CLI, users typically connect through an O&M LAN port using protocols like Telnet or SSH. The interface operates in distinct modes to prevent accidental changes:

User Exec Mode: The initial mode for basic monitoring (indicated by a > prompt).

Privileged Exec Mode: Entered using the enable command, this mode allows for configuration changes (indicated by a # prompt).

Hidden/Debug Mode: In certain nodes like the MINI-LINK TN, the cliunlock command reveals advanced diagnostic commands used for deep troubleshooting. Essential Command Categories

CLI commands for MINI-LINK are generally grouped by their functional impact on the network element (NE): System Navigation and Information:

list: Displays all available CLI commands in the current mode.

?: Provides context-sensitive help or lists available sub-commands.

terminal: Configures terminal settings for the current session. Configuration and Management:

show startup-config: Displays the configuration that will be loaded upon the next reboot.

copy: Used to move files, such as copying configurations or software loads to/from an FTP server.

activate: Finalizes the deployment of a new software release or configuration module. Connectivity and Diagnostics:

ping: Verifies basic network reachability to other sites or management servers. ericsson mini link cli commands

rsyslog enable: Activates system logging to track changes and errors.

generate-report: Compiles node data into a diagnostic report for support teams. The Role of CLI in Modern Networks

While graphical tools like the MINI-LINK Craft or ENM are common, the CLI remains indispensable for automation. Engineers often use the CLI Tool to prepare and deploy batch scripts, which significantly speeds up the commissioning of large-scale microwave networks. By mastering these commands, technicians ensure that high-capacity backhaul remains stable and responsive. Ericsson Mini Link Cli Commands Extra Quality

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

To access the CLI, you can use standard terminal protocols like Telnet or SSH.

Method: Open a command prompt and use the command telnet [Node_IP] or a tool like PuTTY for SSH.

Default Credentials: Often admin / admin or ericsson / ericsson, depending on the model and firmware version.

Privileged Mode: Enter enable to access configuration capabilities.

Hidden Commands: Some advanced debug commands can be accessed via cliunlock. Essential CLI Commands

Commands are typically categorized by their function within the node. Command Examples Description System Status show board, show temp

Displays hardware inventory, software versions, and current board temperatures. General ping, traceroute, telnet Basic network diagnostic and reachability tools. Configuration config, write Enters configuration mode and saves changes to memory. Maintenance reload, activate

Restarts the node (warm restart) or activates new software loads. Interface sh interface [type] [id]

Shows details for specific interfaces like Ethernet or Radio. Network (DCN) dcn-mode, ip address

Configures Data Communication Network modes and management IPs. Advanced Troubleshooting and Logging

For deeper analysis, the CLI supports syslog and event monitoring: Mini-Link CLI | PDF - Scribd

You might also like * TCU Configuration Step by Step. ... * DCN Configuration via CLI Guide. ... * Mini-Link Craft Basic Setup. .. CLI Command Reference Guide | PDF | Radius - Scribd

The Ericsson MINI-LINK series uses a Command Line Interface (CLI) for advanced configuration, troubleshooting, and monitoring of microwave transmission links. Access is typically gained via SSH, Telnet, or a local craft port. Core Management Commands

These commands are essential for initial access and session control. The Ericsson MINI-LINK Command Line Interface (CLI) is

show system: Displays hardware info, serial numbers, and software versions.

show inventory: Lists all physical modules, plug-ins, and SFP details. exit / logout: Safely terminates the current CLI session. history: Shows a list of recently executed commands. Configuration & Status Monitoring

Use these to verify the health and performance of the microwave hop.

show interface summary: Provides a quick bird's-eye view of all physical ports.

show radio link: Displays critical metrics like TX power, RX level (RSL), and frequency.

show performance-management: Accesses historical data for Bit Error Rate (BER) and availability.

show alarm active: Lists all current system faults or warning indicators. Network & VLAN Settings

These commands manage how data traffic is handled across the link.

show vlan: Displays the current VLAN configuration and port assignments.

config terminal: Enters the global configuration mode for making changes.

show ip interface: Shows management IP addresses and subnet masks.

show l2-switching: Displays MAC address tables and switching parameters. Troubleshooting & Maintenance Commands designed to isolate faults during outages.

ping : Tests connectivity to the far-end terminal or gateway.

loopback: Activates internal or external loops to test signal paths.

show log: Displays the system event log for historical troubleshooting.

copy running-config startup-config: Saves your current settings to permanent memory.

💡 Pro Tip: Use the ? key at any time to see available completions or the Tab key to auto-fill long command strings. I can provide more specific commands if you tell me:

Which specific model you are using (e.g., MINI-LINK 6600, TN, or CN)? Backup, restore and firmware

Are you focusing on Ethernet services or Radio Link configuration?

The Ericsson MINI-LINK CLI (Command Line Interface) is a powerful tool for configuring, monitoring, and troubleshooting microwave transmission nodes like the MINI-LINK TN and 6000 series. 1. Getting Started

To access the CLI, connect via Telnet or SSH using the device's IP address. Default Password: ericsson.

Enable Mode: Use enable to enter privileged EXEC mode, which allows configuration changes.

Unlock Hidden Commands: Enter cliunlock for advanced debugging and power-user configurations (use with caution). 2. Essential Monitoring Commands Use these to check the health and status of your node:

show board: Displays serial numbers, hardware types, and software versions for all cards.

show board status: Checks if a specific board is in service or in "repair mode".

show temp: Shows current temperatures for all boards, including high/exceed threshold values.

show subrack 1: Displays the subrack configuration and fitted units.

sh interface ethernet-eps: Lists all Ethernet interfaces and their current status. 3. Configuration & Management

Always remember to save your changes using the write command. Navigation: configure: Enters global configuration mode. exit or quit: Leaves the current mode or exits the utility. System Actions: reload: Performs a warm restart of the Traffic Node. clock: Configures the system date and time.

copy: Used for file handling (e.g., copying configuration files). Connectivity Tests: ping : Tests reachability to another network element. traceroute : Traces the path to a destination. 4. DCN & VLAN Configuration

Managing the Data Communication Network (DCN) is a common CLI task: show vlan: Displays current VLAN configurations.

vlan : Creates a new VLAN with a specific ID and name. egressports : Assigns member ports to a VLAN.

untagged-ports : Sets specific ports as untagged within the VLAN.

show ip route: Views the current routing table to verify DCN connectivity. Quick Tips

Help: Type list to see a full catalog of available commands.

Incomplete Commands: If you aren't sure of the next parameter, type ? (e.g., show ?) to see available options for that command.

Safety: Use the MINI-LINK CLI Tool to execute prepared script files for complex site integrations to minimize manual errors. Mini-Link CLI | PDF - Scribd


Backup, restore and firmware

4. Configuration Commands (Changing Settings)

Always start with configure terminal.

7.4 Configuration Export/Import

admin> config export tftp://192.168.1.100/config_backup.cfg
admin> config import tftp://192.168.1.100/config_new.cfg
admin> config compare running startup