cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2216
Views
0
Helpful
3
Replies

Nexus 6k: Error: Command is not mutually exclusive

CiscoMedMed
Level 1
Level 1

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

3 Replies 3

Sergiu.Daniluk
VIP Alumni
VIP Alumni

 

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

 

That's a big help. Thank you. 

 

 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?

Review Cisco Networking for a $25 gift card