- Preface
- Overview
- Installing the Server OS
- Managing Chassis and Dynamic Storage
- Managing the Server
- Viewing Server Properties
- Viewing Sensors
- Managing Remote Presence
- Managing User Accounts
- Configuring Network-Related Settings
- Managing Network Adapters
- Managing Storage Adapters
- Configuring Communication Services
- Managing Certificates
- Cisco IMC Firmware Management
- Viewing Faults and Logs
- Server Utilities
- BIOS Parameters by Server Model
- BIOS Token Name Comparison for Multiple Interfaces
- Index
Configuring Network-Related Settings
This chapter includes the following sections:
- Server NIC Configuration
- Common Properties Configuration
- Configuring IPv4
- Configuring IPv6
- Configuring VLAN
- Connecting to a Port Profile
- Configuring Interface Properties
- Network Security Configuration
- Network Time Protocol Configuration
- Pinging an IP address
Server NIC Configuration
Server NICs
NIC Mode
The NIC mode setting determines which ports can reach the Cisco IMC. The following network mode options are available, depending on your platform:
NIC Redundancy
The following NIC redundancy options are available, depending on the selected NIC mode and your platform:
-
active-active—If supported, all ports that are associated with the configured NIC mode operate simultaneously. This feature increases throughput and provides multiple paths to the Cisco IMC.
-
active-standby—If a port that is associated with the configured NIC mode fails, traffic fails over to one of the other ports associated with the NIC mode.

Note
If you choose this option, make sure that all ports associated with the configured NIC mode are connected to the same subnet to ensure that traffic is secure regardless of which port is used.
The available redundancy modes vary depending on the selected network mode and your platform. For the available modes, see the Hardware Installation Guide (HIG) for the type of server you are using. The C-Series HIGs are available at the following URL: http://www.cisco.com/en/US/products/ps10493/prod_installation_guides_list.html
Configuring NICs
Configure a server NIC when you want to set the NIC mode and NIC redundancy.
You must log in as a user with admin privileges to configure the NIC.
This example configures the Cisco IMC network interface:
Server # scope network Server /network # set mode cisco_card Server /network *# set redundancy <active-active> Server /network *# commit Changes to the network settings will be applied immediately. You may lose connectivity to the Cisco IMC and may have to log in again. Do you wish to continue? [y/N] y Server /network #
Common Properties Configuration
Overview to Common Properties Configuration
Hostname
The Dynamic Host Configuration Protocol (DHCP) enhancement is available with the addition of the hostname to the DHCP packet, which can either be interpreted or displayed at the DHCP server side. The hostname, which is now added to the options field of the DHCP packet, sent in the DHCP DISCOVER packet that was initially sent to the DHCP server.
The default hostname of the server is changed from ucs-c2XX to CXXX-YYYYYY, where XXX is the model number and YYYYYY is the serial number of the server. This unique string acts as a client identifier, allows you to track and map the IP addresses that are leased out to Cisco IMC from the DHCP server. The default serial number is provided by the manufacturer as a sticker or label on the server to help you identify the server.
Dynamic DNS
Dynamic DNS (DDNS) is used to add or update the resource records on the DNS server from Cisco IMC. You can enable Dynamic DNS by using either the web UI or CLI. When you enable the DDNS option, the DDNS service records the current hostname, domain name, and the management IP address and updates the resource records in the DNS server from Cisco IMC.
![]() Note | The DDNS server deletes the prior resource records (if any) and adds the new resource records to the DNS server if any one of the following DNS configuration is changed:
|
Configuring Common Properties
Use common properties to describe your server.
You must log in as a user with admin privileges to configure common properties.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server # scope network |
Enters the Cisco IMC network command mode. |
| Step 2 | Server /network # set hostname-bmc1 hostname-bmc2hostname-cmc1hostname-cmc2host-name |
When you modify the hostname, you are prompted to confirm whether you want to create a new self-signed certificate with Common Name (CN) as the new hostname. If you enter y at the prompt, a new self-signed certificate is created with CN as the new hostname. If you enter n at the prompt, only the hostname is changed and no certificate will be generated. |
| Step 3 | Server /network # set ddns-enabled | (Optional)
Enables the DDNS service for Cisco IMC |
| Step 4 | Server /network # set ddns-update-domain value | (Optional)
Updates the selected domain or its subdomain. |
| Step 5 | Server /network # commit |
Commits the transaction to the system configuration. |
| Step 6 | At the prompt, enter y to confirm. |
Configures common properties. |
This example shows how to configure the common properties:
Server # scope network
Server /network # set hostname-cmc1 cmc1
Server /network *# set ddns-enabled
Server /network *# set ddns-update-domain 1.2.3.4
Server /network *# commit
Changes to the network settings will be applied immediately.
You may lose connectivity to the Cisco IMC and may have to log in again.
Do you wish to continue? [y/N] y
Server /network #
Changes to the network are applied immediately. You might lose connectivity to Cisco IMC and have to log in again. Because of the new SSH session created, you may be prompted to confirm the host key.
Configuring IPv4
You must log in as a user with admin privileges to configure IPv4 network settings.
| Command or Action | Purpose | |||
|---|---|---|---|---|
| Step 1 | Server # scope network |
Enters the Cisco IMC network command mode. | ||
| Step 2 | Server /network # set dhcp-enabled {yes | no} |
| ||
| Step 3 | Server /network # set v4-addr ipv4-address |
Specifies the IP address for the Cisco IMC. | ||
| Step 4 | Server /network # set v4-netmask ipv4-netmask |
Specifies the subnet mask for the IP address. | ||
| Step 5 | Server /network # set v4-gateway gateway-ipv4-address |
Specifies the gateway for the IP address. | ||
| Step 6 | Server /network # set dns-use-dhcp {yes | no} |
Selects whether the Cisco IMC retrieves the DNS server addresses from DHCP. | ||
| Step 7 | Server /network # set preferred-dns-server dns1-ipv4-address |
Specifies the IP address of the primary DNS server. | ||
| Step 8 | Server /network # set alternate-dns-server dns2-ipv4-address |
Specifies the IP address of the secondary DNS server. | ||
| Step 9 | Server /network # commit |
Commits the transaction to the system configuration. | ||
| Step 10 | At the prompt, enter y to confirm. |
Configures IPv4. | ||
| Step 11 | Server /network # show [detail] |
(Optional) Displays the IPv4 network settings. |
This example configures and displays the IPv4 network settings:
Server # scope network
Server /network # set dhcp-enabled yes
Server /network *# set v4-addr 10.20.30.11
Server /network *# set v4-netmask 255.255.248.0
Server /network *# set v4-gateway 10.20.30.1
Server /network *# set dns-use-dhcp-enabled no
Server /network *# set preferred-dns-server 192.168.30.31
Server /network *# set alternate-dns-server 192.168.30.32
Server /network *# commit
Changes to the network settings will be applied immediately.
You may lose connectivity to the Cisco IMC and may have to log in again.
Do you wish to continue? [y/N] y
Server /network # show detail
Network Setting:
IPv4 Enabled: yes
IPv4 Netmask: 255.255.248.0
IPv4 Gateway: 10.20.30.1
DHCP Enabled: no
DDNS Enabled: yes
DDNS Update Domain:
Obtain DNS Server by DHCP: no
Preferred DNS: 192.168.30.31
Alternate DNS: 192.168.30.32
IPv6 Enabled: no
IPv6 Prefix: 64
IPv6 Gateway: ::
IPV6 DHCP Enabled: no
IPV6 Obtain DNS Server by DHCP: no
IPV6 Preferred DNS: ::
IPV6 Alternate DNS: ::
VLAN Enabled: no
VLAN ID: 1
VLAN Priority: 0
Port Profile: abcde12345
NIC Mode: dedicated
NIC Redundancy: none
SIOC Slot: 1
Management IPv4 Address: 10.106.145.202
Management IPv6 Address: ::
Management Hostname: C3260-FCH18207WF3
Network Speed: 100Mbps
Duplex: full
Auto Negotiate: yes
Admin Network Speed: auto
Admin Duplex: auto
Operational Network Speed: 1Gbps
Operational Duplex: full
CMC 1 Network Setting:
IPv4 Address CMC 1: 10.20.30.11
IPv6 Address CMC 1: ::
IPv6 Link Local CMC 1: ::
IPv6 SLAAC Address CMC 1: ::
Hostname CMC 1: UCS-C3260-FCH181772ZP-1
MAC Address CMC 1: F4:CF:E2:77:7F:D2
CMC 2 Network Setting:
IPv4 Address CMC 2: 10.20.30.11
IPv6 Address CMC 2: ::
IPv6 Link Local CMC 2: ::
IPv6 SLAAC Address CMC 2: ::
Hostname CMC 2: UCS-C3260--2
MAC Address CMC 2: F4:CF:E2:77:80:83
BMC 1 Network Setting:
IPv4 Address BMC 1: 10.20.30.11
IPv6 Address BMC 1: ::
IPv6 Link Local BMC 1: ::
IPv6 SLAAC Address BMC 1: ::
Hostname BMC 1: C3160-FCH1827K9YT
MAC Address BMC 1: 7C:0E:CE:5A:EF:26
BMC 2 Network Setting:
IPv4 Address BMC 2: 10.20.30.11
IPv6 Address BMC 2: ::
IPv6 Link Local BMC 2: ::
IPv6 SLAAC Address BMC 2: ::
Hostname BMC 2: C3160-FCH18407MYD
MAC Address BMC 2: A0:EC:F9:85:90:3F
Server /network #
Configuring IPv6
You must log in as a user with admin privileges to configure IPv6 network settings.
| Command or Action | Purpose | |||
|---|---|---|---|---|
| Step 1 | Server # scope network |
Enters the Cisco IMC network command mode. | ||
| Step 2 | Server /network # set v6-enabled {yes | no} | Enables IPv6. | ||
| Step 3 | Server /network # set v6-dhcp-enabled {yes | no} |
| ||
| Step 4 | Server /network # set v6-addr-bmc1v6-addr-bmc2v6-addr-cmc1v6-addr-cmc2 v6-addr-mgmtipv6-address |
| ||
| Step 5 | Server /network # set v6-prefix ipv6-prefix-length |
Specifies the prefix length for the IP address. | ||
| Step 6 | Server /network # set v6-gateway gateway-ipv6-address |
Specifies the gateway for the IP address. | ||
| Step 7 | Server /network # set v6-dns-use-dhcp {yes | no} |
Selects whether the Cisco IMC retrieves the DNS server addresses from DHCP.
| ||
| Step 8 | Server /network # set v6-preferred-dns-server dns1-ipv6-address |
Specifies the IP address of the primary DNS server. | ||
| Step 9 | Server /network # set v6-alternate-dns-server dns2-ipv6-address |
Specifies the IP address of the secondary DNS server. | ||
| Step 10 | Server /network # commit |
Commits the transaction to the system configuration. | ||
| Step 11 | At the prompt, enter y to confirm. |
Configures IPv6. | ||
| Step 12 | Server /network # show [detail] |
(Optional) Displays the IPv6 network settings. |
This example enables static IPv6 and displays the IPv6 network settings:
Server # scope network Server /network # set v6-enabled yes Server /network *# set v6-addr-bmc1 2010:201::279 Server /network *# set v6-gateway 2010:201::1 Server /network *# set v6-prefix 64 Server /network *# set v6-dns-use-dhcp no Server /network *# set v6-preferred-dns-server 2010:201::100 Server /network *# set v6-alternate-dns-server 2010:201::101 Changes to the network settings will be applied immediately. You may lose connectivity to the Cisco IMC and may have to log in again. Server /network *# commit Changes to the network settings will be applied immediately. You may lose connectivity to the Cisco IMC and may have to log in again. Do you wish to continue? [y/N] y Server /network # show detail Network Setting: IPv4 Enabled: yes IPv4 Netmask: 255.255.255.0 IPv4 Gateway: 10.106.145.1 DHCP Enabled: no DDNS Enabled: yes DDNS Update Domain: Obtain DNS Server by DHCP: no Preferred DNS: 171.70.168.183 Alternate DNS: 0.0.0.0 IPv6 Enabled: no IPv6 Prefix: 64 IPv6 Gateway: 2010:201::1 IPV6 DHCP Enabled: no IPV6 Obtain DNS Server by DHCP: no IPV6 Preferred DNS: 2010:201::100 IPV6 Alternate DNS: 2010:201::101 VLAN Enabled: no VLAN ID: 1 VLAN Priority: 0 Port Profile: abcde12345 NIC Mode: dedicated NIC Redundancy: none SIOC Slot: 1 Management IPv4 Address: 10.106.145.202 Management IPv6 Address: :: Management Hostname: C3260-FCH18207WF3 Network Speed: 100Mbps Duplex: full Auto Negotiate: yes Admin Network Speed: auto Admin Duplex: auto Operational Network Speed: 1Gbps Operational Duplex: full CMC 1 Network Setting: IPv4 Address CMC 1: 10.106.145.135 IPv6 Address CMC 1: :: IPv6 Link Local CMC 1: :: IPv6 SLAAC Address CMC 1: :: Hostname CMC 1: UCS-C3260-FCH181772ZP-1 MAC Address CMC 1: F4:CF:E2:77:7F:D2 CMC 2 Network Setting: IPv4 Address CMC 2: 10.106.145.248 IPv6 Address CMC 2: :: IPv6 Link Local CMC 2: :: IPv6 SLAAC Address CMC 2: :: Hostname CMC 2: UCS-C3260--2 MAC Address CMC 2: F4:CF:E2:77:80:83 BMC 1 Network Setting: IPv4 Address BMC 1: 10.106.145.41 IPv6 Address BMC 1: 2010:201::279 IPv6 Link Local BMC 1: :: IPv6 SLAAC Address BMC 1: :: Hostname BMC 1: C3160-FCH1827K9YT MAC Address BMC 1: 7C:0E:CE:5A:EF:26 BMC 2 Network Setting: IPv4 Address BMC 2: 10.106.145.39 IPv6 Address BMC 2: :: IPv6 Link Local BMC 2: :: IPv6 SLAAC Address BMC 2: :: Hostname BMC 2: C3160-FCH18407MYD MAC Address BMC 2: A0:EC:F9:85:90:3F Server /network #
This example enables DHCP for IPv6 and displays the IPv6 network settings:
Server # scope network
Server /network # set v6-enabled yes
Server /network *# set v6-dhcp-enabled yes
Changes to the network settings will be applied immediately.
You may lose connectivity to the Cisco IMC and may have to log in again.
Server /network *# commit
Changes to the network settings will be applied immediately.
You may lose connectivity to the Cisco IMC and may have to log in again.
Do you wish to continue? [y/N] y
Server /network # show detail
Network Setting:
IPv4 Enabled: yes
IPv4 Address: 10.106.145.76
IPv4 Netmask: 255.255.255.0
IPv4 Gateway: 10.106.145.1
DHCP Enabled: yes
DDNS Enabled: yes
DDNS Update Domain: example.com
Obtain DNS Server by DHCP: no
Preferred DNS: 171.70.168.183
Alternate DNS: 0.0.0.0
IPv6 Enabled: yes
IPv6 Address: 2010:201::253
IPv6 Prefix: 64
IPv6 Gateway: fe80::222:dff:fec2:8000
IPv6 Link Local: fe80::523d:e5ff:fe9d:395d
IPv6 SLAAC Address: 2010:201::523d:e5ff:fe9d:395d
IPV6 DHCP Enabled: yes
IPV6 Obtain DNS Server by DHCP: no
IPV6 Preferred DNS: ::
IPV6 Alternate DNS: ::
VLAN Enabled: no
VLAN ID: 1
VLAN Priority: 0
Port Profile:
Hostname: CIMC_C220
MAC Address: 50:3D:E5:9D:39:5C
NIC Mode: dedicated
NIC Redundancy: none
Network Speed: 100Mbps
Duplex: full
Auto Negotiate: no
Admin Network Speed: auto
Admin Duplex: auto
Operational Network Speed: 1Gbps
Operational Duplex: full
CMC 1 Network Setting:
IPv4 Address CMC 1: 10.106.145.135
IPv6 Address CMC 1: ::
IPv6 Link Local CMC 1: ::
IPv6 SLAAC Address CMC 1: ::
Hostname CMC 1: UCS-C3260-FCH181772ZP-1
MAC Address CMC 1: F4:CF:E2:77:7F:D2
CMC 2 Network Setting:
IPv4 Address CMC 2: 10.106.145.248
IPv6 Address CMC 2: ::
IPv6 Link Local CMC 2: ::
IPv6 SLAAC Address CMC 2: ::
Hostname CMC 2: UCS-C3260--2
MAC Address CMC 2: F4:CF:E2:77:80:83
BMC 1 Network Setting:
IPv4 Address BMC 1: 10.106.145.41
IPv6 Address BMC 1: ::
IPv6 Link Local BMC 1: ::
IPv6 SLAAC Address BMC 1: ::
Hostname BMC 1: C3160-FCH1827K9YT
MAC Address BMC 1: 7C:0E:CE:5A:EF:26
BMC 2 Network Setting:
IPv4 Address BMC 2: 10.106.145.39
IPv6 Address BMC 2: ::
IPv6 Link Local BMC 2: ::
IPv6 SLAAC Address BMC 2: ::
Hostname BMC 2: C3160-FCH18407MYD
MAC Address BMC 2: A0:EC:F9:85:90:3F
Server /network #
Configuring VLAN
You must be logged in as admin to configure the server VLAN.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server # scope network |
Enters the Cisco IMC network command mode. |
| Step 2 | Server /network # set vlan-enabled {yes | no} |
Selects whether the Cisco IMC is connected to a VLAN. |
| Step 3 | Server /network # set vlan-id id |
Specifies the VLAN number. |
| Step 4 | Server /network # set vlan-priority priority |
Specifies the priority of this system on the VLAN. |
| Step 5 | Server /network # commit |
Commits the transaction to the system configuration. |
| Step 6 | At the prompt, enter y to confirm. |
Configures the server LAN. |
| Step 7 | Server /network # show [detail] |
(Optional) Displays the network settings. |
This example configures the VLAN:
Server # scope network
Server /network # set vlan-enabled yes
Server /network *# set vlan-id 5
Server /network *# set vlan-priority 7
Server /network *# commit
Changes to the network settings will be applied immediately.
You may lose connectivity to the Cisco IMC and may have to log in again.
Do you wish to continue? [y/N] y
Server /network # show detail
Network Setting:
IPv4 Enabled: yes
IPv4 Netmask: 255.255.255.0
IPv4 Gateway: 10.106.145.1
DHCP Enabled: no
DDNS Enabled: yes
DDNS Update Domain:
Obtain DNS Server by DHCP: no
Preferred DNS: 171.70.168.183
Alternate DNS: 0.0.0.0
IPv6 Enabled: no
IPv6 Prefix: 64
IPv6 Gateway: ::
IPV6 DHCP Enabled: no
IPV6 Obtain DNS Server by DHCP: no
IPV6 Preferred DNS: ::
IPV6 Alternate DNS: ::
VLAN Enabled: yes
VLAN ID: 2
VLAN Priority: 7
Port Profile: abcde12345
NIC Mode: dedicated
NIC Redundancy: none
SIOC Slot: 1
Management IPv4 Address: 10.106.145.202
Management IPv6 Address: ::
Management Hostname: C3260-FCH18207WF3
Network Speed: 100Mbps
Duplex: full
Auto Negotiate: yes
Admin Network Speed: auto
Admin Duplex: auto
Operational Network Speed: 1Gbps
Operational Duplex: full
CMC 1 Network Setting:
IPv4 Address CMC 1: 10.106.145.135
IPv6 Address CMC 1: ::
IPv6 Link Local CMC 1: ::
IPv6 SLAAC Address CMC 1: ::
Hostname CMC 1: UCS-C3260-FCH181772ZP-1
MAC Address CMC 1: F4:CF:E2:77:7F:D2
CMC 2 Network Setting:
IPv4 Address CMC 2: 10.106.145.248
IPv6 Address CMC 2: ::
IPv6 Link Local CMC 2: ::
IPv6 SLAAC Address CMC 2: ::
Hostname CMC 2: UCS-C3260--2
MAC Address CMC 2: F4:CF:E2:77:80:83
BMC 1 Network Setting:
IPv4 Address BMC 1: 10.106.145.41
IPv6 Address BMC 1: ::
IPv6 Link Local BMC 1: ::
IPv6 SLAAC Address BMC 1: ::
Hostname BMC 1: C3160-FCH1827K9YT
MAC Address BMC 1: 7C:0E:CE:5A:EF:26
BMC 2 Network Setting:
IPv4 Address BMC 2: 10.106.145.39
IPv6 Address BMC 2: ::
IPv6 Link Local BMC 2: ::
IPv6 SLAAC Address BMC 2: ::
Hostname BMC 2: C3160-FCH18407MYD
MAC Address BMC 2: A0:EC:F9:85:90:3F
Server /network #
Connecting to a Port Profile
![]() Note | You can configure a port profile or a VLAN, but you cannot use both. If you want to use a port profile, make sure the set vlan-enabled command is set to no. |
You must be logged in as admin to connect to a port profile.
| Command or Action | Purpose | |||
|---|---|---|---|---|
| Step 1 | Server # scope network |
Enters the Cisco IMC network command mode. | ||
| Step 2 | Server /network # set port-profile port_profile_name |
Specifies the port profile Cisco IMC should use to configure the management interface, the virtual Ethernet, and the VIF on supported adapter cards such as the Cisco UCS VIC 1225 Virtual Interface Card. Enter up to 80 alphanumeric characters. You cannot use spaces or other special characters except for - (hyphen) and _ (underscore). In addition, the port profile name cannot begin with a hyphen.
| ||
| Step 3 | Server /network # commit |
Commits the transaction to the system configuration. | ||
| Step 4 | At the prompt, enter y to confirm. |
Connects to a port profile. | ||
| Step 5 | Server /network # show [detail] | (Optional)
Displays the network settings. |
This example connects to port profile abcde12345:
Server # scope network
Server /network # set port-profile abcde12345
Server /network *# commit
Changes to the network settings will be applied immediately.
You may lose connectivity to the Cisco IMC and may have to log in again.
Do you wish to continue? [y/N] y
Server /network # show detail
Network Setting:
IPv4 Enabled: yes
IPv4 Netmask: 255.255.255.0
IPv4 Gateway: 10.106.145.1
DHCP Enabled: no
DDNS Enabled: yes
DDNS Update Domain:
Obtain DNS Server by DHCP: no
Preferred DNS: 171.70.168.183
Alternate DNS: 0.0.0.0
IPv6 Enabled: no
IPv6 Prefix: 64
IPv6 Gateway: ::
IPV6 DHCP Enabled: no
IPV6 Obtain DNS Server by DHCP: no
IPV6 Preferred DNS: ::
IPV6 Alternate DNS: ::
VLAN Enabled: no
VLAN ID: 1
VLAN Priority: 0
Port Profile: abcde12345
NIC Mode: dedicated
NIC Redundancy: none
SIOC Slot: 1
Management IPv4 Address: 10.106.145.202
Management IPv6 Address: ::
Management Hostname: C3260-FCH18207WF3
Network Speed: 100Mbps
Duplex: full
Auto Negotiate: yes
Admin Network Speed: auto
Admin Duplex: auto
Operational Network Speed: 1Gbps
Operational Duplex: full
CMC 1 Network Setting:
IPv4 Address CMC 1: 10.106.145.135
IPv6 Address CMC 1: ::
IPv6 Link Local CMC 1: ::
IPv6 SLAAC Address CMC 1: ::
Hostname CMC 1: UCS-C3260-FCH181772ZP-1
MAC Address CMC 1: F4:CF:E2:77:7F:D2
CMC 2 Network Setting:
IPv4 Address CMC 2: 10.106.145.248
IPv6 Address CMC 2: ::
IPv6 Link Local CMC 2: ::
IPv6 SLAAC Address CMC 2: ::
Hostname CMC 2: UCS-C3260--2
MAC Address CMC 2: F4:CF:E2:77:80:83
BMC 1 Network Setting:
IPv4 Address BMC 1: 10.106.145.41
IPv6 Address BMC 1: ::
IPv6 Link Local BMC 1: ::
IPv6 SLAAC Address BMC 1: ::
Hostname BMC 1: C3160-FCH1827K9YT
MAC Address BMC 1: 7C:0E:CE:5A:EF:26
BMC 2 Network Setting:
IPv4 Address BMC 2: 10.106.145.39
IPv6 Address BMC 2: ::
IPv6 Link Local BMC 2: ::
IPv6 SLAAC Address BMC 2: ::
Hostname BMC 2: C3160-FCH18407MYD
MAC Address BMC 2: A0:EC:F9:85:90:3F
Server /network #
Configuring Interface Properties
The settings on the switch must match with the Cisco IMC settings to avoid any speed or duplex mismatch.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server # scope network | Enters the network command mode. |
| Step 2 | Server /network* # set mode dedicated | Enters dedicated command mode. |
| Step 3 | Server /network* # set auto-negotiate {yes | no} | Enables or disables auto negotiation command mode. |
| Step 4 | Server /network* # set duplex {full | half} | Sets specified duplex mode type. By default, the duplex mode is set to Full |
Server # scope network Server /network* # set mode dedicated Server /network* # set auto-negotiate no Warning: You have chosen to set auto negotiate to no If speed and duplex are not set then a default speed of 100Mbps will be applied Duplex will retain its previous value Server /network* # commit Server /network # set duplex full Server /network* # commit Changes to the network settings will be applied immediately. You may lose connectivity to the Cisco IMC and may have to log in again. Do you wish to continue? [y/N] y Server /network #
Network Security Configuration
Network Security
The Cisco IMC uses IP blocking as network security. IP blocking prevents the connection between a server or website and certain IP addresses or ranges of addresses. IP blocking effectively bans undesired connections from those computers to a website, mail server, or other Internet servers.
IP banning is commonly used to protect against denial of service (DoS) attacks. Cisco IMC bans IP addresses by setting up an IP blocking fail count.
Configuring Network Security
Configure network security if you want to set up an IP blocking fail count.
You must log in as a user with admin privileges to configure network security.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server # scope network |
Enters the Cisco IMC network command mode. |
| Step 2 | Server /network # scope ipblocking |
Enters the IP blocking command mode. |
| Step 3 | Server /network/ipblocking # set enabled {yes | no} |
Enables or disables IP blocking. |
| Step 4 | Server /cimc/network/ipblocking # set fail-count fail-count |
Sets the number of times a user can attempt to log in unsuccessfully before the system locks that user out for a specified length of time. The number of unsuccessful login attempts must occur within the time frame specified in the IP Blocking Fail Window field. Enter an integer between 3 and 10. |
| Step 5 | Server /network/ipblocking # set fail-window fail-seconds |
Sets the length of time, in seconds, in which the unsuccessful login attempts must occur in order for the user to be locked out. Enter an integer between 60 and 120. |
| Step 6 | Server /network/ipblocking # set penalty-time penalty-seconds |
Sets the number of seconds the user remains locked out if they exceed the maximum number of login attempts within the specified time window. Enter an integer between 300 and 900. |
| Step 7 | Server /network/ipblocking # commit |
Commits the transaction to the system configuration. |
This example configures IP blocking:
Server # scope network Server /network # scope ipblocking Server /network/ipblocking # set enabled yes Server /network/ipblocking *# set fail-count 5 Server /network/ipblocking *# set fail-window 90 Server /network/ipblocking *# set penalty-time 600 Server /network/ipblocking *# commit Server /network/ipblocking #
Network Time Protocol Configuration
Configuring Network Time Protocol Settings
By default, when Cisco IMC is reset, it synchronizes the time with the host. With the introduction of the NTP service, you can configure Cisco IMC to synchronize the time with an NTP server. The NTP server does not run in Cisco IMC by default. You must enable and configure the NTP service by specifying the IP/DNS address of at least one server or a maximum of four servers that function as NTP servers or time source servers. When you enable the NTP service, Cisco IMC synchronizes the time with the configured NTP server. The NTP service can be modified only through Cisco IMC.
![]() Note | To enable the NTP service, it is preferable to specify the IP address of a server rather than the DNS address. |
You must log in with admin privileges to perform this task.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server # scope time |
Enters time command mode. |
| Step 2 | Server /time # scope ntp |
Enters NTP service command mode. |
| Step 3 | Server /time/ntp # set enabled yes |
Enables the NTP service on the server. |
| Step 4 | Server /time/ntp* # commit |
Commits the transaction. |
| Step 5 | Server /time/ntp # set server-1 10.120.33.44 |
Specifies the IP/DNS address of one of the four servers that act as an NTP server or the time source server. |
| Step 6 | Server /time/ntp # set server-2 10.120.34.45 |
Specifies the IP/DNS address of one of the four servers that act as an NTP server or the time source server. |
| Step 7 | Server /time/ntp # set server-3 10.120.35.46 |
Specifies the IP/DNS address of one of the four servers that act as an NTP server or the time source server. |
| Step 8 | Server /time/ntp # set server-4 10.120.36.48 |
Specifies the IP/DNS address of one of the four servers that act as an NTP server or the time source server. |
| Step 9 | Server /time/ntp # commit |
Commits the transaction. |
| Step 10 | Server /time/ntp # show detail |
Displays the NTP configuration details. |
This example shows how to configure the NTP service:
Server # scope time
Server /time # scope ntp
Server /time/ntp # set enabled yes
Warning: IPMI Set SEL Time Command will be
disabled if NTP is enabled.
Do you wish to continue? [y|N]
y
Server /time/ntp* # commit
Server /time/ntp # set server-1 10.120.33.44
Server /time/ntp* # set server-2 10.120.34.45
Server /time/ntp* # set server-3 10.120.35.46
Server /time/ntp* # set server-4 10.120.36.48
Server /time/ntp* # commit
Server /time/ntp # show details
NTP Service Settings:
NTP Enabled: yes
NTP Server 1: 10.120.33.44
NTP Server 2: 10.120.34.45
NTP Server 3: 10.120.35.46
NTP Server 4: 10.120.36.48
Status: NTP service enabled
Pinging an IP address
Ping an IP address when you want to validate network connectivity with the IP address in the Cisco IMC.
You must log in as a user with administration privileges to ping an IP address.
| Command or Action | Purpose | |
|---|---|---|
| Step 1 | Server # scope network |
Enters the network command mode. |
| Step 2 | Server /network# ping IP address | retriesnumber | timeoutseconds |
Pings the IP address or host name for a specified number of times until timeout.
|
| Step 3 | Server /network # commit |
Commits the transaction to the system configuration. |
| Step 4 | At the prompt, enter y to confirm. |
Pings the IP address. |
This example pings an IP address:
Server # scope network
Server /network # ping 10.10.10.10
PING 10.10.10.10 (10.10.10.10): 56 data bytes
64 bytes from 10.10.10.10: seq=0 ttl=238 time=146.343 ms
64 bytes from 10.10.10.10: seq=1 ttl=238 time=146.140 ms
64 bytes from 10.10.10.10: seq=2 ttl=238 time=146.238 ms
--- 10.10.10.10 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 146.140/146.240/146.343 ms
Server /cimc/network #
Feedback