Cisco Nexus 5000 Series Nx-Os System Management Configuration Guide, Release 5.2(1)N1(1 - Cisco Nexus 5000 Series Configuration Manual

System management configuration guide
Hide thumbs Also See for Nexus 5000 Series:
Table of Contents

Advertisement

Adding or Modifying Switch Profile Commands
Step 4
Step 5
Step 6
Step 7
Step 8
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 5000 Series NX-OS System Management Configuration Guide, Release 5.2(1)N1(1)

16
Command or Action
switch(config-sync-sp-if)# speed 1000
switch(config-sync-sp-if)# channel-group
100
show switch-profile name buffer
Example:
switch(config-sync-sp)# show
switch-profile abc buffer
switch(config-sync-sp)#
verify
Example:
switch(config-sync-sp)# verify
commit
Example:
switch(config-sync-sp)# commit
show switch-profile name status
Example:
switch(config-sync-sp)# show
switch-profile abc status
switch(config-sync-sp)#
exit
Example:
switch(config-sync-sp)# exit
switch#
copy running-config startup-config
Example:
switch# copy running-config startup-config
Configuring Switch Profiles
Purpose
(Optional)
Displays the configuration commands in the
switch profile buffer.
Verifies the commands in the switch profile
buffer.
Saves the commands in the switch profile
and synchronizes the configuration with the
peer switch.
(Optional)
Displays the status of the switch profile on
the local switch and the status on the peer
switch.
Exits the switch profile configuration mode.
(Optional)
Copies the running configuration to the
startup configuration.

Advertisement

Table of Contents
loading

Table of Contents