InterviewSolution
Saved Bookmarks
| 1. |
How To Permit Or Deny Specific Host In Acl? |
|
Answer» 1. USING a wildcard mask "0.0.0.0" EXAMPLE: - 192.168.1.1 0.0.0.0 or 2. Using keyword "Host" Example: - Host 192.168.1.1 1. Using a wildcard mask "0.0.0.0" Example: - 192.168.1.1 0.0.0.0 or 2. Using keyword "Host" Example: - Host 192.168.1.1 |
|