(10 PTS)

Questions 1 (10 pts):

_________________________________________________________________________________

Question 2: (10 pts)

_________________________________________________________________________________

Points Scored: ____________

Semester 4 Skills Based Final – Part 1 Router Configuration

Instructor Guide - Headquarters Router running-config

Current configuration:

version 12.0

no service password-encryption

no service udp-small-servers

no service tcp-small-servers

!

hostname HQ-XXX

enable secret 5 $1$52gN$vKgKMADLsaSW6/57ksf7n1

username MainOffice password 0 class

interface Ethernet0

description LAN Interface on HQ-Network

ip address 172.50.1.1 255.255.255.0

ip access-group 101 out

interface Serial0

description WAN interface to MainOffice

ip address 202.168.10.1 255.255.255.0

encapsulation ppp

clockrate 56000

ppp authentication chap

interface Serial1

description WAN interface to RemoteOffice

ip address 172.16.1.88 255.255.255.0

encapsulation frame-relay

frame-relay map ip 172.16.1.99 101

router igrp 10

network 172.50.0.0

ip host MainOffice 172.16.0.1

ip name-server 172.50.1.10

no ip classless

Ip route 172.50.2.0 255.255.255.0 172.50.1.2

Ip route 172.16.0.0 255.255.0.0 202.168.10.2

ip route 0.0.0.0 0.0.0.0 202.168.10.1

ip access-list 101 deny tcp any 172.50.1.0 0.0.0.255 eq telnet

ip access-list 101 permit ip any any

banner motd ^C Authorized access only! ^C

line con 0

password cisco

login

line aux 0

line vty 0 4

login