Now we need to configure the receiving end of the tunnel with an IP interface associated with network port. The GigaVUE H Series in this location will have an IP interface associated with network port configured on network port 1/1/3 with an IP address of 10.150.68.222 and a GigaSMART decapsulation operation that listens on UDP port 10000.
The following table summarizes the steps necessary to configure the receiving end of the tunnel using the UI:
Task
|
UI Steps
|
Start by designating port 1/1/x3 as an IP interface with network port, configuring its IP profile, and assigning its GigaSMART operations to a GigaSMART group. This command sets the IP address, subnet mask, default gateway, and MTU for the IP interface associated with a tool port on port 1/1/x3.
|
| 1.
|
Select Ports > IP Interfaces. |
| 3.
|
Configure the IP Interface: |
| ■
|
IP Address: 10.150.68.222 |
| ■
|
IP Mask: 255.255.255.255 |
|
Now, create an IP decapsulation GigaSMART operation (gmipdecap) that will decapsulate traffic received on UDP port 10000. Recall that we configured the sending end of the tunnel to send to that UDP port. The operation has the alias gv_ipdecap.
Note that this operation uses the same GigaSMART group (GS2) as the IP interface associated with network port we set up in the first step.
|
| 1.
|
From the device view, select GigaSMART > GigaSMART Operations > GigaSMART Operation. |
| 3.
|
Configure the GigaSMART Operation: |
| ■
|
GigaSMART Operations (GSOP): Tunnel Decapsulation |
| 4.
|
Configure the Tunnel Encapsulation: |
|
Once we have our IP decapsulation operation, we can include it as part of a map.
| ■
|
Open the map configuration page to create a map named decapper. |
| ■
|
The Source field specifies the ingress ports for this map. |
| ■
|
The GSOP field applies the gv_ipdecap GigaSMART operation to all packets matching the rules in the map, decapsulating them from the tunnel. |
| ■
|
The Destination field specifies where matching packets will be sent (tool port 1/1/x11). |
| ■
|
The rule with Pass selected specifies that packets arriving on this port with an IP Source address of 10.10.10.10 /32 will be processed by the gv_ipdecap GSOP and sent to tool port 1/1/x11. |
|
| 1.
|
Select Maps > Maps > Maps |
| ■
|
GigaSMART Operation (GSOP): gv_ipdecap (GS2) |
| ■
|
Select IPv4 Source for Rule 1. |
| ■
|
Set the IPv4 Address to 10.10.10.10 |
| ■
|
Set the Net Mask to 255.255.255.255 |
|