Adding additional VLAN tags to existin interfaces
My current configuration is listed below. I need to add VLAN 1910 to the Ethernet interfaces of 1 and 2 so they reside in both VLANs 910 & 1910. This needs to be done with little or no disruption the exist LAG and production network. Can this new VLAN 1910 be added and combined with VLAN 910 for both Ethernet interfaces 1 and 2? And what kind of disruption can I expect, if any?
!
vlan 910
tagged ethernet 1 to 2
router-interface ve 910
!
!
interface ethernet 1
lacp trunk 1 mode active
lacp timeout short
!
interface ethernet 2
lacp trunk 1 mode active
lacp timeout short
!
!
vlan 910
tagged ethernet 1 to 2
router-interface ve 910
!
!
interface ethernet 1
lacp trunk 1 mode active
lacp timeout short
!
interface ethernet 2
lacp trunk 1 mode active
lacp timeout short
!
0
Comments
I do not see any problems with the requested configuration above. Things to consider during deploying this configuration is that you need to have a distinct subnet IP address within the "vlan router-interfaces". Same subnet address will be denied.
Good Luck!
Genard
!
vlan 910
tagged ethernet 1 to 2
router-interface ve 910
!
interface ethernet 1
lacp trunk 1 mode active
lacp timeout short
!
interface ethernet 2
lacp trunk 1 mode active
lacp timeout short
!
!
interface ve 910 <<<VLAN 1910 needs share this address subnet
ip address 10.10.0.7 255.255.0.0
ip nat outside
!
Search for VLAN Bridging and you will find something like this:
bridge-vlan-group
Configure a bridge VLAN group for VLAN-to-VLAN bridging.
It will have impact as you need to remove the VE and create a new VE after you have created the vlan bridge group.
But if you have redundant devices, break VCS, use VRRP to have one side active only... change the VLAN/Ethernet config on the other... enable VRRP and have the "updated" device take over the service, then you can safely alter the last devices config as well... and later bring back VCS.
(watch out for loops on your network)
If you want to test it out before, install 2 vThunders and test it on there.