26 Flashcards

1
Q

What are the types of ACL?

A
Standard numbered
Extended numbered
Named
Port (PACL)
VLAN (VACL)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the range of standard ACL?

A

1-99 & 1399-2000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the range of extended ACL?

A

100-199 & 2000-2699

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the command to create a standard ACL?

A

access-list number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the command to create a named ACL?

A

ip access-list standard/extended

permit protocol any any

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the command to assign an ACL?

A

ip access-group number/name in/out

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you calculate a wildcard mask?

A

By extracting the subnet from 255.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the entry permit any does?

A

Permits all networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the entry permit 172.16.0.0 0.0.255.255 does?

A

Permits all networks in the 172.16 range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the entry permit host 192.168.1.1 does?

A

Permits only the 192.168.1.1/32 network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the command to create a extended ACL?

A

access-list number permit protocol any any

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the types of password?

A
0 most insecure
5 MD5
7 weak
8 SHA 265
9 SCRYPT
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 3 ways to configure a username in IOS?

A

USERNAME-password
USERNAME-secret
USERNAME-algo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which two commands are required to enable password authentication under line configuration mode?

A

PASSWORD password

login - to enable password checking at login

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which two commands are required to enable username AND password under line configuration mode?

A

USERNAME-….

LOGIN LOCAL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the default types of privilege levels?

A

0, 1 & 15

17
Q

What are the command that can be used on privilege level 0?

A
Enable
Disable
Exit
Help
Logout
18
Q

What is the command to create a special privilege leve?

A

USERNAME name PRIVILEGE number ALGORHITM-TYPE algo SECRET password

PRIVILEGE EXEC LEVEL number CONFIGURE TERMINAL