Ericsson Mini Link Cli Commands Link

Mastering the Ericsson MINI-LINK CLI: A Comprehensive Command Guide

6.2 VLAN Configuration (802.1q)

vlan database
    vlan 100
    vlan 200
    exit

interface ethernet 1 switchport mode trunk switchport trunk allowed vlan 100,200 exit

interface ethernet 2 switchport mode access switchport access vlan 100 exit

Remote Radio Diagnostics

MINI-LINK# radio remote-commands hop 1 get-rsl    # RSL from far end
MINI-LINK# radio remote-commands hop 1 get-snr    # SNR from far end
MINI-LINK# radio loopback hop 1 remote            # Remote loopback (test only)
MINI-LINK# radio loopback hop 1 disable

8.2 Show QoS

show policy-map interface ethernet 1
# Packet matches, drops, queuing stats

Show buffered logs


8.2 Expect Script Example (Partial)

#!/usr/bin/expect
spawn ssh admin@10.0.0.1
expect "password:"; send "MyP@ssw0rd\r"
expect ">"; send "alarms ls\r"
expect ">"; send "exit\r"

Moving between modes:

MINI-LINK> enable                    # Enter privileged mode
Password: (enable password)

MINI-LINK# configure terminal # Enter global config MINI-LINK(config)# 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


9. Synchronization Commands

| Command | Description | |---------|-------------| | show sync | Overall sync status | | show sync source | Selected sync source (GPS, SDH, Ethernet, Adaptive) | | show sync ethernet | SyncE (Synchronous Ethernet) status | | show sync output | Clock output settings | | sync source priority <1-8> | Set priority order for clock sources |


Changing Passwords

To change the password for the current user: Moving between modes: MINI-LINK&gt

SET USER PWD=<OLD_PASSWORD>, NEWPWD=<NEW_PASSWORD>