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)
- MacOS Big Sur and SSLKEYFILELOG - November 23, 2021
- ClearPass, Azure AD, SSO and Object ID - August 12, 2021
- ClearPass – custom MPSK - July 20, 2021