Searching for "ip"

Q:

To enable RIPng , which of the following would you use?

A) Router1 (config - if) # ipv6 ospf 10 area 0.0.0.0 B) Router1 (config - if) # ipv6 router rip 1
C) Router1 (config - if) # ipv6 router eigrp 10 D) Router1 (config - if) # ospf ipv6 10 area 0
 
Answer & Explanation Answer: B) Router1 (config - if) # ipv6 router rip 1

Explanation:

It's pretty simple to enable RIPng for IPv6. You configure it right on the interface where you want RIP to run with the ipv6 router rip number command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following descriptions about IPv6 is correct?

A) Addresses are not hierarchical and are assigned at random B) Broadcasts have been eliminated and replaced with multicasts
C) There are 2.7 billion addresses D) An interface can only be configured with one IPv6 address
 
Answer & Explanation Answer: B) Broadcasts have been eliminated and replaced with multicasts

Explanation:

There are no broadcasts with IPv6. Unicast , multicast, anycast, global, and link - local unicast are used.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

How many bits are in an IPv6 address field?

A) 24 B) 16
C) 32 D) 128
 
Answer & Explanation Answer: B) 16

Explanation:

There are 16 bits (four hex characters) in an IPv6 field.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

In thefollowing output, what type of NAT is being used?

ip nat pool todd-nat 170.168.10,10 170.168.10.20 netmask 255.255.255.0

Answer

Dynamic NAT

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Your inside locals are not being translated to the inside global addresses. Which of the following commands will show you if your inside globals are allowed to use the NAT pool?

ip nat pool Corp 198.18.41.129 198.18.41.134 netmask 255.255.255.248

ip nat inside source list 100 int pool Corp overload

A) debug ip nat B) show access - list
C) show ip nat translation D) show ip nat statistics
 
Answer & Explanation Answer: B) show access - list

Explanation:

Once you create your pool, the command ip nat inside source must be used to say which inside locals are allowed to use the pool. In this question we need to see if access - list 100 is configured correctly, if at all , so show access - list is the best answer.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What router command allows you to determine whether an IP access list is enabled on a particular interface?

A) show ip port B) show access - lists
C) show ip interface D) show access - lists interface
 
Answer & Explanation Answer: C) show ip interface

Explanation:

Of the available choices only the show ip interface command will tell you which interfaces have access lists applied. show access - lists will not show you which interfaces have an access list applied. 

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following is an example of a standard IP access list?

A) access - list 110 permit host 1.1.1.1 B) access - list 1 deny 172 . 16 . 10 . 1 0 . 0 . 0 . 0
C) access - list 1 permit 172 . 16 . 10 . 1 255 . 255 . 0 . 0 D) access - list standard 1 . 1 . 1 . 1
 
Answer & Explanation Answer: B) access - list 1 deny 172 . 16 . 10 . 1 0 . 0 . 0 . 0

Explanation:

Standard IP access lists use the numbers 1 - 99 and 1300 - 1999 and filter based on source IP address only. Option C is incorrect because the mask must be in wildcard format.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What type of Cisco tagging information allows VLANs to be multiplexed over a trunk link through an external encapsulation method?

Answer

Inter-Switch Link (ISL)

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA