day 10 Flashcards

1
Q

wild card mask

A

used to determine which bits in the IPV4 address used in access lists are significant

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

two wildcard mask optional terms:

A

host: represents 0.0.0.0 and represents that IP as the host
any: represents a wildcard mask of 255.255.255.255 and represents any IP

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

standard ACL

A

access-list {deny | permit} [source wildcard] [log]

if you use a deny entry, you probably need to include:
access-list permit any

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

extended ACL

A

access-list {deny | permit} [source-wildcard] [source-qualifier] [destination] [destination-wildcard] [destination-qualifiers] [log | log-input

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

show ip access-lists

A

displays the ACL’s in a slightly different format and provides some additional information

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

named ACL

A

an alternative to numbered IP ACL’s for both standard and extended access lists.
allows reference to an access list by name.
the name must begin with a letter and cannot contain spaces

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

syntax

A

ip access-list {standard | extended} name

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

editing ACL’s

A

when using show ip access lists, you see that each ACL line begins with a number. you can edit a specific line by preceding the new line with the appropriate line number.

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

to replace a line

A

(config-ext-nacl)#

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