®

FibeAir IP-10 CLI (Command Line Interface)

Procedures

Part ID: BM-0154-0 Doc ID: DOC-00023091 Rev a.02 October 2009

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 user’s authority to operate the equipment and the warranty for such equipment. Copyright © 2009 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: [email protected] 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: [email protected]

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: [email protected] APAC Headquarters: Ceragon Networks APAC (S'pore) Pte Ltd 100 Beach Road #27-01/03 Shaw Towers Singapore 189702 Tel.: 65 65724170 Fax: 65 65724199

Contents

General .......................................................................................................... 1 Basic Commands.......................................................................................... 1 Basic System Configuration ........................................................................ 3 Navigating between Stacked Units.............................................................. 4 TDM Trail Management................................................................................. 5 TDM Protected Trails (SNPC)......................................................................10 Showing TDM Trail PMs and Status ...........................................................12 Ethernet Switch Application Configuration...............................................13 Management Ports.......................................................................................14 VLAN Configuration.....................................................................................16 QoS Configuration .......................................................................................16 Auxiliary Channels.......................................................................................19 Automatic State Propogation, 1+0 Configuration Only ............................20 Metro Switch and Port Type Configuration ...............................................20 Radio Script Configuration .........................................................................22 Radio Parameter Configurations ................................................................23 NTP................................................................................................................25 SNMP ............................................................................................................26 CFM ...............................................................................................................29

General This guide provides instructions for specific FibeAir® IP-10 CLI based operations. The document is updated for software release 6.5CA. CLI (Command Line Interface) is used to perform IP-10 configuration and obtain system statistical and performance information. Using the CLI, you can perform configuration operations for stand-alone IP-10 units or units connected in a stacked configuration, as well as configure several IP-10 units in a single batch command. In a stacked configuration, all commands are available both in the main and extension units unless otherwise stated.

Basic Commands The following basic commands are available when you first log in, if you belong to the Operator user group: ls

List entities

get

Get parameter

set

Set parameter

help

Help

cd

Change directory

exit

Exit CLI

logout

Logout from CLI

cli-ver

CLI version

cls

Clear screen

shell

Enter secondary shell

write

Write the current switch configuration to the configuration file

show-tree

Show entity tree

find

Search for a string in the parameter's entity name and information fields

lsp

List entity parameters and commands

echo

echoing free text to the console

In order to get help on a specific command, add a question mark or the parameter “--help” after the command.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

1

In addition, you can use the up and down arrow keys, or the “q” key, when the word “END” appears at the end of the screen. Note: To perform the operations in this guide, you should log in as follows: User: admin or operator Password: admin

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

2

Basic System Configuration Setting IP Addresses To define a new IP address, do the following at the main unit: 1. Log in as follows: User: admin or operator Password: admin 2. At the command prompt, type: cd management/networking/ip-address/, and press Enter. 3. Type: get ip-address, and press Enter. This will give you the current IP address. 4. Type: set ip-address (the new IP address), and press Enter.

Adding Users To define a new user, do the following: 1. Log in. 2. At the command prompt, type: cd management/mng-services/users/, and press Enter. 3. Type: add-user , and press Enter. 4. Type the password for the new user.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

3

Navigating between Stacked Units Going from the Main Unit to a Different Unit After log-in, a prompt always appears at the main unit. Tto change the prompt to a different unit, do the following: 1. Log in. 2. At the command prompt, type: cd /platform/shelf-manager/, and press Enter. 3. Type: logon-unit , and press Enter. The prompt will change according to the relevant slot ID. For example, the prompt for a unit located in slot 3 will show: IP-10-SLOT-3:/>

Returning to the Main Unit In order to go back to the main unit, do the following: 1. Log in. 2. At the command prompt, type: cd /platform/shelf-manager/, and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

4

TDM Trail Management Defining a TDM Trail To define a TDM trail, do the following at the main unit: 1. Log in. 2. At the command prompt, type: cd /interfaces/pdh/trails/, and press Enter. 3.

Type: add-trail , and press Enter.

Argument Description: •

Trail-ID: up to 16 alphanumeric characters



Trail description: string of up to 32 characters



ACM priority: high or low



Operational/reserved: reserved trails are introduced in the database and the bandwidth won’t be used for TDM traffic (it may be used for ethernet traffic) but traffic does not flow. For operational trails, bandwidth is fully allocated and traffic flows.



Protected/unprotected: unprotected trails map between two interfaces only. Protected trails map between an end-point interfaces and two other interfaces, the first of which is the primary path and the second of which is the secondary path (see the SNCP section below).



Interface slot: slot number of the IDU containing the interface (from 1 to 6).



Interface type: line (E1/T1) or radio



Interface number: the number of the E1/T1 interface or radio VC to be used. o

For E1/T1 it can be 1 to 32 (1 to 16 if no extra 16 E1 T-card is installed)

o

For radio, the maximum number depends on the radio script being used

Unprotected trail example: add-trail id1 desc1 high operational unprotected 1 line 1 1 radio 1.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

5

XC Configuration for STM-1 The following table lists the STM-1 CLI related parameters. The parameter path in CLI is /interfaces/sdh/stm1/.

Parameter

CLI Name

Description The clock source used as a reference for the outgoing STM-1 signal. Enable/disable receiving and transmitting traffic through the STM-1 interface

Range Internal clock, TDM trail, Loop timing Enable or Disable

Enable

Force-mute

STM-1 mute override

Mute, or Unmute

Unmute

Trace-identifierstring-length

Length of the STM-1 signal J0 trace identifier

In E1 systems: 1 to 15

15 or 62

Transmitted J0 trace identifier string

Transmit-traceidentifier

String used as the transmitted STM-1 signal J0 trace identifier

String of length: (0,trace-identifier-length)

String of NULLs

Received J0 trace identifier string

received-traceidentifier

String of length: (0,traceidentifier-length) Integer (0.255)

String of NULLs, or 0

Expected J0 trace identifier string

expected-traceidentifier

String of length: [0,trace-identifier-length]

String of NULLs

SDH network management bytes to be used

D1-D3, D4-D12, None

None

STM-1 interface transmission behavior under protection mode

Normal or Uni-directional MSP

Normal

STM-1 excessive BER threshold configuration

1E-3, 1E-4, 1E-5

1E-3

STM-1 signal degrade threshold configuration

1E-6, 1E-7, 1E-8, 1E-9

1E-6

STM-1 signal clock source

STM1-clocksource

STM1 enable/disable

admin

STM1 transmit/silent J0 trace identifier length

SDH management bytes Protection mode STM-1 excessive BER threshold STM-1 signal degrade threshold

SDH-Networkmanagementchannel Line-txProtectionmode STM1excessive-berthreshold STM1-signaldegradethreshold

STM-1 signal J0 trace identifier actually received from the interface String expected to be received as the STM-1 signal J0 trace identifier

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

Default Internal clock

6

The configuration for XC with an STM-1 interface is the same as that for the E1 interface, with the following exceptions: The interface type to write in the CLI is "stm-1", instead of "line". The interface number is the VC-12 slot number. For example, the command: add-trail t1 d1 high operational unprotected 1 stm-1 3 2 radio 6 will configure a trail between VC-12 number 3 in the STM-1 interface placed in IDU 1, and channel (VC) 6 in the radio of IDU 2. CLI interface numbers in the STM-1 are numbered 1-63 for the available VC-12 slots inside the STM-1. The numbering of the VC-12 slots is according to the KLM numbering, as defined in ITU-T G.707 clause 7.3, as shown in the following table taken from the standard: Allocation of TU-n capacity to Time Slots within VC-4

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

7

View Trails Defined in the System To see all defined trails, do the following: 1. Log in. 2. At the command prompt, type: cd /interfaces/pdh/trails/, and press Enter. 3. To show all trails, type show-all-trails, and press Enter. 4. To show a specific trail by its ID, type show-trail-by-id , and press Enter. 5. To show a specific trail by its source interface, type show-trail-by-src , and press Enter. The trails will be shown in a table, as follows (this is an example of a trail from E1#1 in slot 2 to radio VC#1 in slot 3): ================================================================ Legend: s/i/n/- 's'=slot-id 'i'=if-type 'n'=if-num '-'=Empty s(0..6) i(l=line/r=radio/s=stm-1/c=chain/s=sync_ethernet) n(1..180) ================================================================ Source Dest1 Dest2 Dest3 Dest4

Dest5 Dest6 Dest7 Dest8 Dest9

-----------------------------------------------------------------------------IndexInDb = 1, ID = t1, Desc = d1, Prio = high Act = operational, TS = (0) 2/l/ 1 3/r/ 1

-

-

-

-

-

-

-

-

-----------------------------------------------------------------------------Where 2/l/1 denotes slot 2/line/interface 1.

Deleting Trails There are several ways to delete trails: 1. Log in. 2. At the command prompt, type cd /interfaces/pdh/trails/, and press Enter. 3. To delete all trails, type del-all-trails, and press Enter. 4. To delete a specific trail by its ID, type del-trail-by-id , and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

8

4. To delete a specific trail by its source interface, type del-trail-by-src , and press Enter.

Activating/Deactivating Trails Trails mode can be toggled between active and reserved, as follows: 1. Log in. 2. At the command prompt, type cd /interfaces/pdh/trails/, and press Enter. 3. To activate/reserve all trails, type act-all-trails, and press Enter. 4. To activate/reserve a specific trail by its ID, type act-trail-by-id , and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

9

TDM Protected Trails (SNCP) All operations for unprotected trails are available for protected trails as well. The additional operations for protected trails are described in this section.

Defining a Protected TDM Trail In order to define a TDM trail, do the following at the main unit: 1. Log in. 2. At the command prompt, type: cd /interfaces/pdh/trails/, and press Enter. 3.

Type add-trail < end-point interface type> < end-point interface number> < primary path type> < primary path number> < secondary path type> < secondary path number>, and press Enter.

Argument Description: •

Trail-ID: up to 16 alphanumeric characters



Trail description: string of up to 32 characters



ACM priority: high or low



Operational/reserved: reserved trails are introduced in the database and the bandwidth won’t be used for TDM traffic (it may be used for ethernet traffic) but traffic does not flow. For operational trails, bandwidth is fully allocated and traffic flows.



Protected/unprotected: unprotected trails map between two interfaces only. Protected trails map between an end-point interfaces and two other interfaces, the first of which is the primary path and the second of which is the secondary path.



Interface slot: slot number of the IDU containing the interface (from 1 to 6)



Interface type: line (E1/T1) or radio



Interface number: the number of the E1/T1 interface or radio VC to be used. o

For E1/T1 it can be 1 to 32 (1 to 16 if no extra 16 E1 T-card is installed)

o

For radio, the maximum number depends on the radio script being used

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

10

Protected trail example: add-trail id1 desc1 high operational protected 1 line 1 2 radio 1 3 radio 1.

Forcing Trails to Active/Stand-by Each protected trail can be forced to make either one of its paths active (or none of them), as follows: 1. Log in. 2. At the command prompt, type cd /interfaces/pdh/trails/, and press Enter. 3. To force all trails to one of their paths, type protected-trail-force-active , and press Enter. 4. To force a specific trail by its ID type to one of its paths, type protected-trail-force-active-by-id , and press Enter. where: - trail ID - “primary”, “secondary” or “none”

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

11

Showing TDM Trail PMs and Status Showing TDM Trail PM Measurements To see the TDM trails end-to-end PM measurements (as measured from this system’s interface), do the following: 1. Log in. 2. At the command prompt, type: cd /interfaces/pdh/trails/, and press Enter. 3. To show PMs of all trails, type show-all-trail-pms, and press Enter. 4. To show a specific trail’s PMs by its ID, type show-trail-pms-by-id <15 min interval> <24h interval>, and press Enter. where: <15min/24h interval> is the interval number to be shown, 0 is the current interval, 1 is the previous one, and so on. If no interval is selected, the current one will be shown.

Showing TDM Trail Status To see the TDM trails end-to-end PM measurements (as measured from this system’s interface), do the following: 1. Log in. 2. At the command prompt, type cd /interfaces/pdh/trails/, and press Enter. 3. To show PMs of all trails, type show-all-trail-alarms and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

12

Ethernet Switch Application Configuration The Ethernet Switch menu includes the Switch Configuration, STP Protocol, STP Configuration, and QoS & Rate Limiting items. The Ethernet switching methods include: Single Pipe - Ethernet switching is disabled, whereby only a single Ethernet interface is used for traffic and the unit operates as a point-to-point microwave Ethernet radio. Managed Switch - For Layer 2 802.1Q switching. Metro switch - Ethernet Q-in-Q provider switch is enabled. To set the Ethernet switching method, do the following: 1. Log in. 2. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 3. Type: set ethernet-application (Single pipe, Managed switch, or Metro switch), and press Enter. 4. The system will reset (automatically).

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

13

Management Ports Setting the Number of Management Ports 1. At the command prompt, type: cd /management/networking/, and press Enter. 2. Type: set number-of-ports (0-3), and press Enter. Setting the Management Type (inband, outband, VLAN) 1. At the command prompt, type: cd /management/networking/, and press Enter. 2. Type set type < in-band or out-of-band >, and press Enter. If you choose in-band, you should configure management VLAN id as follows: a) At the command prompt, type: cd /management/networking/, and press Enter. b) Type set vlan (1-4090), and press Enter. Port Configuration Flow Control (Single Pipe only)

To enable or disable flow control, do the following 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set flow-control , and press Enter. Managed Switch Ethernet Ports

To enable or disable port admin, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set admin , and press Enter. To set port speed rate, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set ethernet-rate (10, 100 or 1000 Mbps), and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

14

To set port duplex, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set duplex < full-duplex / half-duplex > ,and press Enter. To set auto negotiation on/off, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set auto-negotiation , and press Enter. To set the port type, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set type , and press Enter. To set the default VLAN ID, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set vlan (1-4090), and press Enter. To enable or disable port learning, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set learning , and press Enter. To add, remove, accept VLANS, do the following: 1. The port type must be trunk. 2. At the command prompt, type cd interfaces/ethernet/bridge/eth-port [port no.]/, and press Enter. 3. Type set-allowed-vlans , and press Enter. 4. Type set-allowed-vlans < all, no-vlans>, and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

15

VLAN Configuration To add, remove, enable, or disable VLANs, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/, and press Enter. 2. Type vlan , and press Enter. To add or change the VLAN name, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/, and press Enter. 2. Type vlan name , and press Enter.

QoS Configuration Ingress Classifier

To set classify initial, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set qos-classify-initial < ip-tos, ip-tos-over-vlan-pbits, port, vlan-pbits, vlan-pbits-over-iptos>, and press Enter. To set classify vid override, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set qos-classify-vid-override , and press Enter. To set classify mac da override, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type set qos-classify-mac-da-override , and press Enter. To set classify default, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

16

2. Type set qos-classify-default<1st, 2nd, 3rd, 4th>, and press Enter. Egress Scheduler

To set Egress scheduler, do the following: 1. At the command prompt, type cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type: set qos-scheduling-scheme < all-queues-hrr, all-queues-strict, fourth-and-third-queuesstrict, fourth-queue-strict >, and press Enter. Egress Shaper

To set egress shaper, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/eth-port[port no.]/, and press Enter. 2. Type: set qos-egress-shaper on/off, and press Enter. 3. Type: set qos-egress-shaper-rate , and press Enter. Policer

To add/remove Policer, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 2. Type: qos-policer , and press Enter. To add a class to the Policer, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 2. Type: qos-policer-class , and press Enter. 3. Type: qos-show-policers to verify the data, and press Enter. QoS Tables

To set VLAN Pbits Priority Remap Table, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/eth-port [port no.]/, and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

17

2. Type: qos-set-vlan-pbits-prio-remap , and press Enter. To set VLAN ID to Queue Table, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 2. Type: qos-vlan-to-queue set/remove , and press Enter. To set VLAN Pbits to Queue Table, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 2. Type: qos-set-vlan-tag-pbit-val , and press Enter. To set IP Pbits to Queue Table, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 2. Type: qos-set-ip-pbit-val , and press Enter. To set IP priority options, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 2. Type: set qos-ip-tos-tc-pbits-option , and press Enter. To set static MAC table, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 2. Type: qos-static-mac-priority set/remove , and press Enter. To set Queue Weights table, do the following: 1. At the command prompt, type: cd interfaces/ethernet/bridge/, and press Enter. 2. Type: qos-set-scheduler-q-weight , and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

18

Auxiliary Channels Wayside Channel

At the command prompt, type: cd interfaces/wayside/, and press Enter. To set port admin, do the following: 1. Type: set admin , and press Enter. To set port rate: 1. Type: set ethernet-rate <10mbps or 100mbps>, and press Enter. To set auto negotiation on/off: 1. Type: set auto-negotiation , and press Enter. To set port duplex: 1. Type: set duplex , and press Enter. User Channel

1. At the command prompt, type: cd interfaces/auxiliary/user-channel/, and press Enter To set port admin: 1. Type: set admin , and press Enter. To set port type: 1. Type: set type asynchronous-, and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

19

Automatic State Propagation, 1+0 Configuration Only At the command prompt, type: cd interfaces/ethernet/, and press Enter. To set Automatic state Propagation (also called GBE-mute-override) in “Single Pipe application”: 1. Type: set-gbe-mute-override , and press Enter. To set Automatic state Propagation (also called GBE-mute-override) in “Managed/Metro application”: 1. Type: set-gbe-mute-override , and press Enter. Ethernet Shutdown (Rx) Profile Threshold (when ACM is enabled)

At the command prompt, type: cd radio/mrmc/, and press Enter To set Ethernet shutdown (Rx) profile threshold: 1. Type: set eth-shutdown-threshold-profile < profile-0 to profile-7 >, and press Enter.

Metro Switch and Port Type Configuration To set Metro Switch: 1. At the prompt (IP-10:/>), type cd interfaces/ethernet/bridge/, and press Enter. 2. At the new prompt, type set ethernet-application metro-switch, and press Enter. 3. Confirm by typing yes, and press Enter. The system will restart automatically.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

20

To set the port type (CN/PN): 1. At the prompt (IP-10:/>), type cd interfaces/ethernet/bridge/eth-port[port no.], and press Enter. 2. At the new prompt, type set type customer-network (or provider-network), and press Enter. To set Default VLAN on CN ports: 1. At the prompt (IP-10:/>), type cd interfaces/ethernet/bridge/eth-port[port no.], and press Enter. 2. At the new prompt, type set vlan , and press Enter. To set Allowed VLANs on PN ports: 1. At the prompt (IP-10:/>), type cd interfaces/ethernet/bridge/eth-port[port no.], and press Enter. 2. At the new prompt, type set-allowed-vlans , and press Enter. To set provider port ether type: 1. At the prompt (IP-10:/>), type cd interfaces/ethernet/bridge/, and press Enter. 2. At the new prompt, type set provider-port-ethertype <0x88a8, 0x8100, 0x9100, 0x9200>, and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

21

Radio Script Configuration To set the radio script: 1. At the prompt (IP-10:/>), type cd radio/mrmc/, then press Enter. 2. At the new prompt, type change-script-cmd < Script's name> < Operational mode> disable-adaptive-power, then press Enter. Parameter values for the radio script include: Script Name 10Mbps-6.5MHz-4QAM-Grade-1 155Mbps-26MHz-128QAM-Grade-1 181Mbps-26MHz-256QAM-Grade-1 20Mbps-6.5MHz-16QAM-Grade-1 39Mbps-26MHz-4QAM-Grade-1 39Mbps-6.5MHz-256QAM-Grade-1 47Mbps-9MHz-64QAM-Grade-1 ACM_181Mbps-26MHz-256QAM-Grade-1 ACM_367Mbps-52MHz-256QAM-Grade-1 ACM_42Mbps-6.5MHz-256QAM-Grade-1 ACM_87Mbps-12.5MHz-256QAM-Grade-1 Operational Mode acm-adaptive-mode acm-fixed-mode regular-mode (for non ACM scripts) Maximum Profile Note: For ,choose a specific profile for “ACM fixed mode” . In “regular mode” only “profile-0” is available. profile-0 profile-1 profile-2 profile-3 profile-4 FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

22

profile-5 profile-6 profile-7

Radio Parameter Configurations To set TX frequency: 1. Type cd /radio/rfu/ set tx-freq , then press Enter. To set RX frequency: 1. Type cd /radio/rfu/ set rx-freq , then press Enter. To set TX power level: 1. Type cd /radio/rfu/max-tx-level , then press Enter. To mute/unmute the TX: 1. Type cd /radio/rfu/ set mute-tx , then press Enter. To set ATPC reference level: 1. Type cd /radio/rfu/ set atpc-ref-rx-level , then press Enter. To enable ATPC: 1. Type cd /radio/rfu/ set atpc-admin , then press Enter. To set RX level PM threshold1: 1. Type cd /radio/rfu/ set pm-rx-level-threshold-1 , then press Enter. To set “RX level” PM threshold2: 1. Type cd /radio/rfu/ set pm-rx-level-threshold-2 , then press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

23

To set “TX level” PM’s threshold: 1. Type cd /radio/rfu/ set pm-tx-level-threshold , then press Enter. To enable/disale MAC header compression: 1. Type cd /radio/ set mhc-admin , then press Enter. To set Link-ID: 1. Type cd /radio/framer/ set link-id , then press Enter. To set radio excessive BER threshold: 1. Type cd /radio/framer/ set radio-excessive-ber-threshold , then press Enter. To set radio signal degrade threshold: 1. Type cd /radio/framer/ set radio-signal-degrade-threshold , then press Enter. To set “MSE” PM’s threshold: 1. Type cd /radio/modem/set mse-threshold , then press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

24

NTP To set NTP service enable/disable: 1. At the command prompt, type: cd /management/mng-services/time-service/ntp, and press Enter. 2. Type set server 192.168.1.100, and press Enter. 3. Type set admin , and press Enter. To set NTP offset from GMT: 1. At the command prompt, type: cd management/mng-services/time-service/, and press Enter. 2. Type set gmt-offset-hours 2, and press Enter. 3. Type set gmt-offset-minutes 0, and press Enter. To set Daylight Saving Time: 1. At the command prompt, type: cd /management/mng-services/time-service, and press Enter. 2. Type set dst-start-month Apr, and press Enter. 3. Type set dst-start-day 1, and press Enter. 4. Type set dst-end-month Nov, and press Enter. 5. Type set dst-end-day 1, and press Enter. To set Date and Time, whereby the time and date format are day-month-year,hours:mins:secs: 1. At the command prompt, type : cd /management/mng-services/time-service, and press Enter. 2. Type set time-and-date 10-3-2009,15:00:00, and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

25

SNMP To set SNMP enable/disable: 1. At the command prompt, type: cd /management/mng-protocols/snmp, and press Enter. 2. Type set admin , and press Enter. To set the SNMP version: 1. At the command prompt, type: cd /management/mng-protocols/snmp, and press Enter. 2. Type set version v3 (or “v1” for SNMP version 1), and press Enter. SNMP Parameters for SNMP Version 3 To set the security mode to authentication, and the authentication algorithm to sha: 1. At the command prompt, type: cd /management/mng-protocols/snmp, and press Enter. 2. Type change-user-settings user_name_example authentication sha, and press Enter. 3. Enter the SNMPv3 Password: user_password_example, and press Enter. To set the security mode to authentication-privacy, and the Authentication algorithm to md5: 1. At the command prompt, type: cd /management/mng-protocols/snmp, and press Enter. 2. Type change-user-settings user_name_example authentication-privacy md5, and press Enter. 3. Enter the SNMPv3 Password: user_password_example, and press Enter. To set the security mode to no-security, and the authentication algorithm to no authentication: 1. At the command prompt, type: cd /management/mng-protocols/snmp, and press Enter. 2. Type change-user-settings no-se-user no-security no-auth, and press Enter. To set the telnet protocol to enable/disable: 1. At the command prompt, type: cd /management/mng-protocols, and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

26

2. Type set telnet-admin , and press Enter. To set web GUI to enable/disable: 1. At the command prompt, type: cd /management/mng-protocols, and press Enter. 2. Type set web-admin , and press Enter. The following steps are used to define the web protocol that will work with HTTPS It is important to note the order! Step 1: Create the NE certificate based on the NE's public key. The public key receives the public key file through upload. 1. At the command prompt, type: cd /platform/idc-board, and press Enter. 2. Type upload-archive public-key, and press Enter. You can find your public_key file (such as 192.168.1.18_pub_key) in your host path directory. Step 2: Download the NE certificate. Note: Before you download the certificate, copy your NE certificate to your ftp host path directory. 1. At the command prompt, type: cd /platform/idc-board, and press Enter. 2. Type set security-file-format , and press Enter. 3. Type set security-file-type , and press Enter. 4. Type set security-file-name (your certificate file name), and press Enter. 5. Type download-archive security-file, and press Enter. Step 3: (Optional) Download the NE CA's certificate. 1. At the command prompt, type: cd /platform/idc-board, and press Enter. 2. Type set security-file-format , and press Enter. 3. Type set security-file-type , and press Enter. 4. Type set security-file-name (your CA-certificate file name), and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

27

5. Type download-archive security-file, and press Enter. Step 4: (Optional) Set the web-ca-certificate-admin parameter to enable. 1. At the command prompt, type: cd /management/mng-protocols, and press Enter. 2. Type set web-ca-certificate-admin /, and press Enter. Step 5: Set the web-protocol parameter to https. 1. At the command prompt, type: cd /management/mng-protocols, and press Enter. 2. Type set web-protocol /, and press Enter. Note: Enter the URL in the WEB GUI, such as https://192.168.1.1 to use the https protocol.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

28

CFM Domain Under service-oam level Creation: IP-10:/interfaces/ethernet/bridge/service-oam> domain add , and press Enter. Deletion: IP-10:/interfaces/ethernet/bridge/service-oam> domain remove , and press Enter. Domain & Association Under service-oam level Creation: IP-10:/interfaces/ethernet/bridge/service-oam> domain add , and press Enter. Deletion: IP-10:/interfaces/ethernet/bridge/service-oam> domain remove , and press Enter. Association Under service-oam level: Creation IP-10:/interfaces/ethernet/bridge/service-oam> association add , and press Enter. Deletion IP-10:/interfaces/ethernet/bridge/service-oam> association remove , and press Enter. CCM Under service-oam level On IP-10:/interfaces/ethernet/bridge/service-oam> ccm-admin enable , and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

29

Off IP-10:/interfaces/ethernet/bridge/service-oam> ccm-admin disable , and press Enter. Local MEP Under interfaces level Creation 1. IP-10:/interfaces/ethernet/bridge/eth-port [x]> mep set < MEP ID [1-8191]> < Domain level [1-7]> < Direction [up/down]> , and press Enter. 2. IP-10:/interfaces/ethernet/bridge/eth-port [x]> mep set < MEP ID [1-8191]> < Domain level [1-7]> < Direction [up/down]> , and press Enter. Deletion IP-10:/interfaces/ethernet/bridge/eth-port [x]> mep remove < MEP ID [1-8191]> < Domain level [1-7]> < Direction [up/down]> , and press Enter. Remote MEP Under service-oam level Creation 1. IP-10:/interfaces/ethernet/bridge/service-oam> remote-mep set , and press Enter. 2. IP-10:/interfaces/ethernet/bridge/service-oam> remote-mep set , and press Enter. Deletion IP-10:/interfaces/ethernet/bridge/service-oam> remote-mep remove , and press Enter. MIP Under interfaces level Creation IP-10:/interfaces/ethernet/bridge/eth-port[x]> mip add , and press Enter. Deletion IP-10:/interfaces/ethernet/bridge/eth-port[x]> mip remove , and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

30

Loopback (Ping) Under service-oam level 1. IP-10:/interfaces/ethernet/bridge/service-oam> ping mac-address md-name , and press Enter. 2. IP-10:/interfaces/ethernet/bridge/service-oam> ping mac-address md-name , and press Enter. 3. IP-10:/interfaces/ethernet/bridge/service-oam> ping mac-address md-level , and press Enter. 4. IP-10:/interfaces/ethernet/bridge/service-oam> ping mac-address md-level , and press Enter. 5. IP-10:/interfaces/ethernet/bridge/service-oam> ping mep-id md-name , and press Enter. 6. IP-10:/interfaces/ethernet/bridge/service-oam> ping mep-id md-name , and press Enter. 7. IP-10:/interfaces/ethernet/bridge/service-oam> ping mep-id md-level , and press Enter. 8. IP-10:/interfaces/ethernet/bridge/service-oam> ping mep-id md-level , and press Enter. Link Trace Under service-oam level 1. IP-10:/interfaces/ethernet/bridge/service-oam> linktrace mac-address md-name , and press Enter. 2. IP-10:/interfaces/ethernet/bridge/service-oam> linktrace mac-address md-name , and press Enter. 3. IP-10:/interfaces/ethernet/bridge/service-oam> linktrace mac-address md-level , and press Enter. 4. IP-10:/interfaces/ethernet/bridge/service-oam> linktrace mac-address md-level , and press Enter. 5. IP-10:/interfaces/ethernet/bridge/service-oam> linktrace mep-id mdname , and press Enter. 6. IP-10:/interfaces/ethernet/bridge/service-oam> linktrace mep-id mdname , and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

31

7. IP-10:/interfaces/ethernet/bridge/service-oam> linktrace mep-id md-level , and press Enter. 8. IP-10:/interfaces/ethernet/bridge/service-oam> linktrace mep-id md-level , and press Enter. Auto Link Trace Under service-oam level: Creation 1. IP-10:/interfaces/ethernet/bridge/service-oam> auto-linktrace add mdname , and press Enter. 2. IP-10:/interfaces/ethernet/bridge/service-oam> auto-linktrace add mdname , and press Enter. 3. IP-10:/interfaces/ethernet/bridge/service-oam> auto-linktrace add mdlevel , and press Enter. 4. IP-10:/interfaces/ethernet/bridge/service-oam> auto-linktrace add mdlevel , and press Enter. Deletion 1. IP-10:/interfaces/ethernet/bridge/service-oam> auto-linktrace remove md-name , and press Enter. 2. IP-10:/interfaces/ethernet/bridge/service-oam> auto-linktrace remove md-level , and press Enter. CCM Interval Under service-oam level Modification IP-10:/interfaces/ethernet/bridge/service-oam> ccm-interval , and press Enter. : , , , Auto Link Trace Interval Under service-oam level Modification IP-10:/interfaces/ethernet/bridge/service-oam> set auto-linktrace-interval [seconds: range 60-3600] , and press Enter. : Remote MEP Learning Time Under service-oam level

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

32

Modification IP-10:/interfaces/ethernet/bridge/service-oam> set remote-meps-learning-time [seconds: range 60-3600] , and press Enter. : Ring RSTP To enable Ring RSTP: 1. Type cd /interfaces/ethernet/bridge/ set stp-protocol ring-rstp, and press Enter. To set bridge priority: Type cd /interfaces/ethernet/bridge/ set priority , and press Enter. To set interface’s priority: Type cd /interfaces/ethernet/bridge/ethe-port[port no.]/ set priority , and press Enter. To set interface’s patch cost: Type cd /interfaces/ethernet/bridge/ethe-port[port no.]/ set path-cost , and press Enter. To set if interface is an “edge” port or “ring” port (“non-edge” port): Type cd /interfaces/ethernet/bridge/ethe-port[port no.]/ set edge-port , and press Enter.

FibeAir® IP-10 CLI Procedures Guide, for Relase 6.5

33

IP10-CLI-10-09.pdf

There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. IP10-CLI-10-09.

151KB Sizes 5 Downloads 193 Views

Recommend Documents

No documents