FibeAir IP-20C/S/E
User Guide
Ceragon Proprietary and Confidential
Page 386 of 597
Examples
The following commands configure a name, location, contact person, latitude
coordinates, longitude coordinates, and units of measurements for the IP-20:
root> platform management system-name set name "My-System-Name"
root> platform management system-location set name "My-System-
Location"
root> platform management system-contact set name "John Doe"
root> platform management system-latitude set 40
root> platform management system-longitude set 73
root> platform management set unit_measure_format metric
15.9
Configuring NTP (CLI)
IP-20 supports Network Time Protocol (NTP). NTP distributes Coordinated
Universal Time (UTC) throughout the system, using a jitter buffer to neutralize
the effects of variable latency.
To configure NTP, enter the following command in root view:
root> platform management ntp set admin <admin> ntp-version
<ntp-version> ntp-server-ip-address-1 <ntp-server-ip-address>
To display the current NTP configuration, enter the following command in
root view:
root> platform management ntp show status
Table 92: NTP CLI Parameters
Parameter
Input Type
Permitted Values
Description
admin
Variable.
enable
disable
Enter enable or disable to enable or
disable the NTP server.
ntp-version
Variable.
v3
v4
Enter the NTP version you want to use.
NTPv4 provides interoperability with NTP v3
and with SNTP.
ntp-server-ip-
address
Dotted decimal
format.
Any valid IP address. Enter the IP address of the NTP server.
Example
The following command enables NTP, using NTP v4, and sets the IP address of
the NTP server as 62.90.139.210.
root> platform management ntp set admin enable ntp-version
ntpv4 ntp-server-ip-address-1