VLAN limit
When I was learning CCNA, the training video mentioned that while you could create 4096 different VLANs, Cisco recommend ~500 due to limitations of the switch. Is this still the case?
2018 Certification Goals: Maybe VMware Sales Cert
"Simplify, then add lightness" -Colin Chapman
"Simplify, then add lightness" -Colin Chapman
Comments
-
Kelkin Member Posts: 261 ■■■□□□□□□□Actually really depends on the switch and code and configuration. For instance.. In the older cisco 3125x (Blade Enclosure Switch) They only support up to 128 Spanning tree instances which if you know STP/RSTP each vlan can be a spanning-tree instance.
-
networker050184 Mod Posts: 11,962 ModAs Kelkin said, it's really STP instances that start to get in your way. The most common work around for this in me experience is MST.An expert is a man who has made all the mistakes which can be made.
-
DevilWAH Member Posts: 2,997 ■■■■■■■■□□This is much like the recommendation of <250 IP per subnet. AS routers/Nic have got more powerful and networks more "intelligent", this limit is not quite so important these days. However its worth knowing the reasons it was put forward in the first place. Some types of networks lean them selves to lots of background chatter that having small subnets help to mitigate the affect. While other subnets can handle several thousands with out issue.
If you ever see a recommended limit, its always based on some assumptions, so its worth knowing what they are so you can make an informed choice.- If you can't explain it simply, you don't understand it well enough. Albert Einstein
- An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.
Linkin Profile - Blog: http://Devilwah.com -
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□networker050184 wrote: »As Kelkin said, it's really STP instances that start to get in your way. The most common work around for this in me experience is MST.
-
xXErebuS Member Posts: 230networker050184 wrote: »As Kelkin said, it's really STP instances that start to get in your way. The most common work around for this in me experience is MST.
Of course; MST is the devil..... don't forget to mention that =D -
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□Of course; MST is the devil..... don't forget to mention that =D
-
it_consultant Member Posts: 1,903All of my Brocades are limited to 4096 precisely because of the PVSTP memory requirements.
-
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□it_consultant wrote: »All of my Brocades are limited to 4096 precisely because of the PVSTP memory requirements.
Also Brocade devices normally can't support 4096 spanning trees, bur rather closer to 255. Which is plenty for just about any practical application. That's probably why they stopped there. They scale to 4096 VLANs without MST precisely because they're capable of running with a CST as opposed to PVST, an IEEE-compliant mode they call "single spanning tree mode". -
shabeerm Member Posts: 29 ■□□□□□□□□□When I was learning CCNA, the training video mentioned that while you could create 4096 different VLANs, Cisco recommend ~500 due to limitations of the switch. Is this still the case?
Maximum VLANs supported by 802.1Q is 4094 and Maximum VLAN supported by ISL is 1000For CCNA / CCNP notes visit my blog http://sysnetnotes.blogspot.in/ -
mistabrumley89 Member Posts: 356 ■■■□□□□□□□NetworkVeteran wrote: »Also Brocade devices normally can't support 4096 spanning trees, bur rather closer to 255. Which is plenty for just about any practical application. That's probably why they stopped there. They scale to 4096 VLANs without MST precisely because they're capable of running with a CST as opposed to PVST, an IEEE-compliant mode they call "single spanning tree mode".
Depending on the device model they normally max out at 255 or 512 virtual interfaces and vlans by default. You can change both vlan max and virtual-interface maxes by using a system-max {virtual-interface/vlan} DECIMAL at global config. Which will allow you to utilize 4096.Goals: WGU BS: IT-Sec (DONE) | CCIE Written: In Progress
LinkedIn: www.linkedin.com/in/charlesbrumley -
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□mistabrumley89 wrote: »You can change both vlan max and virtual-interface maxes by using a system-max {virtual-interface/vlan} DECIMAL at global config.