This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:router:mikrotik_vlan [2014/02/26 12:57] gcooper |
networking:router:mikrotik_vlan [2014/12/16 14:06] (current) gcooper |
||
---|---|---|---|
Line 24: | Line 24: | ||
* A hybrid port is a special mode that allow untagged and tagged packets on the same port. | * A hybrid port is a special mode that allow untagged and tagged packets on the same port. | ||
* For example, you have a VoIP desk phone and you connect your PC to the phone and the phone to the switch. | * For example, you have a VoIP desk phone and you connect your PC to the phone and the phone to the switch. | ||
- | * We will have a VLAN for VoIP and untagged data for the PC. | + | * We will have a VLAN for VoIP and untagged data for the PC. |
+ | * http:// | ||
===== Create VLANs ===== | ===== Create VLANs ===== | ||
Line 33: | Line 34: | ||
* IP addresses are then configured on the respective bridges | * IP addresses are then configured on the respective bridges | ||
* Treat EoIP tunnel interfaces like physical interfaces | * Treat EoIP tunnel interfaces like physical interfaces | ||
- | * If you are not stripping tags, you don't need to configure the VLAN interfaces, at least on physicsal | + | * If you are not stripping tags, you don't need to configure the VLAN interfaces, at least on physical |
- Configure VLANs on trunk interface ports | - Configure VLANs on trunk interface ports | ||
Line 73: | Line 74: | ||
Example of MT interfaces: | Example of MT interfaces: | ||
+ | < | ||
ether1 (this is the port connected to the Cisco " | ether1 (this is the port connected to the Cisco " | ||
ether1-vl100 (VLAN interface) | ether1-vl100 (VLAN interface) | ||
Line 92: | Line 94: | ||
eoip-1 (Ethernet over IP interface in the same Layer2 network) | eoip-1 (Ethernet over IP interface in the same Layer2 network) | ||
+ | </ | ||
Summary: | Summary: | ||
create VLAN interfaces in physical interfaces or WDS interfaces. | create VLAN interfaces in physical interfaces or WDS interfaces. |