Configuration Example, Routing
Netstat on IOS router
I often use the netstat command on a Windows machine to check on which IP and/or ports the servers or workstation is listening or established connection.
By accident I found the same kind of command for a Cisco IOS router, while I was looking through the CLI. Check out the output below:
Router#sh control-plane host open-ports
Active internet connections (servers and established)
Prot Local Address Foreign Address Service State
tcp *:22 *:0 SSH-Server LISTEN
tcp *:23 *:0 Telnet LISTEN
tcp *:23 10.10.8.181:3682 Telnet ESTABLIS
udp *:67 *:0 DHCPD Receive LISTEN
udp *:50015 *:0 IP SNMP LISTEN
udp *:161 *:0 IP SNMP LISTEN
udp *:162 *:0 IP SNMP LISTEN
René Jorissen
Latest posts by René Jorissen (see all)
- ClearPass 6.12 EAP-TLS Authentication Issues – “No Suitable Signature Algorithm” - February 11, 2026
- Aruba AOS 10 and Mesh Networking - January 28, 2026
- Deploy HPE 9106 gateways - January 20, 2026