# WHATPORT(711)

## NAME

port 711 — Cisco TDP — Cisco's pre-standard Tag Distribution Protocol, the ancestor of MPLS LDP on 646.

Protocol: TCP/UDP

## DESCRIPTION

TDP is Cisco's proprietary label distribution protocol from before the IETF standardised LDP. Cisco's MPLS FAQ states plainly that "LDP uses TCP port 646, and TDP uses TCP port 711", and that the port only opens on an interface once `mpls ip` is configured; TDP hellos are sent to UDP 711. Routers use the TCP session to advertise label bindings to their TDP peers. Anything still speaking TDP instead of LDP is old IOS running a legacy MPLS core.

## EXPOSURE

**Do not expose.** This is an MPLS control-plane session between trusted routers; reachable from outside the core it lets an attacker attempt to inject label bindings.

## CHECK

```sh
nmap -p 711 TARGET
```

## SEE ALSO

- docs — [Cisco — MPLS FAQ For Beginners](https://www.cisco.com/c/en/us/support/docs/multiprotocol-label-switching-mpls/mpls/4649-mpls-faq-4649.html) (cisco.com)
- spec — [RFC 5036 — LDP Specification (the standardised successor)](https://www.rfc-editor.org/rfc/rfc5036.html) (rfc-editor.org)

---

HTML: <https://whatport.net/711/> · JSON: <https://whatport.net/711.json> · full dataset: <https://whatport.net/ports.json>
