GigaSMART VXLAN Tunnel Decapsulation

Refer to the GigaSMART VXLAN Tunnel Decapsulation” section in the GigaVUE Fabric Management Guide for details.

VXLAN Tunnel Termination Example

Step

Description

Command

1.    

Configure a tool type of port.

(config) # port 1/1/g1 type tool

2.  

Configure a GigaSMART group and associate it with a GigaSMART engine port.

(config) # gsgroup alias gsgp1 port-list 1/3/e1

3.  

Configure the IP interface.

(config) # ip interface alias test

(config ip interface alias test) # attach 1/1/g1

(config ip interface alias test) # ip address 10.10.10.10 /29

(config ip interface alias test) # gw 10.10.10.1

(config ip interface alias test) # mtu 9400

(config ip interface alias test) # gsgroup add gsgp1

(config ip interface alias test) # exit

4.  

Configure the GigaSMART operation and assign it to the GigaSMART group.

(config) # gsop alias vxlan1 tunnel-decap type vxlan portsrc 200 portdst 4789 vni 200 port-list gsgp1

5.  

Create a map.

(config) # map alias map

(config map alias map1) # type regular byRule

(config map alias map1) # use gsop vxlan1

(config map alias map1) # rule add pass protocol udp

(config map alias map1) # from 1/1/g2

(config map alias map1) # to 1/1/g1

(config map alias map1) # exit

(config) #

6.  

View the VXLAN tunnel GSOP.

(config) # show gsop alias vxlan1

7.  

View the VXLAN tunnel statistics.

(config) # show gsop stats alias vxlan1

Refer to the “Tunnel Decapsulation Statistics Definitions” section and theGigaSMART Operations Statistics Definitions” in the GigaVUE Fabric Management Guide for details.