User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 451 of 825
Ceragon Proprietary and Confidential
To set the unit's IP address in IPv6 format, enter the following command in root
view to configure the IP address, subnet mask, and default gateway:
root> platform management ip set ipv6-address <ipv6-address>
prefix-length <prefix-length> gateway <gateway>
Note:
It is recommended not to configure addresses of type FE:80::/64 (Link
Local addresses) because traps are not sent for these addresses.
Table 81: IP Address (IPv6) CLI Parameters
Parameter
Input Type
Permitted Values
Description
ipv6-address
Eight groups of four
hexadecimal digits
separated by colons.
Any valid IPv6
address.
The IP address for the
unit.
prefix-length
Number.
1-128
The prefix-length for
the unit.
gateway
Eight groups of four
hexadecimal digits
separated by colons.
Any valid IPv6
address.
The default gateway for
the unit (optional).
The command below sets the following parameters:
•
IPv4 Address - 192.168.1.160
•
Subnet Mask
–
255.255.0.0
•
Default Gateway
–
192.168.1.100
root> platform management ip set ipv4-address 192.168.1.160
subnet 255.255.0.0 gateway 192.168.1.100
The command below sets the following parameters:
•
IPv6 Address - FE80:0000:0000:0000:0202:B3FF:FE1E:8329
•
Prefix length
–
64
•
Default Gateway - FE80:0000:0000:0000:0202:B3FF:FE1E:8329
root> platform management ip set ipv6-address
FE80:0000:0000:0000:0202:B3FF:FE1E:8329 prefix-length 64
gateway FE80:0000:0000:0000:0202:B3FF:FE1E:8329