cisco Firepower 4110 9300 FXOS set chassis hostname

Changing the Firepower 4100/9300 Chassis Name

You can change the name used for your Firepower 4100/9300 chassis from the FXOS CLI.

Procedure

Step 1

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

Step 2

Enter the system mode:

java 复制代码
Firepower-chassis-A# scope system

Step 3

To view the current name:

bash 复制代码
Firepower-chassis-A /system # show

Step 4

To configure a new name:

bash 复制代码
Firepower-chassis-A /system # set name device_name

Step 5

Commit the transaction to the system configuration:

bash 复制代码
Firepower-chassis-A /fabric-interconnect* # commit-buffer

Example

The following example changes the devices name:

bash 复制代码
Firepower-chassis-A# scope system
Firepower-chassis-A /system # set name New-name
Warning: System name modification changes FC zone name and redeploys them non-disruptively
Firepower-chassis-A /system* # commit-buffer
Firepower-chassis-A /system # show

Systems:
    Name       Mode        System IP Address System IPv6 Address
    ---------- ----------- ----------------- -------------------
    New-name   Stand Alone 192.168.100.10    ::
New-name-A /system #
相关推荐
前鼻音太阳熊6 分钟前
【MES系统】MES为什么需要SSE?从设备实时监控谈Spring Boot流式推送设计
java·spring boot·后端
Lhappy嘻嘻9 分钟前
网络初识|基础入门:局域网广域网、IP 端口、TCP/IP 五层模型与封装解封装全过程
java·开发语言·网络·笔记·网络协议·tcp/ip
Java面试题总结13 分钟前
区间树:反向映射的前置数据结构
java·前端·数据结构
KaMeidebaby17 分钟前
卡梅德生物技术快报|兔单克隆抗体:噬菌体 Fab 免疫文库搭建实操:兔单克隆抗体重组构建完整参数
前端·网络·数据库·人工智能·算法
尚早立志28 分钟前
六)Spring Boot 源码研读之prepareContext 准备上下文
java·spring boot·后端·spring
Dovis(誓平步青云)1 小时前
《Linux CPU频率为何忽高忽低:cpufreq、idle状态与性能抖动教程》
linux·运维·服务器·spring boot·后端·生成对抗网络
复园电子3 小时前
企业级PDF批量盖章方案选型指南
数据库·pdf
Lhappy嘻嘻8 小时前
Java IO|File 文件操作 + 字节流 / 字符流完整笔记 + 递归删除文件实战
java·笔记·php
Championship.23.249 小时前
Linux 3.0 锁机制与故障排查详解
linux·运维·服务器
伊玛目的门徒9 小时前
试用leetcode之典中典 二数之和问题
java·算法·leetcode