web analytics

Cisco CCIP 642-661 Practice Exam (46-50)

QUESTION NO: 46
Which two of the following are true regarding the BGP Prefix-Based outbound route filtering feature? (Choose two.)
A. Outbound route filtering is more effective when a distance vector IGP is used.
B. Outbound route filtering can be configured for either iBGP or eBGP sessions.
C. The outbound route filter can be defined in a Prefix list, Distribute list or Access lists.
D. Outbound route filtering is configured only on a per-address family basis.
E. IP multicast routes are not supported.
Answer: D,E

QUESTION NO: 47
Given the following configurations, R2 and R3 are not able to successfully establish the IBGP session using the loopback 0 interfaces. What could be the cause of this problem?
! !
output omitted ! hostname R2 ! interface loopback 0 ip address 2.2.2.2 ! interface e0 ip address 10.1.1.1 255.255.255.0
no shut
!
interface e1ip address 10.2.2.1 255.255.255.0
no shut
!
router bgp 65101
neighbor 172.16.1.1 remote-as 65100
neighbor 3.3.3.3 remote-as 65101
!
router eigrp 101
network 10.0.0.0
network 2.0.0.0
!
!
! output omitted
!
hostname R3
!
interface loopback 0
ip address 3.3.3.3
!
interface e0
ip address 10.1.1.2 255.255.255.0
no shut
!
interface e1ip address 10.2.2.2 255.255.255.0
no shut ! router bgp 65101 neighbor 192.168.1.1 remote-as 65102 neighbor 2.2.2.2 remote-as 65101 ! router eigrp 101 network 10.0.0.0network 3.0.0.0 !

A. The “network 2.0.0.0” BGP configuration command is missing on R2 and the “network 3.0.0.0” BGP configuration command is missing on R3.
B. R2 and R3 are not using the loopback0 IP address as the source address for the BGP messages to each other.
C. The “neighbor 2.2.2.2 ibgp-multihop 2” BGP configuration command is missing on R3 and the “neighbor 3.3.3.3 ibgp-multihop 2” BGP configuration command is missing on R2.
D. The “No Sync” BGP configuration command is missing.
Answer: B

QUESTION NO: 48
Which three actions are prerequisites to configuring the BGP link bandwidth feature? (Choose three.)
A. configure eBGP multihop on eBGP peers
B. enable Cisco Express Forwarding on the router
C. enable BGP community propagation between link bandwidth advertising routers
D. enable BGP synchronization
E. configure BGP multipath first
Answer: B,C,

QUESTION NO: 49
What is the maximum number of parallel routes that can be injected into the routing table when using the iBGP multipath load sharing feature?
A. The number of parallel paths injected into the routing table will depend on the IGP currently in use within the iBGP domain.
B. iBGP multipath can support up to 4 parallel paths.
C. None, multipath is supported on eBGP only when used in conjunction with the update-source command.
D. iBGP multipath can support up to 6 parallel paths.
E. The maximum number of parallel paths injected into the routing table is specified by BGP MED and ranges from 2 to 256 parallel paths.
Answer: D

QUESTION NO: 50
What does the following command accomplish?
sanjose#clear ip bgp 10.1.1.1 in prefix-filter
A. The sanjose router will perform an outbound soft reconfig to the 10.1.1.1 neighbor.
B. The 10.1.1.1 router will perform an inbound soft reconfig on the updates from the sanjose neighbor.
C. The sanjose router will send out the ORF prefix-list so that a new route refresh will be received from the 10.1.1.1 neighbor.
D. The bgp session between the sanjose and the 10.1.1.1 router will be reset so that all the new bgp updates from the sanjose router can be processed by the inbound prefix-list at the 10.1.1.1
router.
E. The 10.1.1.1 router will send out the ORF prefix-list so that a new route refresh will be received from the sanjose neighbor.
F. The bgp session between the sanjose and the 10.1.1.1 router will be reset so that all the new bgp updates from the 10.1.1.1 router can be processed by the inbound prefix-list at the sanjose router.
Answer: C