First, the security strategy based on the Access List
1. Prevent external IP address spoofing
External network users may use IP addresses the legitimate internal network addresses or loop as a source address, thus illegal visit. In view of such problems could visit the following table : creation
Access-list 101 deny any ip 10.0.0.0 0.255.255.255
Access-list 101 deny any ip 192.168.0.0 0.0.255.255
Access-list 101 deny any ip 172.16.0.0 0.0.255.255
! Stop source address of the private addresses of all communications flow.
Access-list 101 deny any ip 127.0.0.0 0.255.255.255
! Stop source address of the loop address all communications flow.
Access-list 101 deny any ip 224.0.0.0 7.255.255.255
! Stop source address of the multi-purpose address all communications flow.
Access-list 101 deny any ip host 0.0.0.0
! Not set out to prevent the flow of communication source addresses.
Note : in the direction toward the use of 101 external adapter filters.