PurposeCommand or Action
you can see the log file @ show
inactive-if-config log
(Optional)
Displays the commands that were used to clear the inactive
configurations.
show inactive-if-config log
Example:
# show inactive-if-config log
Step 3
Verifying the Device Configuration
To verify the configuration after bootstrapping the device using POAP, use one of the following commands:
PurposeCommand
Displays the running configuration.show running-config
Displays the startup configuration.show startup-config
For detailed information about the fields in the output from these commands, see the Cisco Nexus command
reference for your device.
Examples of Working with Configuration Files
This section includes examples of working with configuration files.
Copying Configuration Files
This example shows how to copy a running configuration to the bootflash: file system:
Backing Up Configuration Files
This example shows how to back up the startup configuration to the bootflash: file system (ASCII file):
switch# copy startup-config bootflash:my-config
This example shows how to back up the startup configuration to the TFTP server (ASCII file):
switch# copy startup-config tftp://172.16.10.100/my-config
This example shows how to back up the running configuration to the bootflash: file system (ASCII file):
switch# copy running-config bootflash:my-config
   Cisco Nexus 5500 Series NX-OS Fundamentals Configuration Guide, Release 7.x
136 OL-30890-01   
Working with Configuration Files
Verifying the Device Configuration