...
When doing default interface on a N9K-C92348GC-X switch on impacted code, you may see the following error. There may be unexpected config left on the port as a result. switch(config)# default int e1/51 Interface config wipeout failed. Please check "show default-interface log" for error details << reported error switch(config)# show run int e1/51 !Command: show running-config interface Ethernet1/51 !Running configuration last done at: Fri Dec 22 14:17:39 2023 !Time: Fri Dec 22 14:17:52 2023 version 10.2(4) Bios:version 05.44 interface Ethernet1/51 link mac-up timer 0 <<< unexpected added config after default link max-bringup timer 0 <<< unexpected added config after default RAD-AC4-RR-HH(config)# default interface e1/51 Interface config wipeout failed. Please check "show default-interface log" for error details RAD-AC4-RR-HH(config)# show default-interface log `config terminal` `interface Ethernet1/51` `shutdown` `logging event port link-status default` `no spanning-tree port type edge` `no description dataradls03-ilo` `exit` `interface Ethernet1/51` `shutdown` `switchport access vlan 1` `switchport trunk native vlan 1` `no switchport vlan mapping all dot1q-tunnel` `priority-flow-control mode auto` `priority-flow-control watch-dog-interval off` `logging event port trunk-status default` `logging event port link-status default` `speed auto` `duplex auto` `no link transmit reset-skip` `link dfe adaptive-tuning` `no unidirectional` `no link-flap error-disable` `no link loopback` `link mac-up timer 0` `link max-bringup timer 0` `no link active-jitter-management` `no link debounce` `no beacon` `no mtu` `delay 1` `snmp trap link-status` `itu channel 32` ERROR: invalid configuration 216 entered on interface <<< error seen default interface failure if_index is 0x1a006a00 fq_cmd=exconfEthernet1/51itu channel 32 ret=1 `no bandwidth inherit` `storm-control broadcast level 100.00`
N9K-C92348GC-X switch default interface on a physical port impacted code
Manually delete the remaining config lines on a defaulted port using "no" CLI: no link mac-up timer 0 no link max-bringup timer 0 "reload" or "reload ASCII" will not clear these lines, they must be manually deleted.