Navigation
Back up to About Overview
[+] Expand All
[-] Collapse All
C
- commands to manage
- IPMI
- conventions
- customer support 1
D
- documentation
I
- IPMI
- IPMI SOL 1
M
- manuals
N
R
S
- serial over LAN
- SRC CLI
- support, technical See technical support
T
- technical support
- text conventions defined
Configuring IPMI (SRC CLI)
For the C3000 and C5000 models, an IPMI configuration includes an IP address assigned to the IPMI interface and a gateway IP address.
![]() | Note: The configuration statements under the edit system ipmi hierarchy are not supported, if the SRC software is deployed as a virtual machine. |
Use the following configuration statements to configure an IPMI interface on a C Series Controller:
system ipmi {address address;gateway gateway;user name;}
To configure IPMI on an interface:
- From configuration mode, access the configuration statement
that configures an IPMI interface.user@host# edit system ipmi
- Set the IP address.[edit system ipmi]user@host# set address address/destination prefix
An IP address is required for both the C3000 and C5000 models.
- Set the default gateway IP address. A default gateway
is a node on a network that serves as an access point to another network.[edit system ipmi]user@host# set gateway gateway
- Verify the configuration.[edit system ipmi]user@host# showaddress 10.227.7.145/24;gateway 10.227.7.1;
Related Documentation
- IPMI Overview
- Configuring IPMI (C-Web Interface)
- Creating an IPMI User Account (SRC CLI)
- Commands to Manage an IPMI Interface (SRC CLI)