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 #
相关推荐
画江湖Test5 小时前
Redis 块的原理
数据库·redis·缓存·性能优化
流烟默5 小时前
国产数据库CERDB是什么以及服务启停
数据库·cerdb
用户2367829801685 小时前
Linux pgrep 命令详解:按名称查找进程 PID 的高效方法
linux
数据库小学妹5 小时前
关系型数据库核心原理拆解:SQL解析、事务引擎、存储结构全链路分析
数据库·经验分享·sql·数据库架构·dba
zzipeng5 小时前
Linux LCD驱动
linux·运维·服务器
海市公约5 小时前
Redis主从复制全量同步七步时序与命令传播机制详解
数据库·redis·缓存·主从复制·高可用架构·全量同步
我是唐青枫5 小时前
Java JdbcTemplate 实战指南:用 Spring 轻量完成数据库增删改查
java·数据库·spring
思麟呀5 小时前
C++11并发编程:call_once一次性执行+atomic原子类型+CAS无锁编程+自旋锁
linux·开发语言·jvm·c++·windows
梓䈑5 小时前
【MySQL】MySQL安装 和 配置
数据库·mysql
浮生若城5 小时前
Linux库制作与原理(2):理解链接与加载
linux·运维·服务器