假设我有以下简单的 L2 电路(Martini)配置:
root@PE4> show configuration protocols l2circuit
neighbor 192.168.2.2 {
interface ge-0/0/5.777 {
virtual-circuit-id 777;
}
}
root@PE4>
这会导致表中出现以下条目l2circuit.0
:
root@PE4> show route table l2circuit.0
l2circuit.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
192.168.2.2:CtrlWord:4:777:Local/96
*[L2CKT/7] 00:09:46, metric2 2
> to 172.22.213.2 via ge-0/0/3.0, label-switched-path PE4->PE2
root@PE4>
Junos 使用什么表/数据库将192.168.2.2:CtrlWord:4:777:Local/96
FEC 与 RSVP 信号PE4->PE2
传输 LSP相关联?