Verifying the Synchronization Status Example
Step 7
Verifying the Synchronization Status Example
The following example shows how to verify the synchronization status between the local and the peer switch:
switch(config-sync)# show switch-profile switch-profile status
Start-time: 804935 usecs after Mon Aug 23 06:41:10 2010
End-time: 956631 usecs after Mon Aug 23 06:41:20 2010
Profile-Revision: 2
Session-type: Commit
Peer-triggered: No
Profile-status: Sync Success
Local information:
----------------
Status: Commit Success
Error(s):
Peer information:
----------------
IP-address: 10.1.1.1
Sync-status: In Sync.
Status: Commit Success
Error(s):
switch(config-sync)#
Displaying the Running Configuration
The following example shows how to display the running configuration of the switch profile on the local
switch:
switch# configure sync
switch(config-sync)# show running-config switch-profile
switch-profile sp
sync-peers destination 10.1.1.1
class-map type qos match-all c1
class-map type qos match-all c2
policy-map type qos p1
Cisco Nexus 5600 Series NX-OS System Management Configuration Guide, Release 7.x
26
Command or Action
Example:
switch(config-sync-sp-if)# verify
Verification Successful
Apply the commands to the switch profile and to synchronize the configurations between
the local and the peer switch.
Example:
switch(config-sync-sp)# commit
Commit Successful
switch(config-sync)#
match cos 2
match cos 5
class c1
set qos-group 2
class c2
Configuring Switch Profiles
Purpose
OL-31641-01