Previous: Tutorial: 2. Connect to ByteBlower Servers
Now that we have a server, we will create a source port and a destination port. Step by step we will show the basic steps for initializing the source port. For the destination port we will use the same methods.
First we create our port on the server. The physical location of this port is the first port on our first trunk switch. So the name for this port is trunk-1-1
( trunk-1, port 1 ).
Our port is created and stored in variable $srcPort
. Let's move on to Layer2
Now that we have configured our Layer2 on our ByteBlowerPort we can create a Layer3. There are 2 types of Layer3 supported by ByteBlower: IPv4 and IPv6. In this example we use IPv4 But you could easly use IPv6 as well. We start by creating the Layer3 Object and then configure it with the apropriate values.
Now, let's do the same for our destination port. The physical location of this port is the second port on our first trunk switch. So the name for this port is trunk-1-2
( trunk-1, port 2 ).
So this is done. Now we have an active source port and an active destination port.
We can now continue to create a Frame we want to send and put it on a Stream.
Further reading: Tutorial: 4. Create a Frame