ā01-26-2017 01:02 PM - edited ā03-08-2019 09:04 AM
Hello, I notice on some switches that the management VLAN is used as the native VLAN.
Would it not be better to create a dummy VLAN to be the native VLAN ?
My thinking is that if the mangement VLAN is used as the native, then it :
Solved! Go to Solution.
ā01-26-2017 02:12 PM
Hello,
the VLAN hopping attack argument is definitely a valid one. In addition, management traffic is essentially user traffic. Since the native Vlan is used for untagged inter-switch link traffic, any user traffic should be separated anyway (although the chance that management traffic actually leads to congestion and frame drops is probably remote at best).
Either way, not using Vlan 1 at all (neither for management nor for untagged traffic) is good practice. The reality however is that most companies (at least the ones I worked for) keep using Vlan 1 for both, at the same time...
ā01-26-2017 02:12 PM
Hello,
the VLAN hopping attack argument is definitely a valid one. In addition, management traffic is essentially user traffic. Since the native Vlan is used for untagged inter-switch link traffic, any user traffic should be separated anyway (although the chance that management traffic actually leads to congestion and frame drops is probably remote at best).
Either way, not using Vlan 1 at all (neither for management nor for untagged traffic) is good practice. The reality however is that most companies (at least the ones I worked for) keep using Vlan 1 for both, at the same time...
ā01-26-2017 02:28 PM
Its usually best security practice not to use vlan1. Most companies change it to a different vlan and use it as native or not. It is also good practice not to expose the native vlan to outside sine it is used for management.
HTH
ā01-26-2017 02:49 PM
Hello
As stated - Best practice is to not use vlan 1, in fact you cannot delete vlan1 but you can remove it from trunk interfaces and you can disable it at both l2/l3
Lastly you can create a dummy vlan as your native vlan for l2 control traffic such has stp/cdp/vtp etc and specify this over your trunks
int vlan 1
shut
vlan 1
suspend
vlan 999
name dummy
res
Paul
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