IMG
I
16.7.1.0
Device#
Step 7
show install committed
Example:
Device# show install committed
Displays information about committed packages.
Device#
show install committed
[ R0 ] Committed Package(s) Information:
State (St): I - Inactive, U - Activated & Uncommitted,
C - Activated & Committed, D - Deactivated & Uncommitted
--------------------------------------------------------------------------------
Type
St
Filename/Version
--------------------------------------------------------------------------------
IMG
C
16.6.1.0
Device#
Step 8
show install uncommitted
Example:
Device# show install uncommitted
Displays information about uncommitted packages.
Device#
show install uncommitted
[ R0 ] Uncommitted Package(s) Information:
State (St): I - Inactive, U - Activated & Uncommitted,
C - Activated & Committed, D - Deactivated & Uncommitted
--------------------------------------------------------------------------------
Type
St
Filename/Version
--------------------------------------------------------------------------------
IMG
U
16.6.2.0
Device#
Example: Configuring a Device as a DHCP Server
Device#
configure terminal
Device(config)#
ip dhcp pool pool1
Device(dhcp-config)#
network 10.10.10.0 255.255.255.0
Device(dhcp-config)#
boot config-boot.text
Device(dhcp-config)#
default-router 10.10.10.1
Device(dhcp-config)#
option 150 10.10.10.1
Device(dhcp-config)#
exit
Device(config)#
tftp-server flash:config-boot.text
Device(config)#
interface gigabitethernet1/0/4
Device(config-if)#
no switchport
Device(config-if)#
ip address 10.10.10.1 255.255.255.0
Device(config-if)#
end
System Management Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9500 Switches)
92
Performing Device Setup Configuration
Example: Configuring a Device as a DHCP Server