use left or right arrow keys to navigate the tab,
Page First page Last page More pages Next page Previous page
Press Enter or Space to expand or collapse and use down arrow to navigate to the tab content
Click to read more about this recipe
Includes

FREE recipes delivered to your inbox!

Sign Up
Your webbrowser is outdated and no longer supported by Microsoft Windows. Please update to a newer browser by downloading one of these free alternatives.

Ericsson Mini Link Cli Commands <95% VALIDATED>

The exact command tree varies by product generation (MINI-LINK TN, MINI-LINK PTX, or MINI-LINK 6000 series), but the following covers common available in the CLI. 1. Basic System & Access Features | Feature | Example CLI Command | Description | |---------|--------------------|-------------| | Login / Logout | login , logout | Authenticate to CLI session | | Privilege levels | enable , disable | Enter/exit executive mode | | Session management | exit , quit | Terminate current session level | | System info | show system info | HW/SW version, uptime, serial number | | Date/time | show clock , clock set | View or set system time | 2. Configuration Management | Feature | CLI Command | |---------|--------------| | Enter config mode | configure terminal | | Save config | write memory or copy running-config startup-config | | Show running config | show running-config | | Show startup config | show startup-config | | Reset to defaults | config default (with caution) | | Backup config (TFTP/FTP) | copy running-config tftp://<ip>/file.cfg | 3. Radio Link & Interface Features | Feature | CLI Command | |---------|--------------| | Radio parameters | show radio 0/1 – freq, tx power, modulation | | Set frequency | radio frequency <MHz> | | Tx power | radio tx-power <dBm> | | ATPC enable/disable | radio atpc on/off | | Adaptive modulation | radio adaptive-modulation enable/disable | | Link status | show link 0/1 – lock, RSSI, BER | | Ethernet interface config | interface ethernet 0/1 → ip address ... | 4. Ethernet / L2 Switching Features | Feature | CLI Command | |---------|--------------| | VLAN configuration | vlan database , vlan <id> | | Port mode (trunk/access) | switchport mode trunk/access | | QoS / CoS | class-map , policy-map , set cos | | Ethernet OAM | ethernet oam enable/disable | | Link aggregation (LAG) | channel-group <id> | | Port statistics | show interface ethernet 0/1 counters | 5. IP & Routing Features | Feature | CLI Command | |---------|--------------| | Management IP | ip address <a.b.c.d/m> | | Default gateway | ip default-gateway <a.b.c.d> | | Static route | ip route <dest> <mask> <next-hop> | | Ping / Traceroute | ping <ip> , traceroute <ip> | | ARP table | show arp | | DNS config | ip name-server <ip> | 6. Synchronization (Sync/Ethernet) | Feature | CLI Command | |---------|--------------| | Sync source selection | sync source gps/line/radio | | SyncE enable | synchronous ethernet enable | | Clock quality (SSM/QL) | clock quality <value> | | Show sync status | show sync status | 7. Alarms & Performance Monitoring | Feature | CLI Command | |---------|--------------| | Active alarms | show alarms active | | Alarm history | show alarms history | | Performance monitoring (15/24h) | show performance radio/ethernet <interval> | | RSSI over time | show rssi history | | BER (Bit error rate) | show ber | | SNMP trap config | snmp-server host <ip> community <string> | | Syslog | logging <ip> , show logging | 8. Security & Access Control | Feature | CLI Command | |---------|--------------| | Change password | password | | User management | username <name> privilege <level> password | | SSH enable/disable | ip ssh enable/disable | | ACL (Access list) | access-list <num> permit/deny ... | | HTTP/HTTPS access | ip http server enable/disable , ip http secure-server | 9. Maintenance & Troubleshooting | Feature | CLI Command | |---------|--------------| | Loopback test (local/remote) | loopback local/remote radio/ethernet | | Software upgrade | upgrade software tftp://<ip>/<file> | | Reboot system | reboot | | Factory reset | factory-reset | | Diagnostic tools | debug radio/ethernet/ip (vendor-specific) | | Show hardware | show hardware inventory | | Temperature / voltage | show environment | 10. Wireless Link Optimization (Advanced) | Feature | CLI Command | |---------|--------------| | Link ID / Site name | system site-name <name> | | ATPPC (Advanced Tx Power Control) | radio atppc enable/disable | | XPI (Cross Polar Interference) | radio xpi on/off | | ACM threshold config | radio modulation-threshold <value> | ⚠️ Note: Actual commands differ between MINI-LINK TN (CLI similar to Cisco IOS), MINI-LINK PTX (more E/// specific), and MINI-LINK 6000 (often managed via WebUI/OSS-RC). Use ? and show ? in the CLI to explore available commands for your exact model. If you need a complete command reference for a specific MINI-LINK series (e.g., TN, PTX, 6600), please specify.