03-03-2016 11:03 AM - edited 03-08-2019 04:49 AM
Hi,
We have two Nexus 5548UP (sync-peers)
How do I remove an interface from switch-profile?
I have an error
NEXUS-A(config-sync)# switch-profile F1-5548
Switch-Profile started, Profile ID is 1
NEXUS-A(config-sync-sp)# no interface ethernet 1/18
^
Invalid range at '^' marker.
NEXUS-A(config-sync-sp)#
My version is
kickstart: version 6.0(2)N1(2)
system: version 6.0(2)N1(2)
03-04-2016 06:23 AM
Hi
no switch-profile testprof profile-only all -- this deletes whole lot profile and config
if you want the profile to stay but config under it gone
no switch-profile testprof profile-only
I don't think you can go in an remove just 1 int like that with no statement
03-09-2016 08:14 AM
Thank you for help
03-05-2020 02:17 AM
You can do it in local configuration mode (aka "conf term") issuing command "default interface eth1/18". The interface configuration will be reset to defaults, thus the switch-profile context configuration will be removed as well.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide