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 |
|||
|
Configure a tool type of port. |
(config) # port 1/1/g1 type tool |
|||
|
Configure a GigaSMART group and associate it with a GigaSMART engine port. |
(config) # gsgroup alias gsgp1 port-list 1/3/e1 |
|||
|
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 |
|||
|
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 |
|||
|
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) # |
|||
|
View the VXLAN tunnel GSOP. |
(config) # show gsop alias vxlan1 |
|||
|
View the VXLAN tunnel statistics. |
(config) # show gsop stats alias vxlan1
|
Refer to the “Tunnel Decapsulation Statistics Definitions” section and the“GigaSMART Operations Statistics Definitions” in the GigaVUE Fabric Management Guide for details.