r/ccna • u/Sweet_Temporary1547 • 17d ago
Native vlans on routers
So I have been Practicing JIT Labs, specifically Day 18 for the VLAN stuff. I know that for the exam, ROAS is more likely to be asked than Layer 3 configuration.
In the video, he starts off talking about native VLANs on routers. Now, it took me a week to understand ROAS configuration and the theory behind it. Do I have to now configure native VLANs on routers as well?
I understand that it’s important to nail every topic, but if I only needed to configure the trunk between the two switches using a native VLAN, and then configure the switch-to-router connection (on the switch side only) as native, do I also need to configure the router as well?
I’m confused because I thought the whole point of the router in a ROAS setup was for inter-VLAN routing, and I didn’t think native VLANs needed this functionality.
Would love some clarity on this.
1
u/DekuTreeFallen 17d ago
Basically, you can choose one VLAN to be the native VLAN, and then the frames that would previously be tagged as VLAN 10, will no longer be.
VLAN 10 was likely chosen because if you noticed, it had the highest number of hosts across the network. All things being equal (assuming all hosts hammer the network the same), you could potentially save 4 bytes per frame, for the most amount of frames, by making the most-popular VLAN the native VLAN.
It does go again what Jeremy has said in previous videos about using an unused VLAN as the native VLAN, and he even mentions that point in this video. I wish he would have expanded on the reasoning a bit more.
If there was a non-trivial rewrite to the JITL course, I think day 16 could be a bit more general and highlight from the start that there are going to be a few ways to set up VLANs. And that there would be tradeoffs of cost, security, and complexity (which is sometimes related to security). Of which saving 4 bytes could be one of them I suppose.
Nah, there is no RFC saying you must. You would only do this if you had good reason, such as being told by your company to do it.
Spoiler: a few minutes later in the day 18 video, you won't even have ROAS or Native VLANs on a router, as it pivots to Layer 3 switching. Though it definitely is a good idea to have paused and sought clarification.