GigaSMART VxLAN Tunnel Decapsulation
Refer to the “GigaSMART VxLAN Tunnel Decapsulation” section in the GigaVUE-FM User’s 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 map1
(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 the“GigaSMART Operations Statistics Definitions” in the GigaVUE-FM User’s Guide for details.
'업무이야기 > 패킷전달플랫폼' 카테고리의 다른 글
GigaSMART Layer 2 GRE Tunnel Encapsulation/Decapsulation (0) | 2020.06.03 |
---|---|
GigaSMART ERSPAN Tunnel Decapsulation (0) | 2020.06.03 |
Cluster B (0) | 2020.06.03 |
Cluster A (0) | 2020.06.03 |
FM5801 CLI (0) | 2020.06.03 |