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 #
相关推荐
老当益壮梁奶奶4 分钟前
Linux 软件编程学习笔记(六):线程编程入门与实践
linux·c语言·c++·笔记·学习
xiaoxiang96094 分钟前
Git 分支同步实战:`merge -X theirs` 与完全合并方案
数据库·git·elasticsearch
qq_4017004112 分钟前
TCP 粘包问题深度解析:嵌入式网络开发的常见坑与解决方案
服务器·网络·qt·网络协议·tcp/ip
IT小白杨16 分钟前
2026游戏工作室环境隔离指南:从设备指纹到移动IP的部署实践
前端·经验分享·网络协议·tcp/ip·游戏·安全架构·指纹浏览器
zhao32668575125 分钟前
长效静态IP与短效动态IP怎么选?两种适用场景有何区别
大数据·网络·tcp/ip
GoppViper33 分钟前
用户测试如何提升SEO转化率?四种实操方法与案例解析
数据库·经验分享
2401_8685347834 分钟前
运维工程师大厂 Nginx 面试题(二)
linux·网络协议
先吃饱再说1 小时前
后端开发绕不开的 SQL:从建表、查询到索引优化,一篇讲透
数据库·后端·sql
M78佐菲1 小时前
Linux学习笔记:文件IO
linux·笔记·学习·算法
敲代码的小小酥1 小时前
InfluxDB时序数据库(续)
数据库·时序数据库