08-09-2012 07:53 AM
I need to see which ip from my pool (192.168.x.x) is assigned to an attached remote VPN client (166.148.x.x).
Is there a command that will provide the info?
08-13-2012 12:19 AM
Hi,
The command is get sa id xxx. Use get sa to dispaly all active tunnels and get sa id xxx to display all details fo a given sa. The sa id xxx is displayed in a HEX format und the same xxx used in the command is in a decimal format. So, you should convert the displayed value before typing the command.
08-13-2012 04:41 AM
fortunately, ScreenOS also accepts the following command :
get sa id 0x40011a
you can prepend the hex value with "0x"
Regards,
Sam
08-13-2012 04:58 AM
Thats for the info. Works great.
I wish ScreenOS would just show the proxyID right there on the SA command in the nice table format.
Thanks again.
Glen