Friday, May 15, 2015

Computer Networks Lab (CSE-3116) Practice Topology 1

Download the Packet Tracer file from the link below:
Download Practice Topology 1 

Instructions:

1. Connections:
·  Connect PC0 and PC1 to Switch 0. Connect Switch0 to Fast Ethernet 0/0 port of the Main Router.  
· Connect PC2 and PC3 to Switch 1. Connect Switch1 to Fast Ethernet 0/1 port of the Main Router.  
· Connect Laptop0 and Laptop1 to Switch 2. Connect Switch2 to Fast Ethernet 1/0 port of the Main Router.  

Friday, May 8, 2015

Computer Networks: Static and Dynamic Routing- Configuration Commands

 

Protocol

Commands

Remarks

RIPv2

Router(config)#router rip

Enables RIP as a routing protocol.

Router(config-router)#version 2

RIP will now send and receive RIPv2 packets globally.

Router(config-router)#network w.x.y.z

w.x.y.z is the network number of the directly connected network you want to advertise.

Router(config-router)#no auto-summary

RIPv2 summarizes networks at the classful boundary. This command turns auto-summarization off.

Router(config-router)#passive-interface s0/1

RIP updates will not be sent out this interface.

Router(config-router)#default-information

originate

Generates a default route into RIP.