Anda di halaman 1dari 23

FibeAir IP-10 CLI

(Command Line Interface)

User Guide

Part ID: BM-0134-0 Doc ID: DOC-00018394 Rev a.01 May 2008

Notice
This document contains information that is proprietary to Ceragon Networks Ltd. No part of this publication may be reproduced, modified, or distributed without prior written authorization of Ceragon Networks Ltd. This document is provided as is, without warranty of any kind.

Registered TradeMarks
Ceragon Networks is a registered trademark of Ceragon Networks Ltd. FibeAir is a registered trademark of Ceragon Networks Ltd. CeraView is a registered trademark of Ceragon Networks Ltd. Other names mentioned in this publication are owned by their respective holders.

TradeMarks
CeraMapTM, PolyViewTM, EncryptAirTM, ConfigAirTM, CeraMonTM, EtherAirTM, and MicroWave FiberTM, are trademarks of Ceragon Networks Ltd. Other names mentioned in this publication are owned by their respective holders.

Statement of Conditions
The information contained in this document is subject to change without notice. Ceragon Networks Ltd. shall not be liable for errors contained herein or for incidental or consequential damage in connection with the furnishing, performance, or use of this document or equipment supplied with it.

Information to User
Any changes or modifications of equipment not expressly approved by the manufacturer could void the users authority to operate the equipment and the warranty for such equipment. Copyright 2008 by Ceragon Networks Ltd. All rights reserved.

Corporate Headquarters: Ceragon Networks Ltd. 24 Raoul Wallenberg St. Tel Aviv 69719, Israel Tel: 972-3-645-5733 Fax: 972-3-645-5499 Email: info@ceragon.com North American Headquarters: Ceragon Networks Inc. 10 Forest Avenue, Paramus, NJ 07652, USA Tel: 1-201-845-6955 Toll Free: 1-877-FIBEAIR Fax: 1-201-845-5665 Email: infous@ceragon.com

www.ceragon.com

European Headquarters: Ceragon Networks (UK) Ltd. 4 Oak Tree Park, Burnt Meadow Road North Moons Moat, Redditch, Worcestershire B98 9NZ, UK Tel: 44-(0)-1527-591900 Fax: 44-(0)-1527-591903 Email: infoeuro@ceragon.com APAC Headquarters Ceragon Networks (HK) Ltd. Singapore RO Level 34 Centennial Tower 3 Temasek Avenue Singapore 039190 Tel - + 65 6549 7886 Fax: +65 6549 7011

Contents

General .......................................................................................................... 1

Getting Started .............................................................................................. 2

Command Groups......................................................................................... 5

CLI Commands.............................................................................................. 8

CLI Command Parameters ..........................................................................11

General
This guide explains how to work with the FibeAir IP-10 Command Line Interface (CLI). The CLI is used to perform IP-10 configuration and obtain system statistical and performance information. Using the CLI, you can perform configuration operations for single IP-10 units, as well as configure several IP-10 units in a single batch command.

Access Rights
IP-10 CLI access is granted for the following user groups: Viewer Operator Admin Technician This user only has read-only access. The user can only view parameters and their values, not modify them. This user has read-write access. The user can read parameters and their values, and modify them. However, this user cannot add or remove other users. This user has read-write access. The user can read parameters and their values, modify them, and add/remove other users. This user has read-write access to the CLI, as well as access to a bridge-specific CLI shell.

User access is controlled by the system administrator and configured via the Management command group (shown in the Command Groups section).

FibeAir IP-10 CLI Guide

Getting Started
To log in to the CLI: 1. 2. 3. Power on your PC. Make sure that your PC is connected to the management port on the front panel of the IP-10 unit. For a first-time login, use the following: User: admin Password: admin Note: When using the Hyper Terminal, you should set the terminal speed (in your PC terminal configuration) to 155200 kpbs. In addition, it is recommended to select the VT-100 terminal type and set the terminal size to 24 rows, 80 columns.

Getting Help
Once you are logged in, you can go to a main command group and its sub groups, type the command you want, and press Tab twice for a list of possible parameter values. In addition, you can type a command and then type a question mark (?) for location-specific information for the command. For example, for the set command, typing set ? and pressing Enter will display a list of optional parameters and a help line. Wherever you are in the command tree, you can obtain a list of available commands by typing Help or ?. The commands that are available are different for each location in the CLI tree and the type of user.

Basic Commands
The following basic commands are available when you first log in, if you belong to the Operator user group:
ls get set help cd exit logout cli-ver cls write show-tree find lsp list entities get parameter set parameter help change directory exit CLI logout from CLI cli version clear screen write the current switch configuration to the configuration file show entity tree search for a string in the parameter name and information fields list entity parameters and commands

In addition, you can use the up/down arrow keys, or the q key, when the word END appears at the end of the screen.

FibeAir IP-10 CLI Guide

Finding Commands
At any point in the CLI tree, a quick way to find a command is to type find string, and press Enter. For string you can type any word that you think is relevant for a command. For example, if you type find user, and press Enter, you would get a list of commands relating to "user", as follows:
1) 2) 3) 4) management/mng-services/mng-software/proxy-user management/mng-services/users/add-user management/mng-services/users/delete-user management/mng-services/users/show-users User name passed to the ... Add user <name> <group> Delete user <name> Show users

Command Example
The following example shows how you can find a command within a sub-group, and then execute the command. The example starts with the lsp (list parameters) command, and ends with the activation of an interface loopback test. ----------------------------------------------IP-10:/> cd diagnostics/loopback/radio-loopback/ IP-10:/diagnostics/loopback/radio-loopback> lsp *********** configuration ******** timeout rw Loopback timeout in minutes *********** statuses ************* counter ro Loopback time left if-loopback rw IF loopback activation rfu-rf-loopback rw RFU RF Loopback Enable Command rfu-if-loopback rw RFU IF Loopback Enable Command IP-10:/diagnostics/loopback/radio-loopback> set timeout 2 IP-10:/diagnostics/loopback/radio-loopback> set if-loopback off on IP-10:/diagnostics/loopback/radio-loopback> set if-loopback on Caution: This action affects traffic. The may cause permanent loss of Ethernet traffic & wayside. Consider disabling or physically disconnecting the Ethernet ports of the IDM and Wayside before the loopback activation. Are you sure? (yes/no):yes IP-10:/diagnostics/loopback/radio-loopback>

-----------------------------------------------

Important! Note that bridge related commands need to be followed by a write command to be saved. Otherwise, the commands will not be saved following a reset in the system.

FibeAir IP-10 CLI Guide

Viewing the Command Tree


At any location within the command group structure, you can type show-tree and press Enter for a list of all the commands in the group you are currently in. The following list appears when you type show-tree.

FibeAir IP-10 CLI Guide

Command Groups
The command groups that appear when you log in include the following: Management Platform Radio Interfaces Diagnostics Some groups include sub groups that enable setup operations relevant to that category. The following illustrations show the trees of each main group. Management

Management

FibeAir IP-10 CLI Guide

Platform

Radio

FibeAir IP-10 CLI Guide

Interfaces

Diagnostics

FibeAir IP-10 CLI Guide

CLI Commands
The following table lists the commands you can use in each command group and sub group. Note that when you enter a group or sub group, you can type a command and then press the Tab key twice (or type a question mark) for a list of values relevant to that command.

Command Group alarm-current bridge bridge bridge bridge bridge bridge bridge bridge show

Command

Description Show current alarms Show IP pbits to queue allocation Show QoS VLAN Priorities Show VLAN tag pbits to queue allocation Show Ethernet Statistics Show status of all ports Show current switch operating configuration Show VLAN database information Add, remove or modify values associated with a single VLAN Set to default Show policer classes Show VLAN Pbits priority remap Set allowed VLANs Show allowed VLANs Show port status Clear log Show log

qos-show-ip-pbit-val qos-show-vlan-priority qos-show-vlan-tag-pbit-val show-eth-statistics show-ports-status show-running-config show-vlan-info vlan

cfg-service eth-port eth-port eth-port eth-port eth-port event-log event-log

set-to-default qos-show-policer-classes qos-show-vlan-pbits-prio-remap set-allowed-vlans show-allowed-vlans show-port-status clear show

FibeAir IP-10 CLI Guide

Command Group idc-board mate-idu mate-idu

Command reset-idc-hw copy-to-mate-cmd create-copy-to-mate-nack-listcmd manual-switch-cmd status-show status-show download

Description Reset the IDC - cold (HW) reset Copy to mate command Create copy to mate nack list command

mate-idu mng-protocols mng-snmp mng-software

Manual switch command Show Management Protocols status Show SNMP status Download all relevant packages from remote server (without installation) Upgrade Linux kernel Install new package (like SW patch) without existing version installed Package rollback (downgrade to older version) Uninstall SW package (recommended for patch removal) Show SW package information Upgrade all installed packages or requested package Verify installed packages VLAN ID to be associated to instance Show VLAN IDs associated to instance Clear entire PM Reset the remote IDC - cold (HW) reset Clear RMON statistics from all ports Clear RMON statistics from a specific port

mng-software mng-software

kernel-upgrade package-install

mng-software mng-software

package-rollback package-uninstall

mng-software mng-software

show-packages upgrade

mng-software mstp mstp pm-service remote-idu rmon rmon

verify-packages msti-vid show-msti-vid clear-entire-pm remote-cold-reset clear-all clear-port

FibeAir IP-10 CLI Guide

Command Group rmon users users users

Command get-statistics add-user delete-user show-users

Description Get RMON statistics Add user Delete user Show users

FibeAir IP-10 CLI Guide

10

CLI Command Parameters


The following table lists the parameters you can use in the command groups and sub groups.
Command Group alarm-current alarm-current alarm-current bridge bridge bridge bridge bridge bridge bridge bridge bridge bridge bridge bridge e1t1-port e1t1-port e1t1-port e1t1-port e1t1-port e1t1-port e1t1-port e1t1-port e1t1-port ethernet eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port

Paremeter current-alarm-table most-severe sequence-count customer-l2protocol ethernet-application forward-time hello-time management-type max-age max-hops msti-bridge-priority priority qos-ip-precedence-val qos-ip-tos-tc-pbits-option stp-protocol admin cable-length interface-type line-loopback line-pm-15 line-pm-24 oper-status port-curr-ber priority gbe-mute-override actual-duplex actual-ethernet-rate admin auto-negotiation bad-octets-rcv brdc-pkts-rcv brdc-pkts-sent collisions connector-type deferred duplex ethernet-rate

Description System Alarm Current table indexed by time and quasisequential number Most severe alarm Current alarm counter Customer L2 protocols (STP, LACP, GMRP, GVRP, MMRP, MVRP, DOT1X) tunneling Ethernet application Forwarding delay time in seconds Hello time in seconds Management type Maximum ageing time in seconds Maximum hops the BPDU will be valid Bridge priority for each defined MST instance Bridge priority IP precedence IP pbits value IP TOS/TC pbits options Spanning-tree protocol Enable/Disable the port T1 cable length Interface type Line loopback Line PM 15 minutes monitoring Line PM 24 hours monitoring Operational status E1/T1 port current BER Dynamic allocation priority GbE mute override Actual duplex Actual ethernet rate Enable/Disable the port Auto negotiation Bad octets received Broadcast packets received Broadcast packets sent Collisions Connector type Deferred Half/Full duplex Ethernet rate (mbps)

FibeAir IP-10 CLI Guide

11

Command Group eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port

Paremeter evc-name excess-collision-drop flow-control fragments-pkts functionality-led functionality-led.blink good-octets-rcv good-octets-sent in-discards in-fcs-err in-filtered in-pause in-rx-err interface-index interface-type in-uni-casts jabber-pkts late-collision-detect learning management-autonegotiation management-capacity management-duplex management-ethernetrate management-only management-port-admin management-vlan mc-pkts-rcv mc-pkts-sent msti-port-path-cost msti-port-priority multiple-collision-frame oper-status out-fcs-err out-filtered out-pause out-uni-casts oversize-pkts path-cost pkts-1024-max-octets pkts-128-255-octets pkts-256-511-octets pkts-512-1023-octets pkts-64-octets EVC name Excess Collision Frame Flow Control Fragments Packets Functionality LED blink attribute Good octets received Good octets sent In Discards In FCS Error In Filtered In Pause In receive error Interface index Interface type In Uni-Cast Jabber Packets Late Collision Detect Learning admin

Description

Management port auto negotiation Management port capacity Management port duplex Management port Ethernet rate (Mbps) Management only Port's admin Management VLAN id Mc packets received Mc packets sent Path cost for each defined MST instance Interface priority for each defined MST instance Multiple Collision Frame Operational status Out FCS error Out filtered Out pause Out Uni-Cast Oversize packets Path cost Number of packets with size equal or greater than 1024 octets Number of packets with size between 128 and 255 octets Number of packets with size between 256 and 511 octets Number of packets with size between 512 and 1023 octets Number of packets with size equal or smaller to 64 octets

FibeAir IP-10 CLI Guide

12

Command Group eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port eth-port event-log event-log fpga framer framer framer framer framer framer framer

Paremeter pkts-65-127-octets priority protection-only protection-port-admin qos-classifier-criteria qos-egress-shaper qos-egress-shaper-rate qos-marker qos-policer-action qos-policer-cbs qos-policer-class-name qos-policer-name qos-policer-rate qos-policer-type qos-prio-override-port qos-scheduling-scheme qos-vlan-pbits-prio-remap role rstp-edge-port rstp-link-type single-collision-frame state type undersize-pkts vlan wayside-auto-negotiation wayside-capacity wayside-duplex wayside-ethernet-rate wayside-only wayside-port-admin log-count log-table fw-version link-id oper-status radio-ber radio-excessive-berthreshold radio-pm-15min-interval radio-pm-24hour-interval radio-signal-degrade-

Description Number of packets with size between 65 and 127 octets Port's priority Protection only Port's admin Classifying criteria Egress shaper Egress shaper rate. The value should be in steps. The steps are: 64K - for values less than 1Mbps. 1M - for values between 1Mbps and 100Mbps. 10M - for values between 100Mbps and 1000Mbps (GbE Ports Only) QoS marker Policer action Policer class name associate to this policer Policer name associated to this port Policer rate Policer type Priority override port Scheduling scheme VLAN pbits priority remap Port's role Enable as edge port Link type Single Collision Frame Port's state Port's type Undersize packets Default VLAN ID Wayside auto negotiation Wayside Port Capacity Wayside half/full Duplex Wayside Ethernet port rate (Mbps) Wayside only Port's admin log counter System event log table indexed by time and quasi-sequential number FPGA FW Version Link ID Operational status Radio BER Status Radio Excessive BER Threshold Configuration Radio 15 minutes interval performance monitor Radio 24 hours interval performance monitor Radio Signal Degrade Threshold Configuration

FibeAir IP-10 CLI Guide

13

Command Group idc-board idc-board idc-board idc-board idc-board idc-board idc-board idc-board idc-board idc-board idc-board idc-board idc-board idc-board inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory

Paremeter threshold idu-led idu-led.blink measurement-system protection-led protection-led.blink radio-led radio-led.blink remote-led remote-led.blink rfu-led rfu-led.blink system-up-time temperature version board-modules board-sub-type board-type chain-firmware chain-hardware-features chain-sub-type chain-type comments company-name date-code firmware hardware hass-number hw-supported-bit-bate idc-firmware idc-hardware-features idc-sub-type idc-type license-demo-timer license-register modem-firmware modem-hardwarefeatures modem-sub-type modem-system-rate modem-type mux-firmware mux-hardware-features mux-sub-type mux-type

Description IDU LED blink attribute Measurement system Protection LED blink attribute Radio LED blink attribute Remote LED Blink attribute RFU LED blink attribute System up time (in hundredths of second) Temperature IDC's Version Board Modules The sub-type of the board The type of the board The firmware of the chain The hardware features of the chain The sub-type of the chain The type of the chain Text description about the board Company name Date of board testing (number of seconds from 1/1/1970) Firmware Hardware Number of hass testing HW supported bit bate The firmware of the IDC The hardware features of the IDC The sub-type of the IDC The type of the IDC Number of hour left for license demo mode System license features The firmware of the modem The hardware features of the modem The sub-type of the modem The frequency of the clock for the PVG The type of the modem The firmware of the MUX The hardware features of the MUX The sub-type of the MUX The type of the MUX

FibeAir IP-10 CLI Guide

14

Command Group inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory inventory ip-address ip-address ip-address ip-address ip-address license license license license license license license line-loopback line-loopback line-loopback mate-idu mate-idu mate-idu mate-idu

Paremeter num-of-10-100-1000interfaces num-of-fe-interfaces num-of-sfp-interfaces num-of-tdm-interfaces num-of-working-hours part-number product-name rx-iq-delay-high-ratesystems rx-iq-delay-low-ratesystems serial-number spare1 spare2 spare3 tx-iq-delay-high-ratesystems tx-iq-delay-low-ratesystems type-of-tdm-interfaces xc-firmware xc-hardware-features xc-sub-type xc-type default-gateway hw-address ip-address ip-v6-address subnet-mask acm-license capacity-name demo-admin demo-timer license-code license-type switch-application-license counter line-loopback timeout copy-to-mate-nack-list excessive-ber-switchenable mate-ip-address mate-mac-address rate name

Description Number of 10/100/1000 interfaces Number of fast Ethernet interfaces Number of SFP interfaces Number of TDM interfaces Counter of working hours of the board Part number of the application in the board Product name RX IQ delay offset for high rate systems RX IQ delay offset for low rate systems The serial number of the board Spare 1 Spare 2 Spare 3 Tx IQ delay offset for high rate systems Tx IQ delay offset for low rate systems Type of TDM interfaces The firmware of the XC The hardware features of the XC The sub-type of the XC The type of the XC Default gateway Hw address Unit management IP address IPv6 address Unit subnet mask

Time left for license demo mode (in hours)

Loopback time left Line loopback Loopback timeout in minutes (0 for unlimited)

FibeAir IP-10 CLI Guide

15

Command Group mate-idu mate-idu mate-idu mate-idu mate-idu mate-idu mate-idu mate-idu mate-idu mng-protocols mng-protocols mng-protocols mng-protocols mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-snmp mng-software mng-software mng-software mng-software mng-software mng-software mng-software mng-software mng-software mng-software modem modem modem modem

Paremeter protection-admin protection-force-switch protection-lockout protection-mode protection-role remote-ber-adjustmenttime remote-lof-adjustmenttime remote-sd-adjustmenttime sd-switch-enable telnet-admin telnet-status web-admin web-status snmp-admin snmp-read-community snmp-status snmp-version snmp-write-community trap-admin trap-community trap-group-filter trap-heartbeat trap-manager trap-name trap-port trap-severity-filter application-versions common-version proxy-password proxy-url proxy-user server-login server-password server-url status-download status-install clear-counters defected-blocks ldpc-decoder-stress mse

Description

Telnet administrative state Telnet service status Web administrative state Web service status SNMP administrative state SNMP read community SNMP service status SNMP version SNMP write community Enable/Disable sending SNMP traps SNMP trap community SNMP trap group filter How often (in minutes) a trap heartbeat is sent to the manager (0 to disable) Address of manager to which SNMP traps will be sent Text to name or comment the manager Manager port to which traps are sent (default 162) Filter which traps are sent to the manager by their severity. list of individual application packages and their versions common version identifying the whole application packages set Password passed to the proxy Proxy URL User name passed to the proxy Remote server login Remote server password Remote SW Update server URL where SW updates reside last SW download status last SW installation status Clear accumulated counters Defected blocks LDPC decoder stress MSE

FibeAir IP-10 CLI Guide

16

Command Group mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mrmc mstp mstp networking networking networking networking networking networking networking platform platform platform platform port-group port-group port-group port-group port-group radio-loopback radio-loopback radio-loopback radio-loopback radio-loopback remote-idu remote-idu

Paremeter connected-rfu-grade current-acm-adaptiveprofile current-bitrate current-profile current-qam loaded-script-description loaded-script-version max-adaptive-acm-profile max-available-tdminterfaces max-chosen-bitrate min-adaptive-acm-profile mrmc-pm-15min-interval mrmc-pm-24hour-interval mrmc-script mse-threshold occupied-bandwidth operation-mode rfu-chosen-grade region-name revision-number auto-negotiation capacity duplex ethernet-rate number-of-ports type vlan system-contact-person system-description system-location system-name exber-threshold line-code pdh-led pdh-led.blink sd-threshold counter if-loopback rfu-if-loopback rfu-rf-loopback timeout remote-atpc-enable remote-atpc-ref-rx-level

Description Actual connected rfu grade information Current ACM adaptive profile Information Current bit rate Information Current profile Information Current QAM Information Loaded script description Information Modem script version Information Maximum adaptive ACM profile Information Max available TDM interface information Max chosen bitrate information Min adaptive ACM profile Information MRMC 15 minutes interval performance monitor MRMC 24 hours interval performance monitor MRMC script Information MSE threshold Information Occupied bandwidth Information Operation mode Information RFU chosen grade information Name of the MST region Revision number for configuration information Management port auto negotiation Management port capacity Management port duplex Management port Ethernet rate (Mbps) Number of management ports How management data is passed Management VLAN id System contact person System description System location System name Excessive BER threshold Information Line code Information PDH LED color blink attribute Space Diversity threshold Loopback time left IF loopback activation RFU IF Loopback Enable Command RFU RF Loopback Enable Command Loopback timeout in minutes Remote ATPC Enable/Disable configuration Remote ATPC reference Rx level configuration

FibeAir IP-10 CLI Guide

17

Command Group remote-idu remote-idu remote-idu remote-idu remote-idu remote-idu remote-idu remote-idu remote-idu remote-idu remote-idu rfic rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu

Paremeter remote-communication remote-default-gateway remote-force-max-tx-level remote-force-mute-tx remote-ip-address remote-link-id remote-management-type remote-management-vlan remote-most-severealarm remote-rx-level remote-subnet-mask if-loopback atpc-enable atpc-ref-rx-level band cable-tilt communication-status delay-calibration delay-calibrationoperation delay-calibration-result fpga-version-number hardware-reset ifc-support if-loopback-support internal-downloadcounter internal-download-status log-enable log-interval lo-sense max-bandwidth max-rx-freq max-tx-freq max-tx-level min-bandwidth min-rx-freq min-tx-freq mse-forward mute-tx part-number pm-15min-interval pm-15min-intervalcombined pm-15min-interval-

Description Remote Communication Status Remote IDU default gateway Force remote Max transmit level configuration Force remote Mute transmitter configuration Remote IDU IP address Remote IDU Link ID Remote Management type Status Remote Management VLAN ID configuration Remote Most Severe Alarm Status Remote Rx level status Remote IDU subnet mask IF loopback activation RFU ATPC Enable/Disable RFU ATPC Reference Rx Level RFU band status RFU cable tilt status RFU communication to remote unit status RFU delay calibration configuration RFU delay calibration command RFU delay calibration result status RFU FPGA version number RFU Reset Hardware Command RFU IFC support status RFU IF loopback support status RFU internal download counter status RFU internal download status RFU Log Enable/Disable Configuration RFU Log interval configuration, in seconds RFU lo sense status RFU maximum bandwidth status RFU maximum Rx frequency status RFU maximum Tx frequency status RFU Maximum Transmit Level Configuration RFU minimum bandwidth status RFU minimum Rx frequency status RFU minimum Tx frequency status RFU MSE forward command RFU Mute Transmitter RFU part number RFU 15 minutes interval performance monitor RFU 15 minutes interval combined performance monitor RFU 15 minutes interval diversity performance monitor

FibeAir IP-10 CLI Guide

18

Command Group rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu rfu-sw-upload rfu-sw-upload

Paremeter diversity pm-24hour-interval pm-24hour-intervalcombined pm-24hour-intervaldiversity pmax pmin pm-rx-level-threshold-1 pm-rx-level-threshold-2 pm-tx-level-threshold power-supply-status predistortion-support rf-loopback-support rfu-address rfu-class rfu-if-loopback rfu-installation rfu-mode rfu-rf-loopback rfu-type rsl-connector-source rx-freq rx-freq-local-remote rx-level rx-level-combined rx-level-diversity serial-number software-version-number standard-organization synthesizer-status temp-in-celsius temp-in-celsius-pa temp-in-fahrenheit tx-freq tx-freq-local-remote tx-level-status tx-rx-freq-separation unfaded-rsl internal-download-action internal-downloadcounter

Description RFU 24 hours interval performance monitor RFU 24 hours interval combined performance monitor RFU 24 hours interval diversity performance monitor RFU Pmax status RFU Pmin status RFU Performance Monitoring Rx Level Threshold 1 Configuration RFU Performance Monitoring Rx Level Threshold 2 Configuration RFU Performance Monitoring Tx Level Threshold Configuration RFU Power Supply Status RFU Predistortion support status RFU RF loopback support status RFU address status RFU class status RFU IF Loopback Enable Command RFU installation status RFU Mode configuration RFU RF Loopback Enable Command Type of connected RFU RFU RX level connector source configuration RFU Rx frequency configuration RFU Change Rx Frequency Local Remote Command RFU Receive Level Status RFU Rx level combined status RFU Rx level diversity RFU serial number RFU software version number RFU standard organization RFU synthesizer RFU Temperature In Celsius RFU temperature in Celsius on PA RFU Temperature In Fahrenheit RFU Tx Frequency Configuration RFU Change Tx Frequency Local Remote Command RFU Transmit Level RFU Tx Rx frequency separation RFU Unfaded Rx Level Configuration RFU Internal Download Of Software/firmware/tables Action Command RFU internal download counter status

FibeAir IP-10 CLI Guide

19

Command Group rfu-sw-upload time-service wayside wayside wayside wayside wayside

Paremeter internal-download-status time-and-date admin auto-negotiation capacity duplex ethernet-rate

Description RFU internal download status Time and date format: Day-Mon-Year,hour:min:sec Enable/Disable Wayside channel Wayside auto negotiation Wayside channel capacity Wayside half/full Duplex Wayside Ethernet port rate (Mbps)

FibeAir IP-10 CLI Guide

20

Anda mungkin juga menyukai