Chapitre 2 - Basics IPv4 Access Control Lists Flashcards

1
Q

Quels sont les deux actions possible avec une ACL pour traiter un paquet?

A

Permit ou Deny

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

Qu’est-ce que le first match logic utilisé par les ACL ?

A

Dès qu’un paquet match un regle d’ACL, l’action est réalisé et on ne regarde pas d’autre ACL.
La première ACL trouvé et la première appliqué

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

Que ce passe t-il si le paquet ne match aucune ACL ?

A

Il est Discard

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

Comment est calculé un wildcard mask ?

A
  1. 255.255.255
    - 255.255.252.0

Pour trouver le masque inversée de 172.16.8.0/255.255.252.0

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

Quel commande pour cée une access list non nommé?

A

Router(config)#access-list 1 permit x.x.x.x ou

Router(config)#access-list 1 deny x.x.x.x

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

Quel préfixe pour matché toutes les addresses ?

A

any

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

Pourquoi mettre un any comme dernière regle ACL ?

A

Car si on paquet ne match aucune regle il est discard

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

Comment ce paramètre une ACL?

A

On détermine l’acces list
On va sur l’interface concerné
On définit l’acces group en in ou out

Router(config)#access-list 2 permit 192.168.1.2
Router(config)#interface gigabitEthernet 0/1
Router(config-if)#ip access-group 2 in

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

Quels sont les deux types d’ACL numbered ou named ? Quels sont leur différences ?

A

Standard : Checks ACL source address
Permits or denies entire protocol suite

Extended Checks source and destination address
Generally permits or denies specific protocols and applications
Source and destination TCP and UDP ports
Protocol type (IP, ICMP, UDP, TCP or protocol number)

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

Plage Standard numbered ACLs ?

A

1-99, 1300-1999

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

Plage extended numbered ACLs ?

A

100-199, 2000-2699

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