When modifying network devices, only elements that have been defined can be modified.
The following elements can be modified:
Admin IP Address
Admin LAN Subnet Mask
Device Name
Use of AMPP
Location
Type Information
Maintenance Mode
Auto-configuration for the network device
Group ID
SNMP Information
Login Information
Monitoring Information
Web Management Window URL
VFAB information
If defining multiple elements, they will be modified at the same time.
When performing batch modification, ensure the admin IP address is defined to identify the target resources for modification. Specify "modify" for Registration Mode (the Mode element).
The XML definition for modification of each element is shown below.
Example
Changing the admin IP address, device name, and use of AMPP
<Netdevice ip="New Admin IP Address" name="New Device Name"> portprofile="New value for the use of the AMPP"> ... </Netdevice> |
Modifying a location:
<Location>Modified Location</Location> |
Modifying the type information:
<Types>
<Type>Modified Type</Type>
</Types> |
Modifying the maintenance mode:
<Maintenance>Modified Maintenance Mode</Maintenance> |
Modifying auto-configuration for network device (when changing the value to "true")
<AutoConfiguration>true</AutoConfiguration> |
Modifying a Group ID:
<Redundancy group_id="Modified Group ID"></Redundancy> |
Modifying the SNMP information:
<Snmps>
<ReadCommunity>Modified Community Name</ReadCommunity>
</Snmps> |
Modifying the login information:
<LoginInfo="Modified protocol" auth_type="Modified Management Method of Authentication Information" authority="Modified Administrator Authority" check="Modified Account Confirmation"> <IpAddress>Modified Destination IP Address</IpAddress> <Port>Modified Destination Port Number</Port> <Tenant>Modified Tenant Name</Tenant> <User>Modified User Account for Connection</User> <Password>Modified Password for Connection</Password> <PrivilegedPassword>Modified Administrator Password</PrivilegedPassword> <PasswordEncryption>Presence or absence of password encryption after modification</PasswordEncryption> </LoginInfo> |
Modifying the monitoring information:
<Monitoring method="Modified Monitoring Information"> <Interval>Modified Monitoring Interval</Interval> <RetryCount>Modified Retry Count</RetryCount> <Timeout>Modified Timeout</Timeout> </Monitoring> |
Modifying the Web management window URL:
<MgmtURL>Modified Web Management Window URL</MgmtURL> |
Modifying the VFAB information:
<Vfabs> <Vfab vfabid="VFAB ID" name="VFAB Name after Modification" mode="Operation Mode after Modification"> <Tenants> <Tenant>Modified Tenant Name</Tenant> <Tenant>Modified Tenant Name</Tenant> ...... </Tenants> </Vfab> ...... </Vfabs> |
Information
Type information cannot be modified when the target network device for modification is already registered in a network pool.
Redundancy configuration information cannot be modified when there is a firewall or server load balancer deployed for the network device to be modified.
When modifying login information, all existing login information is replaced.
All registered login information is deleted.
When modifying VFAB information, all existing VFAB information is replaced.
It is necessary to describe all VFAB information, even that which has not been modified.
If there is no specification, VFAB information will be deleted.