03-14-2014 02:03 AM - edited 03-04-2019 10:34 PM
Hi Folks,
I have a question regarding encapsulation dot1q.
why we need to encapsulate for providing asigning an ip address.
interface Bundle-Ether10.1 (XR)
mtu 9216
ipv4 address X.X.X.X 255.255.255.254
encapsulation dot1q 2
interface port-channel20.10 (NX-OS)
mtu 9216
encapsulation dot1q 11
ip address X.X.X.X/31
no shutdown
interface Port-channel20.1 (IOS)
mtu 4470
encapsulation dot1q 20
ip add X.X.X.X 255.255.255.0
Solved! Go to Solution.
03-14-2014 05:30 AM
In your examples, you are describing using one physical link to support multiple virtual networks using 802.1q tags for traffic separation/isolation. The 'encapsulation dot1q X' command is required to associate traffic with a particular 802.1q tag to a specific logical interface.
So in your IOS-XR example above, traffic entering the physical Bundle-Ether10 interface with an 802.1q tag of 2 will be terminated on the Bundle-Ether10.1 logical interface.
03-14-2014 05:30 AM
In your examples, you are describing using one physical link to support multiple virtual networks using 802.1q tags for traffic separation/isolation. The 'encapsulation dot1q X' command is required to associate traffic with a particular 802.1q tag to a specific logical interface.
So in your IOS-XR example above, traffic entering the physical Bundle-Ether10 interface with an 802.1q tag of 2 will be terminated on the Bundle-Ether10.1 logical interface.
03-14-2014 06:10 AM
Your answer is fair enough to understand. Thanks
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