11-22-2016 12:40 AM - edited 03-08-2019 08:15 AM
Hi all,
How can I identify a transit vlan?
11-22-2016 06:14 AM
Logically or physically or both?
11-22-2016 06:31 AM
For logically. Thanks.
11-22-2016 09:44 AM
Logically a transit VLAN is one carrying traffic that neither is neither sourced or destined for hosts on that VLAN. I.e. the VLAN carries traffic that just passes across the VLAN, or transits the VLAN.
11-22-2016 04:04 PM
11-24-2016 02:53 AM
Ok, a "normal" VLAN is where host devices generally reside. I.e. traffic to those hosts starts/ends with them. It does not carry other traffic from hosts not connected to that VLAN.
Do you understand a p2p link? Do you understand how it carries transit traffic? If so, a transit VLAN serves the same purpose, and like most p2p networks the transit VLAN might be configured also as a /30 or /31 network.
e.g. p2p
rtr1
int s1
desc connects to rtr2 s1
ip address 192.168.1.1 255.255.255.252
rtr2
int s1
desc connects to rtr1 s1
ip address 192.168.1.2 255.255.255.252
e.g. transit vlan
L3-1
int vlan 10
desc connects to L3-2 vlan 10
ip address 192.168.1.1 255.255.255.252
L3-2
int vlan 10
desc connects to L3-1 vlan 10
ip address 192.168.1.2 255.255.255.252
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