Difference between revisions of "BO CCNA Course/coursematerials/ACL Basic"

From Teknologisk videncenter
Jump to: navigation, search
m
m (Tasks)
Line 6: Line 6:
 
#Connect the Routers and end devices in Cisco Packet Tracer as shown in the topology
 
#Connect the Routers and end devices in Cisco Packet Tracer as shown in the topology
 
#Configure hostname and basic setup on all routers.
 
#Configure hostname and basic setup on all routers.
#Use the default encapsulation on the serial connection
+
#Use ppp encapsulation with CHAP on the serial connections
 
#Configure IP addresses on the serial connections
 
#Configure IP addresses on the serial connections
##HQ Router should use the first usable IP address in the range
+
##Firewall Router should use the first usable IP address in the range
##Struer Router should have the last usable IP address in the range
 
 
<br/>
 
<br/>
'''What encapsulation protocol is used on the Serial connection?'''
+
'''Are all the Routers able to ping there neighbors?'''
<br/>
 
<br/>
 
'''Are the 2 router able to ping each other?'''
 
 
<br/>
 
<br/>
 
#Configure the LAN interface with the first usable IP address in the range
 
#Configure the LAN interface with the first usable IP address in the range
#Configure the hosts with the last usable IP address in the range.
+
#Configure the hosts with an IP address in the range
<br/>
+
#The Firewall router should use the first usable IP address in the network connected to the internet switch
'''Are PC0 able to ping both interfaces on the HQ router?'''
+
#Configure the Firewall router with an default gateway pointing towards the ip address of the www.google.com server
<br/>
+
#Configure EIGRP on all the routers
 +
##Redistribute the default route into EIGRP
 
<br/>
 
<br/>
'''Are PC0 able to ping both interfaces on the Struer router? Why not?'''
+
'''Are all the hosts able to ping each other?'''
 
<br/>
 
<br/>
#Configure OSPF on the 2 Routers
 
#Change the encapsulation from Cisco HDLC to PPP
 
 
<br/>
 
<br/>
'''Is Routing working as expected?'''
+
'''Are all the hosts able to ping the www.google.com server?'''
 
<br/>
 
<br/>
#Enable some of the debug commands for ppp authentication
+
#Configure the InternalWeb server
#Enable PAP authentication.
+
##Enable the web service and create a default page
 +
##Configure the DNS service on the server
 +
###Create www.google.com as a A record pointing to the IP address of the www.google.com server
 +
###Create an A record for <insert company domain here> pointing to the InternalWeb servers IP address
 +
#Configure all the internal hosts to use the InternalWeb server as the DNS server
 +
#Create a web page on the www.google.com server.
 
<br/>
 
<br/>
'''What debug commands do you see if the passwords are mistyped?'''
+
'''Are all the internal hosts able to access the webpage on the www.google.com server using the domain name?'''
 
<br/>
 
<br/>
#Change the authentication protocol to CHAP
 

Revision as of 23:55, 28 August 2012

Configure the following setup in Packet Tracer

Setup

Tasks

  1. Connect the Routers and end devices in Cisco Packet Tracer as shown in the topology
  2. Configure hostname and basic setup on all routers.
  3. Use ppp encapsulation with CHAP on the serial connections
  4. Configure IP addresses on the serial connections
    1. Firewall Router should use the first usable IP address in the range


Are all the Routers able to ping there neighbors?

  1. Configure the LAN interface with the first usable IP address in the range
  2. Configure the hosts with an IP address in the range
  3. The Firewall router should use the first usable IP address in the network connected to the internet switch
  4. Configure the Firewall router with an default gateway pointing towards the ip address of the www.google.com server
  5. Configure EIGRP on all the routers
    1. Redistribute the default route into EIGRP


Are all the hosts able to ping each other?

Are all the hosts able to ping the www.google.com server?

  1. Configure the InternalWeb server
    1. Enable the web service and create a default page
    2. Configure the DNS service on the server
      1. Create www.google.com as a A record pointing to the IP address of the www.google.com server
      2. Create an A record for <insert company domain here> pointing to the InternalWeb servers IP address
  2. Configure all the internal hosts to use the InternalWeb server as the DNS server
  3. Create a web page on the www.google.com server.


Are all the internal hosts able to access the webpage on the www.google.com server using the domain name?