Hi
Thanks for your prompt reply.
My plan for L2 circuit via RSVP label is as follow :
lo0:192.168.131.10 lo0:192.168.146.9
Router1(192.168.131.22) -- Router 2 -- Router 3 -- Router 4(192.168.146.96).
So, my l2circuit's neighbors are 192.168.131.22 and 192.168.146.96 on Router1 and Router 4.
And also exist on inet.3 table after I checked.
Is it correct my psn-endpoint-address 192.168.131.22 and 192.168.146.96 ?
Router1> show configuration protocols l2circuit
neighbor 192.168.146.96 {
interface ge-4/0/9.0 {
psn-tunnel-endpoint 192.168.146.96;
virtual-circuit-id 10001;
control-word;
mtu 8800;
encapsulation-type ethernet;
pseudowire-status-tlv;
}
interface ge-4/2/9.0 {
psn-tunnel-endpoint 192.168.146.96;
virtual-circuit-id 10002;
control-word;
mtu 8800;
encapsulation-type ethernet;
pseudowire-status-tlv;
}
}
BTW, thanks for the explanation of strict and loose.
Router1> show route 192.168.131.22 table inet.3
inet.3: 41 destinations, 41 routes (41 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
192.168.131.22/32 *[RSVP/7/1] 20:03:10, metric 25
> to 192.168.146.101 via ae1.1, label-switched-path HKG02-KMH05-VC
to 192.168.146.45 via ae0.0, label-switched-path HKG02-KMH05-VC
Router 4> show route 192.168.146.96 table inet.3
inet.3: 41 destinations, 45 routes (41 active, 0 holddown, 4 hidden)
+ = Active Route, - = Last Active, * = Both
192.168.146.96/32 *[RSVP/7/1] 01:14:59, metric 25
> to 192.168.131.26 via xe-1/2/1.0, label-switched-path KMH05-HKG02-VC
to 192.168.131.46 via xe-1/1/3.0, label-switched-path KMH05-HKG02-VC
Cloud