Print Download PDF Send Feedback

Previous

Next

ModifyROBOInterface VPN1Edge

This command modifies the VPN1Edge Internal Interface list.

Usage

LSMcli [-d] <server> <user> <pswd> ModifyROBOInterface VPN1Edge <RoboName> <InterfaceName> and at least one of: [-i=<IPAddress>] [-NetMask=<NetMask>]
[-Enabled=<true|false>] [-HideNAT=<true|false>] [-DHCPEnabled=<true|false>]
[-DHCPIpAllocation=<automatic>|<FirstIP-LastIP>|<IP address of DHCP Relay Server>] and optionally: [-IfOverlappingIPRangesDetected=<exit|warn|ignore>]

Parameters

ModifyROBOInterface UTM-1 Edge Parameters

Parameter

Description

server

Name/IP address of the Security Management Server or Domain Management Server.

user

User name of standard Check Point authentication method.

pswd

Password of standard Check Point authentication method.

RoboName

Name of the SmartLSM UTM-1 Edge device.

InterfaceName

Name of an existing interface.

IPAddress

IP address of the interface.

NetMask

Net mask of the interface.

Enabled

Flag to enable/disable the selected interface.

HideNAT

Flag to specify whether the interface is identified by the IP address of the UTM-1 Edge device (hidden behind NAT).

DHCPEnabled

Flag to enable dynamically allocated IP addresses.

DHCPIpAllocation

Flag to determine how IP addresses are dynamically allocated.
The options are: automatic, <FirstIP-LastIP>, and DHCP Relay Server.

IfOverlappingIPRangesDetected

Flag to determine course of action if overlapping IP address ranges are detected.
The options are: exit, warn, and ignore.

Example

LSMcli mySrvr name pass ModifyROBOInterface VPN1Edge MyRobo DMZ -i=192.0.2.1
-Netmask=255.255.255.0 -Enabled=true -HideNAT=false -DHCPEnabled=true
-DHCPIpAllocation=automatic