ACL Implementation

To secure the network, the following will need to be done.  Deny curriculum computers access to the administrative network and to allow the administration access to the entire network.


Router Commands:
· Access-list 100 deny TCP 10.1.0.0 255.255.255.0 10.2.0.0 255.255.255.0
o Denies TCP traffic from curriculum to administration
· Access-list 100 deny IP 10.1.0.0 255.255.255.0 10.2.0.0 255.255.255.0
o Denies IP traffic from curriculum to administration
Back to main page