Thursday, November 3, 2016

RADSEC Commands

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 ~]#