Ericsson | Mini Link Cli Commands

MINI-LINK-001> enable
MINI-LINK-001# configure terminal
MINI-LINK-001(config)# hostname Site22_ML
MINI-LINK-001(config)# interface eth0
MINI-LINK-001(config-if)# ip address 172.16.1.10/24
MINI-LINK-001(config-if)# no shutdown
MINI-LINK-001(config-if)# exit
MINI-LINK-001(config)# interface radio0
MINI-LINK-001(config-if-radio)# frequency 18000.000
MINI-LINK-001(config-if-radio)# tx-power 20
MINI-LINK-001(config-if-radio)# modulation adaptive 256qam
MINI-LINK-001(config-if-radio)# exit
MINI-LINK-001(config)# write memory
MINI-LINK-001(config)# end
MINI-LINK-001# reboot

This is the core functionality of the MINI-LINK. These commands manage the link between the IDU and ODU, and the microwave transmission.

| Command | Description | |---------|-------------| | enable | Enter privileged mode | | disable | Exit privileged mode | | configure terminal | Enter global configuration mode | | exit | Move down one level in command mode | | end | Return to privileged exec mode | | show running-config | Display current active configuration | | show startup-config | Display saved configuration | | write memory | Save running config to startup config | | copy running-config startup-config | Alternative save command | | reboot | Restart the node | | ping <ip> | Network connectivity test | | traceroute <ip> | Path discovery | ericsson mini link cli commands


admin> system restart                     # Warm reboot
admin> system factory-reset               # Full wipe (use with extreme caution)