
做运营商、大型园区网的工程师,ISIS 绝对是绕不开的核心协议。
今天我们把华为 ISIS 基础讲透:概念、分层、报文、配置、认证、常见坑,一次性讲清。
一、ISIS 到底是什么?
IS-IS(Intermediate System to Intermediate System)
中间系统到中间系统路由协议,链路状态路由协议,用 SPF 算法算路由。
与 OSPF 的核心区别

华为设备跑 ISIS,第一步必须配 NET
示例:49.0001.0000.0000.0001.00





peer-ip-ignore忽略网段检查01-80-C2-00-00-1401-80-C2-00-00-1509-00-2B-00-00-055. LSP 关键规则


广播链路(以太网)要选 DIS,类似 DR,但区别巨大:

auto-cost enable(bandwidth-reference / 接口带宽) ×10cost-style wide下生效ATT=1
import-route isis level-2 into level-1filter-policy前缀列表过滤# 接口认证
interface GigabitEthernet0/0/0
isis authentication-mode md5 plain Huawei@123
# 区域认证(L1)
isis 1
area-authentication-mode md5 plain Huawei@123
# 域认证(L2)
isis 1
domain-authentication-mode md5 plain Huawei@123十一、华为常用命令速查
# 启用IS-IS
isis 1
network-entity 49.0001.0000.0000.0001.00
is-level level-1-2
# 接口启用
interface g0/0/0
isis enable 1
isis circuit-level level-1
# 修改Cost
interface g0/0/0
isis cost 20
# 自动计算Cost
isis 1
cost-style wide
auto-cost enable
bandwidth-reference 1000
# 路由渗透
isis 1
import-route isis level-2 into level-1
# 查看
dis isis peer
dis isis interface
dis isis lsdb
dis ip routing-table protocol isis不想错过文章内容?读完请加个“关注”,您的支持是我创作的动力