F5F Stay Refreshed Power Users Networks How to make a native vlan?

How to make a native vlan?

How to make a native vlan?

Pages (2): Previous 1 2
G
Gannisos
Member
73
02-11-2025, 05:05 PM
#11
Nie zrozumiałem, co właśnie napisałeś. Ale chciałbym wyjaśnić, jak stworzyliśmy naturalny VLAN.
G
Gannisos
02-11-2025, 05:05 PM #11

Nie zrozumiałem, co właśnie napisałeś. Ale chciałbym wyjaśnić, jak stworzyliśmy naturalny VLAN.

P
PixelTurtle_
Junior Member
5
02-12-2025, 07:57 PM
#12
Check your work carefully and review the images.
P
PixelTurtle_
02-12-2025, 07:57 PM #12

Check your work carefully and review the images.

K
KAI_CANADIAN
Member
62
02-12-2025, 08:25 PM
#13
The report indicates a native VLAN mismatch on port 0/1 (number 99) and port 0/2 (number 1). It seems the configuration might not be aligning correctly.
K
KAI_CANADIAN
02-12-2025, 08:25 PM #13

The report indicates a native VLAN mismatch on port 0/1 (number 99) and port 0/2 (number 1). It seems the configuration might not be aligning correctly.

M
MilkIsAwesome
Member
143
02-12-2025, 11:00 PM
#14
In Cisco Packet Tracer the native VLAN was set but a mismatch error appeared. The system reported a CDP-4-NATIVE_VLAN_MISMATCH on port 0/3 and port 0/2. I resolved it using the commands: enable conf t interface vlan 99 ip address no shut exit interface FastEthernet 0/1 switchport trunk native vlan 99 no shut show interface trunk
M
MilkIsAwesome
02-12-2025, 11:00 PM #14

In Cisco Packet Tracer the native VLAN was set but a mismatch error appeared. The system reported a CDP-4-NATIVE_VLAN_MISMATCH on port 0/3 and port 0/2. I resolved it using the commands: enable conf t interface vlan 99 ip address no shut exit interface FastEthernet 0/1 switchport trunk native vlan 99 no shut show interface trunk

L
Lucadagreat
Member
236
02-13-2025, 12:55 AM
#15
Ensure the VLAN is configured correctly. You don’t have to establish an SVI on either side.
L
Lucadagreat
02-13-2025, 12:55 AM #15

Ensure the VLAN is configured correctly. You don’t have to establish an SVI on either side.

B
Blackfin323
Junior Member
34
02-28-2025, 05:07 AM
#16
Combined threads
B
Blackfin323
02-28-2025, 05:07 AM #16

Combined threads

D
Diamondaholic
Member
108
03-03-2025, 02:36 PM
#17
It means you need to configure something on both ends. You don’t have to set up a separate SVI on each side. The issue might be related to the native VLAN setup, even though you understand its purpose for network security. I sent over a job involving Cisco Packet Tracer where I configured VLANs and VTP on switches. I used a server switch and addressed other clients except switch 3. I followed the instructions but still faced problems. The native VLAN is meant to secure the network by preventing default VLAN 1, but I’m unsure why it isn’t working properly.
D
Diamondaholic
03-03-2025, 02:36 PM #17

It means you need to configure something on both ends. You don’t have to set up a separate SVI on each side. The issue might be related to the native VLAN setup, even though you understand its purpose for network security. I sent over a job involving Cisco Packet Tracer where I configured VLANs and VTP on switches. I used a server switch and addressed other clients except switch 3. I followed the instructions but still faced problems. The native VLAN is meant to secure the network by preventing default VLAN 1, but I’m unsure why it isn’t working properly.

X
xAdriLCT
Senior Member
702
03-03-2025, 10:15 PM
#18
I don’t have Packet Tracer. You should set up the VLAN on both switches by confirming VLAN 99 on each. Then connect the trunk port linking them using a configuration like: conf t int Fa0/x switchport mode trunk switchport trunk native vlan 99
X
xAdriLCT
03-03-2025, 10:15 PM #18

I don’t have Packet Tracer. You should set up the VLAN on both switches by confirming VLAN 99 on each. Then connect the trunk port linking them using a configuration like: conf t int Fa0/x switchport mode trunk switchport trunk native vlan 99

U
Unfair_Jo
Junior Member
33
03-10-2025, 03:28 PM
#19
Start with the initial steps. Assign VLAN 99 first, then set up the native VLAN 99. Yes, the standard process moves unused ports to VLAN 99 after configuring it as the native one.
U
Unfair_Jo
03-10-2025, 03:28 PM #19

Start with the initial steps. Assign VLAN 99 first, then set up the native VLAN 99. Yes, the standard process moves unused ports to VLAN 99 after configuring it as the native one.

Pages (2): Previous 1 2