Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Security Questions
Extended ACL design: Deny FTP (tcp/21) from 200.200.10.0/24 to 200.199.11.0/24, but permit all other traffic. Which command sequence is correct?
Viewing ACL configuration: On a Cisco router, which privileged EXEC command displays the full contents of all access lists configured on the device?
Access control lists (ACLs) on interfaces In Cisco IOS, which statement best describes how many IP access lists you can apply to a single interface, considering direction and Layer-3 protocol?
Applying an ACL to an interface Which Cisco IOS command correctly applies IPv4 access list 101 inbound on a router interface?
Recognizing a standard IPv4 ACL entry Which of the following is a correct example of a
standard
IP access list statement in Cisco IOS?
Permitting SMTP to a single host with an extended ACL Which ACL line correctly permits only SMTP (TCP port 25) traffic destined for host 1.1.1.1?
Understanding implicit deny with outbound ACLs You configured: access-list 110 deny tcp 10.1.1.128 0.0.0.63 any eq smtp access-list 110 deny tcp any eq 23 interface ethernet0 ip access-group 110 out What is the effective result on traffic leaving E0?
Denying Telnet to a specific destination network Which extended ACL line denies all Telnet (TCP port 23) traffic
to
the 192.168.10.0/24 network while leaving other traffic unaffected?
Applying a named ACL inbound You created a named ACL called 'Blocksales'. Which command correctly applies this ACL to packets entering interface Serial0?
Allowing only HTTP into a destination subnet Which access list permits only HTTP traffic into the 196.15.7.0/24 network (all other protocols are blocked by implicit deny)?
Writing a standard ACL for a /21 subnet You need a standard ACL that denies the entire subnet of host 172.16.144.17/21. Which line correctly matches that /21 network?
Verifying ACLs on an interface Which command tells you whether an IP ACL is applied to a particular interface and in which direction?
Applying an ACL to an interface (inbound): On a Cisco router, which exact command and mode are used to apply standard or extended access list 110 inbound on interface Ethernet0 (i.e., filter packets as they enter that interface)?
Wildcarding a /19 range in a standard ACL: You must deny all hosts from the contiguous range 192.168.160.0 through 192.168.191.255. Which standard ACL line correctly matches that range using a wildcard mask?
Denying the /19 subnet of a given host (standard ACL): You must start a standard ACL by denying the entire subnet that contains host 172.16.198.94/19. Which first ACE is correct?
Restricting Telnet (VTY) access using a standard ACL: Which sequence correctly permits only host 172.16.1.1 to use Telnet/SSH to the router by applying a standard ACL to the VTY lines (inbound)?
Verifying ACLs applied to a specific interface: With limited privilege preventing “show running-config,” which command displays whether inbound/outbound IP access lists are applied on interface Ethernet0?
Denying the /20 subnet of a given host (standard ACL): You must begin a standard ACL by denying the entire subnet that contains host 172.16.50.172/20. Which first ACE is correct?
Referring to a single host in ACL syntax: Which statements are valid ways to match only the single host 172.16.30.55 in a Cisco IP access list?