Home à Access List Items à ACL Implementation

Commands Sequence to Implement ACLs on Desert View Router

Desert_View(config)# ip reflexive-list timeout 120
Click here to see the implementation in the router configuration.

Desert_View(config)# ip access-list extended Curricfilter
Desert_View(config)# permit tcp 192.168.8.0 0.0.0.255 any eq 80
Desert_View(config)# permit tcp 192.168.8.0 0.0.0.255 any eq 21
Desert_View(config)# permit ip 192.168.8.0 0.0.0.255 host 192.168.7.203
Desert_View(config)# permit tcp 192.168.8.0 0.0.0.255 host 192.168.7.201 eq 53
Desert_View(config)# permit udp 192.168.8.0 0.0.0.255 host 192.168.7.201 eq 53
Desert_View(config)# permit tcp 192.168.8.0 0.0.0.255 host 192.168.7.201 eq 25
Desert_View(config)# permit tcp 192.168.8.0 0.0.0.255 host 192.168.7.201 eq 110
Desert_View(config)# permit tcp 192.168.8.0 0.0.0.255 host 192.168.7.202 eq 161
Desert_View(config)# permit udp 192.168.8.0 0.0.0.255 host 192.168.7.202 eq 161
Desert_View(config)# evaluate iptraffic
Click here to see the implementation in the router configuration.

Desert_View(config)# ip access-list extended Outgoing
Desert_View(config)# permit ip any any reflect iptraffic
Click here to see the implementation in the router configuration.

Desert_View(config)# interface ethernet 0/1
Desert_View(config-if)# ip access-group Curricfilter in
Desert_View(config-if)# ip access-group Outgoing out
Click here to see the implementation in the router configuration.

Desert_View(config-if)# Exit