WHATPORT(199) whatport.net WHATPORT(199)
199

SMUX

SNMP multiplexing — how a subagent attaches its MIB subtree to the main SNMP agent.

TCP IANA registry

Description

SMUX, RFC 1227, lets a separate process register a MIB subtree with the local SNMP agent so queries for that subtree are relayed to it; the agent listens on TCP 199 for those peer connections. Routing daemons like gated and later quagga/zebra used it to expose routing MIBs, and net-snmp can be built with SMUX support. It is an experimental protocol that AgentX (RFC 2741) superseded, so new deployments use AgentX instead. An open 199 next to 161/udp marks an older SNMP stack.

Exposed to the internet?

Do not expose

SMUX peers authenticate with a plaintext community-style password and gain control of part of the agent's MIB; it is an internal agent-to-subagent channel, not an internet service.

Check it yourself

$ sudo lsof -nP -iTCP:199 -sTCP:LISTEN

See also

Seen 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.