Ericsson Mini Link Cli Commands File

Ericsson Mini Link Cli Commands File

admin> system clock set 2025-01-15 14:30:00
admin> system clock ntp add-server 10.10.10.1
admin> system clock ntp enable

copy startup-config running-config

| Feature | MINI-LINK TN | MINI-LINK CN | |---------|--------------|---------------| | CLI access | Serial + SSH/Telnet | Serial + SSH (Telnet optional) | | Radio interface naming | radio0, radio1 | cn_radio0, cn_radio1 | | Ethernet interfaces | eth0 (mgmt), eth1..ethN | eth0 (mgmt), fe1..feN (FastEthernet), ge1..geN (GigE) | | QoS commands | Full support | Limited on older CN models | | Adaptive modulation | Yes (ACM) | Yes (ACM) | | Synchronization | SyncE, TDM, 1PPS | SyncE, TDM | ericsson mini link cli commands


show radio adaptive-modulation 1

MINI-LINK# show version              # Firmware, hardware, serial number
MINI-LINK# show system               # Uptime, temperature, power supply status
MINI-LINK# show running-config       # Active configuration
MINI-LINK# show startup-config       # Saved configuration (non-volatile)
enable
configure terminal
hostname SiteA-Radio1
interface vlan 1
    ip address 10.0.0.1/30
interface radio 1
    frequency 18000
    tx-power 15
    bandwidth 28
    modulation adaptive
    exit
interface ethernet 1
    description "To Router"
    speed 1000
    no shutdown
copy running-config startup-config

show system alarm