Podcast
Questions and Answers
What is the purpose of the 'wanEnabled' property in the management interface settings?
What is the purpose of the 'wanEnabled' property in the management interface settings?
What is the data type of the 'staticIp' property in the management interface settings?
What is the data type of the 'staticIp' property in the management interface settings?
What is the purpose of the 'vlan' property in the management interface settings?
What is the purpose of the 'vlan' property in the management interface settings?
What is the data type of the 'staticDns' property in the management interface settings?
What is the data type of the 'staticDns' property in the management interface settings?
Signup and view all the answers
What is the purpose of the 'usingStaticIp' property in the management interface settings?
What is the purpose of the 'usingStaticIp' property in the management interface settings?
Signup and view all the answers
What is the data type of the 'requestBody' property in the management interface settings?
What is the data type of the 'requestBody' property in the management interface settings?
Signup and view all the answers
What is the purpose of the 'usingStaticIp' property in the WAN settings?
What is the purpose of the 'usingStaticIp' property in the WAN settings?
Signup and view all the answers
What is the valid range of values for the 'dhcpHandling' property in the VLAN settings?
What is the valid range of values for the 'dhcpHandling' property in the VLAN settings?
Signup and view all the answers
What is the maximum number of DNS IPs that can be specified in the 'staticDns' property?
What is the maximum number of DNS IPs that can be specified in the 'staticDns' property?
Signup and view all the answers
What is the purpose of the 'vlan' property in the WAN settings?
What is the purpose of the 'vlan' property in the WAN settings?
Signup and view all the answers
What is the type of the 'dhcpRelayServerIps' property in the VLAN settings?
What is the type of the 'dhcpRelayServerIps' property in the VLAN settings?
Signup and view all the answers
What is the required parameter in the 'updateDeviceManagementInterface' API?
What is the required parameter in the 'updateDeviceManagementInterface' API?
Signup and view all the answers
Study Notes
Device Management Interface Settings
- The interface has settings for WAN 1 and WAN 2 for MX devices.
- WAN 1 settings include:
-
wanEnabled
(string) to enable or disable the interface, with valuesenabled
,disabled
, ornot configured
. -
usingStaticIp
(boolean) to configure static IP settings or use DHCP. -
staticIp
(string) for the IP the device should use on the WAN. -
staticGatewayIp
(string) for the IP of the gateway on the WAN. -
staticSubnetMask
(string) for the subnet mask for the WAN. -
staticDns
(array of strings) for up to two DNS IPs. -
vlan
(integer) for the VLAN that management traffic should be tagged with.
-
WAN 2 Settings
- WAN 2 settings are similar to WAN 1 settings, but only applicable to MX devices.
Update Device Management Interface
- The
updateDeviceManagementInterface
function updates the management interface settings for a device. - It takes a
serial
(string) parameter, which is required.
Update VLAN
- The function updates a VLAN with specified settings.
- VLAN settings include:
-
name
(string) for the name of the VLAN. -
subnet
(string) for the subnet of the VLAN. -
applianceIp
(string) for the local IP of the appliance on the VLAN. -
groupPolicyId
(string) for the id of the desired group policy to apply to the VLAN. -
vpnNatSubnet
(string) for the translated VPN subnet if VPN and VPN subnet translation are enabled on the VLAN. -
dhcpHandling
(string) for the appliance's handling of DHCP requests on this VLAN, with valuesRun a DHCP server
,Relay DHCP to another server
, orDo not respond to DHCP requests
. -
dhcpRelayServerIps
(array of strings) for the IPs of the DHCP servers.
-
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Learn about updating management interface settings for a device, including request body and object properties. Test your knowledge of API calls and device management with this quiz.