FibeAir IP-20C/S/E
User Guide
Ceragon Proprietary and Confidential
Page 337 of 597
Parameter
Input Type
Permitted Values
Description
name
Text String.
Enter a name (optional).
description
Text String.
Enter a description
(optional).
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 69: 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).
Examples
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