Configuring the IPMI interface

Prev Next

Important

The IPMI interface is not supported on some appliance models running Release 8.0.0 or later with IPMI firmware version 2.07. For more information, see your System Administration Guide or Administration Guide.

Use the commands in this section to configure the IPMI interface.

Note

See your System Administration Guide for information about using the IPMI interface after it is configured.

To configure the IPMI port:
  1. Plug one end of an Ethernet cable into the IPMI port and the other end into an administrative computer or terminal server.

  2. Log in to the CLI.

  3. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
                   
  4. If you want to configure a static IP address for the IPMI interface, do the following:

    1. If DHCP was previously configured for IPMI, change to the static method:

      hostname (config) # ipmi lan ipsrc static
                           
    2. Configure the IP address for the IPMI interface:

      hostname (config) # ipmi lan ipaddr <ip Address>
    3. Configure the netmask for the IPMI interface:

      hostname (config) # ipmi lan netmask <netmask>
    4. Configure the default gateway for the IPMI interface:

      hostname (config) # ipmi lan defgw <ip Address>
  5. If you want to configure DHCP:

    1. Make sure that DHCP is enabled on your network:

      hostname (config) # show ip dhcp
                           
    2. Enable DHCP:

      hostname (config) # ipmi lan ipsrc dhcp
                           
  6. By default, the username used to log in to the IPMI Web UI is ADMIN. Configure the password:

    hostname (config) # ipmi user set password <password>

    The password must be a minimum of five characters, and a maximum of 20 characters.

  7. Save your changes:

    hostname (config) # write memory
                   
To view the IPMI configuration:
  1. Enter the CLI enable mode:

    hostname # enable
                   
  2. Display the configuration. For example:

    hostname (config) # show ipmi interface
    IPMI LAN Settings
    ----------------------------------------
    Admin Shut Down         : no
    Shut Down               : no
    IP Address Source       : Static Address
    IP Address              : 192.168.42.27Subnet Mask             : 0.0.0.0
    Default Gateway IP      : 0.0.0.0
    
To revert to the default configuration:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname > configure terminal
                   
  2. Revert to the default configuration:

    hostname (config) # ipmi lan ipsrc static
                   
  3. Save your changes:

    hostname (config) # write memory
                   

Note

It is important to use the latest IPMI firmware available for your system. For details, see your System Administration Guide or Administration Guide.

It is important to use the latest IPMI firmware available for your system. For details, see your System Administration Guide.