> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ipmideck.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lenovo XCC

> Enable IPMI-over-LAN on the Lenovo XClarity Controller (XCC / XCC2) so ipmideck can connect to your ThinkSystem server.

**Applies to:** Lenovo ThinkSystem servers with XClarity Controller (XCC) and XCC2.

<Note>
  Lenovo XCC is an **Experimental** vendor for ipmideck, these steps are from official Lenovo
  documentation and a real XCC (ThinkSystem SR630 V2). IPMI-over-LAN is **disabled by
  default** on XCC for security, and Lenovo recommends disabling it again when it is not in
  use.
</Note>

## Steps

<Steps>
  <Step title="Open the XCC web interface">
    In a browser, navigate to the XCC IP address and log in. The default credentials are
    **USERID** / **PASSW0RD** (note the **zero** in "PASSW0RD"). Change them immediately
    if they are still in use.

    <Frame caption="The Lenovo XClarity Controller login screen (default USERID / PASSW0RD).">
      <img src="https://mintcdn.com/weremind/6NbPl-Qtygk7FojC/tutorials/LENOVO/1_20221028032221331.jpg?fit=max&auto=format&n=6NbPl-Qtygk7FojC&q=85&s=26afa58ced11690c2c7df3c200de4728" alt="Lenovo XClarity Controller login screen on a ThinkSystem SR630 V2" width="1920" height="937" data-path="tutorials/LENOVO/1_20221028032221331.jpg" />
    </Frame>
  </Step>

  <Step title="Open BMC Configuration → Network">
    From the XCC dashboard, open **BMC Configuration → Network** in the left navigation.

    <Frame caption="From the XCC dashboard, open BMC Configuration → Network.">
      <img src="https://mintcdn.com/weremind/6NbPl-Qtygk7FojC/tutorials/LENOVO/2_20221028033229267.jpg?fit=max&auto=format&n=6NbPl-Qtygk7FojC&q=85&s=9cd8812ed30868a904cae77002ed97fc" alt="Lenovo XCC dashboard with BMC Configuration and Network highlighted" width="1920" height="941" data-path="tutorials/LENOVO/2_20221028033229267.jpg" />
    </Frame>
  </Step>

  <Step title="Enable IPMI over LAN">
    Under **Service Enablement and Port Assignment**, set **IPMI over LAN** to **Enabled**
    (it uses port **623**).

    <Frame caption="Service Enablement and Port Assignment: toggle IPMI over LAN on (port 623).">
      <img src="https://mintcdn.com/weremind/6NbPl-Qtygk7FojC/tutorials/LENOVO/3_20221028033746252.jpg?fit=max&auto=format&n=6NbPl-Qtygk7FojC&q=85&s=e4dafe44a80ef17e1447a25dcd5614ac" alt="Lenovo XCC Service Enablement showing IPMI over LAN enabled on port 623" width="1920" height="937" data-path="tutorials/LENOVO/3_20221028033746252.jpg" />
    </Frame>
  </Step>

  <Step title="Verify connectivity">
    From the host that will run ipmideck:

    ```bash theme={null}
    ipmitool -I lanplus -H <xcc-ip> -U USERID -P <password> chassis status
    ```
  </Step>
</Steps>

<Note>
  **Flag for review:** XCC2 (the newer generation) uses the same path but with a redesigned
  web interface. Verify the navigation against your actual hardware.
</Note>

## Source

[CITED: pubs.lenovo.com/xcc, Enabling or Disabling IPMI Network Access (XCC)](https://pubs.lenovo.com/xcc/NN1ia_c_configuringIPMI) ·
[Lenovo Support HT514330, IPMI over LAN (XCC)](https://support.lenovo.com/us/en/solutions/ht514330-ipmi-over-lan-xcc)
