思科和瞻博网络之间的 RSVP

网络工程 思科 瞻博网络 聚光灯 敬请回复
2021-07-31 19:03:46

我无法在 Cisco6509 SUP2T 和 Juniper MX480 之间配置 RSVP。在此之前,设置邻居 3 没有问题。现在这是不可能的......我不明白为什么:(

方案:Cisco t5/5中继> Extreme670> Juniper MX480。

侧MX

admin@M10_MX480> show configuration interfaces xe-1/0/2.29 
vlan-id 29;
family inet {
    address 185.13.115.89/31;
}
family mpls;

{master}
admin@M10_MX480> show configuration protocols | display set | match xe-1/0/2.29 
set protocols rsvp interface xe-1/0/2.29
set protocols mpls interface xe-1/0/2.29
set protocols ospf area 0.0.0.0 interface xe-1/0/2.29

{master}
admin@M10_MX480>

副催化剂

MED-C6509#sh run int vlan 29
Building configuration...

Current configuration : 155 bytes
!
interface Vlan29
 mtu 8978
 ip address 185.13.115.88 255.255.255.254
 ip ospf 1 area 0
 mpls traffic-eng tunnels
 mpls ip
 ip rsvp signalling hello
end

MED-C6509#sh run | s ospf
router ospf 1
 router-id 172.16.16.5
 auto-cost reference-bandwidth 1000
 network 172.16.16.5 0.0.0.0 area 0  <<<< Loopback
 network 195.128.59.172 0.0.0.3 area 0
 network 195.128.59.176 0.0.0.3 area 0
 mpls traffic-eng router-id Loopback3
 mpls traffic-eng area 0
MED-C6509#sh run | s rsvp
 ip rsvp signalling hello
 ip rsvp signalling hello
 ip rsvp signalling hello
 ip rsvp signalling hello
 ip rsvp signalling hello
ip rsvp signalling hello
MED-C6509#

但其他 RSVP 主机关系还可以

MED-C6509#sh ip rsvp neighbor 
Neighbor        Encapsulation  Time since msg rcvd/sent
185.13.115.78   Raw IP         00:00:01   00:00:01  
185.13.115.82   Raw IP         00:00:01   00:00:01  
195.128.59.174  Raw IP         00:00:01   00:00:01  

* Neighbors inactive for more than one hour are not shown.
  Use the "inactive" keyword to display them.
MED-C6509#
1个回答

来自 Junos MPLS 和 VPN 学生指南第 1 卷,共 3 卷修订版 12.a

基本功能 RSVP 配置需要:

1.将mpls系列添加到所需的接口(lo0不需要)

2.Linking接口与路由器MPLS进程

3.在所需接口上启用RSVP

4.在协议mpls层次结构下配置label-switched-path

由于您的输出不足,并且给出的配置显示为 set|match我只能根据您提供的证据说您缺少第 4 点。我要补充的一个常见错误是也没有在 mpls 节下配置no-cspf .`

`