CCNP

  Home  Networking  CCNP


“Best practice to review your Cisco Certified Network Professional knowledge and get CCNP jobs near your ares, This CCNP section will guide you that CCNP is considered proof of having the ability to work with medium-sized networks with technology such as QoS, broadband, VPNs, security-minded features. In addition to CCNA exams, professionals must pass either four separate exams, or a composite exam along with two separate exams. CCNP Interview Questions with Answers are easy way to get CCNP Jobs”



88 CCNP Questions And Answers

63⟩ Describe four differences between the operation of IBGP and EBGP.

► IBGP is the protocol used between routers in the same autonomous system. EBGP is the protocol used between routers in different autonomous systems.

► IBGP routes must be synchronized before they can be transferred to the IP routing table (unless synchronization is disabled).

► EBGP sets the next hop attribute to the IP address of the interface used to communicate with the EBGP peer. The next hop attribute is not modified when an IBGP router advertises a prefix to an IBGP peer if the prefix was learned from an EBGP neighbor.

► EBGP advertises all prefixes learned from an EBGP neighbor to all other EBGP neighbors. IBGP routers do not advertise prefixes learned from one IBGP neighbor to another IBGP neighbor.

 202 views

65⟩ What does the term information hiding mean in relation to route summarization?

At the core layer in the postal system, the only information that is needed to make a routing decision is the state or city/state information. The specific street names and street numbers are hidden, the core layer does not need this information. At the core layer in the telephone system, the area code is used to make a routing decision. The specific exchange or last four digits of the phone number are not needed, or hidden, from the core layer.

 222 views

73⟩ What is synchronization?

Synchronization is a property of IBGP. An IBGP router will not accept a prefix received from an IBGP neighbor if the prefix is not already in the IP routing table.

 199 views

75⟩ Why does IBGP require a full mesh?

BGP uses the AS_PATH attribute for loop detection. If a router sees its own AS number in a BGP advertisement, the advertisement is dropped. IBGP routers have the same AS number so the AS number cannot be used for loop detection. IBGP neighbors will not advertise prefixes learned from one IBGP neighbor to another IBGP neighbor; therefore, a full mesh is required.

 207 views

77⟩ Why is BGP a better choice for Internet routing than the IGPs?

RIP version 1 and IGRP are classful protocols and do not advertise subnet mask information. RIP version 2 has a limited network diameter of 15 hops. EIGRP, OSPF, and IS-IS use computational intensive algorithms for determining a shortest path. BGP relies on simple techniques for best path selection and loop detection, and can handle the number of network prefixes required for Internet routing.

 209 views

78⟩ Explain the difference between dense mode and sparse mode multicast.

Dense mode multicast assumes all multicast neighbors want to receive all multicast traffic unless the neighbors have specifically pruned the traffic. Sparse mode multicast assumes multicast neighbors do not want to receive multicast traffic unless they have asked for it. Dense mode uses source-based delivery trees while sparse mode uses shared delivery trees where traffic is first sent to an RP.

 189 views

80⟩ What is the multicast Ethernet address for IP address 227.128.64.12?

The base Ethernet multicast address is 01 00 5E 00 00 00. The first byte of the IP multicast address is not used. If the second byte is greater than 127, subtract 128, giving a value of 0. The third and fourth bytes of the IP address are used as is after converting to hex. Their values, in hexadecimal, are 40 and 0C. So the Ethernet multicast address for the IP multicast address 227.128.64.12 is 01 00 5E 00 40 0C.

 200 views