ACL(Access Control List)
: 시스템 리소스와 관련된 권한 목록.
: 방화벽을 구축하는 데 있어서 가장 중요한 요소.
: 트래픽 필터링(Traffic Filtering) 기능. (Source Address / Destination Address, Port, Protocol)
: 허가되지 않은 이용자가 라우터 또는 네트워크에 접근하는 것을 차단
conf t
int s0/0/0
ip add 10.0.0.1 255.255.255.0
no sh
ip route 172.16.2.0 255.255.255.0 10.0.0.2
en
conf t
hostname INSIDE_RTR
int s0/0/0
ip add 10.0.0.2 255.255.255.0
no sh
int g0/0
ip add 172.16.2.1 255.255.255.0
no sh
ip route 0.0.0.0 0.0.0.0 10.0.0.1