As we talked about, LSRs(P routers) are not service avare, they do not know anything about services. So they use only the outer label. But PE routers are service avare and they use outer and inner label together. With inner label, they classfy the different VPNs. At this point, at the PE routers, T-LDP is used to signal service labels associated with the service tunnels. Thus, they identify the particular VPN traffic.
L2 VPN service configuration can be done in different combination of protocols. These combinations are:
– Transport Tunnel LDP and Service Tunnel T-LDP
– Transport Tunnel RSVP and Service Tunnel T-LDP
– Transport Tunnel LDP and Service Tunnel static via static label configuration
– Transport Tunnel RSVP and Service Tunnel static via static label configuration
In T-LDP, peers do not need to be directly connected (between PEs that have services configuration, as you know there can be many Ps between PEs).
LDP => between directly connected peers
T-LDP => non-directly connected peers
T-LDP processes are similar to the LDP. Discovery Hello messages are sent for TLDP adjacency. AFter that Init messages are sent for session establishment. Then keepalive messages are sent to keep the connection up. Here, only one difference at Hallo messages. Because in TLDP Hello messages are sent via unicast, not multicast like LDP Hellos.
When you enable LDP, TLDP is also enabled. After LDP configuration you can check this with “Show router status” command. If you want to change this default behaviour, you can use the below commands:
T-LDP sessions can be established in two ways:
Automatic : In ALU routers this is done by configuring SDP(Service Distribution Point).
Manually : Configurad by administrator (both side must be configured properly).
For verification of TLDP you can use the below commands that you use for LDP:
show router ldp peer
show router ldp session
show router ldp status
LDP–> TLDP
RSVP–> TLDP
LDP–> static
RSVP–> static
now when we config the bgp AD in the vpls service, bgp config we are only for replacing LDP config right,what about T-LDP config, and i want to know all the L2VPN services we will use T-LDP to generate the sevice label right?