CCNA | LAB - VLAN (Virtual Local Area Network)
MULTI VLAN ACCESS OVER MULTI LINK ACCESS
Objective : Configure VLAN on switch 1 and switch 2 so they can communicate with each other.
Topology :

Table of IP Address :
Device | Interface | IP Address | Subnet Mask |
Laptop1 | N/A | 192.168.10.1 | 255.255.255.0 |
Laptop2 | N/A | 192.168.10.2 | 255.255.255.0 |
Laptop3 | N/A | 192.168.20.1 | 255.255.255.0 |
Laptop4 | N/A | 192.168.20.2 | 255.255.255.0 |
Laptop5 | N/A | 192.168.10.3 | 255.255.255.0 |
Laptop6 | N/A | 192.168.10.4 | 255.255.255.0 |
Laptop7 | N/A | 192.168.20.3 | 255.255.255.0 |
Laptop8 | N/A | 192.168.20.4 | 255.255.255.0 |
SW-JKT-01 | N/A | N/A | N/A |
SW-JKT-02 | N/A | N/A | N/A |
Configuration :
SW-JKT |
SW-JKT(config)#interface [interface name] SW-JKT(config-if)#switchport mode access SW-JKT(config-if)#switchport access [VLAN ID] |
Pada konfigurasi Multi VLAN Access over Multi Link Access, pastikan setiap interface yang dikonfigurasi dengan VLAN memiliki VLAN yang sama dengan interface yang terhubung langsung.
Full Configuration :
SW-JKT-01 |
SW-JKT-01(config)#interface fa0/5 SW-JKT-01(config-if)#switchport mode access SW-JKT-01(config-if)#switchport access vlan 10 SW-JKT-01(config-if)#interface fa0/6 SW-JKT-01(config-if)#switchport mode access SW-JKT-01(config-if)#switchport access vlan 20 SW-JKT-01(config-if)# |
SW-JKT-01 |
SW-JKT-02(config)#interface fa0/5 SW-JKT-02(config-if)#switchport mode access SW-JKT-02(config-if)#switchport access vlan 10 SW-JKT-02(config-if)#interface fa0/6 SW-JKT-02(config-if)#switchport mode access SW-JKT-02(config-if)#switchport access vlan 20 SW-JKT-02(config-if)# |
Verification :
Send packet ICMP from Laptop1 (VLAN10) to Laptop6 (VLAN 10).
Send packet ICMP from Laptop3 (VLAN20) to Laptop8 (VLAN 20).

0 Komentar