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. 

1 comment:


  1. Very nice and informative blog. It really helped me add some useful points in my knowledge. Thanks for sharing!
    Also check out these amazing Cisco products if you want:

    C3850-NM-8-10G
    C3850-NM-2-10G
    C9200L-24P-4X-E

    ReplyDelete

C program to Read From a File

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