Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| networking:cisco:roas [2026/02/03 16:25] – [Konfigurasi] ilyasa | networking:cisco:roas [2026/02/03 16:40] (current) – [Konfigurasi] ilyasa | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| SW1(config-if)# | SW1(config-if)# | ||
| </ | </ | ||
| - | * **Step 2 : Konfigurasi Router On a Stick dan konfigurasi IP gate away (SVI)** | + | * **Step 2 : Konfigurasi Router On a Stick dan konfigurasi IP gate away (subinterface)** |
| - | - subinterface vlan10 | + | subinterface vlan10 |
| < | < | ||
| R1(config)# | R1(config)# | ||
| Line 40: | Line 40: | ||
| R1(config-subif)# | R1(config-subif)# | ||
| </ | </ | ||
| - | - subinterface vlan20 | + | subinterface vlan20 |
| < | < | ||
| R1(config)# | R1(config)# | ||
| R1(config-subif)# | R1(config-subif)# | ||
| R1(config-subif)# | R1(config-subif)# | ||
| + | </ | ||
| + | |||
| + | * **Step 3 : Mengaktifkan Interface (no shutdown)** | ||
| + | < | ||
| + | R1(config)# | ||
| + | R1(config-if)# | ||
| </ | </ | ||
| ===== Testing ===== | ===== Testing ===== | ||
| + | * **PC 1 to PC 8** | ||
| + | < | ||
| + | C: | ||
| + | |||
| + | FastEthernet0 Connection: | ||
| + | |||
| + | | ||
| + | | ||
| + | IPv6 Address....................: | ||
| + | IPv4 Address....................: | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | Bluetooth Connection: | ||
| + | |||
| + | | ||
| + | | ||
| + | IPv6 Address....................: | ||
| + | IPv4 Address....................: | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | C:\>ping 192.168.2.8 | ||
| + | |||
| + | Pinging 192.168.2.8 with 32 bytes of data: | ||
| + | |||
| + | Reply from 192.168.2.8: | ||
| + | Reply from 192.168.2.8: | ||
| + | Reply from 192.168.2.8: | ||
| + | Reply from 192.168.2.8: | ||
| + | |||
| + | Ping statistics for 192.168.2.8: | ||
| + | Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | ||
| + | Approximate round trip times in milli-seconds: | ||
| + | Minimum = 0ms, Maximum = 12ms, Average = 3ms | ||
| + | </ | ||