User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 456 of 825
Ceragon Proprietary and Confidential
13.11
Enabling the Interfaces (CLI)
By default:
•
Ethernet traffic interfaces are disabled and must be manually enabled.
•
The Ethernet management interface is enabled.
•
Radio interfaces are enabled.
Note:
IP-20S, IP-20E, and IP-20V units have a single radio interface.
To enable or disable an interface, enter the following command in root view:
root> platform if-manager set interface-type <interface-type>
slot <slot> port <port> admin <admin>
To display the status of all the interfaces in the unit, enter the following command
in root view:
root> platform if-manager show interfaces
Table 84: Interface Configuration CLI Parameters
Parameter
Input Type
Permitted Values
Description
interface-type
Variable
ethernet
radio
ethernet
–
an Ethernet
traffic interface.
radio
–
a radio interface.
slot
Number
Ethernet: 1
Radio: 2
The slot on which the
interface is located.
port
Number
GbE 1: 1
GbE 2: 2
GbE 3: 3
Radio Carrier 1: 1
Radio Carrier 2 (IP-20C
and IP-20C-HP only): 2
The specific interface you
want to enable or disable.
admin
Variable
up
down
Enter
up
to enable the
interface or
down
to
disable the interface.
The following command enables Ethernet port 2:
root> platform if-manager set interface-type ethernet slot 1
port 2 admin up
The following command enables radio interface 1:
root> platform if-manager set interface-type radio slot 2 port
1 admin up
The following command disables radio interface 1:
root> platform if-manager set interface-type radio slot 2 port
1 admin down
The following command disables Ethernet port 3:
root> platform if-manager set interface-type ethernet slot 1
port 3 admin down