Tuesday, May 3, 2016

How Can I Obtain the Serial Number of a Modular Switch?

Obtaining the Chassis Serial Number

  • On a standalone switch:
    Log in to the switch through Telnet or the console interface, and then run the display elabel backplane command in the user view to view electronic label information. In the command output, the BarCode field indicates the chassis serial number.
    <Quidway> display elabel backplane
    Info: It is executing, please wait...
    
    [BackPlane_1]
    /$[ArchivesInfo Version]
    /$ArchivesInfoVersion=3.0
    
    [Board Properties]
    BoardType=EH02BAKK
    BarCode=2102113089P0BB000881
    Item=02113089
    ……………
  • In a CSS:
    Log in to the master switch through Telnet or the console interface, and then run the display elabel backplane chassischassis-id command (chassis-id specifies the CSS ID of a member chassis) in the user view to view electronic label information. In the command output, the BarCode field indicates the serial number of the specified chassis.
    <Quidway> display elabel backplane chassis ?
      INTEGER<1-2>  Chassis ID                                                     
     
    <Quidway> display elabel backplane chassis 2
    Info: It is executing, please wait...                                           
                                                                                    
    [BackPlane_2]                                                                  
    /$[ArchivesInfo Version]
    /$ArchivesInfoVersion=3.0
    
    [Board Properties]                                                              
    BoardType=EH02BAKK
    BarCode=2102113089P0BB000881                                                       
    Item=02113549                                                                   
    ……………
    NOTE:
    The command syntax may differ in different software versions. You can enter a question mark (?) to obtain help information about the command and set the chassis ID according to the help information.

Obtaining the Serial Number of a Card

Log in to the master switch through Telnet or the console interface, and then run the display elabel command in the user view and specify a slot ID according to help information to view the electronic label of a card. In the command output, the BarCode field indicates the serial number of the card.
<Quidway> display elabel ?
  <1-1>      The present chassis                                                
  backplane  Backplane                                                          
  brief      Display information briefly                                        
<Quidway> display elabel 1/?
  <4,6-8>                              <CMU1>
  <FAN1-FAN2>                          <PWR1-PWR2>
<Quidway> display elabel 1/6 brief
Info: It is executing, please wait...                                           
                                                                                
                                                                                
[Slot_6]                                                                       
/$[Board Integration Version]                                                   
/$BoardIntegrationVersion=3.0                                                   
                                                                                
                                                                                
[Main_Board]                                                                    
/$[ArchivesInfo Version]                                                        
/$ArchivesInfoVersion=3.0                                                       
                                                                                
                                                                                
[Board Properties]                                                              
BoardType=ET1D2S08SX1E
BarCode=020LVF6TBB000043                                                 
Item=03020LVF                                                                    
……………
NOTE:
The command syntax may differ in different software versions. You can enter a question mark (?) to obtain help information about the command and set the slot ID according to the help information.

Obtaining the Serial Number of a Power Module

Log in to the master switch through Telnet or the console interface, and then run the display elabel command in the user view and specify a slot ID according to help information to view the electronic label of a power module. In the command output, the SN field indicates the serial number of the power module.
<Quidway> display elabel ?
  <1-1>      The present chassis                                                
  backplane  Backplane                                                          
  brief      Display information briefly                                        
<Quidway> display elabel 1/?
  <5,8,13,16>                             <CMU1>
  <FAN1-FAN5>                             <PWR1-PWR4>
<Quidway> display elabel 1/PWR1
Info: It is executing, please wait...                                           
                                                                                
[Slot_21]                                                                       
/$[Board Integration Version]                                                   
/$BoardIntegrationVersion=3.0                                                   
                                                                                
                                                                                
[Main_Board]                                                                    
DATE=13_02_08                                                                   
SN=A664A0212080086V0.9A
NOTE:
The command syntax may differ in different software versions. You can enter a question mark (?) to obtain help information about the command and set the slot ID according to the help information.

Obtaining the Serial Number of a Fan Module

Log in to the master switch through Telnet or the console interface, and then run the display elabel command in the user view and specify a slot ID according to help information to view the electronic label of a fan module. In the command output, the BarCode field indicates the serial number of the fan module.
<Quidway> display elabel ?
  <1-1>      The present chassis                                                
  backplane  Backplane                                                          
  brief      Display information briefly                                        
<Quidway> display elabel 1/?
  <5,8,13,16>                             <CMU1>
  <FAN1-FAN5>                             <PWR1-PWR4>
<Quidway> display elabel 1/FAN2
Info: It is executing, please wait...                                           
                                                                                
[Slot_18]                                                                       
/$[Board Integration Version]                                                   
/$BoardIntegrationVersion=3.0                                                   
                                                                                
                                                                                
[Main_Board]                                                                    
/$[ArchivesInfo Version]                                                        
/$ArchivesInfoVersion=3.0                                                       
                                                                                
                                                                                
[Board Properties]                                                              
BoardType=LE02FCMC                                                              
BarCode=2103010JTF0123456789                                             
Item=02120995                                                                   
……………
NOTE:
The command syntax may differ in different software versions. You can enter a question mark (?) to obtain help information about the command and set the slot ID according to the help information.


More related:

Why Broadcast Packets Cannot Be Transmitted Successfully on Several HMSTP Data Boards?

No comments:

Post a Comment