PurposeCommand or Action
switch(config-sync-sp-if)# speed 1000
switch(config-sync-sp-if)# channel-group
100
(Optional)
Displays the configuration commands in the
switch profile buffer.
show switch-profile name buffer
Example:
switch(config-sync-sp)# show
switch-profile abc buffer
switch(config-sync-sp)#
Step 4
Verifies the commands in the switch profile
buffer.
verify
Example:
switch(config-sync-sp)# verify
Step 5
Saves the commands in the switch profile
and synchronizes the configuration with the
peer switch.
commit
Example:
switch(config-sync-sp)# commit
Step 6
(Optional)
Displays the status of the switch profile on
the local switch and the status on the peer
switch.
show switch-profile name status
Example:
switch(config-sync-sp)# show
switch-profile abc status
switch(config-sync-sp)#
Step 7
Exits the switch profile configuration mode.exit
Example:
switch(config-sync-sp)# exit
switch#
Step 8
(Optional)
Copies the running configuration to the
startup configuration.
copy running-config startup-config
Example:
switch# copy running-config startup-config
Step 9
The following example shows how to create a switch profile, configure a peer switch, and add commands to
the switch profile.
switch# configuration terminal
switch(config)# cfs ipv4 distribute
switch(config-sync)# switch-profile abc
switch(config-sync-sp)# sync-peers destination 10.1.1.1
switch(config-sync-sp)# interface port-channel100
switch(config-sync-sp-if)# speed 1000
switch(config-sync-sp-if)# interface Ethernet1/1
switch(config-sync-sp-if)# speed 1000
switch(config-sync-sp-if)# channel-group 100
switch(config-sync-sp)# verify
switch(config-sync-sp)# commit
switch(config-sync-sp)# exit
switch#
Cisco Nexus 5600 Series NX-OS System Management Configuration Guide, Release 7.x
16 OL-31641-01
Configuring Switch Profiles
Adding or Modifying Switch Profile Commands