bridge-vlan-aware yes bridge-ports swp1 swp2 bridge-vids 100 bridge-stp on auto bridge2 iface bridge2 bridge-ports swp3.100 swp4.100 bridge-stp on You can declare only one VLAN-aware bridge per physical switch in Cumulus Linux. The example above uses a combination of VLAN-aware (bridge1)...
auto bridge iface bridge bridge-ports swp1 swp2 bridge-pvid 1 bridge-vids 1 100 200 bridge-vlan-aware yes auto bridge iface bridge bridge-ports swp1 swp2 bridge-vids 100 200 bridge-vlan-aware yes If you specifybridge-vidsorbridge-pvidat the bridge level, these configurations are inherited ...
For network topologies that depend on VLANs, it is recommended to use MSTP since it is a VLAN aware protocol and gives the ability to do load balancing per VLAN groups. There are a lot of considerations that should be made when designing a STP enabled network, more detailed case studies ...
You will see the bond interface configuration here. We are not using VLAN aware because we are using a VLAN access port (untagged port). We will use VLAN aware option when we use VLAN tagging on the bond interface. Learn more about theVLAN configuration on Proxmox here. When you create a...
Yes if you put bridge-group on both interfaces then they become part of a single broadcast domain. It might make sense to put an IP address on one of the interfaces. If you wanted to put an address on the other interface, you could do it but I do not believe that it would accomplis...
adis Level 1 In response to Giuseppe Larosa 03-16-2009 07:51 AM Yes, I know that. In that case, is it enough to add an IP address to VLAN1? Thanks! 0 Helpful Reply Giuseppe Larosa Hall of Fame In response to adis 03-16-2009 08:15 AM Hello Adis, it should take...
interface Vlan20 ip address 192.168.20.254 255.255.255.0 interface Vlan21 ip address 192.168.21.254 255.255.255.0 ! interface GigabitEthernet1/0/6description 1310-1 (ROOT BRIDGE)switchport trunk encapsulation dot1qswitchport trunk native vlan 20switchport trunk allowed vlan 20,21switchport mode trunk ...
etc/network/interfaces ... auto swp1 iface swp1 mstpctl-portautoedge no auto swp2 iface swp2 mstpctl-portrestrrole yes auto swp3 iface swp3 auto swp4 iface swp4 ... auto my_bridge_A iface my_bridge_A address 10.10.10.10/24 bridge-ports swp1 swp2 swp3 swp4 bridge-vlan-aware ...
auto bridge iface bridge bridge-ports swp1 swp2 bridge-vids 1 100 200 bridge-vlan-aware yes auto bridge iface bridge bridge-ports swp1 swp2 bridge-pvid 1 bridge-vids 1 100 200 bridge-vlan-aware yes auto bridge iface bridge bridge-ports swp1 swp2 bridge-vids 100 200 bridge-vlan-aware ...
Yes, I know that. In that case, is it enough to add an IP address to VLAN1? Thanks! 0 Helpful Reply Giuseppe Larosa Hall of Fame In response to adis 03-16-2009 08:15 AM Hello Adis, it should take an ip address by DHCP to give your PC a chance to telnet successfully....