로딩
요청 처리 중입니다...

[ACL] 명령어(Cisco)

 [ACL] 명령어(Cisco)

ACL 설정 명령어 Standard Access List 설정 conf t access-list [access-list-number] [permit | deny] [s-ip] [wildcard mask] // 해당 조건에 맞는 패킷을 Permit할지 Deny할지 결정함 end conf t interface fa0/0 [protocol] access-group [access-list-number] [in|out] // 미리 정의한 ACL을 인터페이스에 정의함 end Extended Access List 설정 conf t access-list [access-list-number] [permit|deny] [protocol] [s-ip] [source-wildcard] [operator port] [d-ip] [destination-wildcard] [operator port] [established] [log] // 해당 조건에 맞는 패킷을 Permit할지 Deny할지 결정함 end c...

# AccessControlList # ACL # ACLConfig # ACL명령어 # ACL설정 # CiscoACLConfig # CiscoACL명령어 # CiscoACL설정

원문 링크 : [ACL] 명령어(Cisco)