12.2 IPv6 and Extended ACLs Flashcards

1
Q

What are the two types of IPv6 ACLs

A

Router ACLs filter inbound and outbound traffic on layer 3 interfaces (e.g., routed ports, switch virtual interfaces (SVIs), etc.)
Port ACLs filter inbound traffic on layer 2 interfaces.

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

Router(config)#ipv6 access-list [name]

A

Creates an IPv6 ACL with the specified name and enters the IPv6 ACL configuration mode.

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

Router(config-ipv6-acl)#permit|deny [protocol] [source] [destination]

Router(config-ipv6-acl)#permit|deny [protocol] [source] [destination] eq [port]

Router(config-ipv6-acl)#permit|deny [protocol] [source] [destination] established

A

Configures an ACL entry in the IPv6 ACL.
protocol is the name or number of an IPv6 protocol, such as:
tcp
udp
icmp
source and destination can be either a single host, network, or any
The eq keyword and port argument specifies only packets on the given port number.
The established keyword indicates that traffic will be permitted only if the TCP ACK or reset (RST) bits are set, which indicate that the packet is a response to a request that originated from an internal host.

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

Router(config-if)#ipv6 traffic-filter [name] in|out

A

Applies the IPv6 ACL to an interface.
name is the name of the ACL that has been configured.
Use the in or out keyword to specify which direction to apply the rule.

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

Router(config-if)#ipv6 access-class [name] in|out

A

Applies the IPv6 ACL to a line.
name is the name of the ACL that has been configured.
Use the in or out keyword to specify which direction to apply the rule

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

Router#show ipv6 access-list

A

Displays the saved IPv6 access lists.

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

When do you use an inverse wildcard mask

A

used with IPv4 access control lists (ACLs) to identify which parts of an IP address are available for examination

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

Router(config)#ip access-list extended [name]

A

Creates a named extended ACL. The action statements go on separate lines.

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

Router(config)#access-list [number] permit icmp [source] [destination] [icmp type]

A

Configures extended ACL entries for ICMP packets.

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

Router(config)#access-list [number] deny ip any any log

A

Configures permit/deny for an informational logging message about the packet that matches the entry to be sent to the console.

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

Router(config-if)#ip access-group [name|number] in|out

A

Applies the ACL to an interface.

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

Router(config)#access-list [number] permit|deny [protocol] [source] [destination]

Router(config)#access-list [number] permit|deny [protocol] [source] [destination] eq [port]

Router(config)#access-list [number] permit|deny [protocol] [source] [destination] established

Router(config)#access-list [number] permit|deny [protocol] [source] [destination] range [min port range] [max port range]

A

Creates an extended ACL.

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