User Manual
! !! !!!!!!!!!!!!!!!!!!!!!!!!! !
!
!
52!
4.22!SETCURRENTNETWORKDEPLOYMENT!
!
setCurrentNetworkDeployment
Arguments
enableBridge (O)
If true, activate bridge, else disable bridge. If
not specified do nothing i.e if enabled leave it
enabled.
enableRouter (O)
If true, activate router, else disable router. If
not specified do nothing.
enableDhcpClient (O)
If true, activate DHCP client, else disable
DHCP client. If not specified do nothing.
enableDhcpServer (O)
If true, activate DHCP server, else disable
DHCP server. If not specified do nothing.
enableDhcpRelay (O)
If true, activate DHCP Relay, else disable
DHCP relay. If not specified do nothing.
enablePPPoEClient (O)
If true, activate PPPoE client, else disable
PPPoE client. If not specified do nothing.
enablePPPoEProxy (O)
If true, activate PPPoE proxy, else disable
PPPoE proxy. If not specified do nothing.
enableVlan(O)
If true, activate VLAN, else disable VLAN. If
not specified do nothing.
Description
Configure the current network topology by enabling and disabling the
network protocols.
Examples
SetCurrentNetworkDeployment enableVlan=0
SetCurrentNetworkDeployment enableDhcpClient=1
SetCurrentNetworkDeployment enableBridge=0 enableRouter=1