03-System Management Command Reference

HomeSupportSwitchesS12500R SeriesReference GuidesCommand ReferencesH3C S12500R Switch Router Series Command References(R52xx)-6W10003-System Management Command Reference
03-Hardware resource management commands
Title Size Download
03-Hardware resource management commands 416.37 KB

Contents

Hardware resource management commands· 1

display alarm·· 1

display alarm active· 1

display alarm history· 2

display cpu-usage· 4

display cpu-usage configuration· 5

display cpu-usage history· 6

display device· 8

display device manuinfo· 9

display device manuinfo chassis-only· 10

display device manuinfo fan· 10

display device manuinfo power 11

display environment 11

display fan· 12

display hardware-failure-detection· 13

display hardware-resource mdb· 14

display hardware-resource bfd_enhance· 15

display hardware-resource port-speed· 15

display hardware-resource scd-port-speed· 16

display hardware-resource smartman· 17

display hardware-resource synce· 17

display memory· 18

display memory-threshold· 19

display power 21

display resource-monitor 23

display transceiver active-control 24

display transceiver advertising· 25

display transceiver alarm·· 27

display transceiver application· 28

display transceiver diagnosis· 29

display transceiver history performance-collection· 32

display transceiver interface· 34

display transceiver itu-channel 35

display transceiver manuinfo· 37

display transceiver optics interface· 37

display transceiver status· 38

display transceiver vdm·· 40

hardware-failure-detection· 41

hardware-failure-protection aggregation· 42

hardware-resource mdb· 43

hardware-resource port-speed· 43

hardware-resource scd-port-speed· 44

hardware-resource smartman· 45

hardware-resource synce· 45

itu-channel 46

locator blink· 47

memory-threshold· 47

memory-threshold usage· 49

monitor chipblock reset 49

monitor cpu-usage enable· 50

monitor cpu-usage interval 51

monitor cpu-usage threshold· 51

monitor resend cpu-usage· 53

monitor resend cpu-usage core-interval 53

parity-error consistency-check log enable· 54

parity-error consistency-check threshold· 55

parity-error monitor log enable· 56

parity-error monitor period· 57

parity-error monitor threshold· 57

parity-error unrecoverable log enable· 58

parity-error unrecoverable period· 59

parity-error unrecoverable reboot 60

parity-error unrecoverable threshold· 60

power-exception-monitor 61

power-monitor enable· 62

power-supply off 62

power-supply on· 63

power-supply policy enable· 64

power-supply policy redundant 64

power-supply surplus-power enable· 65

reset transceiver interface· 65

resource-monitor minor resend enable· 66

resource-monitor output 67

resource-monitor resource· 68

shutdown-interval 69

system handshake timeout 70

temperature-limit 71

transceiver diagnostic selector 72

transceiver host-fault-detect enable· 73

transceiver lane enable· 74

transceiver lane equalization· 75

transceiver lane loopback· 76

transceiver lane pattern· 77

transceiver monitor enable· 78

transceiver monitor interval 79

transceiver media-fault-detect enable· 80

transceiver optical-channel frequency· 80

transceiver optical-channel tx-power 81

transceiver performance-collection enable· 82

transceiver performance-collection interval 83

transceiver power-mode· 83


Hardware resource management commands

display alarm

Use display alarm to display device hardware alarm information.

Syntax

display alarm [ slot slot-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays alarm information for all cards.

Examples

# Display device hardware alarm information.

<Sysname> display alarm

Slot CPU Level   Info

1    0   ERROR   faulty

Table 1 Command output

Field

Description

Slot

Slot that generated the alarm. If the alarm was generated by the frame, this field displays a hyphen (-).

Level

Alarm severity. Possible values include ERROR, WARNING, NOTICE, and INFO, in descending order.

Info

Detailed alarm information:

·     faulty—The slot is starting up or faulty.

·     Fan n is absent—The specified fan is absent.

·     Power n is absent—The specified power module is absent.

·     Power n is faulty—The specified power module is faulty.

·     The temperature of sensor n exceeds the lower limit—The temperature of the specified sensor is lower than the low-temperature threshold.

·     The temperature of sensor n exceeds the upper limit—The temperature of the specified sensor is higher than the high-temperature warning threshold.

display alarm active

Use display alarm active to display information about active alarms.

Syntax

display alarm active

Views

Any view

Predefined user roles

network-admin

network-operator

Usage guidelines

If the device is operating abnormally, you can use the display alarm command to view alarm information. To view historical alarms that have been cleared, use the display alarm history command. To view active alarms that have not been cleared, use the display alarm active command.

Examples

# Display information about active alarms.

<Sysname>display alarm active

Seq         Level    Time                 Info

24          MINOR    2020-01-11 12:40:00  CPU usage is in minor alarm state on slot 1 cpu 0.

23           MINOR    2020-01-11 12:30:00  Memory usage is in minor alarm state on slot 1 cpu 0.

22           WARNING  2020-01-11 12:30:00  Interface GigabitEthernet2/0/2 changed to DOWN state.

Table 2 Command output

Field

Description

Seq

Alarm sequence number, assigned when an alarm occurs.

Level

Alarm severity. The values include CRITICAL, MAJOR, MINOR, and WARNING, in descending order of severity.

Time

Time when the alarm occurred.

Info

Detailed alarm information. The values include:

·     Memory usage is in minor alarm state on slot xx cpu xx—The free memory size available to the specified CPU is below the minor alarm threshold.

·     Memory usage is in severe alarm state on slot xx cpu xx—The free memory size available to the specified CPU is below the severe alarm threshold.

·     Memory usage is in critical alarm state on slot xx cpu xx—The free memory size available to the specified CPU is below the critical alarm threshold.

·     CPU usage is in minor alarm state on slot xx cpu xx—The usage of the specified CPU has exceeded the minor alarm threshold.

·     CPU usage is in critical alarm state on slot xx cpu xx—The usage of the specified CPU has exceeded the critical alarm threshold.

·     Interface interface-name changed to DOWN state—The specified interface went down.

display alarm history

Use display alarm history to display information about historical alarms that have been cleared.

Syntax

display alarm history [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

verbose: Displays detailed information. If you do not specify this keyword, this command displays brief information.

Usage guidelines

If the device is operating abnormally, use the display alarm command to view the alarm information. To view historical alarms that have been cleared, use the display alarm history command. To view active alarms that have not been cleared on the device, use the display alarm active command.

The maximum number of historical alarms that can be displayed by this command varies by device model.

Examples

# Display information about historical alarms.

<Sysname> display alarm history

Seq         Time                 Info

23          2020-01-11 12:40:00  CPU usage severe alarm cleared on slot 1 cpu 0.

22          2020-01-11 12:30:00  Memory usage severe alarm cleared on slot 1 cpu 0.

21          2020-01-11 12:30:00  Physical state of GigabitEthernet2/0/2 changed back to UP.

20          2020-01-11 12:30:00 Protocol state of GigabitEthernet2/0/2 changed back to UP.

Table 3 Command output

Field

Description

Seq

Alarm sequence number, assigned when an alarm occurs.

Level

Alarm severity. The values include CRITICAL, MAJOR, MINOR, and WARNING, in descending order of severity.

Time

Time when the alarm occurs.

Info

Detailed alarm information. The values include:

·     Memory usage is in minor alarm state on slot xx cpu xx—The free memory size available to the specified CPU is below the minor alarm threshold.

·     Memory usage is in severe alarm state on slot xx cpu xx—The free memory size available to the specified CPU is below the severe alarm threshold.

·     Memory usage is in critical alarm state on slot xx cpu xx—The free memory size available to the specified CPU is below the critical alarm threshold.

·     CPU usage is in minor alarm state on slot xx cpu xx—The usage of the specified CPU has exceeded the minor alarm threshold.

·     CPU usage is in critical alarm state on slot xx cpu xx—The usage of the specified CPU has exceeded the critical alarm threshold.

·     Interface interface-name changed to DOWN state—The specified interface went down.

# Display detailed information about historical alarms.

<Sysname> display alarm history verbose

Seq 24

Alarm name: CPUUsageMajor

Alarm source: Slot 1 cpu 0

Level: MAJOR

Occurred at: 2020-01-11 12:30:00

  Info: CPU usage severe alarm occurred on state slot 1 cpu 0.

Cleared at: 2020-01-11 12:40:30

  Info: CPU usage severe alarm cleared on slot 1 cpu 0.

Seq 23

Alarm name: MemoryUsageMajor

Level: MAJOR

Alarm source: Slot 1 CPU 0

Occurred at: 2020-01-11 12:35:00

  Info: Memory usage severe alarm occurred on slot 1 cpu 0.

Cleared at: 2020-01-11 12:45:30

  Info: Memory usage severe alarm cleared on slot 1 cpu 0.

Table 4 Command output

Field

Description

Seq

Alarm sequence number, assigned automatically by the system when an alarm occurs.

Alarm name

Name of the alarm.

AlarmPosition

Location where the alarm occurred.

Occurred at

Time when the alarm occurred.

Level

Alarm severity. The values include CRITICAL, MAJOR, MINOR, and WARNING, in descending order of severity.

Cleared at

Time when the alarm is cleared.

Info

Detailed alarm information.

display cpu-usage

Use display cpu-usage to display the current CPU usage statistics.

Syntax

display cpu-usage [ summary ] [ slot slot-number [ cpu cpu-number [ core { core-number | all } ] ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

summary: Displays CPU usage statistics in table form. If you do not specify this keyword, the command displays CPU usage statistics in text form.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays the CPU usage statistics for all cards.

cpu cpu-number: Specifies a CPU by its number.

core core-number: Specifies a CPU core by its number.

core all: Specifies all CPU cores.

Usage guidelines

If two hyphens (--) are displayed for the CPU usage during the most recent 5-second, 1-minute, and 5-minute intervals, the command might fail to obtain data from the database on the device. Try the command later.

Examples

# Display the current CPU usage statistics in text form.

<Sysname> display cpu-usage

Slot 1 CPU 0 CPU usage:

       1% in last 5 seconds

       1% in last 1 minute

       1% in last 5 minutes

# Display the current CPU usage statistics in table form.

<Sysname> display cpu-usage

Slot CPU        Last 5 sec        Last 1 min        Last 5 min

1    0          17%               29%               28%

Table 5 Command output

Field

Description

x% in last 5 seconds

Last 5 sec

Average CPU usage during the most recent 5-second interval. If this statistics collection feature is not supported, two hyphens (--) are displayed.

y% in last 1 minute

Last 1 min

Average CPU usage during the most recent 1-minute interval. If this statistics collection feature is not supported, two hyphens (--) are displayed.

z% in last 5 minutes

Last 5 min

Average CPU usage during the most recent 5-minute interval. If this statistics collection feature is not supported, two hyphens (--) are displayed.

display cpu-usage configuration

Use display cpu-usage configuration to display CPU usage monitoring settings.

Syntax

display cpu-usage configuration [ slot slot-number [ cpu cpu-number ] ]

Views

Any view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays the CPU usage monitoring settings for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

Examples

# Display the CPU usage monitoring settings.

<Sysname> display cpu-usage configuration

CPU usage monitor is enabled.

Current monitor interval is 60 seconds.

Current severe alarm threshold is 99%.

Current minor alarm threshold is 79%.

Table 6 Command output

Field

Description

CPU usage monitor is enabled.

CPU usage tracking is enabled.

Current monitor interval is 60 seconds.

Sampling interval for CPU usage tracking is 60 seconds.

Related commands

monitor cpu-usage enable

monitor cpu-usage interval

monitor cpu-usage threshold

display cpu-usage history

Use display cpu-usage history to display the historical CPU usage statistics in a coordinate system.

Syntax

display cpu-usage history [ job job-id ] [ slot slot-number [ cpu cpu-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

job job-id: Specifies a process by its ID. The value range for job-id is 1 to 2147483647. If you do not specify a process, this command displays the statistics for the entire system's CPU usage (the total CPU usage of all processes). To view the IDs and names of the running processes, use the display process command. For more information, see Network Management and Monitoring Command Reference.

slot slot-number: Specifies a card by its slot number. If you specify a process but do not specify a card, this command displays the statistics for the process on the active MPU. If you do not specify any options, this command displays the statistics for all processes on all cards.

cpu cpu-number: Specifies a CPU by its number. If you specify a process but do not specify a CPU, this command displays the statistics for the default CPU. If you do not specify a process or CPU, this command displays the historical statistics for all CPUs.

Usage guidelines

After CPU usage tracking is enabled, the system regularly samples CPU usage and saves the samples to a buffer. This command displays the most recent 60 samples in a coordinate system as follows:

·     The vertical axis represents the CPU usage. If a statistic is not a multiple of the usage step, it is rounded up or down to the closest multiple of the usage step. For example, if the CPU usage step is 5%, the statistic 53% is rounded up to 55%, and the statistic 52% is rounded down to 50%.

·     The horizontal axis represents the time.

·     Pound signs (#) indicate the CPU usage. The value on the vertical axis for the topmost pound sign at a specific time represents the CPU usage at that time.

Examples

# Display the historical CPU usage statistics.

<Sysname> display cpu-usage history

100%|

 95%|

 90%|

 85%|

 80%|

 75%|

 70%|

 65%|

 60%|

 55%|

 50%|

 45%|

 40%|

 35%|

 30%|

 25%|

 20%|

 15%|             #

 10%|            ###  #

  5%|           ########

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

              10        20        30        40        50        60  (minutes)

                      cpu-usage (Slot 1 CPU 0) last 60 minutes (SYSTEM)

The output shows the following items:

·     Process name. The name SYSTEM represents the entire system.

·     CPU that is holding the process: CPU 0 in slot 1.

·     Historical CPU usage statistics for the entire system during the last 60 minutes.

¡     12 minutes ago—Approximately 5%.

¡     13 minutes ago—Approximately 10%.

¡     14 minutes ago—Approximately 15%.

¡     15 minutes ago—Approximately 10%.

¡     16 and 17 minutes ago—Approximately 5%.

¡     18 minutes ago—Approximately 10%.

¡     19 minutes ago—Approximately 5%.

¡     Other time—2% or lower.

Related commands

monitor cpu-usage enable

monitor cpu-usage interval

display device

Use display device to display device hardware information.

Syntax

display device [ flash | usb ] [ slot slot-number [ subslot subslot-number ] | verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

flash: Displays flash memory information.

usb: Displays USB interface information.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays information for all cards.

subslot subslot-number: Specifies a subcard by its subslot number. If you do not specify a subcard, this command does not display information about any subcards.

verbose: Displays detailed information. If you do not specify this keyword, this command displays brief information, and does not display firewall card information.

Usage guidelines

If you do not specify the flash and usb keywords, this command displays hardware information about cards.

Examples

# Display device hardware information.

<Sysname> display device

Slot Type             State    Subslot  Soft Ver             Patch Ver         

0    LSXM1SUPER1      Master   0        S12508R-5202         None              

1    LSXM1SUPER1      Standby  0        S12508R-5202         None              

2    NONE             Absent   0        NONE                 None              

3    LSXM1CGQ48KBR1   Normal   0        S12508R-5202         None               

4    NONE             Absent   0        NONE                 None              

5    NONE             Absent   0        NONE                 None              

6    NONE             Absent   0        NONE                 None              

7    NONE             Absent   0        NONE                 None              

8    NONE             Absent   0        NONE                 None              

9    NONE             Absent   0        NONE                 None              

10   NONE             Absent   0        NONE                 None              

11   NONE             Absent   0        NONE                 None              

12   NONE             Absent   0        NONE                 None              

13   NONE             Absent   0        NONE                 None              

14   NONE             Absent   0        NONE                 None              

15   LSXM1SFK08FR1    Normal   0        S12508R-5202         None              

Table 7 Command output

Field

Description

Type

Hardware type of the card.

Status

Card status:

·     Standby—The card is the standby MPU.

·     Master—The card is the active MPU.

·     Absent—The slot is not installed with a card.

·     Fault—The card is faulty and cannot start up.

·     Normal—The card is an interface module and is operating correctly.

·     Offline-OLO—The card is a switching fabric module and is isolated.

Soft Ver

Software version of the card.

Patch Ver

Most recently released patch image version that is running on the device. If no patch image is installed, this field displays None.

If both incremental and non-incremental patch images are running on the device, this field displays the most recently released incremental patch image version. For more information about patch image types, see "Upgrading software."

 

display device manuinfo

Use display device manuinfo to display hardware electronic label information for the device.

Syntax

display device manuinfo [ slot slot-number [ subslot subslot-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays hardware electronic label information of all cards.

subslot subslot-number: Specifies a subcard by its subslot number. If you do not specify a subcard, this command does not display information about any subcards.

Usage guidelines

An electronic label contains the permanent configuration information, including the hardware serial number, manufacturing date, MAC address, and vendor name. The data is written to the storage component during hardware debugging or testing. This command displays only part of the electronic label information.

Examples

# Display hardware electronic label information for the device.

<Sysname> display device manuinfo

...

display device manuinfo chassis-only

Use display device manuinfo chassis-only to display electronic label information for the backplane.

Syntax

display device manuinfo chassis-only

Views

Any view

Predefined user roles

network-admin

network-operator

Examples

# Display electronic label information for the backplane.

<Sysname> display device manuinfo chassis-only

...

display device manuinfo fan

Use display device manuinfo fan to display electronic label information for a fan tray.

Syntax

display device manuinfo fan fan-id

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

fan-id: Specifies a fan tray by its ID.

Examples

# Display electronic label information for a fan tray.

<Sysname> display device manuinfo fan 1

...

display device manuinfo power

Use display device manuinfo power to display electronic label information for a power module.

Syntax

display device manuinfo power power-id

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

power-id: Specifies a power module by its ID.

Examples

# Display electronic label information for a power module.

<Sysname> display device manuinfo power 1

...

display environment

Use display environment to display temperature information.

Syntax

display environment [ slot slot-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays information for all cards.

Usage guidelines

This command displays information about all temperature sensors on the device if you do not specify a card.

Examples

# Display information about all temperature sensors on the device.

<Sysname> display environment

System temperature information (degree centigrade):                           

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

 Slot  Sensor    Temperature  Lower  Warning  Alarm  Shutdown                  

 1     hotspot 1 26           0      75       90     95                        

 1     hotspot 2 49           0      88       96     104                       

 1     hotspot 3 49           0      75       90     95                        

 1     hotspot 4 28           0      88       96     104                       

 1     hotspot 5 31           0      75       90     95                        

 1     hotspot 6 25           0      88       96     104                       

 1     chip    0 38           0      60       60     90                        

 1     cpu     1 21           0      102      102    NA                        

Table 8 Command output

Field

Description

System Temperature information (degree centigrade)

Temperature information (°C).

sensor

Temperature sensor:

·     hotspot—Hotspot sensor.

·     cpu—CPU temperature sensor.

·     chip—Chip temperature sensor.

Slot

Sensor position. For a sensor on the chassis or fan tray, this field displays Vent.

Temperature

Current temperature.

Lower

Lower temperature limit. If the device does not support this field, this field displays NA.

Warning

Warning temperature threshold. If the device does not support this field, this field displays NA.

Alarm

Alarming temperature threshold. If the device does not support this field, this field displays NA.

Shutdown

Shutdown temperature threshold. When the sensor temperature reaches the limit, the system shuts down automatically. If the device does not support this field, this field displays NA.

display fan

Use display fan to display fan tray operating status information.

Syntax

display fan [ fan-id ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

fan-id: Specifies a fan tray by its ID. If you do not specify a fan tray, this command displays operating status information for all fan trays at the specified position.

Examples

# Display the operating states of all fan trays.

<Sysname> display fan

Fan-tray 1:                                                                    

 Status    : Normal                                                            

 Fan Type  : LSXM108XFAN                                                       

 Fan number: 3                                                                  

 Fan mode  : Auto                                                              

 Airflow Direction: Fan-Panel-Exhaust                                          

 Fan  Speed(rpm)                                                                

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

  1   4615                                                                     

  2   4705                                                                     

  3   4589                                                                     

 Fan-tray 2:                                                                   

 Status    : Normal                                                            

 Fan Type  : LSXM108XFAN                                                       

 Fan number: 3                                                                 

 Fan mode  : Auto                                                              

 Airflow Direction: Fan-Panel-Exhaust                                          

 Fan  Speed(rpm)                                                               

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

  1   4749                                                                      

  2   4649                                                                     

  3   4560                                                                     

                                                                               

---- More ----                                                                 

Table 9 Command output

Field

Description

Fan-tray

Fan tray ID.

Status

Fan tray status:

·     Absent—No fan tray is present in the slot.

·     Normal—The fan tray is operating correctly.

·     Fault—The fan tray is faulty.

Fan Type

Fan tray model.

Fan number

Number of fan trays.

Fan mode

Operating mode of fan trays.

Airflow Direction

Actual airflow direction:

·     Fan-Panel-Exhaust—Fan panel side exhaust airflow.

·     Fan-Panel-Intake—Fan panel side intake airflow.

Fan  Speed(rpm)

Fan speed.

display hardware-failure-detection

Use display hardware-failure-detection to display the hardware failure detection settings and the latest 10 fix records for each card.

Syntax

display hardware-failure-detection

Views

Any view

Predefined user roles

network-admin

network-operator

Usage guidelines

In standalone mode, the fix records are stored on the active MPU. You can use the display hardware-failure-detection command to display the records for a card even if the card is removed or replaced. The fix records are lost only when you remove or power cycle the active MPU.

Examples

# Display hardware failure detection settings and fix records.

<Sysname> display hardware-failure-detection

Current level:

    chip       : isolate

    board      : isolate

    forwarding : warning

Recent record:

--------------------------Slot  0 executed records:-----------------------------

                 There is no record.

--------------------------Slot  0 trapped records:-----------------------------

                 There is no record.

Table 10 Command output

Field

Description

Current level

Fix actions specified for hardware failures.

chip

Fix action for hardware failures on components of cards.

board

Fix action for hardware failures on control paths.

forwarding

Fix action for hardware failures on the forwarding plane.

Recent record

Recent failure fix records.

xxx executed records

Fix records stored on an MPU.

xxx trapped records

Trap records stored on an MPU.

display hardware-resource mdb

Use display hardware-resource mdb to display the hardware resource allocation mode information.

Syntax

display hardware-resource [ mdb ]

Views

Any view

Predefined user roles

network-admin

network-operator

Usage guidelines

If you do not specify the mdb keyword, this command displays the allocation modes for all hardware resources.

Examples

# Display the allocation mode information for the MAC address table resources, ARP table resources, and routing tables.

<Sysname> display hardware-resource mdb

 

MDB resource(mdb), all supported modes:

  normal        The normal  mode:MAC 506K, ARP 88K, route 1.5M

  routing       The routing mode:MAC 155K, ARP 98K, route 2.5M

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

  Default       Current       Next

  routing       routing       routing

display hardware-resource bfd_enhance

Use display hardware-resource bfd_enhance to display the status information of enhanced BFD.

Syntax

display hardware-resource [ bfd_enhance ]

Views

Any view

Predefined user roles

network-admin

Examples

# Display the status information of enhanced BFD.

<Sysname> display hardware-resource bfd_enhance

                                                                               

bfd_enhance mode(bfd_enhance), all supported modes:                            

  disable       The disable bfd enhance                                        

  enable        The enable bfd enhance                                         

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

  Default       Current                                                        

  enable        enable                                                         

display hardware-resource port-speed

Use display hardware-resource port-speed to display the port speed mode information of the LSXM1CGQ72KCR1 interface module.

Syntax

display hardware-resource [ port-speed ]

Views

Any view

Predefined user roles

network-admin

network-operator

Examples

# Display the port speed mode information of the LSXM1CGQ72KCR1 interface module.

<Sysname> display hardware-resource port-speed

 

Set card port speed module,only effect for LSXM1CGQ72KCR1 card(port-speed), all

supported modes:                                                               

  low           low speed module,72*100GB avilable ports                       

  high          high speed module, 36*200GB avilable ports                     

  mix           mix speed module, 36*100GB and 18*200GB avilable ports         

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

  Slot Module                                                                   

     2 low                                                                     

     3 low                                                                     

     4 low                                                                      

     5 low                                                                     

     6 low                                                                     

     7 low                                                                      

     8 low                                                                     

     9 low                                                                     

display hardware-resource scd-port-speed

Use display hardware-resource scd-port-speed to display the port speed mode information of the LSXM1TGS24C1 expansion interface module.

Syntax

display hardware-resource [ scd-port-speed ]

Views

Any view

Predefined user roles

network-admin

network-operator

Examples

# Display the port speed mode information of the LSXM1TGS24C1 expansion interface module.

<Sysname>display hardware-resource scd-port-speed                              

                                                                               

Set subcard port speed module,only effect for LSXM1TGS24C1 subcard(scd-port-spee

d), all supported modes:                                                       

  low           subcard low speed module, 10GB avilable ports                  

  high          subcard high speed module, 25GB avilable ports                 

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

  Slot Module                                                                  

     2 low                                                                      

display hardware-resource smartman

Use display hardware-resource smartman to display the port licensing status information.

Syntax

display hardware-resource [ smartman ]

Views

Any view

Predefined user roles

network-admin

network-operator

Examples

# Display the port licensing status information.

<Sysname> display hardware-resource smartman

                                                                               

smartman mode(smartman), all supported modes:                                  

  disable       The disable smartman mode                                      

  enable        The enable smartman mode                                       

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

  Default       Current       Next                                             

  disable       disable       disable  

display hardware-resource synce

Use display hardware-resource synce to display status information of SyncE frequency synchronization.

 

 

NOTE:

The LSXM1CGMS48KBR1 card does not support this command.

 

Syntax

display hardware-resource synce

Views

Any view

Predefined user roles

network-admin

network-operator

Examples

# Display status information of SyncE frequency synchronization.

<Sysname> display hardware-resource synce                                       

synce mode(synce),all supported modes:                                          

disable The disable synce mode                                                  

enable The enable synce mode                                                    

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

  Default       Current       Next                                             

  disable       disable       disable                                          

display memory

Use display memory to display memory usage information.

Syntax

display memory [ summary ] [ slot slot-number [ cpu cpu-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

summary: Displays brief information about memory usage. If you do not specify this keyword, the command displays detailed information about memory usage.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays memory usage for all cards.

cpu cpu-number: Specifies a CPU by its number.

Usage guidelines

If two hyphens (--) are displayed for all the fields in a line of the command output, the command might fail to obtain data from the database on the device. Try the command later.

Examples

# Display detailed memory usage information.

<Sysname> display memory

Memory statistics are measured in KB:

Slot 0:

             Total      Used      Free    Shared   Buffers    Cached   FreeRatio

Mem:      16335164   4145632  12189532         0      8596   2472508       77.5%

-/+ Buffers/Cache:   1664528  14670636

Swap:            0         0         0

 

Container memory statistics are measured in KB:

Slot 0:

             Total      Used      Free  UsageRatio

Mem:      16335164   2357588  12189532       14.4%

# Display brief memory usage information.

<Sysname> display memory summary

Memory statistics are measured in KB:

Slot CPU        Total      Used      Free  Buffers    Caches FreeRatio

   0   0     16335164   4144720  12190444     8596   2472508     77.5%

 

Container memory statistics are measured in KB:

Slot CPU        Total      Used      Free  UsageRatio

   0   0     16335164   2358048  12190444       14.4%   

Table 11 Command output

Field

Description

Memory statistics are measured in KB:

Memory usage information on the physical device, in KB.

Mem

Memory usage information.

Total

Total size of the physical memory space that can be allocated.

The memory space is virtually divided into two parts. Part 1 is solely used for kernel code and kernel management functions. Part 2 can be allocated and used for such tasks as running service modules and storing files. The size of part 2 equals the total size minus the size of part 1.

Used

Used physical memory.

Free

Free physical memory.

Shared

Physical memory shared by processes.

If this field is not supported, two hyphens (--) are displayed.

Buffers

Physical memory used for buffers.

If this field is not supported, two hyphens (--) are displayed.

Cached

Caches

Physical memory used for caches.

If this field is not supported, two hyphens (--) are displayed.

FreeRatio

Free memory ratio.

-/+ Buffers/Cache

-/+ Buffers/Cache:used = Mem:Used – Mem:Buffers – Mem:Cached, which indicates the physical memory used by applications.

-/+ Buffers/Cache:free = Mem:Free + Mem:Buffers + Mem:Cached, which indicates the physical memory available for applications.

Swap

Memory space for swapping.

LowMem

Low-memory usage information.

HighMem

High-memory usage information.

Container memory statistics are measured in KB

Container memory usage information, including:

·     Total—Total size of the physical memory space that can be allocated in the Comware container, in KB.

·     Used—Used physical memory in the Comware container, in KB.

·     Free—Free physical memory in the Comware container, in KB.

·     UsageRatio—Free physical memory usage in the Comware container.

display memory-threshold

Use display memory-threshold to display memory alarm thresholds and statistics.

Syntax

display memory-threshold [ slot slot-number [ cpu cpu-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays the memory usage thresholds and statistics for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

Usage guidelines

For more information about memory usage notifications, see log information containing MEM_EXCEED_THRESHOLD or MEM_BELOW_THRESHOLD.

Examples

# Display memory alarm thresholds and statistics.

<Sysname> display memory-threshold

Memory usage threshold: 100%

Free memory threshold:

    Minor: 1024M

    Severe: 768M

    Critical: 512M

    Normal: 1280M

    Early-warning: 0M

    Secure: 0M

Current memory state: Normal

Event statistics:

 [Back to normal state]

    First notification: 0.0

    Latest notification: 0.0

    Total number of notifications sent: 0

 [Enter minor low-memory state]

    First notification at: 0.0

    Latest notification at: 0.0

    Total number of notifications sent: 0

 [Back to minor low-memory state]

    First notification at: 0.0

    Latest notification at: 0.0

    Total number of notifications sent: 0

 [Enter severe low-memory state]

    First notification at: 0.0

    Latest notification at: 0.0

    Total number of notifications sent: 0

 [Back to severe low-memory state]

    First notification at: 0.0

    Latest notification at: 0.0

    Total number of notifications sent: 0

 [Enter critical low-memory state]

    First notification at: 0.0

    Latest notification at: 0.0

    Total number of notifications sent: 0

display power

Use display power to display power module information.

Syntax

display power [ power-id ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

power-id: Specifies a power module by its ID. If you do not specify a power module, this command displays information about all power modules at the specified position.

Examples

# Display brief power module information.

<Sysname> display power

 Power supply policy     : Enabled                                             

 Surplus sleeping        : Disabled                                            

 Power modules installed : 2                                                   

 Power modules usable    : 2                                                   

 Total power             : 4800W                                               

 Redundant power         : 0W                                                  

 Sleeping  power         : 0W                                                  

 Available power         : 4800W                                                

 Allocated power         : 1633W                                               

 Remaining power         : 3167W                                               

                                                                                

 PowerID State     InPower(W)  Current(A)  Voltage(V)  OutPower(W)     Type    

   Input                                                                       

  1      Normal      2400        4.00        53.78       215.12     PSR2400-54A

    AC                                                                         

  2      Normal      2400        1.50        53.76        80.64     PSR2400-54A

    AC                                                                         

  3      Absent       --          --          --           --          ---     

    --                                                                         

  4      Absent       --          --          --           --          ---     

    --                                                                         

  5      Absent       --          --          --           --          ---     

    --                                                                         

  6      Absent       --          --          --           --          ---     

    --                                                                         

  7      Absent       --          --          --           --          ---     

    --                                                                          

  8      Absent       --          --          --           --          ---     

    --                                                                         

                                                                                

 Information about reserved power:                                             

                                                                               

  Slot  Status  Power(W)   Remarks                                              

   0    Normal     55      Powered on                                          

   1    Absent     55      Reserved for MPU                                    

   3    Normal    577      Powered on                                           

  14    Normal    156      Powered on                                          

                                                                               

 Power information for fans:                                                    

  Fan[1]: 390W                                                                 

  Fan[2]: 390W                                                                 

Table 12 Command output

Field

Description

Power supply policy

Status of power supply management:

·     Enabled—Power supply management is enabled.

·     Disabled—Power supply management is disabled.

Surplus sleeping

Power module sleeping status:

·     Enabled—The power module sleeping feature is enabled.

·     Disabled—The power module sleeping feature is disabled.

Power modules installed

Number of power modules installed on the device.

Power modules usable

Number of used power modules, which are in normal or sleeping state.

Total power

Total power of power modules, in watts.

Redundant power

Power of redundant supplies, in watts.

Sleeping power

Power of sleeping supplies, in watts.

Available power

Power value (in watts) at full load, which is the total maximum power values of all modules in the system.

Allocated power

Power used by the device, in watts.

Remaining power

Remaining power of the device, in watts.

PowerID

Power module ID.

State

Power module status:

·     Absent—The slot is not installed with a power module.

·     Normal—The power module is operating correctly.

·     Fault—The power module is faulty.

·     Sleeping—The power module is sleeping.

InPower(W)

Device input power, in watts.

If this field is not supported, two hyphens (--) are displayed.

Current(A)

Output current of the power module, in amperes.

If this field is not supported, two hyphens (--) are displayed.

Voltage(V)

Output voltage of the power module, in volts.

If this field is not supported, two hyphens (--) are displayed.

OutPower(W)

Output power of the power module, in watts.

If this field is not supported, two hyphens (--) are displayed.

Type

Model of the power module.

If this field is not supported, two hyphens (--) are displayed.

Information about reserved power

Information about reserved power of cards.

Slot

Slot number.

Status

Status of the card:

·     Absent—The slot is not installed with a card.

·     Normal—The card is operating correctly.

·     Fault—The card is faulty or has not started up.

Power(W)

Reserved power of a card, in watts.

Remarks

Description for reserved power of a card:

·     Reserved for MPU

·     Powered on

·     Not enough power to power it on

·     Reserved for a non-MPU card

·     Powered off

Power information for fans

Information about reserved power for fans.

Fan[x]

Fan tray ID.

 

display resource-monitor

Use display resource-monitor to display resource monitoring information.

Syntax

display resource-monitor [ resource resource-name ] [ slot slot-number [ cpu cpu-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

resource resource-name: Specifies a resource type by its name.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays resource monitoring information for all cards.

cpu cpu-number: Specifies a CPU by its number.

Examples

# Display ARP resource monitoring information.

<Sysname> display resource-monitor resource arp

Minor alarms resending: Enabled

 

Slot 1:

Resource                         Minor Severe Free/Total

                                 (%)   (%)    (absolute)

arp                              50    20     90095/90098

Table 13 Command output

Field

Description

Minor alarms resending

Status of the minor resource depletion alarm resending feature, Enabled or Disabled.

Resource

Monitored resource type.

Minor

(%)

Minor resource depletion threshold, in percentage.

Severe

(%)

Severe resource depletion threshold, in percentage.

Free/Total

(absolute)

Numbers of available resources and total resources, in absolute values.

Related commands

resource-monitor minor resend enable

resource-monitor resource

display transceiver active-control

Use display transceiver active-control to display active control information of a 400G transceiver module.

Syntax

display transceiver active-control interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, this command applies to all interfaces.

Examples

# Display active control information of the 400G transceiver module in FourHundredGigE 1/0/1.

<Sysname> display transceiver active-control interface fourhundredgige 1/0/1

<Sysname> display transceiver active-control interface interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver active-control setting information:

Current working mode     :400G-SR8

  Lane   LowestHostLane   RxPre-Cursor    RxPost-Cursor   RxAmplitude

  Lane1  Lane1            0.5 dB          1 dB            100-400 mV

  Lane2  Lane1            0.5 dB          1 dB            100-400 mV

  Lane3  Lane1            0.5 dB          1 dB            100-400 mV

  Lane4  Lane1            0.5 dB          1 dB            100-400 mV

  Lane5  Lane5            0.5 dB          1 dB            100-400 mV

  Lane6  Lane5            0.5 dB          1 dB            100-400 mV

  Lane7  Lane5            0.5 dB          1 dB            100-400 mV

  Lane8  Lane5            0.5 dB          1 dB            100-400 mV

Table 14 Command output

Field

Description

Current working mode

Current operating mode of the transceiver module.

Lane

Lane number.

LowestHostLane

Lowest-numbered host lane in the lane group to which the lane belongs.

RxPre-Cursor

Rx output equalization pre-cursor.

RxPost-Cursor

Rx output equalization post-cursor.

RxAmplitude

Rx output amplitude.

display transceiver advertising

Use display transceiver advertising to display advertising information of 400G transceiver modules.

Syntax

display transceiver advertising interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, this command applies to all interfaces.

Examples

# Display the advertising information of the 400G transceiver module in interface FourHundredGigE 1/0/1.

<Sysname> display transceiver advertising interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver advertising information:

  CMIS Revision                      : 3.0

  Versatile Diagnostic Monitoring    : YES

  Tx clock recovery capabilities     : Tx input lanes 1-4 and 5-8 to be in separate Tx synchronous groups

  Max Tx Input Eq(dB)                : 9

  Max Rx Output Eq Pre-cursor(dB)    : 1.5

  Max Rx Output Eq Post-cursor(dB)   : 3

  Tx disable implemented             : YES

  Tx Force Squelch implemented       : YES

  Tx Squelch implemented             : NO

  Tunable transmitter                : YES

  Tx bypass CDR implemented          : YES

  Rx bypass CDR implemented          : YES

  Tx Input Eq Adaptive               : YES

  CDB implemented                    : NO

Table 15 Command output

Field

Description

CMIS revision

QSFP-DD CMIS version. The value is 3.0 or 4.0.

Versatile diagnostic monitoring

Support for versatile diagnostic monitoring:

·     YES.

·     NO.

Tx clock recovery capabilities

Clock recovery capabilities when the transceiver module acts as the transmitter:

·     All Tx input lanes to be in a single Tx synchronous group.

·     Tx input lanes 1-4 and 5-8 to be in separate Tx synchronous groups.

·     Tx input lanes 1-2, 3-4, 5-6, 7-8 to be in separate Tx synchronous groups.

·     Each Tx input lane to be in a separate Tx synchronous group.

Max Tx input Eq (dB)

Maximum Tx Input Equalization control value.

Max Rx output Eq pre-cursor (dB)

Maximum Rx output Eq pre-cursor control value.

Max Rx output Eq post-cursor (dB)

Maximum Rx output Eq post-cursor control value.

Tx disable implemented

Support for Tx disable:

·     YES.

·     NO.

Tx Force Squelch implemented

Support for Tx Force Squelch:

·     YES.

·     NO.

Tx Squelch implemented

Support for Tx Squelch:

·     NO.

·     OMA—Implements Tx Squelch based on OMA.

·     Pave—Implements Tx Squelch based on Pave.

·     Both—Implements Tx Squelch based on OMA or Pave as needed.

Tunable transmitter

Indicates whether the transmitter is tunable:

·     YES.

·     NO.

Tx bypass CDR implemented

Support for bypass CDR when the transceiver module acts as the transmitter:

·     YES.

·     NO.

Rx bypass CDR implemented

Support for bypass CDR when the transceiver module acts as the receiver:

·     YES.

·     NO.

Tx input Eq adaptive

Support for the input equalization adaptive control when the transceiver module acts as the transmitter:

·     YES.

·     NO.

CDB implemented

Support for CDB:

·     NO.

·     One instance of CDB—Supports one CDB instance.

·     Two instances of CDB—Supports two CDB instances.

·     Unknown.

display transceiver alarm

Use display transceiver alarm to display transceiver alarms.

Syntax

display transceiver alarm interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, this command displays the alarms present on every transceiver module.

Usage guidelines

Table 16 shows the common transceiver alarm components. If no error occurs, "None" is displayed.

Table 16 Common transceiver alarm components

Field

Description

APD

Avalanche photo diode

PCS

Physical coding sublayer

PHY XS

PHY extended sublayer

PMA/PMD

Physical medium attachment/physical medium dependent

power

Optical power

REFCLK

Reference clock

RX

Receive

TEC

Thermoelectric cooler

Temp

Temperature

TX

Transmit

VDM

Versatile diagnostics monitoring

pre-FEC

Pre-forward error correction

BER

Bit error ratio

CFO

Carrier frequency offset

Examples

# Display the alarms present on the transceiver module in interface HundredGigE 1/0/1.

<Sysname> display transceiver alarm interface hundredgige 1/0/1

HundredGigE1/0/1 transceiver current alarm information:

  RX loss of signal

  RX power low

Table 17 Command output

Field

Description

transceiver current alarm information

Alarms present on the transceiver module.

RX loss of signal

Received signals are lost.

RX power low

Received power is low.

display transceiver application

Use display transceiver application to display application related information for 400G transceiver modules.

Syntax

display transceiver application interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, this command applies to all interfaces.

Examples

# Display application related information for the 400G transceiver module in interface FourHundredGigE 1/0/1.

<Sysname> display transceiver application interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver application information:

ApSel code: 0001b

     Host Electrical Interface code     Module Media Interface Code

     400GAUI-8 C2M                      400G-SR8

     Host Lane Count                    Media Lane Count

     8                                  8

     The Lowest host Lane               The Lowest media lane

     1                                  1

ApSel Code: 0010b

     Host Electrical Interface code     Module Media Interface Code

     IB EDR                             Undefined

     Host Lane Count                    Media Lane Count

     8                                  8

     The Lowest host Lane               The Lowest media lane

     1                                  1

Table 18 Command output

Field

Description

ApSel Code

Current application of the transceiver module represented by the

ApSel code.

The Lowest host Lane

Lowest-numbered host lane in the lane group to which the lane belongs.

The Lowest media lane

Lowest-numbered media lane.

display transceiver diagnosis

Use display transceiver diagnosis to display the current values of the digital diagnosis parameters on transceiver modules.

Syntax

display transceiver diagnosis interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, this command displays the current values of the digital diagnosis parameters on every transceiver module.

Examples

# Display the current values of the digital diagnosis parameters on the transceiver module in interface HundredGigE 1/0/1.

<Sysname> display transceiver diagnosis interface hundredgige 1/0/1

HundredGigE1/0/1 transceiver diagnostic information:

  Current diagnostic parameters:

    Temp(C)  Voltage(V)  Bias(mA)  RX power(dBm)  TX power(dBm)

    36        3.31        6.13      -35.64          -5.19

  Alarm thresholds:

           Temp(C)   Voltage(V)  Bias(mA)  RX power(dBM)  TX power(dBM)

    High   50         3.55        1.44      -10.00         5.00

    Low    30         3.01        1.01      -30.00         0.00

# Display the current values of the digital diagnosis parameters on the transceiver module in interface HundredGigE 1/0/1.

<Sysname> display transceiver diagnosis interface hundredgige 1/0/1:1

HundredGigE1/0/1:1 transceiver diagnostic information:

  Current diagnostic parameters:

[module]  Temp.(C) Voltage(V)

          43         3.30

[channel] Bias(mA)  RX power(dBm)  TX power(dBm)

    1     7.39      -36.96         1.13

    2     7.39      -36.96         0.99

    3     7.39      -36.96         1.08

    4     7.39      -36.96         1.11

  Alarm thresholds:

          Temp.(C) Voltage(V)  Bias(mA)  RX power(dBm)  TX power(dBm)

    High  85         3.64        15.00     3.40           5.40

    Low   -15        2.97        3.00      -14.00         -12.10

# Display the current values of the digital diagnosis parameters on the transceiver module in interface FourHundredGigE 1/0/1.

<Sysname> display transceiver diagnosis interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver diagnostic information:

  Current diagnostic parameters:

    [Module]   Temp(C)     Voltage(V)      TEC Current(%)   Laser Temp(C)

               40            3.34            38              53

    [Channel]   Bias(mA)     RX power(dBm)  TX power(dBm)

    1           1.13         -20.43               -1.0

    2           1.13         -20.43               -1.0

    3           1.13         -20.43               -1.0

    4           1.13         -20.43               -1.0

    5           1.13         -20.43               -1.0

    6           1.13         -20.43               -1.0

    7           1.13         -20.43               -1.0

    8           1.13         -20.43               -1.0

  Alarm thresholds:                                                   

          Temp.(C) Voltage(V)  Bias(mA)  RX power(dBm)  TX power(dBm)

    High  80         3.64        15.00     5.00           5.50           

    Low   -10        2.97        4.50      -12.00         -3.50

          TEC Curr(%)   Laser Temp(C)

    High  N/A           N/A

    Low   N/A           N/A

  Warning thresholds:

          Temp.(C) Voltage(V)  Bias(mA)  RX power(dBm)  TX power(dBm)

    High  70         3.47        10.00     4.00           4.00

    Low   0          3.13        0.00      -9.50          -6.50

          TEC Curr(%)   Laser Temp(C)

    High  N/A           N/A

    Low   N/A           N/A

# Display the current values of the digital diagnosis parameters on the transceiver module in interface FourHundredGigE 1/0/1. (This example is available only for a transceiver module that supports CMIS 4.0.)

<Sysname> isplay transceiver diagnosis interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver diagnostic information:

  Current diagnostic parameters:

    Temp(C)   Voltage(V)  Bias(mA)  RX power(dBm)  TX power(dBm)

    36        3.31        6.13      -35.64          -5.19

  Alarm thresholds:

           Temp(C)    Voltage(V)  Bias(mA)  RX power(dBM)  TX power(dBM)

    High   50         3.55        1.44      -10.00         5.00

    Low    30         3.01        1.01      -30.00         0.00

Media performance monitoring:

    Rx bits                            : 12345678901234567890

    Rx FEC corrected bits              : 12345678901234567890

    Rx frames                          : 12345678901234567890

    Rx uncorrectable frames            : 12345678901234567890

Host performance monitoring:

    Tx bits                            : 12345678901234567890

    Tx FEC corrected bits              : 12345678901234567890

    Tx frames                          : 12345678901234567890

    Tx uncorrectable frames            : 12345678901234567890

Table 19 Command output

Field

Description

transceiver diagnostic information

Digital diagnosis information for the transceiver module in the interface.

Wave.er(nm)

Wavelength offset in nm, accurate to 0.001 nm. This field is supported only on the SFP-XG-LH80-Tunable transceiver module.

Freq.er(GHz)

Frequency offset in GHz, accurate to 0.1 GHz. This field is supported only on the SFP-XG-LH80-Tunable transceiver module.

[Module]

Parameters of the transceiver module.

Temp.(C)

Temperature in °C, accurate to 1°C.

Voltage(V)

Voltage in V, accurate to 0.01 V.

TEC Current(%)

TEC current in percentage, accurate to 0.01%.

Laser Temp(C)

Laser temperature in °C, accurate to 0.01°C.

[Channel]

Channel number. A channel is also referred to as a lane.

Bias(mA)

Bias current in mA, accurate to 0.01 mA.

RX power(dBm)

Receive power in dBm, accurate to 0.01 dBm.

TX power(dBm)

Transmit power in dBm, accurate to 0.01 dBm.

TEC Curr. (%)

TEC current in percentage, accurate to 0.01%.

Laser Temp(C)

Laser temperature in °C, accurate to 0.01°C.

display transceiver history performance-collection

Use display transceiver history performance-collection to display history performance sampling information of transceiver modules.

Syntax

display transceiver history performance-collection interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, this command displays history performance sampling information on all transceiver modules.

Usage guidelines

This command is available only for the QSFPDD-400G-ZR transceiver module.

This command displays transceiver performance information of the most recent two sampling intervals.

Examples

# Display history performance sampling information of the transceiver module in FourHundredGigE 1/0/1.

<Sysname> display transceiver history performance interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver history performance information:

Time 2021-11-09 10:00:00 - 2021-11-09 11:00:00

VDM performance data:

Parameters                         Min            Max            Avg

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

CD-high granularity(Ps/nm)       : 0              0              0

DGD(Ps)                          : 0.00           0.00           0.00

PDL(dB)                          : 0.00           0.00           0.00

OSNR(dB)                         : 0.00           0.00           0.00

eSNR(dB)                         : 9.00           9.00           9.00

CFO(MHz)                         : 0              0              0

SOP ROC(krad/s)                  : 0              0              0

Tx Power(dBm)                    : -174.80        -9.39          -10.21

Rx total power(dBm)              : -30.22         -25.39         -25.59

Pre-FEC BER Media Input (Lane1)  : 1.00E00        1.00E00        1.00E00

FERC Media Input (Lane1)         : 1.00E00        1.00E00        1.00E00

Pre-FEC BER Host Input (Lane1)   : 0.00E-23       1.00E00        1.29E-07

FERC Host Input (Lane1)          : 0.00E-23       1.00E00        1.27E-04

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

Media performance monitoring:

    Rx bits                            : 3605

    Rx FEC corrected bits              : 3605

    Rx frames                          : 3605

    Rx uncorrectable frames            : 3605

    Rx Min uncorrect frames error      : 1

    Rx Max uncorrect frames error      : 1

    Rx post-FEC BER                    : 1.00E+00

Host performance monitoring:

    Tx bits                            : 1267250934611574

    Tx FEC corrected bits              : 164625007

    Tx frames                          : 1733738820

    Tx uncorrectable frames            : 220329

    Tx Min uncorrect frames error      : 0

    Tx Max uncorrect frames error      : 188832

    Tx post-FEC BER                    : 1.27E-04

 

Time 2021-11-09 09:00:00 - 2021-11-09 10:00:00

VDM performance data:

Parameters                         Min            Max            Avg

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

CD-high granularity(Ps/nm)       : 0              0              0

DGD(Ps)                          : 0.00           0.00           0.00

PDL(dB)                          : 0.00           0.00           0.00

OSNR(dB)                         : 0.00           0.00           0.00

eSNR(dB)                         : 9.00           9.00           9.00

CFO(MHz)                         : 0              0              0

SOP ROC(krad/s)                  : 0              0              0

Tx Power(dBm)                    : -174.80        -9.39          -10.51

Rx total power(dBm)              : -30.30         -25.44         -25.59

Pre-FEC BER Media Input (Lane1)  : 1.00E00        1.00E00        1.00E00

FERC Media Input (Lane1)         : 1.00E00        1.00E00        1.00E00

Pre-FEC BER Host Input (Lane1)   : 0.00E-23       1.00E00        1.41E-07

FERC Host Input (Lane1)          : 0.00E-23       1.00E00        1.10E-05

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

Media performance monitoring:

    Rx bits                            : 3604

    Rx FEC corrected bits              : 3604

    Rx frames                          : 3604

    Rx uncorrectable frames            : 3604

    Rx Min uncorrect frames error      : 1

    Rx Max uncorrect frames error      : 1

    Rx post-FEC BER                    : 1.00E+00

Host performance monitoring:

    Tx bits                            : 1266782281942900

    Tx FEC corrected bits              : 179431912

    Tx frames                          : 1642561264

    Tx uncorrectable frames            : 18073

    Tx Min uncorrect frames error      : 0

    Tx Max uncorrect frames error      : 9211

    Tx post-FEC BER                    : 1.10E-05

Table 20 Command output

Field

Description

Time yyyy-mm-dd hh:mm:ss - yyyy-mm-dd hh:mm:ss

Sampling time range.

CD-high granularity(Ps/nm)

Chromatic dispersion (high granularity), accurate to 0.01 ps/nm.

DGD(Ps)

Differential group delay in ps, accurate to 0.01 ps.

PDL(dB)

Polarization-dependent loss in dB, accurate to 0.01 dB

OSNR(dB)

Optical signal to noise ratio in dB, accurate to 0.1 dB.

eSNR(dB)

Echo signal to noise ratio in dB, accurate to 0.1 dB.

CFO(MHz)

Carrier frequency offset in MHz, accurate to 1 MHz.

SOP ROC(krad/s)

State-of-polarization rate-of-change in krad/s, accurate to 1 krad/s.

Tx Power(dBm)

Transmit power in dBm, accurate to 0.01 dBm.

Rx total power(dBm)

Total receive power in dBm, accurate to 0.01 dBm.

 

display transceiver interface

Use display transceiver interface to display the key parameters of transceiver modules.

Syntax

display transceiver interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface-type interface-number: Specifies an interface by its type and number. If you do not specify an interface, this command displays the key parameters of every transceiver module.

Examples

# Display the key parameters of the transceiver module in interface HundredGigE 1/0/1.

<Sysname> display transceiver interface hundredgige 1/0/1

HundredGigE1/0/1 transceiver information:

  Transceiver type                 : 400G_BASE_SR8_QSFPDD

  Connector type                   : MPO

  Wavelength (nm)                  : 850

  Transfer distance (m)            : 70(OM3),100(OM4)

  Max power(W)                     : 12

  Digital diagnostic monitoring    : Yes

  Vendor name                      : H3C

Table 21 Command output

Field

Description

Transceiver Type

Model of the transceiver module.

Connector Type

Connector type of the transceiver module:

·     Optical connectors, including SC connector developed by NTT, and 1.25mm/RJ45 LC connector developed by Lucent.

·     Other connectors, including RJ-45 and CX4.

Wavelength(nm)

For the transceiver module, this field displays central wavelength of the laser sent, in nm. If the transceiver module such as 10GBASE-LX4, supports multiple wavelengths, each wavelength value is separated by a comma.

For the electrical transceiver, this field displays N/A.

Transfer Distance(xx)

Transfer distance. For a single-mode transceiver module, the distance is measured in km. For other transceiver modules, the distance is measured in m. If the transceiver module supports multiple transfer media, the transfer distances are separated by commas. The corresponding transfer medium is enclosed in the brackets following the transfer distance value. The following are the transfer media:

·     9um—9/125 um single-mode optical fiber.

·     50um—50/125um OM 2 multi-mode optical fiber.

·     62.5um—62.5/125um OM 1 multi-mode optical fiber.

·     CX4—CX4 cable.

·     OM3—50 um OM3 multi-mode optical fiber.

·     OM4—50 um OM4 multi-mode optical fiber.

·     OM5—50 um OM5 multi-mode optical fiber.

·     STACK—Stack cable.

·     TP—Twisted pair cable.

Max power(W)

Maximum power of the transceiver module.

Digital Diagnostic Monitoring

Support for digital diagnostic monitoring:

·     Yes.

·     No.

Vendor Name

Vendor name or vendor name specified for the transceiver module.

Ordering Name

Ordering name of the transceiver module.

display transceiver itu-channel

Use display transceiver itu-channel to display ITU channel information for transceiver modules.

Syntax

display transceiver itu-channel interface [ interface-type interface-number [ supported-channel ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, this command displays ITU channel information for the transceiver modules on all interfaces.

supported channel: Specifies ITU channels supported on the interface. If this keyword is not specified, the command displays the ITU channel that is in use on the interface.

Usage guidelines

This command is available only for the SFP-XG-LH80-Tunable transceiver module.

Examples

# Display ITU channel information for the transceiver module on HundredGigE 1/0/1.

<Sysname> display transceiver itu-channel interface hundredgige 1/0/1

Interface                           Channel        WaveLength(nm)  Frequency(THz)

GE1/0/1                             1              1566.72         191.35

# Display ITU channels supported by the transceiver module on HundredGigE 1/0/1.

<Sysname> display transceiver itu-channel interface hundredgige 1/0/1 supported-channel

ITU channel settings supported on HundredGigE 1/0/1 :

Channel    WaveLength(nm)    Frequency(THz)

1          1566.72           191.35

2          1566.31           191.40

3          1565.90           191.45

4          1565.50           191.50

5          1565.09           191.55

6          1564.68           191.60

7          1564.27           191.65

8          1563.86           191.70

Omitted…

Table 22 Command output

Field

Description

WaveLength(nm)

Wavelength of the channel in nm, accurate to 0.01 nm. This field displays a hyphen (-) in the following situations:

·     No transceiver module is installed on the interface.

·     The transceiver module does not support specifying an ITU channel number.

·     The command failed to obtain the ITU channel information.

·     The device does not support the ITU channel number stored on the transceiver module.

Frequency(THz)

Frequency of the channel in THz, accurate to 0.01 THz. This field displays a hyphen (-) in the following situations:

·     No transceiver module is installed on the interface.

·     The transceiver module does not support specifying an ITU channel number.

·     The command failed to obtain the ITU channel information.

·     The device does not support the ITU channel number stored on the transceiver module.

Related commands

itu-channel

display transceiver manuinfo

Use display transceiver manuinfo to display electronic label information for transceiver modules.

Syntax

display transceiver manuinfo interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If no interface is specified, this command displays electronic label information for the transceiver modules on all interfaces.

Examples

# Display electronic label information for the transceiver module in interface HundredGigE 1/0/1.

<Sysname> display transceiver manuinfo interface hundredgige 1/0/1

HundredGigE1/0/1 transceiver manufacture information:

  Manu. Serial Number  : 213410A0000054000251

  Manufacturing Date   : 2019-09-01

  Vendor Name          : H3C

Table 23 Command output

Field

Description

Manu. Serial Number

Serial number generated during debugging and testing.

Manufacturing Date

Debugging and testing date. The date takes the value of the system clock of the computer when debugging and testing is performed.

Vendor Name

The value is H3C.

display transceiver optics interface

Use display transceiver optics interface to display key optical parameters for transceiver modules.

Syntax

display transceiver optics interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface-type interface-number: Specifies an interface by its type and number. If no interface is specified, this command displays key optical parameters for all interfaces that support configuring optical parameters.

Usage guidelines

This command is available only for the QSFPDD-400G-ZR transceiver module.

Examples

# Display key optical parameters for the transceiver module in interface FourHundredGigE 1/0/1.

<Sysname> display transceiver optics interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver optics information:

  Grid spacing                  : 50GHz,75GHz,100GHz

  Frequency                     : 194.10THz

  Configured output power       : -5.0dBm

  Configured grid spacing       : 50GHz

Related commands

optics modulation-mode

optics tx-power

display transceiver status

Use display transceiver status to display 400G transceiver module status information.

Syntax

display transceiver status interface [ interface-type interface-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

interface [ interface-type interface-number ]: Specifies an interface by its type and number. If you do not specify an interface, this command applies to all interfaces.

Examples

# Display status information for the 400G transceiver module in interface FourHundredGigE 1/0/1.

<Sysname> display transceiver status interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver status information:

  Module state        : ModuleReady

  Interrupt           : YES

  Host-fault-detect   : Enabled

  Media-fault-detect  : Disabled

  Lane      Data Path State     Media Lane State

  Lane1     Activated           Enable

  Lane2     Activated           Enable

  Lane3     Activated           Enable

  Lane4     Activated           Enable

  Lane5     Activated           Enable

  Lane6     Activated           Enable

  Lane7     Activated           Enable

  Lane8     Activated           Enable

  Loopback Mode       :

  Lane      Media Output   Media Input    Host Output    Host Input

  Lane1     Disable        Disable        Disable        Disable

  Lane2     Disable        Disable        Disable        Disable

  Lane3     Disable        Disable        Disable        Disable

  Lane4     Disable        Disable        Disable        Disable

  Lane5     Disable        Disable        Disable        Disable

  Lane6     Disable        Disable        Disable        Disable

  Lane7     Disable        Disable        Disable        Disable

  Lane8     Disable        Disable        Disable        Disable

# Display status information for the 400G ZR transceiver module in interface FourHundredGigE 1/0/1. (This example is available only for the QSFPDD-400G-ZR transceiver module.)

<Sysname> display transceiver status interface fourhundredgige 1/0/1

FourHundredGigE1/0/1 transceiver status information:

  Module state        : ModuleReady

  Interrupt           : YES

  Host-fault-detect   : Enabled

  Media-fault-detect  : Disabled

  Lane      Data Path State     Media Lane State

  Lane1     Activated           Enable

  Lane2     Activated           Enable

  Lane3     Activated           Enable

  Lane4     Activated           Enable

  Lane5     Activated           Enable

  Lane6     Activated           Enable

  Lane7     Activated           Enable

  Lane8     Activated           Enable

  Loopback Mode       :

    Media Output   Media Input    Host Output    Host Input

    Disable        Disable        Disable        Disable

Table 24 Command output

Field

Description

Module status

Transceiver module status:

·     ModuleLowPwr—The transceiver module operates in low power.

·     ModulePwrUp—The transceiver module is powered on.

·     ModuleReady—The transceiver module is ready.

·     ModulePwrDn—The transceiver module is powered off.

·     Fault state—The transceiver module is faulty.

·     Unknown.

Interrupt alarm

Indicates whether the transceiver module is in interrupt alarm status:

·     Yes.

·     No.

Data path state

Data path status:

·     Unknown.

·     Deactivated.

·     Initial—The transceiver module is performing initialization tasks on the data path.

·     Deinit—The data path is deinitialized.

·     Activated.

·     TxTurnOn—Tx output is enabled.

·     TxTurnOff—Tx output is disabled.

·     Initialized—The data path is fully initialized.

Media Lane State

Media lane status:

·     Enabled.

·     Disabled.

Host-fault-detect

Fault detection status on the transceiver host side:

·     Enabled.

·     Disabled.

Media-fault-detect

Fault detection status on the transceiver media side:

·     Enabled.

·     Disabled.

Loopback Mode

Loopback testing mode of a lane on the transceiver module.

Media Output

Loopbacks the signal received by the receiver of the media side to the transmitter of the media side as the output signal of the media:

·     Enabled.

·     Disabled.

Media Input

Loopbacks the signal from the transmitter of the media side to the receiver of the media side as the input signal of the media:

·     Enabled.

·     Disabled.

Host Output

Loopbacks the signal received by the receiver of the host side to the transmitter of the host side as the output signal of the host:

·     Enabled.

·     Disabled.

Host Input

Loopbacks the signal from the transmitter of the host side to the receiver of the host side as the input signal of the host:

·     Enabled.

·     Disabled.

display transceiver vdm

Use display transceiver vdm to display the versatile diagnostics monitoring (VDM) information of a transceiver module.

Syntax

display transceiver vdm interface interface-type interface-number vdm-id vdm-id

Views

Any view

Predefined user roles

network-admin

Parameters

interface-type interface-number: Specifies an interface by its type and number.

vdm-id vdm-id: Specifies a VDM by its ID. The value range varies by transceiver module model.

Usage guidelines

This command is available only for 200G and 400G transceiver modules that support CMIS 4.0.

Examples

# Display the VDM 1 information of the transceiver module in FourHundredGigE 1/0/1.

<Sysname> display transceiver vdm interface fourhundredgige 1/0/1 vdm-id 1

VDM Description: Laser Temperature

Module/lane         VDM value(C)

Lane1               58.0

Alarm/Warning thresholds:

          Warning(C)     Alarm(C)

  High    80.0           85.0

  Low     0.0            251.0

# Display the VDM 2 information of the transceiver module in FourHundredGigE 1/0/1.

<Sysname> display transceiver vdm interface fourhundredgige 1/0/1 vdm-id 2

VDM Description: eSNR Host Input

Module/lane         VDM value(dB)

Lane1               0.0

Alarm/Warning thresholds:

          Warning(dB)    Alarm(dB)

  High    99.0           99.0

  Low     226.0          216.0

hardware-failure-detection

Use hardware-failure-detection to specify the action to be taken in response to hardware failures.

Use undo hardware-failure-detection to restore the default.

Syntax

hardware-failure-detection { board | chip | forwarding } { isolate | off | reset | warning }

undo hardware-failure-detection { board | chip | forwarding }

Default

The system takes the action of warning in response to hardware failures on chips, cards, and the forwarding plane.

Views

System view

Predefined user roles

network-admin

Parameters

board: Specifies failures on control paths and cards.

chip: Specifies failures on components of cards such as the chips, capacitances, resistances.

forwarding: Specifies failures on the forwarding plane (including services and other relevant items).

isolate: Takes one or more of the following actions:

·     Shuts down the relevant ports.

·     Prohibits loading software for the relevant cards.

·     Isolates the relevant cards.

·     Powers off the relevant cards to reduce impact from the failures.

off: Takes no action.

reset: Restarts the relevant components or cards to recover from failures.

warning: Sends traps to notify you of the failures.

Usage guidelines

The device automatically detects hardware failures on components, cards, and the forwarding plane. You can specify the actions to be taken in response to detected failures.

Examples

# Configure the device to send traps in response to failures on components.

<Sysname> system-view

[Sysname] hardware-failure-detection chip warning

hardware-failure-protection aggregation

Use hardware-failure-protection aggregation to enable hardware failure protection for aggregation groups.

Use undo hardware-failure-protection aggregation to disable hardware failure protection for aggregation groups.

Syntax

hardware-failure-protection aggregation

undo hardware-failure-protection aggregation

Default

Hardware failure protection is disabled for aggregation groups.

Views

System view

Predefined user roles

network-admin

Usage guidelines

This command takes effect only when the hardware-failure-detection forwarding isolate command is executed.

This command does not take effect on a member interface in the following situations:

·     Loopback testing is enabled (using the loopback { external | internal } command).

·     The interface is forcibly brought up (using the port up-mode command).

Examples

# Enable hardware failure protection for aggregation groups.

<Sysname> system-view

[Sysname] hardware-failure-protection aggregation

Related commands

hardware-failure-detection

hardware-resource mdb

Use hardware-resource mdb to specify the allocation mode for MDB resources.

Syntax

hardware-resource mdb { normal | routing }

Default

The routing allocation mode is specified for MDB resources.

Views

System view

Predefined user roles

network-admin

Parameters

normal: Specify the normal allocation mode. In this mode, the MAC address table, ARP table, and routing table capacities are 506K, 88K, and 1.5M respectively.

routing: Specify the routing allocation mode. In this mode, the MAC address table, ARP table, and routing table capacities are 155K, 98K, and 2.5M respectively.

Usage guidelines

For this command to take effect, you must reboot the device.

Examples

# Specify the normal allocation mode for MDB resources.

<Sysname> system-view

[Sysname] hardware-resource mdb normal

Do you want to change the specified hardware resource working mode? [Y/N]:Y

The hardware resource working mode is changed, please save the configuration and reboot the system to make it effective.

hardware-resource port-speed

Use hardware-resource port-speed to specify the port speed mode for the LSXM1CGQ72KCR1 interface module.

Syntax

hardware-resource port-speed { high | low | mix } [ slot slot-number ]

Default

The low port speed mode is specified for the LSXM1CGQ72KCR1 interface module.

Views

System view

Predefined user roles

network-admin

Parameters

high: Specifies the high speed mode.

low: Specifies the low speed mode.

mix: Specifies the mix speed mode.

slot slot-number: Specifies an LSXM1CGQ72KCR1 interface module by its slot number. If you do not specify an LSXM1CGQ72KCR1 interface module, this command specifies the port speed mode for all LSXM1CGQ72KCR1 interface modules on the device.

Usage guidelines

This command is available only for the LSXM1CGQ72KCR1 interface module.

For a port speed mode change on an LSXM1CGQ72KCR1 interface module to take effect, you must restart the interface module.

Examples

# Specify the high port speed mode for the LSXM1CGQ72KCR1 interface module in slot 2.

<Sysname> system-view

[Sysname] hardware-resource port-speed high slot 2

Do you want to change the specified hardware resource working mode? [Y/N]: y

The port speed mode is changed, to make it effective please reboot the slot.

hardware-resource scd-port-speed

Use hardware-resource scd-port-speed to specify the port speed mode for the LSXM1TGS24C1 interface module.

Syntax

hardware-resource scd-port-speed { high | low } [ slot slot-number ]

Default

The low port speed mode is specified for the LSXM1TGS24C1 interface module.

Views

System view

Predefined user roles

network-admin

Parameters

high: Specifies the high speed mode.

low: Specified the low speed mode.

slot slot-number: Specifies an LSXM1CGQ72KCR1 interface module by its slot number. If you do not specify an LSXM1TGS24C1 interface module, this command specifies the port speed mode for all LSXM1TGS24C1 interface modules on the device.

Usage guidelines

This command is available only for the LSXM1TGS24C1 interface module.

For a port speed mode change on an LSXM1TGS24C11 interface module to take effect, you must restart the interface module.

Examples

# Specify the high port speed mode for the LSXM1TGS24C1 interface module in slot 3.

<Sysname> system-view                                                                  

[Sysname] hardware-resource scd-port-speed high slot 3                                 

Do you want to change the specified hardware resource working mode? [Y/N]: y           

The subcard port speed mode is changed, to make it effective please insert the slot a LSXM1TGS24C1 subcard or reboot the slot if a LSXM1TGS24C1 subcard has already be inserted.

hardware-resource smartman

Use hardware-resource smartman to enable or disable port licensing.

Syntax

hardware-resource smartman { enable | disable }

Default

Port licensing is disabled.

Views

System view

Predefined user roles

network-admin

Parameters

enable: Enable port licensing.

disable: Disables port licensing.

Usage guidelines

To use license-based features, you need to install the licenses on the device. You can execute this command to have the installed licenses take effect as needed. If port licensing is enabled, the installed licenses on the device can take effect.

For an enabling status change to take effect, restart the device.

Examples

# Enable port licensing.

<Sysname> system-view

[Sysname] hardware-resource smartman enable

Do you want to change the specified hardware resource working mode? [Y/N]: y

The hardware resource working mode is changed, please save the configuration and reboot the system to make it effective.

hardware-resource synce

Use hardware-resource synce to enable or disable SyncE frequency synchronization on cards.

 

 

NOTE:

The LSXM1CGMS48KBR1 card does not support this command.

 

Syntax

hardware-resource synce { enable | disable }

Default

SyncE frequency synchronization is disabled on cards.

Views

System view

Predefined user roles

network-admin

Parameters

enable: Enables SyncE frequency synchronization.

disable: Disables SyncE frequency synchronization

Usage guidelines

For this command to take effect, save the configuration and restart the device.

Examples

# Enable SyncE frequency synchronization on cards.

<Sysname> system-view

[Sysname] hardware-resource synce enable

Do you want to change the specified hardware resource working mode? [Y/N]: y

The hardware resource working mode is changed, please save the configuration and reboot the system to make it effective.

itu-channel

Use itu-channel to set the ITU channel number for a transceiver module.

Use undo itu-channel to restore the default.

Syntax

itu-channel channel-number

undo itu-channel

Default

The ITU channel number is 1.

Views

Ethernet interface view

Predefined user roles

network-admin

Parameters

channel-number: Specifies the ITU channel number.

Usage guidelines

This command is available only for the SFP-XG-LH80-Tunable transceiver module.

The ITU channel number is saved in a register on the transceiver module. It is not saved to the configuration file.

Examples

# Set the ITU channel number to 2 for the transceiver module on HundredGigE 1/0/1.

<Sysname> system-view

[Sysname] interface hundredgige 1/0/1

[Sysname-HundredGigE1/0/1] itu-channel 2

Changing the channel number causes the service to be down for a while. Continue? [Y/N]:Y

Related commands

display transceiver itu-channel

locator blink

Use locator blink blink-time to start LED flashing to locate devices.

Use locator blink stop to stop LED flashing.

Syntax

locator blink blink-time

locator blink stop

Views

User view

Predefined user roles

network-admin

Parameters

blink-time: Specifies the flash duration in seconds. The value range is 5 to 120.

stop: Stops flashing.

Usage guidelines

The device provides a LED for device locating. The locator blink blink-time command flashes the specified LEDs quickly for a period of time unless you execute the locator blink stop command. You can observe the LEDs to locate the devices.

Examples

# Start LED flashing to locate devices.

<Sysname> locator blink 30

# Stop LED flashing.

<Sysname> locator blink stop

memory-threshold

Use memory-threshold to set free-memory thresholds.

Use undo memory-threshold to restore the default.

Syntax

memory-threshold [ slot slot-number [ cpu cpu-number ] ] [ ratio ] minor minor-value severe severe-value critical critical-value normal normal-value

undo memory-threshold [ slot slot-number [ cpu cpu-number ] ]

Default

Minor alarm threshold: 1024 MB.

Severe alarm threshold: 768 MB.

Critical alarm threshold: 512 MB.

Normal state threshold: 1280 MB.

Views

System view

Predefined user roles

network-admin

Parameters

ratio: Specifies free-memory thresholds in percentage. If you do not specify this keyword, the command sets free-memory thresholds in MB.

minor minor-value: Specifies the minor alarm threshold. To view the value range for this threshold, enter a question mark (?) in the place of the minor-value argument. Setting this threshold to 0 disables the minor alarm feature.

severe severe-value: Specifies the severe alarm threshold. To view the value range for this threshold, enter a question mark (?) in the place of the severe-value argument. Setting this threshold to 0 disables the severe alarm feature.

critical critical-value: Specifies the critical alarm threshold. To view the value range for this threshold, enter a question mark (?) in the place of the critical-value argument. Setting this threshold to 0 disables the critical alarm feature.

normal normal-value: Specifies the normal state threshold. To view the value range for this threshold, enter a question mark (?) in the place of the normal-value argument.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command sets free-memory thresholds for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

Usage guidelines

To ensure correct operation and improve memory efficiency, the system monitors the amount of free memory space in real time. If the amount of free memory space decreases to or below the minor, severe, or critical alarm threshold, the system issues an alarm to affected service modules or processes.

If a memory alarm occurs, delete unused configuration items or disable some features to increase the free memory space. Because the memory space is insufficient, some configuration items might not be able to be deleted.

For more information about the thresholds, see Fundamentals Configuration Guide.

Examples

# Set the minor alarm, severe alarm, critical alarm, and normal state thresholds to 64 MB, 48 MB, 32 MB, and 96 MB, respectively.

<Sysname> system-view

[Sysname] memory-threshold minor 64 severe 48 critical 32 normal 96

# Set the minor alarm, severe alarm, critical alarm, and normal state thresholds to 3%, 2%, 1%, and 5% of the total memory size, respectively.

<Sysname> system-view

[Sysname] memory-threshold ratio minor 3 severe 2 critical 1 normal 5

Related commands

display memory-threshold

memory-threshold usage

Use memory-threshold usage to set the memory usage threshold.

Use undo memory-threshold usage to restore the default.

Syntax

memory-threshold [ slot slot-number [ cpu cpu-number ] ] usage memory-threshold

undo memory-threshold [ slot slot-number [ cpu cpu-number ] ] usage

Default

The memory usage threshold is 100%.

Views

System view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command sets the memory usage threshold for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

memory-threshold: Specifies the memory usage threshold in percentage. The value range is 0 to 100.

Usage guidelines

The device samples memory usage at 1-minute intervals. If the sample is greater than the memory usage threshold, the device sends a trap.

Examples

# Set the memory usage threshold to 80%.

<Sysname> system-view

[Sysname] memory-threshold usage 80

Related commands

display memory-threshold

monitor chipblock reset

Use monitor chipblock reset to enable chip reset.

Use undo monitor chipblock to disable chip reset.

Syntax

monitor chipblock reset [ logging ]

undo monitor chipblock

Default

Chip reset is enabled.

Views

System view

Predefined user roles

network-admin

Parameters

logging: Logs the chip reset event.

Usage guidelines

When a chip is faulty, the system generates an alarm. If you use the monitor chipblock reset command to enable chip reset, the system resets a chip when an alarm indicating that the chip is faulty is generated.

Examples

# Enable chip reset.

<Sysname> system-view

[Sysname] monitor chipblock reset

monitor cpu-usage enable

Use monitor cpu-usage enable to enable CPU usage tracking.

Use undo monitor cpu-usage enable to disable CPU usage tracking.

Syntax

monitor cpu-usage enable [ slot slot-number [ cpu cpu-number ] ]

undo monitor cpu-usage enable [ slot slot-number [ cpu cpu-number ] ]

Default

CPU usage tracking is enabled.

Views

System view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command enables CPU usage tracking for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

Usage guidelines

After you enable CPU usage tracking, the system samples and saves CPU usage at the interval specified by the monitor cpu-usage interval command. You can use the display cpu-usage history command to view recent CPU usage.

Examples

# Enable CPU usage tracking.

<Sysname> system-view

[Sysname] monitor cpu-usage enable

Related commands

display cpu-usage configuration

display cpu-usage history

monitor cpu-usage interval

monitor cpu-usage interval

Use monitor cpu-usage interval to set the sampling interval for CPU usage monitoring.

Use undo monitor cpu-usage interval to restore the default.

Syntax

monitor cpu-usage interval interval [ slot slot-number [ cpu cpu-number ] ]

undo monitor cpu-usage interval [ slot slot-number [ cpu cpu-number ] ]

Default

The system samples CPU usage every 1 minute.

Views

System view

Predefined user roles

network-admin

Parameters

interval: Specifies the sampling interval for CPU usage monitoring. Valid values include 5Sec (5 seconds), 1Min (1 minute), and 5Min (5 minutes), case insensitive.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command sets the interval for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

Usage guidelines

After CPU usage monitoring is enabled, the system samples and saves CPU usage at the specified interval. You can use the display cpu-usage history command to view recent CPU usage.

Examples

# Set the sampling interval for CPU usage monitoring to 5 seconds.

<Sysname> system-view

[Sysname] monitor cpu-usage interval 5Sec

Related commands

display cpu-usage configuration

display cpu-usage history

monitor cpu-usage enable

monitor cpu-usage threshold

Use monitor cpu-usage threshold to set CPU usage alarm thresholds.

Use undo monitor cpu-usage threshold to restore the default.

Syntax

monitor cpu-usage threshold severe-threshold [ minor-threshold minor-threshold recovery-threshold recovery-threshold ] [ slot slot-number [ cpu cpu-number ] ]

undo monitor cpu-usage threshold [ minor-threshold recovery-threshold ] [ slot slot-number [ cpu cpu-number ] ]

Default

Severe CPU usage alarm threshold: 99%.

Minor CPU usage alarm threshold: 79%.

CPU usage recovery threshold: Not configured.

Views

System view

Predefined user roles

network-admin

Parameters

severe-threshold: Specifies the severe CPU usage alarm threshold in percentage. The value range for this argument is 2 to 100.

minor-threshold minor-threshold: Specifies the minor CPU usage alarm threshold in percentage. The value range for this argument is 1 to the severe CPU usage alarm threshold minus 1. If you do not specify this option, the minor CPU usage alarm threshold is 80 percent of the severe CPU usage alarm threshold.

recovery-threshold recovery-threshold: Specifies the CPU usage recovery threshold in percentage. The value range for this argument is 0 to the minor CPU usage alarm threshold minus 1. If you do not specify this option, the CPU usage recovery threshold is 70 percent of the severe CPU usage alarm threshold.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command sets the CPU usage threshold for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

Usage guidelines

CAUTION

CAUTION:

If you set the severe CPU usage alarm threshold to a too low value, the device will reach the threshold easily. Normal services will be affected.

 

The device samples CPU usage and CPU core usage at 1-minute intervals. If the sample is greater than the CPU usage threshold, the device sends a trap.

Examples

# Set the CPU usage alarm threshold to 90%.

<Sysname> system-view

[Sysname] monitor cpu-usage threshold 90

Related commands

display cpu-usage configuration

monitor resend cpu-usage

Use monitor resend cpu-usage to set CPU usage alarm resending intervals.

Use undo monitor resend cpu-usage to restore the default.

Syntax

monitor resend cpu-usage { minor-interval minor-interval | severe-interval severe-interval } * [ slot slot-number [ cpu cpu-number ] ]

undo monitor resend cpu-usage [ minor-interval | severe-interval ] [ slot slot-number [ cpu cpu-number ] ]

Default

The minor CPU usage alarm resending interval is 300 seconds. The severe CPU usage alarm resending interval is 60 seconds.

Views

System view

Predefined user roles

network-admin

Parameters

minor-interval minor-interval: Specifies the minor CPU usage alarm resending interval in seconds, a multiple of 5 in the range of 10 to 3600.

severe-interval severe-interval: Specifies the severe CPU usage alarm resending interval in seconds, a multiple of 5 in the range of 10 to 3600.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command sets the interval for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

Usage guidelines

The device samples CPU usage at intervals, and compares the samples with CPU usage thresholds to identify the CPU usage status and send alarms or notifications accordingly.

In minor alarm state, the device sends minor alarms periodically until the CPU usage increases above the severe threshold or the minor alarm is removed. In severe alarm state, the device sends severe alarms periodically until the severe alarm is removed. This command sets the alarm resending intervals.

If you do not specify a keyword for the undo monitor resend cpu-usage command, the command restores the default minor and severe CPU usage alarm resending intervals.

Examples

# Set the minor CPU usage alarm resending interval to 60 seconds for a slot.

<Sysname> system-view

[Sysname] monitor resend cpu-usage minor-interval 60 slot 1 cpu 0

monitor resend cpu-usage core-interval

Use monitor resend cpu-usage core-interval to set CPU core usage alarm resending intervals.

Use undo monitor resend cpu-usage core-interval to remove CPU core usage alarm resending interval settings.

Syntax

monitor resend cpu-usage core-interval { minor-interval minor-interval | severe-interval severe-interval } * [ slot slot-number [ cpu cpu-number ] ]

undo monitor resend cpu-usage core-interval [ minor-interval | severe-interval ] [ slot slot-number [ cpu cpu-number ] ]

Default

The resending interval is 300 seconds for minor CPU core usage alarms and 60 seconds for severe CPU core usage alarms.

Views

System view

Predefined user roles

network-admin

Parameters

minor-interval minor-interval: Specifies the resending interval for minor CPU core usage alarms in seconds, a multiple of 5 in the range of 10 to 3600.

severe-interval severe-interval: Specifies the resending interval for severe CPU core usage alarms in seconds, a multiple of 5 in the range of 10 to 3600.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command sets the interval for the active MPU.

cpu cpu-number: Specifies a CPU by its number.

Usage guidelines

The device samples CPU core usage at intervals, and compares the samples with CPU core usage thresholds to identify the CPU core usage status and send alarms or notifications accordingly.

In minor alarm state, the device sends minor alarms periodically until the CPU core usage increases above the severe threshold or the minor alarm is removed. In severe alarm state, the device sends severe alarms periodically until the severe alarm is removed. This command sets the alarm resending intervals.

Examples

# Set the resending interval for minor CPU core usage alarms to 100 seconds and the resending interval for severe CPU core usage alarms 60 seconds.

<Sysname> system-view

[Sysname] monitor resend cpu-usage core-interval minor-interval 100 severe-interval 60

parity-error consistency-check log enable

Use parity-error consistency-check log enable to enable consistency error logging for software and hardware forwarding entries.

Use undo parity-error consistency-check log enable to disable consistency error logging for software and hardware forwarding entries.

Syntax

parity-error consistency-check log enable

undo parity-error consistency-check log enable

Default

Consistency error logging is enabled for software and hardware forwarding entries.

Views

System view

Predefined user roles

network-admin

Usage guidelines

To forward packets, the device generates hardware forwarding entries on forwarding chips and software forwarding entries in memory at the same time. The device automatically detects whether the hardware forwarding entries and the software forwarding entries are consistent.

After you execute this command, the device collects consistency errors periodically. If the number of consistency errors in a statistics period reaches or exceeds the logging threshold, the device generates and sends a log message to the information center module. The information center module determines how and where to send the message. For more information about the information center module, see information center configuration in System Management Configuration Guide.

Examples

# Enable consistency error logging for software and hardware forwarding entries.

<Sysname> system-view

[Sysname] parity-error consistency-check log enable

Related commands

parity-error consistency-check threshold

parity-error consistency-check threshold

Use parity-error consistency-check threshold to set the logging threshold for consistency errors between software and hardware forwarding entries.

Use undo parity-error consistency-check threshold to restore the default.

Syntax

parity-error consistency-check threshold value

undo parity-error consistency-check threshold

Default

The logging threshold is 10.

Views

System view

Predefined user roles

network-admin

Parameters

value: Specifies the logging threshold for consistency errors between software and hardware forwarding entries, in the range of 1 to 2147483647.

Usage guidelines

To forward packets, the device generates hardware forwarding entries on forwarding chips and software forwarding entries in memory at the same time. The device automatically detects whether the hardware forwarding entries and the software forwarding entries are consistent.

After you enable consistency error logging for software and hardware forwarding entries, the device collects statistics for consistency errors periodically. If the number of consistency errors reaches or exceeds the logging threshold, the device generates a log message.

Examples

# Set the logging threshold to 20 for consistency errors between software and hardware forwarding entries.

<Sysname> system-view

[Sysname] parity-error consistency-check threshold 20

parity-error monitor log enable

Use parity-error monitor log enable to enable parity error and ECC error logging for entries on forwarding chips.

Use undo parity-error monitor log enable to disable parity error and ECC error logging for entries on forwarding chips.

Syntax

parity-error monitor log enable

undo parity-error monitor log enable

Default

Parity error and ECC error logging is disabled for entries on forwarding chips.

Views

System view

Predefined user roles

network-admin

Usage guidelines

The device automatically detects parity errors and ECC errors in entries on forwarding chips.

After you execute this command, the device collects parity errors and ECC errors periodically. If the number of parity errors and ECC errors in a statistics period reaches or exceeds the logging threshold, the device generates and sends a parity error and ECC error log message to the information center module. The information center module determines how and where to send the message. For more information about the information center module, see information center configuration in System Management Configuration Guide.

Examples

# Enable parity error and ECC error logging for entries on forwarding chips.

<Sysname> system-view

[Sysname] parity-error monitor log enable

Related commands

parity-error monitor period

parity-error monitor threshold

parity-error monitor period

Use parity-error monitor period to set the parity error and ECC error statistics period for entries on forwarding chips.

Use undo parity-error monitor period to restore the default.

Syntax

parity-error monitor period value

undo parity-error monitor period

Default

The parity error and ECC error statistics period is 60 seconds for entries on forwarding chips.

Views

System view

Parameters

period: Specifies the parity error and ECC error statistics period in seconds, in the range of 1 to 86400.

Predefined user roles

network-admin

Usage guidelines

The device automatically detects parity errors and ECC errors in entries on forwarding chips. The parity error and ECC error logging feature collects parity error and ECC error statistics periodically, and generates a log message if the number of parity error and ECC errors reaches the logging threshold.

This command determines the period for the device to collect parity error and ECC error statistics.

Examples

# Set the parity error and ECC error statistics period to 120 seconds.

<Sysname> system-view

[Sysname] parity-error monitor period 120

Related commands

parity-error monitor log enable

parity-error monitor threshold

parity-error monitor threshold

Use parity-error monitor threshold to set the parity error and ECC error logging threshold for entries on forwarding chips.

Use undo parity-error monitor threshold to restore the default.

Syntax

parity-error monitor threshold value

undo parity-error monitor threshold

Default

The parity error and ECC error logging threshold is 5000 for entries on forwarding chips.

Views

System view

Predefined user roles

network-admin

Parameters

value: Specifies the parity error and ECC error logging threshold for entries on forwarding chips, in the range of 1 to 1000000.

Usage guidelines

The device detects parity error and ECC errors in entries on forwarding chips. The parity error and ECC error logging feature collects parity error and ECC error statistics periodically, and generates a log message if the number of parity error and ECC errors reaches the logging threshold. This command sets the logging threshold.

Examples

# Set the parity error and ECC error logging threshold to 8000 for entries on forwarding chips.

<Sysname> system-view

[Sysname] parity-error monitor threshold 8000

Related commands

parity-error monitor log enable

parity-error monitor period

parity-error unrecoverable log enable

Use parity-error unrecoverable log enable to enable uncorrectable parity error and ECC error logging for entries on forwarding chips.

Use undo parity-error unrecoverable log enable to disable uncorrectable parity error and ECC error logging for entries on forwarding chips.

Syntax

parity-error unrecoverable log enable

undo parity-error unrecoverable log enable

Default

Uncorrectable parity error and ECC error logging is enabled for entries on forwarding chips

Views

System view

Predefined user roles

network-admin

Usage guidelines

The device automatically detects parity errors and ECC errors in entries on forwarding chips and tries to correct the error when an error is detected. The uncorrectable parity error and ECC error logging feature enables the device to collect uncorrectable parity error and ECC error statistics periodically. If the number of uncorrectable parity errors and ECC errors reaches or exceeds the logging threshold, the device generates and sends an uncorrectable parity error and ECC error log message to the information center module. The information center module determines how and where to send the log message. For more information about the information center module, see information center configuration in System Management Configuration Guide.

Examples

# Enable uncorrectable parity error and ECC error logging for entries on forwarding chips

<Sysname> system-view

[Sysname] parity-error unrecoverable log enable

Related commands

parity-error unrecoverable period

parity-error unrecoverable reboot

parity-error unrecoverable threshold

parity-error unrecoverable period

Use parity-error unrecoverable period to set the statistics period for uncorrectable parity errors and ECC errors for entries on forwarding chips.

Use undo parity-error unrecoverable period to restore the default.

Syntax

parity-error unrecoverable period period

undo parity-error unrecoverable period

Default

The statistics period for uncorrectable parity errors and ECC errors for entries on forwarding chips is 60 seconds.

Views

System view

Predefined user roles

network-admin

Parameters

period: Specifies the statistics period for uncorrectable parity errors and ECC errors for entries on forwarding chips. The value is in the range of 1 to 86400, in seconds.

Usage guidelines

The device automatically detects parity errors and ECC errors in entries on forwarding chips and tries to correct the error when an error is detected. The uncorrectable parity error and ECC error logging feature enables the device to collect uncorrectable parity error and ECC error statistics periodically. If the number of uncorrectable parity errors and ECC errors reaches or exceeds the logging threshold, the device generates an uncorrectable parity error and ECC error log message.

This command sets the period for the device to collect uncorrectable parity error and ECC error statistics.

Examples

# Set the statistics period for uncorrectable parity errors and ECC errors in entries on forwarding chips to 120 seconds.

<Sysname> system-view

[Sysname] parity-error unrecoverable period 120

Related commands

parity-error unrecoverable log enable

parity-error unrecoverable reboot

parity-error unrecoverable threshold

parity-error unrecoverable reboot

Use parity-error unrecoverable reboot to enable automatic system reboot upon generation of an uncorrectable parity error and ECC error log.

Use undo parity-error unrecoverable reboot to disable automatic system reboot upon generation of an uncorrectable parity error and ECC error log

Syntax

parity-error unrecoverable reboot

undo parity-error unrecoverable reboot

Default

The system reboots automatically upon generation of an uncorrectable parity error and ECC error log.

Views

System view

Predefined user roles

network-admin

Usage guidelines

Uncorrectable parity errors and ECC errors in entries on forwarding chips might affect system services. To remove the errors from the entries on forwarding chips, you can execute this command to enable automatic system reboot upon generation of an uncorrectable parity error and ECC error log.

Examples

# Enable automatic system reboot upon generation of an uncorrectable parity error and ECC error log.

<Sysname> system-view

[Sysname] parity-error unrecoverable reboot

Related commands

parity-error unrecoverable log enable

parity-error unrecoverable period

parity-error unrecoverable threshold

parity-error unrecoverable threshold

Use parity-error unrecoverable threshold to set the logging threshold for uncorrectable parity errors and ECC errors on entries on forwarding chips.

Use undo parity-error unrecoverable threshold to restore the default.

Syntax

parity-error unrecoverable threshold value

undo parity-error unrecoverable threshold

Default

The logging threshold is 1 for uncorrectable parity errors and ECC errors in entries on forwarding chips.

Views

System view

Predefined user roles

network-admin

Parameters

value: Specifies the logging threshold for uncorrectable parity errors and ECC errors in entries on forwarding chips. The value is in the range of 1 to 1000000.

Usage guidelines

The device automatically detects parity errors and ECC errors in entries on forwarding chips and tries to correct the error when an error is detected. The uncorrectable parity error and ECC error logging feature enables the device to collect uncorrectable parity error and ECC error statistics periodically. If the number of uncorrectable parity errors and ECC errors reaches or exceeds the logging threshold, the device generates an uncorrectable parity error and ECC error log message.

This command sets the logging threshold.

Examples

# Set the logging threshold for uncorrectable parity errors and ECC errors in entries on forwarding chips to 10.

<Sysname> system-view

[Sysname] parity-error unrecoverable log threshold 10

Related commands

parity-error unrecoverable log enable

parity-error unrecoverable period

parity-error unrecoverable reboot

power-exception-monitor

Use power-exception-monitor to configure the exception monitoring mode for power modules.

Syntax

power-exception-monitor { normal | enhanced }

Default

The normal exception monitoring mode applies to power modules.

Views

System view

Predefined user roles

network-admin

Parameters

normal: Generates alarm information when a power module exception occurs.

enhanced: Monitors power modules continuously and generates alarm information when a temperature, voltage, or current exception occurs on a power module.

Usage guidelines

The enhanced exception monitoring mode for power modules occupies lots of system resources.

Examples

# Set the exception monitoring mode for power modules to normal.

<Sysname> system-view

[Sysname] power-exception-monitor normal

power-monitor enable

Use power-monitor enable to enable power on/off management of cards.

Use undo power-monitor enable to disable power on/off management of cards.

Syntax

power-monitor enable

undo power-monitor enable

Default

Power on/off management of cards is enabled.

Views

System view

Predefined user roles

network-admin

Usage guidelines

 

NOTE:

Disabling power on/off management of cards might result in unpredictable risks. Execute the undo power-monitor enable command with caution.

 

After the power-monitor enable command is executed, the system performs the following operations:

·     Check the total system power and the power distribution on the cards to determine whether to power on cards.

·     Check the card temperature and fan tray conditions to determine whether to power off cards.

If power on/off management of cards is disabled, the device will not manage the power-on and -off of the cards, and all cards are powered on by default.

Examples

# Enable power on/off management of cards.

<Sysname> system-view

[Sysname] power-monitor enable

power-supply off

Use power-supply off to power off a card.

Syntax

power-supply off slot slot-number

Views

User view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies a card by its slot number..

Usage guidelines

 

NOTE:

A card cannot send or receive packets after you forcibly power off it. Make sure you understand its impact on the live network before executing this command.

 

To use this command, you must enable power supply management first.

When power is insufficient, you can power off interface modules that are idle or connected to unimportant network nodes to ensure power supply to critical interface modules.

Examples

# Power off a card.

<Sysname> power-supply off slot 2

Related commands

power-supply policy enable

power-supply on

Use power-supply on to power on a card

Syntax

power-supply on slot slot-number

Views

User view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies a card by its slot number.

Usage guidelines

To use this command, you must enable power supply management first.

Examples

# Power on a card.

<Sysname> power-supply on slot 2

Related commands

power-supply policy enable

power-supply policy enable

Use power-supply policy enable to enable power supply management.

Use undo power-supply policy enable to disable power supply management.

Syntax

power-supply policy enable

undo power-supply policy enable

Default

Power supply management is enabled.

Views

System view

Predefined user roles

network-admin

Examples

# Enable power supply management.

<Sysname> system-view

[Sysname] power-supply policy enable

power-supply policy redundant

Use power-supply policy redundant to specify the number of redundant power modules.

Use undo power-supply policy redundant to restore the default.

Syntax

power-supply policy redundant module-count

undo power-supply policy redundant

Default

The number of redundant power modules is 0.

Views

System view

Predefined user roles

network-admin

Parameters

module-count: Specifies the number of redundant power modules. To view the value range for this argument, enter a question mark (?) in the place of this argument. The upper limit for the value range is the maximum number of redundant power modules supported by the system. The actual number of redundant power modules that you can specify varies by the number of the interface modules and their power consumption. The actual number is smaller than or equal to the maximum number.

Usage guidelines

This command takes effect only if power supply management is enabled.

Examples

# Set the number of redundant power modules to 1.

<Sysname> system-view

[Sysname] power-supply policy redundant 1

Related commands

power-supply policy enable

power-supply surplus-power enable

Use power-supply surplus-power enable to enable power module sleeping.

Use undo power-supply surplus-power enable to disable power module sleeping.

Syntax

power-supply surplus-power enable

undo power-supply surplus-power enable

Views

System view

Predefined user roles

network-admin

Usage guidelines

This feature is available only for switches that are installed with the PSR2400-54A, PSR2400-54D, or PSR3000-54A power module.

This feature takes effect only when power supply management is enabled.

Power modules in sleeping state cannot act as the backup power modules. When an operating power module fails or is removed, the device might not be able to operate correctly.

To view the operating status of power modules, execute the display power command.

This feature enables the device to monitor the remaining power in real time.

·     If the remaining power is greater than the power of a power module, the device places the power module into sleeping state.

·     When the remaining power becomes insufficient, the device wakes up a sleeping power module.

Examples

# Enable power module sleeping.

<Sysname> system-view

[Sysname] power-supply surplus-power enable

Related commands

power-supply policy enable

reset transceiver interface

Use reset transceiver interface to reset a 400G transceiver module.

Syntax

reset transceiver interface [ interface-type interface-number ]

Views

User view

Predefined user roles

network-admin

Parameters

interface-type interface-number: Specifies an interface by its type and number. If you do not specify an interface, this command applies to all interfaces.

Usage guidelines

This command is disruptive. Use this command only when you cannot troubleshoot transceiver modules by using other methods.

This command will restart the transceiver module.

Examples

# Reset the 400G transceiver module in FourHundredGigE 1/0/1.

<Sysname> reset transceiver interface fourhundredgige 1/0/1

This operation causes services on the transceiver module to be down for a while. Continue? [Y/N]: Y

resource-monitor minor resend enable

Use resource-monitor minor resend enable to enable resending of minor resource depletion alarms.

Use undo resource-monitor minor resend enable to disable resending of minor resource depletion alarms.

Syntax

resource-monitor minor resend enable

undo resource-monitor minor resend enable

Default

Resending of minor resource depletion alarms is enabled.

Views

System view

Predefined user roles

network-admin

Usage guidelines

When a resource type enters minor alarm state, the device issues a minor alarm. If the resource type stays in minor alarm state or changes from severe alarm state to minor alarm state, the device identifies whether resending of minor resource depletion alarms is enabled. If the feature is disabled, the device does not issue additional minor alarms. If the feature is enabled, the device resends minor alarms periodically.

The resending interval of severe alarms is 24 hours and the resending interval of minor alarms is 7×24 hours.

Examples

# Enable resending of minor resource depletion alarms.

<Sysname> system-view

[Sysname] resource-monitor minor resend enable

Related commands

display resource-monitor

resource-monitor output

resource-monitor resource

resource-monitor output

Use resource-monitor output to specify destinations for resource depletion alarms.

Use undo resource-monitor output to remove destinations for resource depletion alarms.

Syntax

resource-monitor output { netconf-event | snmp-notification | syslog } *

undo resource-monitor output [ netconf-event | snmp-notification | syslog ] *

Default

Resource depletion alarms are sent to NETCONF, SNMP, and the information center.

Views

System view

Predefined user roles

network-admin

Parameters

netconf-event: Sends resource depletion alarms to the NETCONF feature to encapsulate the alarms in NETCONF events. For more information, see NETCONF in Network Management and Monitoring Configuration Guide.

snmp-notification: Sends resource depletion alarms to the SNMP feature to encapsulate the alarms in SNMP traps and informs. For more information, see SNMP in Network Management and Monitoring Configuration Guide.

syslog: Sends resource depletion alarms to the information center to encapsulate the alarms in log messages. For more information, see information center in System Management Configuration Guide.

Usage guidelines

If you do not specify any keywords for the undo resource-monitor output command, the command disables resource depletion alarm output.

Examples

# Specify the information center module as the output destination for resource depletion alarms.

<Sysname> system-view

[Sysname] resource-monitor output syslog

Related commands

resource-monitor minor resend enable

resource-monitor resource

resource-monitor resource

Use resource-monitor resource to set resource depletion thresholds.

Use undo resource-monitor resource to disable resource depletion thresholds.

Syntax

resource-monitor resource resource-name slot slot-number cpu cpu-number by-percent minor-threshold minor-threshold severe-threshold severe-threshold

undo resource-monitor resource resource-name slot slot-number cpu cpu-number

Default

The default settings vary by resource type. Use the display resource-monitor command to display the resource depletion thresholds.

Views

System view

Predefined user roles

network-admin

Parameters

resource-name: Specifies a resource type by its name. The values for this argument are case insensitive and cannot be abbreviated. Table 25 shows the resource types that can be monitored.

Table 25 Resource types that can be monitored

Resource type

Description

ac

Number of Ethernet service instances.

agg_group

Aggregation group hardware resources.

arp

ARP hardware resources.

ecmp_fec_1

Level-1 ECMP FEC hardware resources.

ecmp_fec_2

Level-2 ECMP FEC hardware resources.

ecmp_fec_3

Level-3 ECMP FEC hardware resources.

local_ecmp

Local ECMP group hardware resources.

local_fec_1

Level-1 local FEC hardware resources.

local_fec_2

Level-2 local FEC hardware resources.

local_fec_3

Level-3 local FEC hardware resources.

mac

MAC address table hardware resources.

mc

Multicast hardware resources.

mqcin

Inbound MQC hardware resources.

mqcout

Outbound MQC hardware resources.

nd

ND hardware resources.

openflow

OpenFlow hardware resources.

pbr

PBR hardware resources.

pfilterin

Inbound packet filter resources.

pfilterout

Outbound packet filter resources.

route

Routing hardware resources.

rport

Layer 3 aggregate subinterface hardware resources.

subrport

Layer 3 Ethernet subinterface hardware resources.

vlan

Number of VLANs.

vlaninterface

VLAN interface hardware resources.

vrf

VPN instance hardware resources.

vsiintf

VSI interface hardware resources.

slot slot-number: Specifies a card by its slot number.

cpu cpu-number: Specifies a CPU by its number.

by-percent: Specifies resource depletion thresholds in percentage.

minor-threshold minor-threshold: Specifies the minor resource depletion threshold. To view the value range, enter a question mark (?) in the place of the minor-threshold argument.

severe-threshold severe-threshold: Specifies the severe resource depletion threshold. To view the value range, enter a question mark (?) in the place of the severe-threshold argument.

Usage guidelines

After you execute this command for a resource type, the device monitors the available amount of the type of resources. The device samples the available amount at intervals, compares the sample with the resource depletion thresholds to identify the resource depletion status, and sends alarms as configured.

Examples

# Set the minor resource depletion threshold to 30% and the severe resource depletion threshold to 10% for ARP entry resources on slot 1.

<Sysname> system-view

[Sysname] resource-monitor resource arp slot 1 cpu 0 by-percent minor-threshold 30 severe-threshold 10

Related commands

display resource-monitor

resource-monitor minor resend enable

resource-monitor output

shutdown-interval

Use shutdown-interval to set the port status detection timer.

Use undo shutdown-interval to restore the default.

Syntax

shutdown-interval interval

undo shutdown-interval

Default

The port status detection timer setting is 30 seconds.

Views

System view

Predefined user roles

network-admin

Parameters

interval: Specifies the port status detection timer value in seconds. The value range is 0 to 300. The value of 0 indicates that port status detection is not automatically performed, and you need to execute the undo shutdown command to restore the port status manually.

Usage guidelines

The device starts a port status detection timer when a port is shut down by a protocol. If the port has been in down state before the timer expires, the device will set the port status to the port's physical status.

If you change the timer setting during port detection, the device compares the new setting (T1) with the time that elapsed since the port was shut down (T).

If T < T1, the port will be brought up after T1 – T seconds.

If T ≥ T1, the port is brought up immediately.

For example, the timer setting is 30 seconds. If you change it to 10 seconds 2 seconds after the port is shut down, the port will come up 8 seconds later. If you change the timer setting to 2 seconds 10 seconds after the port is shut down, the port comes up immediately.

Examples

# Set the port status detection timer to 100 seconds.

<Sysname> system-view

[Sysname] shutdown-interval 100

system handshake timeout

Use system handshake timeout to set the handshake timeout time between an MPU and an interface module.

Use undo system handshake timeout to restore the default.

Syntax

system handshake timeout timeout

undo system handshake timeout

Default

The handshake timeout time is 30 seconds between an MPU and an interface module.

Views

System view

Predefined user roles

network-admin

Parameters

timeout: Specify the handshake timeout time between an MPU and an interface module, in the range of 10 to 55 seconds.

Usage guidelines

After starting up, an interface module will actively register with an MPU so that it can be managed by the MPU. During device operation, the MPU will periodically send handshake packets to the interface to identify whether the interface module is operating correctly. If the interface module does not reply to the MPU before the specified timeout time expires, the MPU considers the interface module to be faulty and will restart the interface module.

In some scenarios with handshake timeout requirements, you can execute this command to specify a handshake timeout time as needed to identify faulty interfaces as soon as possible. For example, some scenarios might require a short traffic interruption due to card restart.

Examples

# Set the handshake timeout time to 40 seconds between the MPU and an interface module.

<Sysname> system-view

[Sysname] system handshake timeout 40

temperature-limit

Use temperature-limit to set the temperature alarm thresholds.

Use undo temperature-limit to restore the default.

Syntax

temperature-limit slot slot-number { hotspot } sensor-number lowlimit warninglimit [ alarmlimit ]

undo temperature-limit slot slot-number { hotspot } sensor-number

Default

The defaults vary by temperature sensor model. To view the defaults, execute the undo temperature-limit and display environment commands in turn.

Views

System view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies a card by its slot number.

hotspot: Configures temperature alarm thresholds for hotspot sensors. A hotspot sensor is typically near the chip that generates a great amount of heat and used to monitor the chip.

sensor-number: Specifies a sensor by its number. To view the value range, enter a question mark (?) in the place of this argument.

lowlimit: Specifies the low-temperature threshold in Celsius degrees. The value range varies by temperature sensor. To view the value range, enter a question mark (?) in the place of this argument.

warninglimit: Specifies the high-temperature warning threshold in Celsius degrees. This threshold must be greater than the low-temperature threshold. To view the value range, enter a question mark (?) in the place of this argument.

alarmlimit: Specifies the high-temperature alarming threshold in Celsius degrees. This threshold must be greater than the warning threshold. To view the value range, enter a question mark (?) in the place of this argument.

Usage guidelines

When the device temperature drops below the low-temperature threshold or reaches the high-temperature warning or alarming threshold, the device performs the following operations:

·     Sends log messages and traps.

·     Sets LEDs on the device panel.

Examples

# Set temperature alarm thresholds for hotspot sensor 1 in a slot.

<Sysname> system-view

[Sysname] temperature-limit slot 1 hotspot 1 -10 50 60

Related commands

display environment

transceiver diagnostic selector

Use transceiver diagnostic selector to specify a diagnostic selector for a transceiver module and display specified diagnostic information.

Syntax

transceiver diagnostic selector selector-id

Default

No diagnostic selector is specified for a transceiver module.

Views

200-GE interface view

400-GE interface view

Predefined user roles

network-admin

Parameters

selector-id: Specifies a diagnostic selector. The value range varies by transceiver module model.

Usage guidelines

This command is available only for 200G and 400G transceiver modules that support CMIS 4.0.

The command settings will be saved in a register of the transceiver module. If the transceiver module has a power loss, the command settings will be cleared. You must reconfigure the command after a power recovery.

Examples

# Specify diagnostic selector 1 for the transceiver module in FourHundredGigE1/0/1 and display  specified diagnostic information.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver diagnostic selector 1

Lane     Host side BER     Media side BER

1        1.00E-7           1.00E-7

2        1.00E-7           1.00E-7

3        1.00E-7           1.00E-7

4        1.00E-7           1.00E-7

5        1.00E-7           1.00E-7

6        1.00E-7           1.00E-7

7        1.00E-7           1.00E-7

8        1.00E-7           1.00E-7

# Specify diagnostic selector 2 for the transceiver module in FourHundredGigE 1/0/1 and display specified diagnostic information.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver diagnostic selector 2

Lane     Host error count     Host total bits

1        1234567890           1234567890123456789

2        1234567890           1234567890123456789

3        1234567890           1234567890123456789

4        1234567890           1234567890123456789

# Specify diagnostic selector 6 for the transceiver module in FourHundredGigE 1/0/1 and display specified diagnostic information.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver diagnostic selector 6

Lane     Host peak detect        Host SNR        Media peak detect        Media SNR

1        12345                   18.00dB         12345                    18.00dB

2        12345                   18.00dB         12345                    18.00dB

3        12345                   18.00dB         12345                    18.00dB

4        12345                   18.00dB         12345                    18.00dB

5        12345                   18.00dB         12345                    18.00dB

6        12345                   18.00dB         12345                    18.00dB

7        12345                   18.00dB         12345                    18.00dB

8        12345                   18.00dB         12345                    18.00dB

transceiver host-fault-detect enable

Use transceiver host-fault-detect enable to enable fault detection on the transceiver host side.

Use undo transceiver host-fault-detect to disable fault detection on the transceiver host side.

Syntax

transceiver host-fault-detect enable

undo transceiver host-fault-detect

Default

Fault detection is disabled on the transceiver host side.

Views

400-GE Ethernet interface view and its breakout interface view

Predefined user roles

network-admin

Usage guidelines

This command is available only for the QSFPDD-400G-ZR transceiver module.

If a transceiver module is hot-swapped or reset, this command becomes invalid. You can execute this command again after a hot-swap or reset operation.

Examples

# Enable fault detection on the host side of the transceiver module in interface FourHundredGigE 1/0/1.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver host-fault-detect enable

transceiver lane enable

Use transceiver lane enable to enable a lane on a 400G transceiver module.

Use undo transceiver lane to disable a lane on a 400G transceiver module.

Syntax

transceiver lane [ lane-number ] enable

undo transceiver lane [ lane-number ] enable

Default

All lanes on a transceiver module are enabled.

Views

400-GE Ethernet interface view and its breakout interface view

Predefined user roles

network-admin

Parameters

lane-number: Specifies a lane by its number in the range of 1 to 8. If you do not specify a lane, this command enables all lanes on the transceiver module.

Usage guidelines

Execute this command only to verify that a transceiver module operates correctly.

Disabling a lane will stop signal transmission on the lane.

Disabling a lane will stop signal transmission on the fiber port where the lane is located.

This setting is saved in a register on the transceiver module. It is not saved to the configuration file.

Examples

# Enable lane 1 on the 400G transceiver module in FourHundredGigE 1/0/1.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1]

Related commands

display transceiver status

transceiver lane equalization

Use transceiver lane equalization to configure the pre-cursor, post-cursor, and amplitude for a 400G transceiver module.

Use undo transceiver lane equalization to restore the default.

Syntax

transceiver lane [ lane-number ] equalization { precursor precursor-value | postcursor postcursor-value | amplitude amplitude-value }

undo transceiver lane [ lane-number ] equalization { precursor | postcursor | amplitude }

Default

The default settings vary by transceiver module model.

Views

400-GE Ethernet interface view and its breakout interface view

Predefined user roles

network-admin

Parameters

lane-number: Specifies a lane by its number in the range of 1 to 8. If you do not specify a lane, this command configures the settings for all lanes on the transceiver module.

precursor precursor-value: Specifies the Rx output equalization pre-cursor level code. The level codes include:

·     level0—No equalization.

·     level1—0.5 dB.

·     level2—1 dB.

·     level3—1.5 dB.

·     level4—2 dB.

·     level5—2.5 dB.

·     level6—3 dB.

·     level7—3.5 dB.

postcursor postcursor-value: Specifies the Rx output equalization post-cursor level code. The level codes include:

·     level0—No equalization.

·     level1—1 dB.

·     level2—2 dB.

·     level3—3 dB.

·     level4—4 dB.

·     level5—5 dB.

·     level6—6 dB.

·     level7—7 dB.

amplitude amplitude-value: Specifies the Rx output amplitude range code. The range codes include:

·     range0—100 to 400 mV.

·     range1—300 to 600 mV.

·     range2—400 to 800 mV.

·     Range3—600 to 1200 mV.

Usage guidelines

Use this command to adjust and optimize high speed signals of a 400G transceiver module for the optical link to work in the optimum state. Use the default setting unless required otherwise. To change the default settings, contact professional engineers to avoid transceiver module exceptions.

As a best practice, do not execute this command when the interface is transmitting traffic. During execution of this command, the device disables and then enables the transceiver module automatically and traffic transmission will be interrupted.

This setting is saved in a register on the transceiver module. It is not saved to the configuration file.

Examples

# Configure the pre-cursor and post-cursor equalizers, and amplitude for the 400G transceiver module in FourHundredGigE 1/0/1.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver lane 1 equalization pre-cursor 1 post-cursor 8 amplitude 3

This operation will shut down and then bring up the transceiver module, affecting data transmission. Continue? [Y/N]:Y

Related commands

display transceiver active-control

transceiver lane loopback

Use transceiver lane loopback to enable loopback testing on a transceiver module lane and specify a loopback testing mode.

Use undo transceiver lane loopback to restore the default.

Syntax

transceiver lane [ lane-number ] loopback loopback-mode

undo transceiver lane [ lane-number ] loopback loopback-mode

Default

Loopback testing is disabled for transceiver module lanes.

Views

200-GE interface view

400-GE interface view

Predefined user roles

network-admin

Parameters

lane-number: Specifies a lane by its number. The value is in the range of 1 to 4 for a 200G transceiver module and in the range of 1 to 8 for a 400G transceiver module. If you do not specify a lane, this command applies to all lanes of the transceiver module.

loopback-mode: Specifies a loopback testing mode.

·     host-input: Loopbacks the signal from the transmitter of the host side to the receiver of the host side as the input signal of the host.

·     host-output: Loopbacks the signal received by the receiver of the host side to the transmitter of the host side as the output signal of the host.

·     media-input: Loopbacks the signal from the transmitter of the media side to the receiver of the media side as the input signal of the media.

·     media-output: Loopbacks the signal received by the receiver of the media side to the transmitter of the media side as the output signal of the media.

Usage guidelines

This command is available only for 200G and 400G transceiver modules that support CMIS 4.0.

This command tests whether messages can be forwarded correctly between the designated transmitter and receiver and helps identify the point of failure when the transceiver module fails to forward messages.

The command settings will be saved in a register of the transceiver module. If the transceiver module has a power loss, the command settings will be cleared. You must reconfigure the command after a power recovery.

Examples

# Enable loopback testing and specify a loopback testing mode for lanes of the transceiver module in FourHundredGigE 1/0/1.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver lane loopback media-input

This operation causes the service to be down for a while. Continue? [Y/N]:Y

Related commands

transceiver lane pattern

transceiver lane pattern

Use transceiver lane pattern to configure the signal mode and signal transmission Pseudo Random Binary Sequence (PRBS) pattern for a transceiver module lane.

Use undo transceiver lane pattern to restore the default.

Syntax

transceiver lane [ lane-number ] pattern [ host-checker | host-generator media-checker | media-generator ] prbs-pattern

undo transceiver lane [ lane-number ] pattern

Default

The default settings vary by transceiver module model.

Views

200-GE interface view

400-GE interface view

Predefined user roles

network-admin

Parameters

lane-number: Specifies a lane by its number. The value is in the range of 1 to 4 for a 200G transceiver module and in the range of 1 to 8 for a 400G transceiver module. If you do not specify a lane, this command applies to all lanes of the transceiver module.

host-checker: Specifies the host-side signal check mode.

host-generator: Specifies the host-side signal generation mode.

media-checker: Specifies the media-side signal check mode.

media-generator: Specifies the medial-side signal generation mode.

prbs-pattern: Specifies a signal transmission PRBS pattern. The value range varies by transceiver module model.

Usage guidelines

This command is available only for 200G and 400G transceiver modules that support CMIS 4.0.

This command settings will be saved in a register of the transceiver module. If the transceiver module has a power loss, the command settings will be cleared. You must reconfigure the command after a power recovery.

Examples

# Specify the host-side signal generation mode and signal transmission pattern of PRBS-31Q for all lanes of the transceiver module in FourHundredGigE1/0/1.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver lane pattern host-generator PRBS-31Q

This operation causes the service to be down for a while. Continue? [Y/N]:Y

transceiver monitor enable

Use transceiver monitor enable to enable transceiver monitoring.

Use undo transceiver monitor enable to disable transceiver monitoring.

Syntax

transceiver monitor enable [ grey | tunable ]

undo transceiver monitor enable

Default

Transceiver monitoring is disabled.

Views

System view

Predefined user roles

network-admin

Parameters

grey: Specifies grey transceiver modules.

tunable: Specifies tunable transceiver modules.

Usage guidelines

After transceiver monitoring is enabled, the device samples the parameters of transceiver modules periodically, including the input power and output power of transceiver modules. If a sampled value reaches the alarm threshold, the device generates a log to notify users.

If you specify the grey keyword, the system monitors only grey transceiver modules. If you specify the tunable keyword, the system monitors only tunable transceiver modules. If you do not specify the grey or tunable keyword, the system monitors all types of transceiver modules.

Examples

# Enable transceiver monitoring.

<Sysname> system-view

[Sysname] transceiver monitor enable

Related commands

transceiver monitor interval

transceiver monitor interval

Use transceiver monitor interval to set a transceiver monitoring interval.

Use undo transceiver monitor interval to restore the default.

Syntax

transceiver monitor interval interval

undo transceiver monitor interval

Default

The transceiver monitoring interval is 600 seconds.

Views

System view

Predefined user roles

network-admin

Parameters

interval: Specifies the transceiver monitoring interval in seconds. The value range is 300 to 3600.

Usage guidelines

After transceiver monitoring is enabled, the device samples the parameters of transceiver modules periodically, including the input power and output power of transceiver modules. If a sampled value reaches the alarm threshold, the device generates a log entry to notify users.

This command takes effect only when the transceiver monitor enable command is used.

Examples

# Set the transceiver monitoring interval to 500 seconds.

<Sysname> system-view

[Sysname] transceiver monitor interval 500

Related commands

transceiver monitor enable

transceiver media-fault-detect enable

Use transceiver media-fault-detect enable to enable fault detection on the transceiver media side.

Use undo transceiver media-fault-detect to enable fault detection on the transceiver media side.

Syntax

transceiver media-fault-detect enable

undo transceiver media-fault-detect

Default

Fault detection is disabled on the transceiver media side.

Views

400-GE Ethernet interface view and its breakout interface view

Predefined user roles

network-admin

Usage guidelines

This command is available only for the QSFPDD-400G-ZR transceiver module.

If a transceiver module is hot-swapped or reset, this command becomes invalid. You can execute this command again after a hot-swap or reset operation.

Examples

# Enable fault detection on the media side of the transceiver module in interface FourHundredGigE 1/0/1.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver media-fault-detect enable

transceiver optical-channel frequency

Use transceiver optical-channel frequency to set the frequency and frequency grid for a transceiver optical channel.

Use undo transceiver optical-channel frequency to restore the default.

Syntax

transceiver optical-channel optical-channel-number frequency frequency-value [ grid grid-value ]

undo transceiver optical-channel optical-channel-number frequency

Default

The default varies by transceiver module model.

Views

400-GE Ethernet interface view and its breakout interface view

Predefined user roles

network-admin

Parameters

optical-channel-number: Specifies an optical channel by its channel number, which is fixed at 1.

frequency-value: Specifies the operating frequency of the optical channel in the range of 191300000 to 196100000 MHz.

grid grid-value: Specifies the grid of the operating frequency. The available values for the grid-value argument vary by transceiver module model. Valid values typically include 3125 MHz, 6250 MHz, 12500 MHz, 25000 MHz, 33000 MHz, 50000 MHz, 75000 MHz, and 100000 MHz. To view the value range, enter a question mark (?) in the place of the grid-value argument.

Usage guidelines

This command is available only for the QSFPDD-400G-ZR transceiver module.

Before executing this command, use reference frequency 193100000 MHz and the specified operating frequency grid to calculate an operating frequency value as follows:

The operating frequency of an optical channel = 193100000 MHz ± the operating frequency grid × n, where n represents an integer.

If the operating frequency value is calculated incorrectly, the configuration fails.

If you do not specify the grid grid-value option, you can use any supported value for the grid-value argument to calculate the operating frequency value.

If you specify the grid grid-value option, you must use the specified value for the grid-value argument to calculate the operating frequency value. If you fail to do so, the configuration fails.

Examples

# Specify the operating frequency of optical channel 1 on the transceiver module in interface FourHundredGigE1/0/1 .

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver optical-channel 1 frequency ?

  <191000000-195000000>

[Sysname-FourHundredGigE1/0/1] transceiver optical-channel 1 frequency 193200000

transceiver optical-channel tx-power

Use transceiver optical-channel tx-power to specify the transmit power of an optical channel on a transceiver module.

Use undo transceiver optical-channel tx-power to restore the default.

Syntax

transceiver optical-channel optical-channel-number tx-power power-value

undo transceiver optical-channel optical-channel-number tx-power

Default

The transmit power of an optical channel is –10 dBm.

Views

400-GE Ethernet interface view and its breakout interface view

Predefined user roles

network-admin

Parameters

optical-channel-number: Specifies an optical channel by its number, which is fixed at 1.

power-value: Specifies the transmit power in dBm, accurate to 0.01. The value range for this argument varies by transceiver module model.

Usage guidelines

This command is available only for the QSFPDD-400G-ZR transceiver module.

Examples

# Specify the transmit power of optical channel 1 on the transceiver module in interface FourHundredGigE 1/0/1 as –5 dBm.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver optical-channel 1 tx-power -5

transceiver performance-collection enable

Use transceiver performance-collection enable to enable transceiver performance sampling.

Use undo transceiver performance-collection enable to disable transceiver performance sampling.

Syntax 

transceiver performance-collection enable

undo transceiver performance-collection enable

Default

Transceiver performance sampling is disabled.

Views

System view

Predefined user roles

network-admin

Usage guidelines

This command is available only for the QSFPDD-400G-ZR transceiver module.

If you enable transceiver performance sampling, the device samples transceiver performance information at intervals and save the samples to a buffer. You can use the display transceiver history performance-collection command to view the recent transceiver performance information.

Examples

# Enable transceiver performance sampling

<Sysname> system-view

[Sysname] transceiver performance-collection enable

Related commands

transceiver performance-collection interval

transceiver performance-collection interval

Use transceiver performance-collection interval to specify the transceiver performance sampling interval. 

Use undo transceiver performance-collection interval to restore the default.

Syntax

transceiver performance-collection interval interval

undo transceiver performance-collection interval

Default

The transceiver performance sampling interval is 15 minutes.

Views

System view

Predefined user roles

network-admin

Parameters

interval: Specifies the transceiver performance sampling interval. Valid values include 5min (5 minutes), 15min (15 minutes), 30min (30 minutes), and 60min (60 minutes), case insensitive. You must enter a valid value completely. If you fail to do so, the system prompts a parameter error.

Usage guidelines

This command is available only for the QSFPDD-400G-ZR transceiver module.

If you enable transceiver performance sampling, the device samples transceiver performance information at intervals and save the samples to a buffer. You can use the display transceiver history performance-collection command to view the recent transceiver performance information.

Examples

# Specify the transceiver performance sampling interval as 5 minutes.

<Sysname> system-view

[Sysname] transceiver performance-collection interval 5min

Related commands

transceiver performance-collection enable

transceiver power-mode

Use transceiver power-mode to set the power mode for a 400G transceiver module.

Use undo transceiver power-mode to restore the default.

Syntax

transceiver power-mode { high | low }

undo transceiver power-mode

Default

The default varies by transceiver module model.

Views

400-GE Ethernet interface view and its breakout interface view

Predefined user roles

network-admin

Usage guidelines

A transceiver module typically operates in high power mode. If a transceiver module will be idle for a long time, you can switch it to low power mode to reduce power consumption. In low power mode, the transceiver module does not transmit signals. For a transceiver module to transmit signals, you must configure it to operate in high power mode.

This setting is saved in a register on the transceiver module. It is not saved to the configuration file.

Examples

# Configure the 400G transceiver module in FourHundredGigE 1/0/1 to operate in high power mode.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver power-mode high

# Configure the 400G transceiver module in FourHundredGigE 1/0/1 to operate in low power mode.

<Sysname> system-view

[Sysname] interface fourhundredgige 1/0/1

[Sysname-FourHundredGigE1/0/1] transceiver power-mode low

This command will place the transceiver module in low-power-consumption mode, disabling the transceiver module from transmitting data. Continue? [Y/N]:Y

Related commands

display transceiver status

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网