Showing posts with label Packet Tracer Activities. Show all posts
Showing posts with label Packet Tracer Activities. Show all posts

November 9, 2012

Sessional 2 Assignment

Create a network topology of your own choice. Create a rather innovative scenario in which you can apply the following:

  • DHCP
  • DNS
  • VLAN
  • STP
  • VTP

Note: This assignment must be done individually. Plagiarism will not be tolerated. Any two topologies match will get 0 marks. Your Assignment will be checked next week in your first lab. No assignment will be checked after that. All the helping material is available on this site in case you need it. Bring your assignments in .pkt format, email it to yourself so that you can access it in lab.  Have a nice weekend.

GOOD LUCK

October 3, 2012

OSPF on Packet Tracer

Apply OSPF Routing Protocol on the following protocol.

OSPF MANUAL

Follow the instructions given on the manual step by step. 

September 25, 2012

EIGRP Configuration on Packet Tracer

Configure Enhanced Interior Gateway Routing Protocol on the following topology.

EIGRP topology

2. Also, apply EIGRP on the following topology.

Apply all the IP addresses.
Change the interface states.
Apply Protocol.





September 17, 2012

RIP assignment




1. Follow it step by step and perform it.

     Basic topology configuration

2. Apply RIP version 1 on the following configuration

     RIP Assignment

3. Apply RIP version 2 on the following configuration.

     RIP V2

C program to Read From a File

#include <stdio.h> #include <stdlib.h> void main() {     FILE *fptr;     char filename[15];     char ch;   ...