Change Chassis Management Settings at the FXOS CLI
If you want to change the chassis management interface IP address and gateway, change the management center to a new manager, change the admin password, or disable multi-instance mode, you can do so from the FXOS CLI.
Procedure
Step 1 | Connect to the chassis console port. The console port connects to the FXOS CLI.
| ||
Step 2 | Log in with the username admin and the password you set during initial setup. | ||
Step 3 | Change the Management IP address. You can use a static IPv4 and/or IPv6 address. IPv4: scope fabric-interconnect set out-of-band static ip ip_address netmask network_mask gw gateway_ip_address IPv6: scope fabric-interconnect scope ipv6-config set out-of-band static ipv6 ipv6_address ipv6-prefix prefix_length ipv6-gw gateway_address Example:IPv4:
IPv6:
| ||
Step 4 | Change the management center. You should first unregister the chassis from the current management center. enter device-manager manager_name [hostname {hostname | ipv4_address | ipv6_address}] [nat-id nat_id] You are prompted for the registration key. You can enter this command from any scope.
Example:
| ||
Step 5 | Change the admin password. scope security set password Enter a password: password Confirm the password: password Example:
| ||
Step 6 | Disable multi-instance mode and set the system back to appliance mode. scope system set deploymode native You are prompted to reboot. Example:
To change the mode back to multi-instance mode, enter set deploymode container . You can check the current mode using the show system detail command. |