07-06-2020 11:05 PM
I attempted to modify the description on an Ethernet interface on one of my Nexus 6k pair..
CORE02(config)# int eth 1/35
CORE02(config-if)# description P1 Storage
Error: Command is not mutually exclusive
I searched the error and it appears to be related to config synchronization. What would I need to do to modify the description on this CORE02 switch?
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/operations/n5k_config_sync_ops.html#86046
07-07-2020 02:05 AM
N5k-1# config sync N5k-1(config-sync)# switch-profile <name of the profile> N5k-1(config-sync-sp)# int e1/35 N5k-1(config-sync-sp-if)# description <New Description> N5k-1(config-sync-sp-if)# exit N5k-1(config-sync-sp)# commit
Stay safe,
Sergiu
07-07-2020 08:02 AM
That's a big help. Thank you.
07-07-2020 08:16 AM
Is it the case that every time you exit the commit buffer is cleared if you don't execute the commit? And is there a way to preview what is about to be committed?
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