CCENT Lab 2 1 Performing Initial Router Setup v1.0.1
CCENT Lab 2 1 Performing Initial Router Setup v1.0.1
DAVID
DAVID
BOMBAL
BOMBAL
David Bombal CCNA Lab Lab 2.1
om
Visual Objective Lab 2-1 Performing Initial Router Setup
l.c
ba
om
db
vi
da
om
l.c
ba
om
db
vi
NOTE: The following table of commands is reference only. Do not try to type them all
in your lab now. Follow the steps after the table.
om
#erase startup- #erase start Erase the startup-config
config in NVRAM
l.c
#show startup- #sh start Displays the current
config configuration in RAM
ba
#reload Restarts the device and
Operating System
om
‘hostname’
configuration mode
if)#description an interface
‘description’
om
#ping ‘ip-address’ Uses icmp echo-
request and echo-
replies to determine
connectivity exists
#copy running-
config startup-
l.c
#copy run start Copies the running
(RAM) config to
ba
config Startup-config
(NVRAM)
om
options.
om
#show cdp Displays CDP status
l.c
#show cdp Displays CDP neighbor
neighbors information
ba
#show cdp Displays detailed CDP
neighbors detail neighbor information
om
db
In order to successfully complete this lab, open the initial Packet Tracer file ‘CCENT
Lab 2-1 Performing Initial Router setup.pkt’
da
Step 1: Access the CLI of the Branch router and enter privilege exec mode
Branch> enable
Branch#
Step 2: Using the correct command, display the current Branch router hardware,
software and device information to complete the table below
om
Router Model
Serial Number
l.c
ba
RAM
FLASH
om
Software Version
db
NVRAM
vi
da
om
255K bytes of non-volatile configuration memory.
249856K bytes of ATA System CompactFlash 0 (Read/Write)
l.c
License Info:
License UDI:
ba
--------------------------------------------------------------
Device# PID SN
---------------------------------------------------------------
om
*0 CISCO2901/K9 FTX15248VLK
db
--------------------------------------------------------------------
vi
----------------------------
Technology Technology-package Technology-package
Current Type Next reboot
da
--------------------------------------------------------------------
----------------------------
ipbase ipbasek9 Permanent ipbasek9
security disable None None
uc disable None None
data disable None None
Step 3: Using the correct show command, verify whether the router has a startup
configuration. If it does, erase the configuration by issuing the correct ‘erase’
command. If the router does not have a startup-config, continue to reload the device
(do not save the config if you are prompted to at reload!)
The show start command is only available from privilege exec mode
Branch# sh startup-config
om
service timestamps log datetime msec
no service password-encryption
!
l.c
hostname Branch
!
---output omitted---
ba
CTRL + C pressed
om
Branch# sh startup-config
Branch# reload
om
program load complete, entry point: 0x80803000, size: 0x1b340
program load complete, entry point: 0x80803000, size: 0x1b340
l.c
___________________
Digitally Signed Release Software
program load complete, entry point: 0x81000000, size: 0x3bcd3d8
ba
Self decompressing the image
############################################################# [OK]
Smart Init is enabled
smart init is sizing iomem
om
TYPE MEMORY_REQ
HWIC Slot 0 0x00200000
HWIC Slot 1 0x00200000
HWIC Slot 2 0x00200000
db
-----------------------------------------------
TOTAL: 0x0428F000
Rounded IOMEM up to: 69Mb.
da
http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-Jul-07 04:52 by pt_team
Image text-base: 0x2100F918, data-base: 0x24729040
om
found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
l.c
to
[email protected].
ba
Cisco CISCO2901/K9 (revision 1.0) with 491520K/32768K bytes of
memory.
om
Activity Verification
1. You collected Hardware and Software device information
2. You erased the startup configuration
3. You reloaded the router and observed the startup output
Step 1: Skip the initial configuration and enter privilege exec mode
om
Router>en
Step 2: Configure the hostname of the router to Branch. Save your configuration at
l.c
this prompt also.
Router#
ba
Router# conf t
Router(config)# hostname Branch
om
db
below that the configuration has been saved by using the do command in
front of the privilege exec ‘copy run start’ command. Without the do keyword
da
This will also mean that you will be in the correct mode to execute the next
Step 3. Enable the G0/1 interface of the router and set a description to Link to LAN
SW1:
Branch(config-if)# no shut
Remember:
om
Don't forget to set the speed and duplex manually to match the settings
on SW1 F0/2 interface, otherwise you may have issues with the
interface.
l.c
ba
Branch(config-if)# speed 100
om
om
is unsupported
ARP type: ARPA, ARP Timeout 04:00:00,
Last input 00:00:08, output 00:00:05, output hang never
Input queue: 0/75/0 (size/max/drops); Total output
l.c
drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
ba
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 13 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
om
---output omitted---
Activity Verification
om
Verify connectivity with PC1 by pinging PC1 IP Address (don’t worry too much if the
first pings time out – This is normal operation for Spanning-Tree operations - just
l.c
repeat the ping after 30 seconds and it should be successful)
Remember the first ping may timeout, as the router needs to resolve ARP (Address
ba
Resolution Protocol) to obtain the layer 2 MAC address of the PC before the packet
can be sent.
om
db
vi
da
Remember?
Step 1: On Branch change the exec timeout on the console line from the default of
10 minutes to 60 minutes of inactivity and enable synchronous logging of unsolicited
messages and debugs:
om
Branch# conf t
l.c
Branch(config)# line con 0
Branch(config-line)# exec-timeout 60 0
ba
Branch(config-line)# logging sync
om
Remember?
da
Branch(config-line)# exit
Branch(config)# no ip domain-lookup
Step 3: Exit from global mode and return to privilege exec mode. Save your
configuration as usual.
Branch(config)# exit
Activity Verification
om
1. You have set the inactivity timeout on the Console to 60 minutes.
2. You have enabled synchronous logging on the Console line.
3. You have disabled resolution of symbolic names.
l.c
ba
om
db
vi
da
It can also be a security risk as ‘hackers’ can discover what your network looks like.
It is therefore often turned off in the real world.
Step 1: On Branch, issue the show cdp command to verify that cdp is enabled and
its global parameters
Branch> en
Branch# sh cdp
om
Global CDP information:
Sending CDP packets every 60 seconds
Sending a holdtime value of 180 seconds
Sending CDPv2 advertisements is enabled
l.c
ba
You could also use the show cdp interface command to view the cdp statistics
about specific interfaces
om
down
Sending CDP packets every 60 seconds
da
As you can see, CDP hellos are sent out every 60 seconds by default, and the
holdtime is by default 180 seconds. Do not make the mistake some engineers do -
as soon as they "no shut" an interface, they type show cdp nei and are surprised
that nothing displays. They then troubleshoot an issue that does not exist.
Remember - you need to wait at least 60 seconds before troubleshooting why a CDP
neighbor is not displayed in the output!
Step 2: On Branch, use the following command to display all neighbouring Cisco
Devices.
om
Repeater, P - Phone,
l.c
ba
You may actually see the HQ router too in the display, depending on your interface
status.
om
Step 3. Using the detail option on the end of this show command will display
additional details regarding the directly connected devices. Notice the highlighted
db
sections.
Branch# sh cdp neighbors detail
vi
-------------------------
Device ID: SW1
da
Entry address(es):
IP address : 10.1.1.11
Platform: cisco 2960, Capabilities: Switch
Interface: GigabitEthernet0/1, Port ID (outgoing port):
FastEthernet0/2
Holdtime: 172
Version :
Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version
12.2(25)FX, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Wed 12-Oct-05 22:05 by pt_team
advertisement version: 2
Duplex: full
Building configuration...
[OK]
om
HQ routers will be configured later.
Using the Packet Tracer Assessment file ‘CCENT Lab 2-1 Router Initial Setup and
Configuration PTSA.pka’ the contract requires you to configure and test the
l.c
following:
1. Establish connectivity between PC1, PC2, SW1 and SW2 and the Branch router.
ba
The Branch router will act as the gateway for all LAN devices and connectivity
should be tested from the router to all devices to ensure full connectivity exists.
2. Configure the Branch router with the hostnames of Branch
om
3. Configure the Routers LAN interface with the IP address 10.1.1.1/24 and enable
the interface
4. Configure the interface speed and duplex settings to match SW1
5. Configure the router to disable symbolic name resolution
db
9. Configure the interfaces facing the ISP router with a description of '
G0/0 Link to ISP Router', enabling the interface, but disabling CDP message
across this interface.
10. Configure the interface facing the HQ router with 'G0/0/0 Link to HQ Router',
enabling the interface and ensuring the CDP messages are enabled on this
interface.
11. Save the configuration on the Branch Router