<attached>false</attached>
… <snip>
</ROW_prefix>
Dumping Snapshot Sections
Procedure
PurposeCommand or Action
Displays the content of the various sections in a
generated snapshot.
switch# show snapshots dump
snapshot-name
Step 1
The following example shows how to dump content of the various sections in a generated snapshot:
switch# show snapshots dump new
File: interface.xml Snapshot: new
===========================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<nf:rpc-reply xmlns:nf="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns="http://w
ww.cisco.com/nxos:7.3.0.N1.1.:if_manager">
<nf:data>
<show>
<interface>
<__readonly__>
<TABLE_interface>
<ROW_interface>
<interface>mgmt0</interface>
<state>up</state>
<admin_state>up</admin_state>
<eth_hw_desc>GigabitEthernet</eth_hw_desc>
<eth_hw_addr>5cfc.666d.3b34</eth_hw_addr>
<eth_bia_addr>5cfc.666d.3b34</eth_bia_addr>
<eth_ip_addr>5.24.100.101</eth_ip_addr>
<eth_ip_mask>16</eth_ip_mask>
<eth_ip_prefix>5.24.0.0</eth_ip_prefix>
<eth_mtu>1500</eth_mtu>
… <snip> …
Entering Maintenance Mode
If you are going to create your own profile rather than using the system mode maintenance command to do
it for you, see the Configuring Custom Maintenance Mode and Custom Normal Mode Profile section.
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Puts all enabled protocols in maintenance mode (using the isolate
command).
switch(config)# system
mode maintenance
Step 2
[always-use-custom-profile
Use the dont-generate-profile and shutdown options to put the switch
in maintenance mode.
Cisco Nexus 5600 Series NX-OS System Management Configuration Guide, Release 7.x
OL-31641-01 295
Configuring GIR (Cisco NX-OS Release 7.3(0)N1(1))
Dumping Snapshot Sections