03-10-2025 06:04 AM
Hello Team,
I am using 15 QTY of IE-3400 Switches in Customer environment and all are forming a Ring using REP Protocol. Everything is working fine. I can see that some automatic configuration changes is happening randomly in the configuration of switches, like hostname is changing to switch and default-gateway is getting removed for some of the switches, not sure what is the issue..
Note : ALl the switches are integrated with SNMP V3 in WhatsUp Gold tool and No event manager is configured on Switch.
03-10-2025 02:35 PM
Is SNMP RW enabled?
Is there DNAC?
03-10-2025 07:44 PM
snmp-server group contoso v3 priv read contoso
snmp-server view contoso iso included
snmp-server enable traps
snmp-server host 10.0.0.251 version 3 auth contoso
snmp-server user SNMP contoso v3 auth sha Welcome@2025 priv aes 256 Welcome2025!
No DNAC in environment and see the above SNMP config, do you see any issue.
03-10-2025 11:17 PM
Disable SNMPv3 RW and see if the configurations continue to change.
03-11-2025 01:01 AM
Do you see RW Enable on my script.
03-11-2025 03:50 AM
Just take all SNMP details off.
We're trying to figure out if your switch is haunted or not.
03-22-2025 08:38 AM - edited 03-22-2025 11:21 AM
Hello,
I have removed SNMP Configuration from all the switches. Still config keeps on changing randomly. I am suspecting below command. Do you think that this command triggering the configuration change.? Additionally I removed below command as well from the switches and observing it.
memory free low-watermark processor 600000
03-22-2025 05:21 PM
Do a "sh run". The first two lines show if the configs have changed and by what username.
Please check if this info changes alongside the config changes.
03-29-2025 09:36 PM
I am still woondering why the config getting changed, I cannot see any username
03-30-2025 02:08 AM
Raise a TAC Case.
This is getting wierd.
04-03-2025 12:13 PM - edited 04-03-2025 12:15 PM
Cannot log a tac case right now, I just saw one thread, the same i am facing here as well, but the resolution in thread was not understandable. Can you guide more if you understand that what that person is actually trying to say
no boot config-file is not working for me.
https://community.cisco.com/t5/switching/hostname-not-loading/td-p/3372613
04-03-2025 02:23 PM
IE3k like of switches run on IOS-XE and the command "no boot-config" is not compatible.
Post the first ten lines to the command "sh run". There is a "service" command I want to see if it is enabled.
04-03-2025 07:22 PM - edited 04-03-2025 07:24 PM
Current configuration : 12865 bytes
!
! Last configuration change at 20:14:50 IST Sat Mar 22 2025 by **************** (This * does not shows any username)
! NVRAM config last updated at 20:14:46 IST Sat Mar 22 2025 by **************** ( THis remians the same when last wr was done)
!
version 17.12
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
service password-encryption
service linenumber
service compress-config
service sequence-numbers
no platform punt-keepalive disable-kernel-core
no platform punt-keepalive settings
no platform bridge-security all
!
hostname **************
!
logging count
logging buffered 40960
aaa new-model
!
04-03-2025 08:23 PM - edited 04-03-2025 08:23 PM
One thing is not getting digested, I have one switch IE3300 on another site and in show running first line only shows the last running configuration changes, not NVRAM last updated It has 17.9.x firmware.
Current configuration : 16182 bytes
!
! Last configuration change at 06:30:59 IST Sat Jan 1 2000 by ABC
!
version 17.9
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
service password-encryption
service linenumber
service compress-config
service sequence-numbers
service counters max age 10
service call-home
service unsupported-transceiver
04-03-2025 11:07 PM
@Himanshu_Dwivedi wrote:
archive log config logging enable path tftp://A.B.C.D/$h-$t write-memory time-period 10080
Let's try this.
This will cause the switch to send a copy of the config every time some saves the config.
When the configs deposited into the TFTP starts showing up, run a differential to determine what lines are being changed.
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