networking:cisco:roas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:cisco:roas [2026/02/03 16:24] – [Konfigurasi] ilyasanetworking:cisco:roas [2026/02/03 16:40] (current) – [Konfigurasi] ilyasa
Line 33: Line 33:
 SW1(config-if)#switchport trunk allowed vlan 10,20 SW1(config-if)#switchport trunk allowed vlan 10,20
 </code> </code>
-  * **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
 <code> <code>
 R1(config)#interface g0/0.10 R1(config)#interface g0/0.10
Line 40: Line 40:
 R1(config-subif)#ip address 192.168.1.254 255.255.255.0 R1(config-subif)#ip address 192.168.1.254 255.255.255.0
 </code> </code>
-subinterface vlan20+subinterface vlan20
 <code> <code>
 R1(config)#interface g0/0.20 R1(config)#interface g0/0.20
 R1(config-subif)#encapsulation dot1Q 20 R1(config-subif)#encapsulation dot1Q 20
 R1(config-subif)#ip address 192.168.2.254 255.255.255.0 R1(config-subif)#ip address 192.168.2.254 255.255.255.0
 +</code>
 +
 +  * **Step 3 : Mengaktifkan Interface (no shutdown)**
 +<code>
 +R1(config)#interface G0/0
 +R1(config-if)#no shutdown
 </code> </code>
 ===== Testing ===== ===== Testing =====
 +  * **PC 1 to PC 8**
 +<code>
 +C:\>ipconfig
 +
 +FastEthernet0 Connection:(default port)
 +
 +   Connection-specific DNS Suffix..:
 +   Link-local IPv6 Address.........: FE80::290:2BFF:FE64:B4BB
 +   IPv6 Address....................: ::
 +   IPv4 Address....................: 192.168.1.1
 +   Subnet Mask.....................: 255.255.255.0
 +   Default Gateway.................: ::
 +                                     192.168.1.254
 +
 +Bluetooth Connection:
 +
 +   Connection-specific DNS Suffix..:
 +   Link-local IPv6 Address.........: ::
 +   IPv6 Address....................: ::
 +   IPv4 Address....................: 0.0.0.0
 +   Subnet Mask.....................: 0.0.0.0
 +   Default Gateway.................: ::
 +                                     0.0.0.0
 +
 +C:\>ping 192.168.2.8
 +
 +Pinging 192.168.2.8 with 32 bytes of data:
 +
 +Reply from 192.168.2.8: bytes=32 time<1ms TTL=127
 +Reply from 192.168.2.8: bytes=32 time<1ms TTL=127
 +Reply from 192.168.2.8: bytes=32 time<1ms TTL=127
 +Reply from 192.168.2.8: bytes=32 time=12ms TTL=127
 +
 +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
 +</code>
  • networking/cisco/roas.1770110683.txt.gz
  • Last modified: 2026/02/03 16:24
  • by ilyasa