Cisco Firewpower 4100 9300 FXOS change management ip address

Cisco Link

https://www.cisco.com/c/en/us/td/docs/security/firepower/fxos/fxos281/cli-guide/b_CLI_ConfigGuide_FXOS_281/system_administration.html#task_j4p_jmt_cbb
https://www.cisco.com/c/en/us/td/docs/security/firepower/fxos/fxos281/cli-guide/b_CLI_ConfigGuide_FXOS_281/system_administration.html#task_j4p_jmt_cbb

Step 1

Connect to the FXOS CLI (see Accessing the FXOS CLI).

Step 2

To configure an IPv4 management IP address:

复制代码
Set the scope for fabric-interconnect a:
bash 复制代码
Firepower-chassis# scope fabric-interconnect a
复制代码
To view the current management IP address, enter the following command:
bash 复制代码
Firepower-chassis /fabric-interconnect # show
复制代码
Enter the following command to configure a new management IP address and gateway:

Firepower-chassis /fabric-interconnect # set out-of-band ip ip_address netmask network_mask gw gateway_ip_address

复制代码
Commit the transaction to the system configuration:
bash 复制代码
Firepower-chassis /fabric-interconnect* # commit-buffer

Example

The following example configures an IPv4 management interface and gateway:

bash 复制代码
Firepower-chassis# scope fabric-interconnect a
Firepower-chassis /fabric-interconnect # show

Fabric Interconnect:
    ID   OOB IP Addr     OOB Gateway     OOB Netmask     OOB IPv6 Address OOB IPv6 Gateway Prefix Operability
    ---- --------------- --------------- --------------- ---------------- ---------------- ------ -----------
    A    192.0.2.112     192.0.2.1       255.255.255.0   ::               ::               64     Operable
Firepower-chassis /fabric-interconnect # set out-of-band ip 192.0.2.111 netmask 255.255.255.0 gw 192.0.2.1
Warning: When committed, this change may disconnect the current CLI session
Firepower-chassis /fabric-interconnect* #commit-buffer
Firepower-chassis /fabric-interconnect #
相关推荐
Chase_______1 小时前
Java 基础语言 ③:流程控制与数组——从条件分支到数组遍历,一篇通关
java·数据库·python
2501_921939261 小时前
MySQL(备份恢复、主从复制读写分离)
数据库·mysql
阿kun要赚马内1 小时前
SQLAlchemy的类型定义语法
数据库·oracle
青梅橘子皮1 小时前
Linux---开发工具(1)(vim,gcc/g++)
linux·运维·服务器
邮专薛之谦1 小时前
Linux常用指令大全(完整版)
linux·运维·服务器
jfqqqqq1 小时前
记一次ubuntu 22.04安装旧版 MongoDB 4.2
linux·mongodb·ubuntu
BING_Algorithm1 小时前
开发常用Linux命令
linux·后端
kyle~1 小时前
Linux时间系统1 --- 正确使用时间
java·linux·服务器
星纬智联技术1 小时前
给 Amp 配置自定义 API:CLIProxyAPI 接入教程
运维·服务器·数据库