0% found this document useful (0 votes)
17 views12 pages

83-VLAN Tagged Lab

Uploaded by

Ismail Kurnaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views12 pages

83-VLAN Tagged Lab

Uploaded by

Ismail Kurnaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

VLAN Tagged Lab:

F5 Interface Configuration
Management NAT Cloud
1.1 Connected to a dedicated LAN
1.2 External

LAN Switch Configuration


LAN(config)#vlan 10
LAN(config-vlan)#name SRV1
LAN(config)#vlan 20
LAN(config-vlan)#name SRV2
LAN(config)#vlan 30
LAN(config-vlan)#name SRV3
Assign Interfaces to VLANs
LAN(config)#interface e0/0
LAN(config-if)#switchport access vlan 10
LAN(config)#interface e0/1
LAN(config-if)#switchport access vlan 20
LAN(config)#interface e0/2
LAN(config-if)#switchport access vlan 30
Configure Trunk
LAN(config)#interface e0/3
LAN(config-if)#switchport trunk encapsulation dot1q
LAN(config-if)#switchport mode trunk

1 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Servers Configuration
Server 1 Toolbox # Static config for eth0
Configuration auto eth0
iface eth0 inet static
Belong to VLAN 10 address 192.168.10.1
netmask 255.255.255.0
gateway 192.168.10.100
up echo nameserver 8.8.8.8 > /etc/resolv.conf
Server 2 Toolbox # Static config for eth0
Configuration auto eth0
iface eth0 inet static
Belong to VLAN 20 address 192.168.20.2
netmask 255.255.255.0
gateway 192.168.20.100
up echo nameserver 8.8.8.8 > /etc/resolv.conf
Server 3 Toolbox # Static config for eth0
Configuration auto eth0
iface eth0 inet static
Belong to VLAN 30 address 192.168.30.3
netmask 255.255.255.0
gateway 192.168.30.100
up echo nameserver 8.8.8.8 > /etc/resolv.conf

Internal VLANs Configuration:


On the Main tab, click Network > VLANs. The VLAN List screen opens. Click Create. The New
VLAN screen opens. In the Name field, type a unique Name for the VLAN. In the Tag field, type a
numeric tag, between 1-4094, for the VLAN, The VLAN tag identifies the traffic from hosts in
the associated VLAN. From the Interface list, select an interface number. From the Tagging list,
select Tagged. Select Tagged when you want traffic for that interface to be tagged with a VLAN
ID. If you specified a numeric value for the Customer Tag setting and from the Tagging list you
selected Tagged, then from the Tag Mode list, select a value. Click Add. Click Finished.

2 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Finally, all three Server VLAN created for same interface 1.1 with different VLAN 10,20 & 30.

3 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


External VLAN Configuration:
On the Main tab, click Network > VLANs . The VLAN List screen opens. Click Create. The New
VLAN screen opens. In the Name field, type a unique Name for the VLAN. In the Tag field, leave
the field blank BIG-IP system automatically assign a VLAN tag. From the Interface list, select an
interface number. From the Tagging list, select Untagged. Click Add. Click Finished.

4 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Creating Static Self IP Addresses:
Static Self IP Address for Internal VLANs.
On the Main tab, click Network > Self IPs. Click Create. The New Self IP screen opens. In the
Name field, type a unique name for the self IP address. In the IP Address field, type an IP. This IP
address should represent the address space of the VLAN that you specify with the VLAN setting.
In the Netmask field, type the full network mask for the specified IP address. From the VLAN
list, select the VLAN to associate with this self IP address. From the Port Lockdown list, select
Allow Default. From the Traffic Group list, retain the default value or select a traffic group. Click
Finished. The screen refreshes and displays the new self IP address.

Finally, all three Internal VLAN Self IP List for VLAN10, VLAN20 and VLAN30.

5 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Static Self IP Address for External VLAN.
On the Main tab, click Network > Self IPs. Click Create. The New Self IP screen opens. In the
Name field, type a unique name for the self IP address. In the IP Address field, type an IP. This IP
address should represent the address space of the VLAN that you specify with the VLAN setting.
In the Netmask field, type the full network mask for the specified IP address. From the VLAN
list, select the VLAN to associate with this self IP address. From the Port Lockdown list, select
Allow Default. From the Traffic Group list, retain the default value or select a traffic group. Click
Finished. The screen refreshes and displays the new self IP address.

Finally, three Internal VLANs Self IPs and one External VLAN Self IP list.

6 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Interfaces Status:
After configured VLAN go to the Main tab, click Network > Interfaces > Interface List. The
Interface List screen displays the list of interfaces on the system. In the Name column, click an
interface number. This displays the properties of the interface. For the State setting, verify that
the interface is set to Enabled.

Creating Node:
From the F5 home page, click Local Traffic > Nodes > Node List. Click Create. In the New Node
page, enter the following information: In the Name field, enter a name for the node. In the
Address field, enter the IP address of the node. Optionally, in the Description field, enter a brief
description for the node. In the Configuration area, keep the default configurations. Click
Finished. The new node is created. Finally, all three Nodes SRV-1, SRV-2 and SRV-3 look like
below in screenshot.

7 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Creating Pool:
From the F5 home page, click Local Traffic > Pools > Pool list. From the Pool List page, click
Create. Enter the following information in the New Pool page. From the Configuration drop-
down list, select Basic. In the Name field, enter a name for the pool. Optionally, in the
Description field, enter a brief description for your pool. For Health Monitors, select the
appropriate health monitor from the Available list, and move it to the Active list. You need
health monitors to ping the defined URLs at a defined interval and check whether the node is
alive. In the Resources area, select the appropriate load balancing method from the Load
Balancing Method drop-down list default Round Robin. Click the Members tab. Click Add. Click
Node List. From the Address drop-down list, click to select the node that you want to add to the
pool. Enter the service port number. Keep the default configurations. Click Finished.

Finally, the Pool is look like below in the screenshot.

8 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Create Virtual Server:
From the F5 home page, click Local Traffic > Virtual Servers > Virtual Server List.
Click Create. Click the Properties tab. In the General Properties area, enter the information: In
the Name field, enter a name for the virtual server. In the Destination field, enter the
appropriate IP address that has been allocated for virtual server. Enter service port number.

Click the Resources tab, from the Default Pool drop-down list select the pool you have created.
Click Finished.

9 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Verification and Testing:
Try to ping from BIG-IP LTM to any Server in the Local Area Network reachable or not.

Open a new browser session on the external clients and enter the address of the virtual
server at http://192.168.2.200

Refresh the web page it will change the server.

10 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Refresh the web page or try from another client it will change the server.

11 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


From the F5 home page, click Statistics > Dashboard> > Module Statistics > Local Traffic. In
Statistics Type in dropdown select Pools to see the traffic in and out.

From the F5 home page, Click Local Traffic> Network Map

12 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy