IP LAB 7 Simulating Dynamic routing and Access control list using CPT - RahulMMenon011/Network_Fundamentals GitHub Wiki

  1. Use RIP protocol to enable the communications between all the systems

image

Router 0

image

Router 1

Screenshot 2023-09-08 233906

Router 2

image

  1. Use ACL to Block the traffic from one whole network (A) to an individual host (B1) in the other network(B). Except for the individual host(B1), other hosts (B2) from that network(B) should receive the traffic from the same source network(A).

image

*From A1 in network (AB1) to B1 in nerwork (AB2)

Screenshot 2023-09-09 000604

message is not transferring to B1 form AB1 network

From A2 in network (AB1) to B1 in nerwork (AB2),message is transferring to B2 form AB1 network and message is not transferring to B1 form AB1 network.

image

3.Configure telnet connection on any one of the routers. After this configuration, all systems should be able to take telnet of that router.

Configure telnet connection in AB3 router (192.168.30.1)

image

accessing ACL via C1(192.168.30.2) in AB3 network (192.168.30.1)

image

accessing ACL via (192.168.10.3) in AB1 network (192.168.10.1).

image

4.Create an ACL rule to block any one network from accessing only the telnet protocol of that router. But all other devices from other networks should be able to take telnet after this rule.

accessing ACL via (192.168.20.3) in AB1 network (192.168.20.1) and blocked AB1 network from AB3.

image

From C2 in network (AB3) to A1 and A2 in nerwork (AB1)

image