|
Thank you correct me. It's should be connect 10.10.10.101 123 encapsulation mpls. and I also add some force route in R2 and R4 as below R2: ip route 10.10.10.102 255.255.255.255 FastEthernet0/1 R4: ip route 10.10.10.101 255.255.255.255 FastEthernet0/0
Right now, remote vc label assigned done. But now have new issues are show Output interface: unknown, imposed label stack {}.
Anyone know this issues????
I hope from R1 can ping to R5 R1#ping 172.16.1.2
Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.1.2, timeout is 2 seconds: ..... Success rate is 0 percent (0/5)
========================================================================= R2#show mpls l2transport vc de Local interface: Fa0/0 up, line protocol up, Ethernet up Destination address: 10.10.10.102, VC ID: 123, VC status: down Output interface: unknown, imposed label stack {} Create time: 00:02:58, last status change time: 00:01:01 Signaling protocol: LDP, peer 10.10.10.102:0 up MPLS VC labels: local 101, remote 1000 Group ID: local 0, remote 0 MTU: local 1500, remote 1500 Remote interface description: Sequencing: receive disabled, send disabled VC statistics: packet totals: receive 0, send 0 byte totals: receive 0, send 0 packet drops: receive 0, seq error 0, send 12
R2#show mpls ldp dis R2#show mpls ldp discovery Local LDP Identifier: 10.10.10.101:0 Discovery Sources: Interfaces: FastEthernet0/1 (ldp): xmit/recv LDP Id: 10.10.10.102:0 Targeted Hellos: 10.10.10.101 -> 10.10.10.102 (ldp): active/passive, xmit/recv LDP Id: 10.10.10.102:0 R2# =========================================================================
R4#show mpls l2transport vc de Local interface: Fa0/1 up, line protocol up, Ethernet up Destination address: 10.10.10.101, VC ID: 123, VC status: down Output interface: unknown, imposed label stack {} Create time: 00:00:59, last status change time: 00:00:55 Signaling protocol: LDP, peer 10.10.10.101:0 up MPLS VC labels: local 1000, remote 101 Group ID: local 0, remote 0 MTU: local 1500, remote 1500 Remote interface description: Sequencing: receive disabled, send disabled VC statistics: packet totals: receive 0, send 0 byte totals: receive 0, send 0 packet drops: receive 0, seq error 0, send 11
R4#show mpls ldp discovery Local LDP Identifier: 10.10.10.102:0 Discovery Sources: Interfaces: FastEthernet0/0 (ldp): xmit/recv LDP Id: 10.10.10.101:0 Targeted Hellos: 10.10.10.102 -> 10.10.10.101 (ldp): active/passive, xmit/recv LDP Id: 10.10.10.101:0 R4# ====================================================================================
|