Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| networking:cisco:intervlan-mls [2026/02/03 22:11] – [Topologi] ilyasa | networking:cisco:intervlan-mls [2026/02/03 22:22] (current) – [Testing] ilyasa | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| Goalnya masih sama yaitu menhubungkan kedua segment jaringan. | Goalnya masih sama yaitu menhubungkan kedua segment jaringan. | ||
| ===== Konfigurasi ===== | ===== Konfigurasi ===== | ||
| - | * **Step 1 : Pembuatan VLANs** | + | * **Step 1 : Konfigurasi VLAN Pada MLS** |
| < | < | ||
| - | Switch(config)# | + | MLS1(config)# |
| - | Switch(config-vlan)# | + | MLS1(config-vlan)# |
| - | Switch(config-vlan)#exit | + | MLS1(config-vlan)# |
| - | + | MLS1(config-vlan)# | |
| - | Switch(config)#vlan 20 | + | |
| - | Switch(config-vlan)# | + | |
| - | Switch(config-vlan)# | + | |
| </ | </ | ||
| - | * **Step 2 : Assign VLANs ke Ports** | + | * **Step 2 : Konfigurasi Access |
| < | < | ||
| - | Switch(config)# | + | MLS1(config)# |
| - | Switch(config-if)# | + | MLS1(config-if-range)# |
| - | Switch(config-if)# | + | MLS1(config-if-range)# |
| - | Switch(config-if)# | + | MLS1(config)# |
| - | + | MLS1(config-if-range)#switchport mode access | |
| - | Switch(config)# | + | MLS1(config-if-range)# |
| - | Switch(config-if)# | + | </ |
| - | Switch(config-if)# | + | * **Step 3 : Konfigurasi trunk interface** |
| - | Switch(config-if)# | + | < |
| + | MLS1(config)# | ||
| + | MLS1(config-if)# | ||
| + | Command rejected: An interface whose trunk encapsulation is " | ||
| + | MLS1(config-if)# | ||
| + | MLS1(config-if)# | ||
| + | MLS1(config-if)# | ||
| + | </ | ||
| + | * **Step 4 : Konfigurasi | ||
| + | < | ||
| + | MLS1(config)# | ||
| + | MLS1(config-if)# | ||
| + | MLS1(config)# | ||
| + | MLS1(config-if)# | ||
| + | </ | ||
| + | * **Step 5 : Pastikan pada MLS ip routing posisi on ** | ||
| + | < | ||
| + | MLS1(config)# | ||
| </ | </ | ||
| - | |||
| ===== Testing ===== | ===== Testing ===== | ||
| + | |||
| + | * **PC1 -> PC3/PC7** | ||
| + | < | ||
| + | C:\>ping 192.168.2.3 | ||
| + | |||
| + | Pinging 192.168.2.3 with 32 bytes of data: | ||
| + | |||
| + | Reply from 192.168.2.3: | ||
| + | Reply from 192.168.2.3: | ||
| + | Reply from 192.168.2.3: | ||
| + | Reply from 192.168.2.3: | ||
| + | |||
| + | Ping statistics for 192.168.2.3: | ||
| + | Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | ||
| + | Approximate round trip times in milli-seconds: | ||
| + | Minimum = 0ms, Maximum = 0ms, Average = 0ms | ||
| + | |||
| + | C:\>ping 192.168.2.7 | ||
| + | |||
| + | Pinging 192.168.2.7 with 32 bytes of data: | ||
| + | |||
| + | Reply from 192.168.2.7: | ||
| + | Reply from 192.168.2.7: | ||
| + | Reply from 192.168.2.7: | ||
| + | Reply from 192.168.2.7: | ||
| + | |||
| + | Ping statistics for 192.168.2.7: | ||
| + | Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | ||
| + | Approximate round trip times in milli-seconds: | ||
| + | Minimum = 0ms, Maximum = 6ms, Average = 1ms | ||
| + | </ | ||