Configuring inter-vlan routing and VLAN segmentation on a switch with Unifi access points. –Part 2



Configuring inter-vlan routing and VLAN segmentation on a switch with Unifi access points. –Part 2

Configuring inter-vlan routing and VLAN segmentation on a switch with Unifi access points. --Part 2

#Mikrotik_VLAN_segmentation; #Cisco_inter_VLAN_routing; #Unifi_WIFI_segmentation #Mikrotik #cisco #wifi #Enterprise #ccna
We will be looking at:
– Configuring multiple VLANs on a single mikrotik router.
– Configuring inter-vlan routing.
– Configuring trunk and access ports on the managed cisco switch for the accesspoints and management PC.
– Configuring WIFI networks on the unifi controller (unifi cloud key gen1).

Devices used: Mikrotik router (RB951Ui-2HnD), Cisco switch (cisco 3560-CX 8PC), Unifi accesspoints(Unifi AC LR and Unifi AC lite)

Cisco Switch configuration:
interface GigabitEthernet0/1 // AP broadcasting multiple SSID’s
switchport trunk allowed vlan 10,30,40
switchport trunk native vlan 10
switchport mode trunk
!
interface GigabitEthernet0/2
!
interface GigabitEthernet0/3 //AP broadcasting a single SSID (Accounts_WIFI)
switchport trunk allowed vlan 10,20
switchport trunk native vlan 10
switchport mode trunk
!
interface GigabitEthernet0/4
!
interface GigabitEthernet0/5 //PC management port
switchport access vlan 10
switchport mode access
spanning-tree portfast edge
!
interface GigabitEthernet0/6
!
interface GigabitEthernet0/7
!
interface GigabitEthernet0/8 // Unifi Controller port
switchport trunk allowed vlan 10,20,30,40
switchport trunk native vlan 10
switchport mode trunk
!
interface GigabitEthernet0/9
!
interface GigabitEthernet0/10 //Switch uplink port from the Mikrotik router
switchport trunk allowed vlan 10,20,30,40
switchport mode trunk
! .

Comments are closed.