26 Flashcards
What are the types of ACL?
Standard numbered Extended numbered Named Port (PACL) VLAN (VACL)
What is the range of standard ACL?
1-99 & 1399-2000
What is the range of extended ACL?
100-199 & 2000-2699
What is the command to create a standard ACL?
access-list number
What is the command to create a named ACL?
ip access-list standard/extended
permit protocol any any
What is the command to assign an ACL?
ip access-group number/name in/out
How do you calculate a wildcard mask?
By extracting the subnet from 255.255.255.255
What does the entry permit any does?
Permits all networks
What does the entry permit 172.16.0.0 0.0.255.255 does?
Permits all networks in the 172.16 range
What does the entry permit host 192.168.1.1 does?
Permits only the 192.168.1.1/32 network
What is the command to create a extended ACL?
access-list number permit protocol any any
What are the types of password?
0 most insecure 5 MD5 7 weak 8 SHA 265 9 SCRYPT
What are the 3 ways to configure a username in IOS?
USERNAME-password
USERNAME-secret
USERNAME-algo
Which two commands are required to enable password authentication under line configuration mode?
PASSWORD password
login - to enable password checking at login
Which two commands are required to enable username AND password under line configuration mode?
USERNAME-….
LOGIN LOCAL