Siemens RUGGEDCOM ROX II User Manual page 88

Hide thumbs Also See for RUGGEDCOM ROX II:
Table of Contents

Advertisement

Chapter 2
Using RUGGEDCOM ROX II
Parameter
copy
details
do
end
exit
help command
load [ merge | override ]
filename
move ip interface ipv4 address
address [ after | before | first
| last ] address
no
42
Copies a configured element to a new element. For example, the following command copies
the userid admin to the new userid wsmith:
ruggedcom(config)# copy admin users userid admin smith
The new item has all of the attributes of the item from which it is copied. In this example,
userid wsmith will have the same password and role attributes as the userid admin.
When used in combination with the save command, the details command includes
default values in the saved configuration file. For example:
ruggedcom(config)# save {filename} | details
The details command can also be used to show default configuration values. For example:
ruggedcom(config)# show running-config admin session-limits |
details
Performs an Operational mode command. For example, the following command performs
the Operational mode ping command in the Configuration mode session:
ruggedcom(config)# do ping 172.30.134.12
Terminates the configuration session. The system prompts the user to commit uncommitted
changes.
Exits from the current mode. Unlike the end command, the system does not prompt the user
to commit uncommitted changes.
Displays help information for the specified command.
Loads a configuration from an ASCII CLI configuration file.
Two parameters are available for the CLI load command: override and merge.
• Override: this parameter is for users who have a full configuration file saved and want
to load it back on to the device. The full configuration file can be previously created with
the CLI save command executed from the top level in the configuration tree or with the
admin full-configuration-save command. With the override parameter, the
entire running configuration is overwritten by the contents of the configuration file.
The override option has the following restrictions:
▫ The configuration file must be a complete configuration for the device. A complete
configuration is the entire configuration tree.
▫ The load command must be invoked at the base of the configuration tree.
• Merge: this parameter is for users who want to build a template configuration and load
it to many devices. The template configuration file can be obtained by using the CLI
save command. With the merge parameter, the contents of the configuration file will
be merged with the running configuration. The remaining configurations, which are not
included in the configuration file, will remain unchanged.
After loading the configuration, use the commit command to commit the changes.
Moves an existing IPv4 address to a new position in the list of addresses. The address can be
moved to the first or last (default) position in the list, or before or after another address. For
example, the following command moves 172.30.137.37/9 before 172.30.137.31/19:
ruggedcom(config)# move ip fe-3-1 ipv4 address 172.30.137.37/19
before 172.30.137.31/19
Negates a command or sets it to its default setting. For example, the following command
deletes the IP address 172.30.137.37/19:
ruggedcom(config)# no ip fe-3-1 ipv4 address 172.30.137.37/19
Description
Configuration Mode General Commands
RUGGEDCOM ROX II
CLI User Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents