HP FlexFabric 5950 series Configuration Manual page 334

Hide thumbs Also See for FlexFabric 5950 series:
Table of Contents

Advertisement

4.
Configure Switch B:
# Enable L2VPN.
<SwitchB> system-view
[SwitchB] l2vpn enable
# Enable Layer 2 forwarding for VXLANs.
[SwitchB] undo vxlan ip-forwarding
# Create a VSI named vpna, and create VXLAN 10.
[SwitchB] vsi vpna
[SwitchB-vsi-vpna] vxlan 10
[SwitchB-vsi-vpna-vxlan-10] quit
[SwitchB-vsi-vpna] quit
# Enable MLD snooping globally.
[SwitchB] mld-snooping
[SwitchB -mld-snooping] quit
# Enable MLD snooping and dropping unknown IPv6 multicast data packets for VSI vpna.
[SwitchB] vsi vpna
[SwitchB-vsi-vpna] mld-snooping enable
[SwitchB-vsi-vpna] mld-snooping drop-unknown
[SwitchB-vsi-vpna] quit
# Assign an IP address to Loopback 0. This address will be used as the source address of the
VXLAN tunnels to Switch A and Switch C.
[SwitchB] interface loopback 0
[SwitchB-Loopback0] ip address 2.2.2.2 255.255.255.255
[SwitchB-Loopback0] quit
# Create a VXLAN tunnel to Switch A.
The tunnel interface name is Tunnel 2.
The source address and destination address of the tunnel interface are 2.2.2.2 and 1.1.1.1,
respectively.
[SwitchB] interface tunnel 2 mode vxlan
[SwitchB-Tunnel2] source 2.2.2.2
[SwitchB-Tunnel2] destination 1.1.1.1
[SwitchB-Tunnel2] quit
# Create a VXLAN tunnel to Switch C.
The tunnel interface name is Tunnel 3.
The source address and destination address of the tunnel interface are 2.2.2.2 and 3.3.3.3,
respectively.
[SwitchB] interface tunnel 3 mode vxlan
[SwitchB-Tunnel3] source 2.2.2.2
[SwitchB-Tunnel3] destination 3.3.3.3
[SwitchB-Tunnel3] quit
# Assign Tunnel 2 and Tunnel 3 to VXLAN 10.
[SwitchB] vsi vpna
[SwitchB-vsi-vpna] vxlan 10
[SwitchB-vsi-vpna-vxlan-10] tunnel 2
[SwitchB-vsi-vpna-vxlan-10] tunnel 3
[SwitchB-vsi-vpna-vxlan-10] quit
[SwitchB-vsi-vpna] quit
# On HundredGigE 1/0/1, create Ethernet service instance 1000 to match VLAN 2.
324

Advertisement

Table of Contents
loading

Table of Contents