
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2013 12:12 PM - edited 03-07-2019 01:51 PM
Hello Cisco Community,
i want to remove the sync-profile on each of two synchronized Nexus 5596UP without loosing the config stored in Switch-Profile. That means without connectivity interruption and re-configuration of interfaces in "conf t mode", for example. Since NX-OS Release 5.2(1)N1(1) there is a new command
switch(config-sync)# no switch-profile abc profile-only
- profile-only—Deletes the switch profile without the local configuration.
Is that what I am looking for?
Thank you so much.
Solved! Go to Solution.
- Labels:
-
Other Switches
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2013 02:38 PM
Hi,
That is correct. According to the link you posted, you just need to use the profile only command
Make sure you have a good copy of the config before doing this, just in case.
Deletes the switch profile as follows:
- all-config—Deletes the switch profile on the local and peer switch. If the peer switch is not reachable, only the local switch profile is deleted.
- local-config—Deletes the switch profile and local configuration.
- profile-only—Deletes the switch profile without the local configuration
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2013 02:38 PM
Hi,
That is correct. According to the link you posted, you just need to use the profile only command
Make sure you have a good copy of the config before doing this, just in case.
Deletes the switch profile as follows:
- all-config—Deletes the switch profile on the local and peer switch. If the peer switch is not reachable, only the local switch profile is deleted.
- local-config—Deletes the switch profile and local configuration.
- profile-only—Deletes the switch profile without the local configuration
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2013 03:58 AM
Worked as desired.Thank you. The complete command is :
switch(config-sync)# no switch-profile abc profile-only all
to remove on all switch-profile switches. Former "conf sync" is inside normal configuration again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 09:51 AM
You nailed it! Mahalo!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2015 03:23 AM
Reza, I need to remove the switch-profile on our Nexus 5k Environment as well with no down time. I just wanted to confirm that by using the
no switch-profile abc profile-only
command that the Interfaces previously configured will keep its configs and the interfaces that are currently tied to the profile that have become unconfigurable (command is not mutually exclusive message), will be able to be configured normally
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016 01:19 AM
Yes, it worked with that command.
