Selasa, 27 Januari 2015

Enetwork PT.Practise SBA 1

               Enetwork PT.Practise SBA 1               



A few things to keep in mind while completing this activity:
1- Do not use the browser Back button or close or reload any Exam windows during the exam.
2- Do not close Packet Tracer when you are done. It will close automatically.
3- Click the Submit Assessment button to submit your work.

Introduction
In this practice Packet Tracer Skills Exam, you will:
  • design and implement an addressing scheme to meet stated requirements
  • configure, verify, and troubleshoot connectivity between all devices in the network
Addressing Table


Device
Interface
Address
Subnet Mask
Default Gateway
HQ
Fa0/0
 10.10.10.1
255.255.255.192
n/a
Fa0/1
10.10.10.65
255.255.255.248
n/a
S2
VLAN1
 10.10.10.2
 255.255.255.192
10.10.10.1 
NetAdmin
NIC
 10.10.10.62
 255.255.255.192
10.10.10.1 
H1
NIC
Preconfigured
(10.10.10.67)
Preconfigured
(255.255.255.248)
Preconfigured
(10.10.10.65)

Packet Tracer image:



Step 2: Configure HQ.
Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname HQ
HQ(config)#enable secret class
HQ(config)#line console 0
HQ(config-line)#password cisco
HQ(config-line)#login
HQ(config-line)#exit
HQ(config)#line vty 0 4
HQ(config-line)#password cisco
HQ(config-line)#login
HQ(config-line)#exit
HQ(config)#banner motd #Unauthorized access is prohibited.#
HQ(config)#interface fastEthernet 0/0
HQ(config-if)#ip address 10.10.10.1 255.255.255.192
HQ(config-if)#description LAN1
HQ(config-if)#no shutdown
HQ(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
HQ(config-if)#exit
HQ(config)#interface fastEthernet 0/1
HQ(config-if)#ip address 10.10.10.65 255.255.255.248
HQ(config-if)#description LAN2
HQ(config-if)#no shutdown
HQ(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
HQ(config)#

Step 3: Configure S2 and Verify Connectivity.
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#hostname S2
S2(config)#enable secret class
S2(config)#line console 0
S2(config-line)#password cisco
S2(config-line)#login
S2(config-line)#exit
S2(config)#line vty 0 4
S2(config-line)#password cisco
S2(config-line)#login
S2(config-line)#exit
S2(config)#banner motd #Unauthorized access is prohibited.#
S2(config)#interface vlan 1
S2(config-if)#ip address 10.10.10.2 255.255.255.192
S2(config-if)#no shutdown
S2(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
S2(config-if)#exit
S2(config)#ip default-gateway 10.10.10.1
S2(config)#exit
S2#
S2#write
Building configuration...
[OK]
S2#


0 komentar:

Posting Komentar