ACL Flashcards

1
Q

standard (1-99) (1300-1999)

A

(config) # access-list 10 deny 172.16.10.0 0.0.0.255
(config) # access-list 10 permit any

(config)# int fa0/1
(config-if)# ip access-group 10 out

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

extended (100-199) (2000-2699)

A

(config) # access-list 110 deny tcp any host 172.16.30.2 eq 23
(config) # access-list 110 permit ip any any

(config)# int fa0/1
(config-if)# ip access-group 110 in

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

named

A

(config)# ip access-list BlockSales
(config-std-nacl)# deny 172.16.40.0 0.0.0.255
(config-std-nacl)# permit any

(config)# int fa0/1
(config-if)# ip access-group BlockSales out

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

show commands

A

(config)# do show access-list

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