Skip to main content

Posts

Featured

Configure Router Interfaces

Packet Tracer - Configure Router Interfaces Objectives Part 1: Configure IPv4 Addressing and Verify Connectivity Part 2: Configure IPv6 Addressing and Verify Connectivity Background Routers R1 and R2 each have two LANs. Your task is to configure the appropriate addressing on each device and verify connectivity between the LANs. Part 1: Configure IPv4 Addressing and Verify Connectivity Step 1: Assign IPv4 addresses to R1 and LAN devices. From the global config prompt, start with the first interface under R1 which is the G0/0 interface. R1(config)#interface g0/0 From here you can set the IP address assigned to this interface and enable it: R1(config-if)# ip add 172.16.20.1 255.255.255.128 R1(config-if)# no shut To switch to a different interface, all you have to do is use the interface command and you can set the IP addresses of the other interfaces: R1(config-if)#int g0/1 R1(config-if)#ip add 172.16.20.129 255.255.255.128 R1(config-if)#no shut The serial connection was already establish...

Latest Posts

How to configure SSH

Searching for Magic