华为设备MPLS TE配置命令

[Huawei]mpls
[Huawei-mpls]mpls te //全局使能本节点的MPLS TE
[Huawei-GigabitEthernet0/0/0]mpls
[Huawei-GigabitEthernet0/0/0]mpls te //在接口上使能MPLS TE
[Huawei]int Tunnel 0/0/1 //创建Tunnel接口并进入Tunnel接口视图
[Huawei-Tunnel0/0/1]ip add 10.1.1.1 24 //配置Tunnel接口的IP地址
[Huawei-Tunnel0/0/1]ip add 10.1.2.1 24 sub //配置Tunnel接口的从IP地址
[Huawei-Tunnel0/0/1]ip address unnumbered interface g0/0/2 //配置隧道接口借用其他接口的IP地址
[Huawei-Tunnel0/0/1]tunnel-protocol mpls te //配置隧道协议为MPLS TE
[Huawei-Tunnel0/0/1]destination 10.1.3.1 //配置隧道的目的地址
[Huawei-Tunnel0/0/1]mpls te tunnel-id 1 //配置隧道ID
[Huawei-Tunnel0/0/1]mpls te signal-protocol cr-static //配置隧道使用静态CR-LSP
[Huawei-Tunnel0/0/1]mpls te commit //提交隧道当前配置, 每次更改Tunnel接口上的MPLS TE参数后,都需要提交配置
[Huawei]static-cr-lsp ingress tunnel-interface Tunnel 0/0/1 destination 10.1.3.1 nexthop 10.1.1.1 out-label 16 //配置入节点的静态CR-LSP
[Huawei]static-cr-lsp transit a1 incoming-interface g0/0/1 in-label 17 nexthop 10.1.5.1 out-label 18 //配置中间节点的静态CR-LSP
[Huawei]static-cr-lsp egress b1 incoming-interface GigabitEthernet 0/0/1 in-label 18 //配置出节点的静态CR-LSP
[Huawei]display mpls static-cr-lsp //查看静态CR-LSP信息
[Huawei]display mpls te tunnel //查看隧道信息
[Huawei]display mpls te tunnel statistics //查看隧道统计信息
[Huawei]display mpls te tunnel-interface //在静态CR-LSP入节点查看隧道接口信息
[Huawei]mpls
[Huawei-mpls]mpls te //全局使能本节点的MPLS TE
[Huawei-mpls]mpls rsvp-te //使能本节点RSVP-TE
[Huawei-GigabitEthernet0/0/1]mpls
[Huawei-GigabitEthernet0/0/1]mpls te //在接口上使能MPLS TE
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te //使能接口的RSVP-TE
[Huawei]int Tunnel 0/0/2
[Huawei-Tunnel0/0/2]ip add 10.1.2.1 24
[Huawei-Tunnel0/0/2]tunnel-protocol mpls te
[Huawei-Tunnel0/0/2]destination 10.1.5.1
[Huawei-Tunnel0/0/2]mpls te tunnel-id 10
[Huawei-Tunnel0/0/2]mpls te signal-protocol rsvp-te //配置隧道使用RSVP-TE作为信令协议
[Huawei-Tunnel0/0/2]mpls te cspf disable //使能在建立MPLS TE隧道时屏蔽CSPF计算
[Huawei-Tunnel0/0/2]mpls te commit //提交隧道当前配置
[Huawei-GigabitEthernet0/0/2]mpls
[Huawei-GigabitEthernet0/0/2]mpls ldp
[Huawei-GigabitEthernet0/0/2]mpls te
[Huawei-GigabitEthernet0/0/2]mpls te bandwidth max-reservable-bandwidth 1000 //配置链路最大可预留带宽,缺省为0bit/s
[Huawei-GigabitEthernet0/0/2]mpls te bandwidth bc0 1000
[Huawei-GigabitEthernet0/0/2]mpls te bandwidth bc1 1000 //配置链路的BC带宽
[Huawei-ospf-1]opaque-capability enable //配置OSPF TE时,使能OSPF的Opaque能力
[Huawei-ospf-1-area-0.0.0.0]mpls-te enable //配置OSPF TE时,在当前OSPF区域使能TE
[Huawei-isis-1]cost-style compatible
[Huawei-isis-1]cost-style wide
[Huawei-isis-1]cost-style wide-compatible //配置IS-IS的Wide Metric属性,IS-IS TE扩展使用IS可达性TLV(22)的子TLV携带TE属性信息,因此必须使能IS-IS的WideMetric特性,可以设置为wide、compatible或wide-compatible属性,缺省情只收发narrow方式表示路由权值的报文
[Huawei-isis-1]traffic-eng //使能IS-IS TE,如果不指定Level,则同时对Level-1和Level-2生效
[Huawei-Tunnel0/0/2]mpls te backup ordinary //引用属性模板建立备份CR-LSP
[Huawei-Tunnel0/0/2]mpls te backup hot-standby //配置引用属性模板建立热备份CR-LSP
[Huawei]explicit-path a1 //创建MPLS TE显式路径,进入显式路径视图
[Huawei-explicit-path-a1]next hop 10.1.1.3 //指定显式路径的下一个节点, 缺省采用include strict模式,即加入的下一跳与上一节点必须是直连的;如果指定的ip-address是当前配置的下一个节点的入接口地址,建议配置incoming参数;如果指定的ip-address是当前配置的下一个节点的出接口地址,建议配置outgoing参数
[Huawei-explicit-path-a1]list hop //查看显式路径节点信息
[Huawei-explicit-path-a1]add hop 10.1.1.4 after 10.1.1.5 //向显式路径中插入一个节点
[Huawei-explicit-path-a1]modify hop 10.1.1.2 10.1.1.3 //修改显式路径中的节点地址
[Huawei-explicit-path-a1]delete hop 10.1.1.2 //从显式路径中删除一个节点
[Huawei-Tunnel0/0/2]mpls te bandwidth CT0 1000
[Huawei-Tunnel0/0/2]mpls te bandwidth CT1 1000 //配置隧道使用的带宽
[Huawei-Tunnel0/0/2]mpls te path explicit-path a1 //配置隧道应用的显式路径
[Huawei]mpls
[Huawei-mpls]mpls te cspf //使能本节点的CSPF
[Huawei-mpls]mpls te cspf preferred-igp ospf //配置CSPF选路时的首选IGP协议,缺省首选OSPF协议
[Huawei]display mpls te link-administration bandwidth-allocation //查看链路带宽分配信息
[Huawei]display ospf mpls-te //查看OSPF TE信息
[Huawei]display isis traffic-eng advertisements
[Huawei]display isis traffic-eng link
[Huawei]display isis traffic-eng network
[Huawei]display isis traffic-eng statistics
[Huawei]display isis traffic-eng sub-tlvs //查看IS-IS TE状态
[Huawei]display mpls te cspf destination 10.1.2.1 //查看满足指定条件的CSPF计算的路径
[Huawei]display mpls te cspf tedb all //查看满足指定条件的用于CSPF计算的TEDB信息
[Huawei]display mpls rsvp-te //查看RSVP的相关信息
[Huawei]display mpls rsvp-te established //查看已建立的RSVP LSP信息
[Huawei]display mpls rsvp-te peer //查看RSVP邻居参数
[Huawei]display mpls rsvp-te reservation //查看RSVP资源预留信息
[Huawei]display mpls rsvp-te request //查看接口的RSVP-TE请求消息信息
[Huawei]display mpls rsvp-te sender //查看RSVP发送方信息
[Huawei]display mpls rsvp-te statistics global //查看RSVP-TE运行统计信息
[Huawei]display mpls te link-administration admission-control //查看本地接纳的隧道
[Huawei]display mpls te tunnel //查看隧道信息
[Huawei]display mpls te tunnel statistics //查看隧道统计信息
[Huawei]display mpls te tunnel-interface //查看MPLS TE隧道的接口信息
[Huawei]display mpls te tunnel c-hop //查看隧道算路结果
[Huawei]display mpls te session-entry //查看隧道的LSP会话详细信息
[Huawei-Tunnel0/0/1]mpls te igp shortcut //配置转发捷径配置IGP Shortcut,缺省为OSPF和IS-IS都支持
[Huawei-Tunnel0/0/1]mpls te igp metric absolute 1
[Huawei-Tunnel0/0/1]mpls te igp metric relative 1 //配置TE隧道的IGP度量值,缺省使用的度量值与IGP路径相同;指定使用绝对度量absolute,则TE隧道的度量值就是配置的值;如果使用相对度量relative,则TE隧道的度量值是相应IGP路径度量值加上相对度量值
[Huawei-Tunnel0/0/1]mpls te commit //提交隧道当前配置
[Huawei-Tunnel0/0/1]isis enable //使能隧道接口的IS-IS进程
[Huawei-Tunnel0/0/1]ospf 1
[Huawei-ospf-1]enable traffic-adjustment //对于OSPF使能IGP Shortcut
[Huawei-Tunnel0/0/1]mpls te igp advertise //配置转发邻接
[Huawei-Tunnel0/0/1]mpls te igp metric absolute 1
[Huawei-Tunnel0/0/1]mpls te igp metric relative 1 //配置TE隧道的IGP度量
[Huawei-Tunnel0/0/1]mpls te commit //提交隧道当前配置
[Huawei-Tunnel0/0/1]isis enable 1 //使能隧道接口的IS-IS进程
[Huawei-Tunnel0/0/1]ospf enable 1 area 0 //使能隧道接口的OSPF进程
[Huawei]ospf 1
[Huawei-ospf-1]enable traffic-adjustment advertise //使能转发邻接
[Huawei]display ospf traffic-adjustment //查看与流量转发(转发捷径和转发邻接)相关的OSPF进程的隧道信息
[Huawei-Tunnel0/0/1]mpls te resv-style ff
[Huawei-Tunnel0/0/1]mpls te resv-style se //配置隧道的资源预留风格,缺省为共享显式类型SE(Shared-Explicit)
[Huawei-mpls]mpls rsvp-te resvconfirm //启动预留确认机制
[Huawei-mpls]mpls rsvp-te timer refresh 30 //设置节点的RSVP刷新消息的发送时间间隔,缺省为30秒
[Huawei-mpls]mpls rsvp-te keep-multiplier 3 //设置RSVP刷新消息重发的次数,缺省为3
[Huawei-mpls]mpls rsvp-te srefresh //使能全局摘要刷新功能
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te srefresh //使能接口摘要刷新功能
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te timer retransmission increment-value 1 retransmit-value 5000 //配置重传参数
[Huawei-mpls]mpls rsvp-te hello //使能本节点的RSVP Hello扩展功能
[Huawei-mpls]mpls rsvp-te hello-lost 3 //配置允许Hello消息丢失的最大次数,缺省为3次
[Huawei-mpls]mpls rsvp-te timer hello 3 //配置Hello消息刷新时间间隔,缺省为3秒
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te hello //使能接口的RSVP Hello扩展功能
[Huawei-mpls]mpls rsvp-te send-message down-reason
[Huawei-mpls]mpls rsvp-te send-message extend-class-type value-length-type
[Huawei-mpls]mpls rsvp-te send-message session-attribute without-affinity
[Huawei-mpls]mpls rsvp-te send-message suggest-label exclude //配置RSVP发送消息携带的对象格式,
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te authentication cipher abc@123 //配置验证密钥
[Huawei]mpls rsvp-te peer 10.1.10.1 //进入MPLS RSVP-TE邻居视图
[Huawei-mpls-rsvp-te-peer-10.1.10.1]mpls rsvp-te authentication cipher abc@123 //配置验证密钥
[Huawei-mpls-rsvp-te-peer-10.1.10.1]mpls rsvp-te authentication lifetime 00:30:00 //设置RSVP认证生存时间
[Huawei-mpls-rsvp-te-peer-10.1.10.1]mpls rsvp-te authentication handshake abc@1234 //配置handshake功能
[Huawei-mpls-rsvp-te-peer-10.1.10.1]mpls rsvp-te authentication window-size 1 //配置message window功能,即指定本地设备可保存的邻居RSVP消息有效序列号的个数, 缺省是1
[Huawei-mpls]mpls rsvp-te retrans-timer challenge 1000 //配置challenge消息重传间隔,缺省为1000ms
[Huawei-mpls]mpls rsvp-te challenge-lost 3 //配置RSVP认证过程中认证方允许重传challenge消息的最大次数,缺省为3
[Huawei]display mpls rsvp-te //查看RSVP-TE的相关信息
[Huawei]display default-parameter mpls rsvp-te //查看MPLS RSVP-TE缺省参数信息
[Huawei]display mpls rsvp-te session 1.1.1.1 1 10.10.10.10 //查看指定RSVP会话的所有信息
[Huawei]display mpls rsvp-te psb-content //查看RSVP-TE PSB信息
[Huawei]display mpls rsvp-te rsb-content //查看RSVP-TE RSB信息
[Huawei]display mpls rsvp-te peer //查看使能RSVP-TE的接口的RSVP-TE邻居信息
[Huawei-mpls]mpls te tie-breaking random
[Huawei-mpls]mpls te tie-breaking least-fill
[Huawei-mpls]mpls te tie-breaking most-fill //配置本节点的CR-LSP仲裁方法, 缺省为随机选择方式random
[Huawei-Tunnel0/0/1]mpls te tie-breaking least-fill
[Huawei-Tunnel0/0/1]mpls te tie-breaking most-fill
[Huawei-Tunnel0/0/1]mpls te tie-breaking random //配置当前隧道的CR-LSP仲裁方法
[Huawei-Tunnel0/0/1]mpls te path metric-type igp
[Huawei-Tunnel0/0/1]mpls te path metric-type te //配置当前隧道选路时使用的度量类型
[Huawei-mpls]mpls te path metric-type te
[Huawei-mpls]mpls te path metric-type igp //配置MPLS视图下选路时使用的度量类型
[Huawei-GigabitEthernet0/0/1]mpls te metric 1 //配置链路的TE度量值
[Huawei-Tunnel0/0/1]mpls te hop-limit 1 //限制该Tunnel的CR-LSP的路径跳数
[Huawei-Tunnel0/0/1]mpls te route-pinning //配置路由锁定
[Huawei-GigabitEthernet0/0/1]mpls te link administrative group 0x0 //配置链路的管理组
[Huawei-Tunnel0/0/1]mpls te affinity property 0x0 //配置隧道的亲和属性
[Huawei-GigabitEthernet0/0/1]mpls te srlg 1 //将该接口加入SRLG
[Huawei-mpls]mpls te srlg path-calculation //全局配置SRLG路径计算模式
[Huawei-mpls]undo mpls te srlg all-config //删除当前TE节点的所有SRLG的所有成员接口
[Huawei-mpls]mpls te path-selection overload //配置CR-LSP和IS-IS Overload联动功能
[Huawei-mpls]mpls te cspf timer failed-link 10 //配置CSPF失效链路定时器,缺省为10秒
[Huawei-GigabitEthernet0/0/1]mpls te bandwidth change thresholds down 10
[Huawei-GigabitEthernet0/0/1]mpls te bandwidth change thresholds up 10 //配置带宽的泛洪阈值
[Huawei]display mpls te tunnel verbose //查看MPLS TE隧道信息
[Huawei]display mpls te srlg all //查看SRLG配置和SRLG成员接口信息
[Huawei]display mpls te link-administration srlg-information //查看接口所属的SRLG
[Huawei]display mpls te tunnel c-hop //查看隧道算路结果
[Huawei]display default-parameter mpls te cspf //查看CSPF的缺省配置
[Huawei-Tunnel0/0/1]mpls te loop-detection //配置隧道建立时进行环路检测
[Huawei-Tunnel0/0/1]mpls te record-route //使能建立隧道时记录路由和标签功能
[Huawei-Tunnel0/0/1]mpls te reoptimization //配置定时重优化
[Huawei-mpls]mpls te switch-delay 5000 delete-delay 7000 //配置切换延迟时间和删除延迟时间,缺省切换延迟时间为5000毫秒,删除延迟时间为7000毫秒
mpls te reoptimization //手动触发隧道的重优化功能
[Huawei-Tunnel0/0/1]mpls te timer retry 30 //配置重建隧道的间隔时间,缺省为30秒
[Huawei-mpls]mpls te signaling-delay-trigger enable //使能RSVP信令延迟触发功能
[Huawei-Tunnel0/0/1]mpls te priority 7 //配置隧道的优先级,范围都是0~7,数值越小则优先级越高,缺省为7
[Huawei]display mpls te tunnel-interface //查看隧道接口信息
[Huawei-Tunnel0/0/1]mpls te backup hot-standby
[Huawei-Tunnel0/0/1]mpls te backup ordinary //配置备份CR-LSP的建立方式
[Huawei]explicit-path 1
[Huawei-Tunnel0/0/1]mpls te path explicit-path 1 secondary //指定备份CR-LSP使用的显式路径
[Huawei-Tunnel0/0/1]mpls te affinity property 0x0 //配置备份CR-LSP的亲和属性
[Huawei-Tunnel0/0/1]mpls te hop-limit 32 secondary //限制该备份CR-LSP的路径跳数,缺省是32
[Huawei-Tunnel0/0/1]mpls te backup hot-standby overlap-path //使能热备份路径可以与主CR-LSP的路径重合功能
[Huawei-Tunnel0/0/1]mpls te backup hot-standby wtr 10 //配置热备份回切的时间,缺省为10秒
[Huawei-Tunnel0/0/1]mpls te backup hot-standby mode revertive //指定热备份回切模式
[Huawei-Tunnel0/0/1]hotstandby-switch force //将流量强制切换到备份CR-LSP上
[Huawei-Tunnel0/0/1]hotstandby-switch clear //将流量强制切换回主CR-LSP上
[Huawei-Tunnel0/0/1]mpls te backup hot-standby dynamic-bandwidth //配置热备份CR-LSP动态带宽功能
[Huawei-Tunnel0/0/1]mpls te backup ordinary best-effort //配置逃生路径
[Huawei]display mpls te hot-standby state all //查看热备份状态信息
[Huawei]display mpls te te-class-tunnel all //查看隧道信息
[Huawei-Tunnel0/0/1]mpls te fast-reroute //使能TE FRR功能
[Huawei]int Tunnel 0/0/1
[Huawei-Tunnel0/0/1]ip add 10.1.1.10 24
[Huawei-Tunnel0/0/1]tunnel-protocol mpls te //指定隧道协议为MPLS TE
[Huawei-Tunnel0/0/1]description 10.1.10.1
[Huawei-Tunnel0/0/1]mpls te tunnel-id 1
[Huawei-Tunnel0/0/1]mpls te path explicit-path 1 //配置旁路隧道使用的显式路径
[Huawei-Tunnel0/0/1]mpls te bypass-tunnel //使能旁路隧道
[Huawei-Tunnel0/0/1]mpls te protected-interface g0/0/1 //指定旁路隧道要保护的接口
[Huawei]mpls
[Huawei-mpls]mpls te timer fast-reroute //配置TE FRR绑定关系的刷新周期, 缺省为300
[Huawei-mpls]mpls rsvp-te keep-multiplier 3 //设置PSB和RSB的超时倍数,缺省为3
[Huawei]display mpls lsp lsp-id 1.1.1.1 1 1 //查看主LSP的信息
[Huawei]display mpls lsp attribute bypass-tunnel 1 //查看Bypass Tunnel的属性信息
[Huawei]display mpls te tunnel-interface //查看主隧道或旁路隧道接口的详细信息
[Huawei]display mpls te tunnel path //查看主隧道和旁路隧道的路径信息
[Huawei]display mpls rsvp-te statistics fast-reroute //查看TE FRR统计信息
[Huawei]display mpls stale-interface //查看设备上stale状态的MPLS接口信息
[Huawei]mpls
[Huawei-mpls]mpls te auto-frr //全局使能MPLS TE Auto FRR
[Huawei-GigabitEthernet0/0/1]mpls te auto-frr block //去使能接口的MPLS TE Auto FRR, 该接口都不具有MPLS TE Auto FRR能力
[Huawei-Tunnel0/0/1]mpls te fast-reroute bandwidth //使能TE FRR
[Huawei-Tunnel0/0/1]mpls te bypass-attributes //配置自动旁路隧道的属性
[Huawei-mpls]mpls te timer fast-reroute //配置TE FRR绑定关系的刷新周期
[Huawei-mpls]mpls rsvp-te keep-multiplier 3 //设置PSB和RSB的超时倍数,缺省为3
[Huawei-mpls]mpls te auto-frr reoptimization //配置Auto Bypass隧道的重优化
mpls te reoptimization //配置手工重优化功能
[Huawei-mpls]mpls rsvp-te fast-reroute-bandwidth compatible //配置FRR对象中的带宽采用整型存放,缺省采用浮点型存放
[Huawei]display mpls lsp attribute bypass-inuse inuse
[Huawei]display mpls lsp attribute bypass-inuse not-exists
[Huawei]display mpls lsp attribute bypass-inuse exists-not-used //查看Bypass LSP的属性信息
[Huawei]display mpls lsp attribute bypass-tunnel 1 //查看Bypass Tunnel的属性信息
[Huawei]display mpls te tunnel-interface //查看主隧道或旁路隧道接口的详细信息
[Huawei]display mpls te tunnel path //查看主隧道和旁路隧道的路径信息
[Huawei]display mpls rsvp-te statistics fast-reroute //查看TE FRR统计信息
[Huawei]display mpls stale-interface //查看设备上stale状态的MPLS接口信息
[Huawei-Tunnel0/0/1]mpls te backup frr-in-use //配置当主CR-LSP故障后,系统启用Bypass CR-LSP(即主CR-LSP处于Frr-in-use状态)并尝试恢复主CR-LSP的同时,也会尝试创建备份CR-LSP
[Huawei-mpls]mpls rsvp-te bfd all-interfaces enable //全局使能BFD for RSVP
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te bfd block //阻塞该接口的BFD for RSVP能力
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te bfd enable //在接口下使能BFD for RSVP
[Huawei-mpls]mpls rsvp-te bfd all-interfaces min-rx-interval 10 min-tx-interval 10 detect-multiplier 3 //配置全局的BFD会话参数
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te bfd min-rx-interval 10 min-tx-interval 10 detect-multiplier 3 //调整该接口的BFD会话参数
[Huawei]display mpls rsvp-te bfd session all //查看BFD for RSVP会话信息
[Huawei]display mpls rsvp-te //查看RSVP-TE配置信息
[Huawei]display mpls rsvp-te interface //查看接口的RSVP-TE配置信息
[Huawei]display mpls rsvp-te peer //查看RSVP邻居信息
[Huawei]display mpls rsvp-te statistics global //查看RSVP-TE的运行统计信息
[Huawei]bfd 1 bind peer-ip 10.1.1.1 //配置向IP链路的入节点通告故障的反向通道
[Huawei-bfd-session-1]discriminator local 10 //配置本地标识符
[Huawei-bfd-session-1]discriminator remote 1 //配置远端标识符
[Huawei-bfd-session-1]min-rx-interval 200 //调整本地发送BFD报文的时间间隔
[Huawei-bfd-session-1]min-rx-interval 300 //调整本地允许接收BFD报文的时间间隔
[Huawei-bfd-session-1]detect-multiplier 3 //调整本地BFD检测倍数,缺省为3
[Huawei-bfd-session-1]commit //提交配置
[Huawei]display bfd configuration all //查看所有BFD相关配置信息
[Huawei]display bfd configuration static //查看静态BFD相关配置信息
[Huawei]display bfd configuration peer-ip 10.1.10.1 //查看反向通道为IP的BFD配置信息
[Huawei]display bfd configuration static-lsp 1 //查看反向通道为静态LSP的BFD配置信息
[Huawei]display bfd session mpls-te interface Tunnel 0/0/1 //查看隧道入节点查看BFD会话信息
[Huawei]display bfd statistics session all //查看所有BFD会话的统计信息
[Huawei]display bfd statistics session mpls-te interface Tunnel 0/0/1 //查看检测TE隧道的BFD会话统计信息
[Huawei-mpls]mpls te bfd enable //触发MPLS TE自动创建BFD会话
[Huawei-Tunnel0/0/1]mpls te bfd block //阻塞该TE隧道自动创建BFD会话能力
[Huawei-Tunnel0/0/1]mpls te bfd enable //触发该TE隧道自动创建BFD会话
[Huawei-bfd]mpls-passive //使能出节点被动创建BFD会话
[Huawei-mpls]mpls rsvp-te hello //全局使能节点的RSVP Hello扩展
[Huawei-GigabitEthernet0/0/1]mpls rsvp-te hello //使能接口的RSVP Hello扩展
[Huawei-mpls]mpls rsvp-te hello support-peer-gr //使能RSVP GR Helper能力
[Huawei-mpls]mpls rsvp-te hello nodeid-session 10.1.10.1 //配置与RSVP邻居节点建立Hello会话
[Huawei-mpls]mpls rsvp-te hello basic-restart-time 90 //修改RSVP GR的基础时间,缺省是90秒
[Huawei]display mpls rsvp-te graceful-restart //查看本地RSVP GR的状态
[Huawei]display mpls rsvp-te graceful-restart peer //查看邻居RSVP GR的状态
[Huawei]ping lsp te Tunnel 0/0/2 //检测TE隧道从入节点到出节点是否连通
[Huawei]tracert lsp te Tunnel 0/0/1 //查看数据包从TE tunnel入节点到出节点所经过的网关
reset mpls rsvp-te statistics global //清除RSVP-TE的运行统计信息
reset mpls stale-interface //清除处于stale状态的MPLS接口的信息
[Huawei]display mpls te tunnel-interface last-error //查看Tunnel接口的错误信息
[Huawei]display mpls te tunnel-interface traffic-state //查看本地节点的隧道接口当前的流量状态
reset mpls te tunnel-interface Tunnel 0/0/1 //重启隧道接口
reset mpls rsvp-te //重启RSVP进程
reset mpls te auto-frr lsp-id 10.1.1.1 1 //删除或重建自动生成的旁路隧道

  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值