Simulating Dynamic routing and Access control list using CPT - ananthan05/Networking-Fundamentals-IP- GitHub Wiki
- Use RIP protocol to enable the communications between all the systems.
Rip config for router 0
Rip config for router 1
Rip config for router 2
2.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).
*From A1 in network (AB1) to B1 in nerwork (AB2)
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 .
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.3.1)
accessing ACL via C1(192.168.3.2) in AB3 network (192.168.3.1).
accessing ACL via (192.168.1.3) in AB1 network (192.168.1.1).
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.2.3) in AB1 network (192.168.2.1) and blocked AB1 network from AB3.
*From C2 in network (AB3) to A1 and A2 in nerwork (AB1)