Chapter 2
Cisco IOS XR Basic Configuration Management
Displaying the Current Running Configuration
To display the details of the currently running configuration, enter the show running-config command.
The running configuration is the active configuration used to operate the router.
RP/0/RP0/CPU0:router(config)# show running-config
Building configuration...
!! Last configuration change at 22:55:41 UTC Mon Apr 05 2004 by lab
!
hostname router
username user_a
password 7 020A0559
group root-system
!
username user_b
password 7 08294A5C0C1416
group root-system
!
ipv6 access-list list1
10 permit ipv6 333:1:2:3::/64 any
20 permit ipv6 444:1:2:3::/64 any
30 permit ipv6 5555:1:2:3::/64 any
40 permit ipv6 4444:1:2:3::/64 any
50 permit ipv6 3333:1:2:3::/64 any
!
interface MgmtEth0/RP1/CPU0/0
ipv4 address 10.2.1.1 255.0.0.0
!
interface POS0/2/0/0
description faq
ipv4 address 10.1.1.1 255.0.0.0
exit
interface POS0/3/0/3
shutdown
xml agent corba
http server
end
Displaying the Target (Nonactive) Configuration Changes
To display the changes you have entered into the nonactive target configuration, enter the show
configuration command. The target configuration includes changes that have not yet been committed,
and are, therefore, not part of the active running configuration.
RP/0/RP0/CPU0:router(config-if)# show configuration
Building configuration...
interface POS0/3/0/3
description faq
ipv4 address 10.1.1.1 255.0.0.0
end
Displaying the Merged Configuration Before Committing the Changes
To display the currently running configuration combined with the nonactive changes from the target
configuration, enter the show configuration merge command in any configuration mode.
Cisco CRS-1 Series Carrier Routing System Getting Started Guide
Managing Configuration Sessions
2-17
Need help?
Do you have a question about the CRS-1 - Carrier Routing System Router and is the answer not in the manual?