Network Device Security (ENCOR, CCNP Quiz) Please enter your email: Which type of Security architecture (security system) is this? C.I.A. Telnet Security ABC AAA What are the individual entries in Access Control Lists called? Access Control Keys Access Control Entrances Access Control Entries Access Control Locks Phishing falls under which type of Security attacks? General attacks Data Loss attacks Virus attacks Social Engineering attacks Which type of ACL is this? #access-list 1 deny host 10.0.0.1 #access-list 1 permit 10.0.0.0 0.0.0.255 #access-list 1 permit 192.168.0.0 0.0.255.255 Standard Named ACL Extended Numbered ACL Extended Named ACL Standard Numbered ACL How can we best prevent Data Loss Layer2 attacks? Keep Port Security enabled Layer3 Access Control Lists Strict FW rules User Awareness What will be the final result of this ACL: #access-list 1 deny host 172.0.0.1 #access-list 1 permit host 172.0.0.1 It will finally result in Deny of traffic from 172.0.0.0 It will finally result in Permit of traffic from 172.0.0.0 It will finally result in Deny of traffic from 172.0.0.1 It will finally result in Permit of traffic from 172.0.0.1 Which of these is correct method to assign ACL to Telnet? #line telnet 0 #access-class 1 in #line vty 0 #access-class 1 in #interface fa0/1 #access-group 1 in #interface fa0/1 #access-class 1 in When implementing port security, which command allows pre-defined quantity of MAC addresses? SW_1(config-if)#switchport port security all SW_1(config)#switchport port security maximum 999999 SW_1(config-router)#switchport port security minimum 1536 SW_1(config-if)#switchport port-security maximum 2 Which type of ACL is this? #access-list 100 permit tcp 192.168.10.0 0.0.0.255 any eq 80 #access-list 100 permit tcp 192.168.11.0 0.0.0.255 any eq 443 #access-list 100 deny tcp 10.0.11.0 0.0.0.255 any eq 443 Standard Named ACL Standard Numbered ACL Extended Named ACL Extended Numbered ACL Which of these is correct method to assign an Access Control List to a physical interface? #line telnet 0 #access-class 1 in #line vty 0 #access-class 1 in #interface fa0/1 #access-group 1 in #interface fa0/1 #access-class 1 in Loading … Written by