多平台统一管理软件接口,如何实现多平台统一管理软件接口
319
2022-09-16
HuaWei ❀ 配置静态LSP(华为mate40pro)
配置静态LSP
[r1]int g0/0/0[r1-GigabitEthernet0/0/0]ip address 12.1.1.1 24
配置OSPF协议:
[r1]ospf 100[r1-ospf-100]area 0[r1-ospf-100-area-0.0.0.0]network 1.1.1.1 0.0.0.0 [r1-ospf-100-area-0.0.0.0]network 12.1.1.0 0.0.0.255[r1-ospf-100-area-0.0.0.0]network 14.1.1.0 0.0.0.255[r1-ospf-100-area-0.0.0.0]quit[r1-ospf-100]quit
配置节点使用MPLS功能:
[r1]mpls lsr-id 1.1.1.1[r1]mpls
配置接口MPLS功能:
[r1]int g0/0/0[r1-GigabitEthernet0/0/0]mpls
配置LSR A-LSR D的静态LSP:
[r1]static-lsp ingress atod destination 4.4.4.4 32 nexthop 12.1.1.2 out-label 20[r2]static-lsp transit atod incoming-interface g0/0/0 in-label 20 nexthop 23.1.1.2 out-label 40[r3]static-lsp egress atod incoming-interface g0/0/1 in-label 40
配置LSR D-LSR A的静态LSP:
[r3]static-lsp ingress dtoa destination 1.1.1.1 32 nexthop 34.1.1.2 out-label 30[r4]static-lsp transit dtoa incoming-interface g0/0/0 in-label 30 nexthop 14.1.1.1 out-label 60[r1]static-lsp egress dtoa incoming-interface g0/0/1 in-label 60
查看配置结果:
[r3]display mpls static-lspTOTAL : 2 STATIC LSP(S)UP : 2 STATIC LSP(S)DOWN : 0 STATIC LSP(S)Name FEC I/O Label I/O If Statusatod -/- 40/NULL GE0/0/1/- Up dtoa 1.1.1.1/32 NULL/30 -/GE0/0/0 Up [r2]display mpls static-lsp verbose No : 1 LSP-Name : atodLSR-Type : Transit FEC : -/-In-Label : 20Out-Label : 40In-Interface : GigabitEthernet0/0/0Out-Interface : GigabitEthernet0/0/1NextHop : 23.1.1.2Static-Lsp Type: NormalLsp Status : Up
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~