Ask a question from expert

Ask now

Implementation of Basic and Advanced Configuration

12 Pages1430 Words201 Views
   

Added on  2020-03-23

Implementation of Basic and Advanced Configuration

   Added on 2020-03-23

BookmarkShareRelated Documents
9/17/201711602418MOHAMMEDImplementation of Basic and Advanced ConfigurationUsing Packet Tracer
Implementation of Basic and Advanced Configuration_1
IMPLEMENTATION OF BASIC AND ADVANCED CONFIGURATIONExecutive SummaryThis project has two tasks. First one is based on basic network design and configurations. Secondone is based on advanced configuration like DHCP, DNS, HTTP and ACL. Generally, Client – Server model network organizes network traffic by a client application. Clientcan communicate the server such as file transfer, email and web services. One server manages one ormore client systems. This type model can extend more server with more client. It forms a huge networklike Web. This type model network is used to share the hardware devices, applications and etc. From the first part, I have implemented the basic configuration like hostname, console passwordsetting and etc. Another one, RIP protocol is implemented between client and server network. It is usedto communicate the remote network. From the second part, we have implemented the Web Server in server. Server acts as webserver and dns server. I have modified the web page content in web server. If a client request the webpage from web server, web server replied the web content to the requested client. In Client network,Client Router acts as DHCP server. If any one of the PC requested the IP address from server, ClientDHCP Server pooled the new IP to Client Machine. Lastly, I have implemented the Firewall setting inServer Router. This is very important for security purpose. It is very helpful to avoid unauthorized accessfrom remote. I have blocked the communication between PC2 and Server using ACL configurationsFrom this project, I have learnt the basic configuration of router, Dynamic Routing protocolimplementation, DHCP and DNS Server implementation and advanced firewall configurationsPage 1 of 13Mohammad (11602418)
Implementation of Basic and Advanced Configuration_2
IMPLEMENTATION OF BASIC AND ADVANCED CONFIGURATIONTask 1 Network DesignNetworkNetworkAddressSubnet MaskStart IPAddressLast IP AddressBroadcastAddressServer10.10.10.0255.255.255.010.10.10.110.10.10.25410.10.10.255Client192.168.10.0255.255.255.0192.168.10.1192.168.10.254192.168.10.255Server – Client192.168.11.0255.255.255.252192.168.11.1192.168.11.2192.168.11.3Device NameInterface NameIP AddressSubnet MaskDefault GatewayServer-RouterFast Ethernet 0/010.10.10.1255.255.255.0-Server-RouterSerial 0/0/0192.168.11.1255.255.255.252-Client-RouterFast Ethernet 0/0192.168.10.1255.255.255.0-Client-RouterSerial 0/0/0192.168.11.2255.255.255.252-PC1Ethernet 0192.168.10.2255.255.255.0192.168.10.1PC2Ethernet 0192.168.10.3255.255.255.0192.168.10.1PC3Ethernet 0192.168.10.4255.255.255.0192.168.10.1ServerEthernet 010.10.10.2255.255.255.010.10.10.1Page 2 of 13Mohammad (11602418)
Implementation of Basic and Advanced Configuration_3
IMPLEMENTATION OF BASIC AND ADVANCED CONFIGURATIONBasic ConfigurationTo enable privileged mode, use enable commandRouter > enableRouter #To set the hostname, using the following commandsRouter # conf tRouter (conf) # hostname Client-RouterTo set the Privileged login password,Client-Router>enClient-Router#conf tClient-Router(config)# line console 0Client-Router(config-line)# password ciscoClient-Router(config-line)# loginClient-Router(config-line)# exitClient-Router(config)#To set the IP Address (Client Router)Client-Router(config)# interface fastEthernet 0/0Client-Router(config-if)# ip address 192.168.10.1 255.255.255.0Client-Router(config-if)# no shutClient-Router(config-if)# exitClient-Router(config)# interface serial 0/0/0Client-Router(config-if)# ip address 192.168.11.2 255.255.255.252Client-Router(config-if)# clock rate 128000Client-Router(config-if)# no shutClient-Router(config-if)# exitClient-Router(config)#To set the IP Address (Server Router)Router>enRouter#conf tRouter(config)# hostname Server-RouterServer-Router(config)# interface fastethernet 0/0Server-Router(config-if)# ip address 10.10.10.1 255.255.255.0Server-Router(config-if)# no shutServer-Router(config-if)#exitServer-Router(config)# interface serial 0/0/0Server-Router(config-if)# ip address 192.168.11.1 255.255.255.252Server-Router(config-if)# no shutServer-Router(config-if)# exitServer-Router#Page 3 of 13Mohammad (11602418)
Implementation of Basic and Advanced Configuration_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
The Basic Networking Design Project
|17
|1419
|171

Network Design Assessment (Doc)
|26
|2054
|20

Setting up a Network
|22
|1207
|122

Interconnection with TCP IP Assignment
|21
|1602
|163

Primary School Network Design with Guest Network
|16
|1462
|361

Tcp/IP Networking Assignment PDF
|16
|1080
|114