Operation Manual – IPv6H3C S3610&S5510 Series Ethernet Switches Chapter 3 Tunneling Configuration3-183.5.3 Configuration ExampleI. Network requirementsIsolated IPv6 networks are interconnected through a 6to4 tunnel over the IPv4 network.II. Network diagramVlan-int1002.1.1.1/24Vlan-int1005.1.1.1/24Vlan-int1012002:0201:0101:1::1/64Vlan-int1012002:0501:0101:1::1/64Switch A Switch B6to4 switch 6to4 switchHost A2002:0201:0101:1::2/64Host B2002:0501:0101:1::2/64IPv4 netwokFigure 3-5 Network diagram for a 6to4 tunnelIII. Configuration procedurez Configuration on Switch A# Enable IPv6. system-view[SwitchA] ipv6# Configure a link aggregation group. Disable STP on the port before adding it into thelink aggregation group.[SwitchA] link-aggregation group 1 mode manual[SwitchA] link-aggregation group 1 service-type tunnel[SwitchA] interface Ethernet 1/0/1[SwitchA-Ethernet1/0/1] stp disable[SwitchA-Ethernet1/0/1] port link-aggregation group 1[SwitchA-Ethernet1/0/1] quit# Configure an IPv4 address for VLAN-interface 100.[SwitchA] vlan 100[SwitchA-vlan100] port ethernet 1/0/2[SwitchA-vlan100] quit[SwitchA] interface vlan-interface 100[SwitchA-Vlan-interface100] ip address 2.1.1.1 24[SwitchA-Vlan-interface100] quit