Basic PTP820 configuration using CLI

PTP820 is typically  configured using web interface, but it can also be configured using CLI. You just need to telnet to the  PTP820 radio using the username/password used when you logon to the Web interface.

Once you are successfully logged in using telnet. You can use the following sample commands to configure the radio RF interface (frequency and tx power)

radio slot 2 port 1
rf set tx-frequency 19400000
rf set rx-frequency 17800000
rf set tx-level 11
rf mute set admin off
exit

you can then use the following sample commands to configure the MRMC scripts (channel size and modulation mode) Note that this will trigger the radio to be rebooted

radio slot 2 port 1
mrmc set acm-support script-id 1501 modulation adaptive max-profile 10

You can also use these following sample commands to configure Ethernet service (smart PIPE)

ethernet service add type p2p sid 1 admin operational evc-id 10
ethernet service sid 1
sp add sp-type pipe int-type dot1q spid 1 interface eth slot 1 port 1 sp-name eth1


sp add sp-type pipe int-type dot1q spid 2 interface radio slot 2 port 1 sp-name radio1
exit

2 Likes