Harmadik.pkt Access

Enter the IP, Subnet Mask, and Default Gateway as specified in the table. Repeat for using its respective subnet values. 4. Verification

Copper Straight-Through cables for end devices to switches; Copper Straight-Through for switches to router interfaces. 2. Addressing Table Example configuration for two subnets: IP Address Subnet Mask Default Gateway Router0 192.168.1.1 255.255.255.0 Router0 192.168.2.1 255.255.255.0 PC0 192.168.1.10 255.255.255.0 192.168.1.1 PC1 192.168.2.10 255.255.255.0 192.168.2.1 3. Configuration Steps Router Setup Access the CLI and configure the gateway interfaces: harmadik.pkt

Below is a generalized write-up for a typical "Harmadik" (Third) Packet Tracer lab based on common curriculum standards. Enter the IP, Subnet Mask, and Default Gateway

Open the Command Prompt on PC0 and ping PC1 : ping 192.168.2.10 Configuration Steps Router Setup Access the CLI and

Router> enable Router# configure terminal Router(config)# interface gigabitEthernet 0/0 Router(config-if)# ip address 192.168.1.1 255.255.255.0 Router(config-if)# no shutdown Router(config-if)# exit Router(config)# interface gigabitEthernet 0/1 Router(config-if)# ip address 192.168.2.1 255.255.255.0 Router(config-if)# no shutdown Use code with caution. Copied to clipboard Click on PC0 -> Desktop -> IP Configuration .

2-4 PCs or Laptops distributed across two subnets.