Configuring Network Parameters
This chapter contains the following sections:
- Information About Network Parameters
- Guidelines and Limitations for Network Parameters
- Modifying Network Parameters
Information About Network Parameters
Network parameters in Cisco Intercloud Fabric Director (ICFD) lets you manually modify parameters—IP address, network mask, default gateway, and so on—to update or correct misconfigured parameters.
Guidelines and Limitations for Network Parameters
Use extreme caution when deploying this feature in a live system and when other users are using the ICFD UI. Modifying network parameters in a live system could cause unwanted service outages. We recommend that you modify any IP-related configuration or DNS configuration prior to infrastructure setup.
Modifying Network Parameters
The following example shows how to manually modify ICFD network parameters:
SELECT> 13 Do you want to Configure DHCP/STATIC IP [D/S]?: S Configuring STATIC configuration... Enter the ethernet interface that you want to configure E.g. eth0 or eth1: eth0 Select the IP version you want to configure [a) IPv4, b) IPv6] a/b: a Do you want to configure IPv4 STATIC IP for eth0 [y/n]? y Configuring STATIC IP for eth0... IP Address: 10.36.7.15 Netmask: 255.255.0.0 Gateway: 10.36.0.2 DNS Server1: 171.70.168.183 DNS Server2: Configuring Network with : INTERACE(eth0), IP(10.36.7.15), Netmask(255.255.0.0), Gateway(10.36.0.2),DNS Server1(171.70.168.183), DNS Serverx 2() Do you want to continue [y/n]? : y Configuring STATIC IP for eth0 Successfully configured static IP address 10.36.7.15 Shutting down interface eth0: [ OK ] Shutting down loopback interface: [ OK ] Bringing up loopback interface: [ OK ] Bringing up interface eth0: [ OK ] Press return to continue …
Feedback