Configuration procedure – H3C Technologies H3C S10500 Series Switches User Manual

Page 29

Advertising
background image

22

Figure 6 Network diagram

Configuration procedure

1.

Configure routes for the sites to reach each other. (Details not shown.)

2.

Configure Switch A:
# Configure the site ID.

<SwitchA> system-view

[SwitchA] evi site-id 1

# Configure the EVI tunnel source interface (VLAN-interface 10 in this example), and assign the

transport-facing physical interface GigabitEthernet 1/0/1 to the VLAN.

[SwitchA] vlan 10

[SwitchA-vlan10] port gigabitethernet 1/0/1

[SwitchA-vlan10] quit

[SwitchA] interface vlan-interface 10

[SwitchA-Vlan-interface10] ip address 1.1.1.1 24

[SwitchA-Vlan-interface10] quit

# Create an IPv4 EVI tunnel interface.

[SwitchA] interface tunnel 1 mode evi

# Set the network ID to 1 for the EVI tunnel interface.

[SwitchA-Tunnel1] evi network-id 1

# Specify the IP address of VLAN-interface 10 as the source IP of the EVI tunnel.

[SwitchA-Tunnel1] source 1.1.1.1

# Set the tunnel keepalive interval to 20 seconds and the maximum number of transmissions to 2.

[SwitchA-Tunnel1] keepalive 20 2

# Specify extended VLANs on the EVI tunnel interface.

[SwitchA-Tunnel1] evi extend-vlan 21 to 100

# Configure Switch A as an ENDS on the EVI tunnel interface.

[SwitchA-Tunnel1] evi neighbor-discovery server enable

# Configure the routing policy EVI-Filter to match MAC addresses in VLANs 21 to 90.

IP network

Vlan-int10
1.1.1.1/24

Tunnel1

Switch A

Switch B

Tunnel1

Vlan-int10

1.1.2.1/24

Switch C

Vlan-int10

1.1.3.1/24

Tunnel1

GE1/0/1

GE1/0/1

GE1/0/1

EVI

Advertising