Border Gateway Protocol — the sessions that exchange the internet's routing table.
BGP-4, RFC 4271, runs over a plain TCP session on port 179 between two configured peers that exchange UPDATE messages describing reachable prefixes and their AS paths. Every internet exchange, transit link, and large enterprise edge is built from these sessions, and route servers, FRRouting, BIRD, and vendor routers all listen here. A BGP speaker only accepts sessions from peers you configure, so an open 179 is a router edge, not a public service. Peers commonly authenticate the session with a TCP-MD5 or TCP-AO key.
Expose with care
179 is necessarily reachable by your peers, but it should be restricted to configured neighbor addresses with session authentication and GTSM (TTL security) — never open to the internet at large.
$ nc -vz TARGET 179Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.
Get Beige Box →also available as JSON · Markdown
Corrections or a missing port? Reply @rimrocksystems.