RADSEC Commands on ISE:
To display only open UDP ports try the following command:(http://stackoverflow.com/questions/17523389/check-all-socket-opened-in-linux-os)
netstat -vaun | grep 11.22
Example:
[root@RADSEC-4 ~]# netstat -vaun | grep 2083
udp 0 0 172.17.0.1:2083 0.0.0.0:*
udp 0 0 11.22.33.44:2083 0.0.0.0:*
udp 0 0 10.105.41.134:2083 0.0.0.0:*
udp 0 0 127.0.0.1:2083 0.0.0.0:*
[root@RADSEC-4 ~]#
To display only open UDP ports try the following command:(http://stackoverflow.com/questions/17523389/check-all-socket-opened-in-linux-os)
netstat -vaun | grep 11.22
Example:
[root@RADSEC-4 ~]# netstat -vaun | grep 2083
udp 0 0 172.17.0.1:2083 0.0.0.0:*
udp 0 0 11.22.33.44:2083 0.0.0.0:*
udp 0 0 10.105.41.134:2083 0.0.0.0:*
udp 0 0 127.0.0.1:2083 0.0.0.0:*
[root@RADSEC-4 ~]#
No comments:
Post a Comment