Symptom
The "logging level lldp" command is displayed differently in the running and startup configurations which is causing unexpected output of the diff command after saving the configuration:
N7K# copy running-config startup-config
[########################################] 100%
N7K# show running-config diff
*** Startup-config
--- Running-config
***************
*** 37,47 ****
feature bfd
logging level lldp 3
-
no password strength-check
username admin password 5 role network-admin
--- 37,46 ----
Conditions
LLDP logging level set to any value other than its default:
SG-EQ1-WAN-CORE-01# show logging level lldp
Facility Default Severity Current Session Severity
-------- ---------------- ------------------------
lldp 2 2
Workaround
Change the LLDP logging level back to its default value:
"logging level lldp 2" or "no logging level lldp x"
Further Problem Description