Ip Address Notation - Cisco ASR 5000 Administration Manual

Staros release 21.1
Hide thumbs Also See for ASR 5000:
Table of Contents

Advertisement

IP Address Notation

The commands and configuration data within the file are organized and formatted just as they would be if
they were being entered at the CLI prompt. For example, if you wanted to create a context called source in
the CLI, you would enter the following commands at their respective prompts:
[local]
[local]
[source]
To create a context called source using a configuration file, you would use a text editor to create a new file
that consists of the following:
config
context source
end
There are several important things to consider when using configuration files:
• The system automatically applies a configuration file at the end of the boot process. After the system
• In addition to being applied during the boot process, you can also apply configuration files manually at
• Configuration files can be stored in any of the following locations:
• Each time you save configuration changes you made during a CLI session, you can save those settings
IP Address Notation
When configuring a port interface via the CLI you must enter an IP address. The CLI always accepts an IPv4
address, and in some cases accepts an IPv6 address as an alternative.
For some configuration commands, the CLI also accepts CIDR notation. Always view the online Help for the
CLI command to verify acceptable forms of IP address notation.
ASR 5000 System Administration Guide, StarOS Release 21.1
12
host_name
config
#
host_name
context source
(config)#
host_name
(config-ctx)#
boots up for the first time, a configuration file that you have created and that is tailored to your network
needs, can be applied. To make the system use your configuration file, modify the system's boot
parameters according to the instructions located in Software Management Operations.
any time by executing the appropriate commands at the CLI prompt. Refer to the instructions in Software
Management Operations.
When you apply a configuration file after the boot process, the file does not delete the
Important
configuration loaded as part of the boot process. Only those commands that are duplicated
are overwritten.
• CompactFlash
: Installed on the SMC.
• PCMCIA Flash Card: Installed in a slot on the SMC.
• Network Server: Any workstation or server on the network that the system can access using the
Trivial File Transfer Protocol (TFTP). This is recommended for large network deployments in
which multiple systems require the same configuration.
• /flash: a solid-state device with limited storage.
to a file which you can use as a configuration file.
end
System Operation and Configuration

Advertisement

Table of Contents
loading

Table of Contents