User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 478 of 825
Ceragon Proprietary and Confidential
Parameter
Input Type
Permitted Values
Description
Radio Carrier 2 (IP-
20C and IP-20C-HP
only): 2
The following commands create a LAG with the ID lag2. The LAG includes the
Ethernet interfaces 1 and 2 and radio interface 1:
root> platform if-manager set interface-type ethernet slot 1
port 1 admin down
root> platform if-manager set interface-type ethernet slot 1
port 2 admin down
root> ethernet interfaces eth slot 1 port 1
eth type eth [1/1]>
eth type eth [1/1]> static-lag add lagid lag2
eth type eth [1/1]> exit
root>
root> ethernet interfaces eth slot 1 port 2
eth type eth [1/2]>
eth type eth [1/2]> static-lag add lagid lag2
eth type eth [1/2]> exit
root>
root> ethernet interfaces radio slot 2 port 1
eth type radio[2/1]>
eth type radio[2/1]> static-lag add lagid lag2
eth type radio[2/1]> exit
root> platform if-manager set interface-type ethernet slot 1
port 1 admin up
root> platform if-manager set interface-type ethernet slot 1
port 2 admin up
The following command displays the name of the LAG to which Ethernet port 1
belongs:
eth type eth [1/1]> static-lag show name
Static-lag group name: lag2
The following commands display details about the LAG:
root> ethernet interfaces group lag2
eth group [lag2]>
eth group [lag2]> port static-lag show members
Static-lag members
-------------------
Eth#[1/1]
Eth#[1/2]
Radio#[2/1]