300-410 Practice Questions
30 questions from this objective
A network engineer runs the following command on Router R1:
R1# show ipv6 interface gigabitethernet 0/0
GigabitEthernet0/0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::1 Global unicast address(es): 2001:DB8:1:1::1, subnet is 2001:DB8:1:1::/64 Joined group address(es): FF02::1 FF02::2 ICMP redirects are enabled ICMP unreachables are enabled ND DAD is enabled, number of DAD attempts: 1 ND reachable time is 30000 milliseconds ND advertised reachable time is 0 milliseconds ND advertised retransmit interval is 1000 milliseconds ND router advertisements are sent every 200 seconds ND router advertisements live for 1800 seconds Hosts use stateless autoconfig for addresses. IPv6 uRPF: strict mode (drop invalid packets)
Based on this output, what is the operational state of uRPF on this interface?
A network engineer runs the following command on Router R1:
R1# show ipv6 interface tunnel 0
Tunnel0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::1 Global unicast address(es): 2001:DB8:2::1, subnet is 2001:DB8:2::/64 Joined group address(es): FF02::1 FF02::2 ICMP redirects are enabled ICMP unreachables are enabled ND DAD is enabled, number of DAD attempts: 1 ND reachable time is 30000 milliseconds IPv6 uRPF: loose mode (allow default route)
Based on this output, what is the uRPF configuration on this interface?
A network engineer runs the following command on Router R1:
R1# show ipv6 access-list FILTER-IPv6
IPv6 access list FILTER-IPv6
permit ipv6 2001:DB8:1::/48 any sequence 10
deny ipv6 any any sequence 20Based on this output, what is the effect of this access list when applied to an interface?
A network engineer runs the following command on Router R1:
R1# show ipv6 interface gigabitethernet 0/0 | include uRPF
IPv6 uRPF: strict mode
Based on this output, which statement is true?
A network engineer runs the following command on Router R1:
R1# show ipv6 interface gigabitethernet 0/0 | include uRPF
IPv6 uRPF: loose mode
Based on this output, what is the operational state of uRPF on this interface?
A network engineer runs the following command on Router R1:
R1# show ipv6 access-list DENY-REMOTE
IPv6 access list DENY-REMOTE
deny ipv6 2001:DB8:2::/48 any sequence 10
permit ipv6 any any sequence 20Based on this output, what is the effect of this access list when applied to an interface?
A network engineer runs the following command on Router R1:
R1# show ipv6 interface gigabitethernet 0/0 | include uRPF
IPv6 uRPF: strict mode (allow default route)
Based on this output, what is the uRPF configuration on this interface?
A network engineer runs the following command on Router R1:
R1# show ipv6 interface gigabitethernet 0/0
GigabitEthernet0/0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::1 Global unicast address(es): 2001:DB8:1:1::1, subnet is 2001:DB8:1:1::/64 Joined group address(es): FF02::1 FF02::2 ICMP redirects are enabled ICMP unreachables are enabled ND DAD is enabled, number of DAD attempts: 1 ND reachable time is 30000 milliseconds ND advertised reachable time is 0 milliseconds ND advertised retransmit interval is 1000 milliseconds ND router advertisements are sent every 200 seconds ND router advertisements live for 1800 seconds Hosts use stateless autoconfig for addresses. IPv6 uRPF: strict mode (drop invalid packets) Inbound access list: FILTER-IPv6
Based on this output, which two features are configured on this interface?
A network engineer runs the following command on Router R1:
R1# show ipv6 access-list PERMIT-ONLY
IPv6 access list PERMIT-ONLY
permit ipv6 2001:DB8:3::/48 any sequence 10
Based on this output, what is the effect of this access list when applied to an interface?
Examine the following IPv6 ACL applied to an interface:
ipv6 access-list FILTER
permit ipv6 any any fragments deny ipv6 any any interface GigabitEthernet0/1
ipv6 traffic-filter FILTER in
What is the effect of this configuration?
Consider the following configuration:
ipv6 access-list BLOCK-ICMP
deny icmp any any echo-request deny icmp any any echo-reply permit ipv6 any any interface GigabitEthernet0/2
ipv6 traffic-filter BLOCK-ICMP in
Which statement is true?
Review the following configuration:
ipv6 access-list FILTER
permit tcp 2001:db8:1::/48 any eq 80 permit tcp 2001:db8:1::/48 any eq
443
deny ipv6 any any interface GigabitEthernet0/3
ipv6 traffic-filter FILTER out
What is the effect of this configuration?
Examine this configuration:
interface GigabitEthernet0/4
ipv6 address 2001:db8:2::1/64 ipv6 verify unicast source reachable-via any
What is the effect of the 'ipv6 verify unicast source reachable-via any' command?
Consider the following configuration:
ipv6 access-list FILTER
permit ipv6 2001:db8:3::/48 any deny ipv6 any any interface GigabitEthernet0/5
ipv6 traffic-filter FILTER in ipv6 verify unicast source reachable-via rx
A packet arrives on GigabitEthernet0/5 with source 2001:db8:3::100 and destination 2001:db8:4::1. The route for 2001:db8:3::/48 points out interface GigabitEthernet0/6. What happens?
Review this configuration:
route-map RMAP permit 10 match ipv6 address prefix-list PREFIX set interface null0 ! ipv6 prefix-list PREFIX seq 5 permit 2001:db8:5::/48 !
interface GigabitEthernet0/6
ipv6 verify unicast source reachable-via any allow-default
What is the purpose of the 'allow-default' keyword?
More IPv6 Traffic Filtering and uRPF questions available in the full practice test.
Continue Practising →