Exam 640-878 | Question id=5010 | Cisco Operating Systems and Platforms II |
Refer to the show command exhibit.
RP/0/RSP0/CPU0:PE7(config)#show configuration
Building configuration...
!! IOS XR Configuration 4.1.0
hostname PE7
username execuser
group operator
password 7 02050D480809
!
cdp
line console
exec-timeout 10 0
!
interface Loopback0
ipv4 address 10.7.1.1 255.255.255.255
ipv6 address 2001:db8:10:7:1:1/128
ipv6 enable
!
interface MgmtEth0/RSP0/CPU0/0
cdp
ipv4 address 10.10.10.40 255.255.255.0
!
interface MgmtEth0/RSP0/CPU0/1
shutdown
!
interface GigabitEthernet0/0/0/0
cdp
ipv4 address 192.168.107.70 255.255.255.0
ipv6 address 2001:db8:192:168:107::70/64
ipv6 enable
speed 100
duplex full
!
!
route-policy pass
pass
end-policy
!
end
Which statement is true?
A. |
It shows the result of the target configuration merged with the running configuration. | |
B. |
It shows the contents of the uncommitted configuration. | |
C. |
It shows the contents of the failed configuration. | |
D. |
It shows the contents of the running configuration. |
To display information about the current configuration session (target configuration), use the show configuration command in any configuration mode.
show configuration [merge] [running]