Cisco ASR 14000 Series Management Command Reference page 175

Router system
Hide thumbs Also See for ASR 14000 Series:
Table of Contents

Advertisement

Configuration Management Commands on Cisco IOS XR Software
Building configuration...
interface POS0/3/0/3
description faq
ipv4 address 10.10.11.20 255.0.0.0
end
The following is sample output from the show configuration command with the optional merge
keyword. In the following example, the show configuration merge command is entered during an
configuration session. The output displays the result of merging the target and running configuration,
without committing the changes.
RP/0/RP0/CPU0:router# configure
RP/0/RP0/CPU0:router(config)# interface POS0/3/0/3
RP/0/RP0/CPU0:router(config-if)# description faq
RP/0/RP0/CPU0:router(config-if)# ipv4 address 10.10.11.20 255.0.0.0
RP/0/RP0/CPU0:router(config-if)# show configuration merge
Building configuration...
hostname router
interface POS0/0/0/0
ipv4 address 1.2.3.4 255.0.0.0
exit
interface POS0/3/0/3
description faq
ipv4 address 1.1.1.1 255.0.0.0
shutdown
end
Related Commands
Command
commit
load
show configuration
running
show configuration
running-config
show configuration
commit changes
show configuration
commit list
show configuration
history
show configuration failed
(config)
show configuration failed
startup
show configuration
rollback changes
show configuration
sessions
show running-config
OL-17231-01
Description
Merges the target configuration to the running configuration.
Populates the target configuration with the contents of a previously saved
configuration file.
Displays the contents of the committed configuration.
Displays the contents of the committed configuration.
Displays the changes made to the running configuration by previous
configuration commits.
Displays information about the configuration commits stored in the
commit database.
Display history of configuration changes.
Displays information about a configuration that failed during the last
commit.
Displays information about a configuration that failed at startup.
Displays changes that would be made by the rollback configuration
command or displays the list of commit IDs.
Displays the active configuration sessions.
Displays the current running (active) configuration.
Cisco ASR 14000 Series Router System Management Command Reference
show configuration (config)
SMR-173

Advertisement

Table of Contents
loading

Table of Contents