When modifying network devices, only elements that have been defined can be modified.
The following elements can be modified:
Admin IP address
Device name
Location
Type information
Maintenance Mode
Auto-configuration for the network device
Group ID
SNMP Information
Login Information
Monitoring Information
Web Management Window URL
If defining multiple elements, they will be modified at the same time.
Be sure to define the admin IP address to identify the target resource for modification. For the rcxadm netconfig import command, 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 and name:
<Netdevice ip="New Admin IP Address" name="New Device Name"> ... </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 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> |
Note
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 deployed for the network device to be modified.
When modifying login information, all existing login information is replaced.
All registered login information is deleted.