04-13-2019 02:27 PM
I am continually receiving these messages:
*Apr 13 17:53:48.255: %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discover ed on TenGigabitEthernet1/0/1 (1), with Cisco-3750-x-stack GigabitEthernet2/0/30 (4).
Once you do a factory reset all it is supposed to move all configuration. When I boot using boot flash:cat9k_iosxe.16.09.03.SPA.bin. I still the the message above. What am I missing what else do I need to do to remove all previous configuration.
The switch is a C9300-24UX-E.
THx
Bryan
04-13-2019 03:03 PM - edited 04-13-2019 03:04 PM
Not sure what command you have tried here is reset :
factory-reset { all | config | boot-vars }
Syntax Description
all
Removes all the data from the device, including configuration data, crash information, log files, boot variables, core files, IOS images including the current boot image.
config
Removes all the configuration data, including user data, startup, and running configuration.
boot-vars
Resets boot variables.
04-13-2019 04:36 PM
04-13-2019 08:45 PM
@Leo Laohoo wrote:
Either disconnect the port or enable VLAN 4 on that link.
I don't have any ports connected.
04-13-2019 09:57 PM
04-13-2019 10:05 PM
To reset these switches to factory defaults, you need to delete the startup configuration and the vlan.dat file. Try deleting vlan.dat on your Cisco 3750 switch. See link, https://www.cisco.com/c/en/us/support/docs/switches/catalyst-2900-xl-series-switches/24328-156.html
Cat2950# dir flash:
Cat2950# delete flash:vlan.dat
04-15-2019 06:39 PM
I did a dir of flash: and there is no vlan.dat file on the switch. Which is expected since I did a factory reset all.
Any other ideas.
@joseph.h.nguyen wrote:To reset these switches to factory defaults, you need to delete the startup configuration and the vlan.dat file. Try deleting vlan.dat on your Cisco 3750 switch. See link, https://www.cisco.com/c/en/us/support/docs/switches/catalyst-2900-xl-series-switches/24328-156.html
Cat2950# dir flash:Cat2950# delete flash:vlan.dat
04-14-2019 01:35 AM
Hi,
Basically, there will two reasons for the CDP mismatch as VLAN number mismatch at both ends or CDP version miss match on both devices. As you don't have connected any device on the switch but it is still giving the error message then:
1. Try to disable/shut the management port.
2. update IOS version. Maybe bug.
04-15-2019 06:42 PM
@Deepak Kumar wrote:Hi,
Basically, there will two reasons for the CDP mismatch as VLAN number mismatch at both ends or CDP version miss match on both devices. As you don't have connected any device on the switch but it is still giving the error message then:
1. Try to disable/shut the management port.
2. update IOS version. Maybe bug.
Hi Deepak,
I have tried a couple versions of iOS and all have this problem. I am not sure how disabling / shutting the management port would help given the error message. Also, how do I do that?
Thx
Bryan
04-16-2019 05:09 PM
Keep in mind that when you reset your IOS XE, your native VLAN ID is 1 while your 3750 native VLAN ID is 4. Referring back to earlier post, you have to configure one of them to match so both need to be native vlan 1 or 4 or another arbitrary number. If you want to change 3750 native vlan, see link https://community.cisco.com/t5/switching/vlan-dot1q-tag-native-on-catalyst-3750/td-p/3704122
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