I am looking for a way to retrieve a list of my smart provisioned (centrally managed) gateways, including name, external and LAN (internal) IP addresses (R77). I know I can easily get gateway name and external IP address using SmartLSM LSMcli. See example below where I find external IP 1.1.1.1 for a gateway with name Irek-11.
# LSMcli 10.254.253.237 user password Show -F=nibtp | grep Irek-11
Irek-11 0.0.12.205 1.1.1.1 "VPN-1 Express/Pro ROBO" Z_IRom1100-77.20
So above command without grep will produce a list of names and external IPs at least. But I can't find LAN IP address of this gateway other than in GUI. I need cli command or file (mgmt server of firewall) where I can find it.