interface gigabitEthernet 0/24 switchport mode trunk
Router# show ip interface brief
Now, from , attempt to ping PC4 :
The labs in CIT-162 generally follow a logical progression from basic connectivity to more complex network design. 1. The Command-Line Interface (CLI) cisco+lab+162
Many "Lab 162" exercises introduce dynamic routing protocols, which automatically share routing information between routers. Common tasks include:
Ensure you have created a local user, set a domain name, and generated RSA keys before trying to log in.
Establishing device names and basic interface IP addressing. Common tasks include: Ensure you have created a
Once R1 reboots and bypasses the initial setup wizard, enter the global configuration mode to apply name resolution rules and define stringent system security parameters.
Configuring encrypted passwords, setting a minimum password length (e.g., 12 characters), and setting up a banner motd .
Cisco Lab 1.6.2, titled "Configure Basic Router Settings," is a foundational exercise in the CCNA curriculum (v7.0) designed to review and apply initial IOS router commands. ITExamAnswers Lab Objectives The lab is divided into three primary parts: ITExamAnswers Set Up the Topology and Initialize Devices: Configuring encrypted passwords
Securing the control and management planes prevents unauthorized access to the network infrastructure. 1. Enforcing Password Length and Global Encryption
Ensure the link to the router is indeed trunking.
[PC-A] (192.168.1.10) │ │ (Fa0/6 -> Fa0/5) [Switch S1] │ │ (Gi0/0/1) [Router R1] ─── (Loopback 0: 10.0.0.1) │ │ (Gi0/0/0) [PC-B] (192.168.0.10) Use code with caution. IPv4 Address / Subnet Mask IPv6 Global Unicast Address / Prefix Default Gateway 192.168.0.1 / 255.255.255.0 2001:db8:acad::1 /64 (Link-local: fe80::1 ) 192.168.1.1 / 255.255.255.0 2001:db8:acad:1::1 /64 (Link-local: fe80::1 ) 10.0.0.1 / 255.255.255.0 2001:db8:acad:2::1 /64 (Link-local: fe80::1 ) PC-A 192.168.1.10 / 255.255.255.0 2001:db8:acad:1::10 /64 192.168.1.1 PC-B 192.168.0.10 / 255.255.255.0 2001:db8:acad::10 /64 192.168.0.1 Step 1: Initializing and Preparing the Hardware