Standard ACL 이란? Standard ACL은 출발지 ip 혹은 출발지 network 대역으로만 보고 결정 Standard ACL TCP/IP에 대한 제어만 가능 Standard ACL 1~99까지 숫자를 ACL 번호로 사용 Standard ACL Command Router(config)#access-list ACL number(1~99) {permit/deny} {source [source-wildcard]} | any(출발지 주소를 안적을시 any라고 하면 모든 주소 포함) Interface ACL-Group설정 Router(config)#interface fa0/1(해당 인터페이스 설정에서) Router(config-if)#ip access-group ACL-number {IN or OUT..