ACL Implementation
Home | History of U-Freight | User Requirements | User Requirements (Workstation) | Cisco Equipment | Logical Network | Physical Network | Floor Plan | Advantages | Disadvantages | VLAN Implementation | ACL Implementation | IGRP Implementation | Suggested Design

ACL Implementation

The purpose of the ACL’s are to:

Permit or Deny traffic from a certain protocol or destination.

The router commands sequence required to implement the ACL on the router U-Freight router is:

Router # config t

Router(config)#hostname U-Freight

U-Freight(config)#Access-list 1 deny 192.5.5.0 0.0.0.255

U-Freight(config)#Access-list 1 permit any

U-Freight(config)#Interface E0

U-Freight(config-if)#IP access-group 1 out

***The effect of the ACL as it relates to traffic flow access the entire U-Freight LAN.

Enter supporting content here