admin> ethernet vlan create vlan-id=100 admin> ethernet vlan add-port vlan-id=100 port=1/2 mode=tagged admin> ethernet vlan add-port vlan-id=100 port=1/1 mode=untagged

| Category | Command | | --- | --- | | | system information , radio info , odu info | | Radio | radio perf-current , radio set distance=5 , spectrum-scan start | | Ethernet | ethernet port stats 1/2 , ethernet vlan ls | | Services | services ls , services status name=... | | Alarms | alarms ls , alarms log export | | Debug | loopback set type=rf-site , event-log start trace-level=5 | | Config | config export tftp://... , config compare | | Maintenance | system restart , software activate , alarms clear |

Before entering commands, you need to establish a connection. Here's what you'll need:

set radio tx-power [value] : Adjusts the transmitter output power (configured in dBm).

clear loopback all — Safely removes all active diagnostic loops. Configuration Management

help or ? : Displays available commands in the current context. Essential CLI Commands by Category 1. System Information & Status Check

#!/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"

MINI-LINK TN networks rely on plug-in units inside an Access Node Magazine (AMM). Managing these slots is crucial during hardware replacements.

: Monitors real-time metrics such as traffic volume, signal quality, and capacity. show fast-path status

show arp

show log system : Dumps the system event log to trace historic restarts, configuration adjustments, or port flapping.

To view the number of Error Seconds (ES) or Severely Error Seconds (SES):

Leave a Comment