Use the following commands on the local CE router (CE1) to configure the MPLS L2VPN tunnel over LAG shown in Figure 123.
- ! Configure a virtual router CE1.
- host1(config)#virtual-router ce1
- !
- ! Specify the interface for the LAG bundle lag 1 that groups
all Ethernet physical
- ! interfaces between CE1 and PE1.
- host1:ce1(config)#interface lag 1
- !
- ! Add the Gigabit Ethernet physical interfaces to the LAG
bundle named lag 1.
- ! Assign an IP address and mask to it.
- host1:ce1(config-if)#member-interface gigabitEthernet
2/1/0
- host1:ce1(config-if)#member-interface gigabitEthernet
2/1/3
- host1:ce1(config-if)#ip address 7.7.7.7 255.255.255.0
- !