|
I prepared
it from www.exams.ws.All the exam
questions were in their guide. Here r some questions of them.
Q NO. 1 Based on the following
show ip bgp neighbor 10.1.1.1 output:
R1#show ip bgp neighbors 10.1.1.1
BGP neighbor is 10.1.1.1, remote AS 65103, external link BGP version
4, remote under ID 0.0.0.0 BGP state =
Active
Last read 00:00:04, hold time is 180, keepalive interval is 60
seconds Received 44 messages, 0 notifications, 0 in queue Sent 45
messages, 6 notifications, 0 in queue Route refresh request:
received 0, sent 0 Default minimum time between advertisement runs
in 30 seconds
For address family: IPv4 Unicast BGP table version 1, neighbor
version 0 Index 2, Offset 0, Mask 0x4 0 accepted prefixes consume 0
bytes Prefix advertised 0, suppressed 0, withdraw 0 Number of NLRIs
in the update sent: max 0, min 0
Connections established 7; dropped 7 Last reset 00:05:18, due to BGP
Notification received, peer in wrong
ASExternal
BGP neighbor may be up to 2 hops away. No active TCP connection
What is causing the BGP session to the 10.1.1.1 neighbor to toggle
between the Idle and Active state?
A There
is an AS number configuration error.
B. The
BGP neighbor 10.1.1.1 is not reachable.
C. The
EBGP-multihop value for neighbor 10.1.1.1 is set to the default
value.
D. The
BGP session is using the loopback interface but the update source is
not set to specify the loopback interface.
Answer:
Q NO. 2 What is the correct BGP
configuration to have AS 65111 prefer the path to AS 65221 over the
path to AS 65237 except for the traffic
which originates in AS 65237?
A router
bgp 65111
neighbor
10.10.10.10 remote-as 65221
neighbor
10.20.20.20 remote-as 65237
neighbor
10.10.10.10 weight 160
neighbor
10.20.20.20 weight 150
!
neighbor
10.20.20.20 filter-list 1 weight 170
ip as-path
access-list 1 permit _65237$
B. router
bgp 65111
neighbor
10.10.10.10 remote-as 65221
neighbor
10.20.20.20 remote-as 65237
neighbor
10.10.10.10 weight 160
neighbor
10.20.20.20 weight 150
!
neighbor
10.20.20.20 access-group 1 weight 170
access-list 1
permit _65237$
C. router
bgp 65111
neighbor
10.10.10.10 remote-as 65221
neighbor
10.20.20.20 remote-as 65237
neighbor
10.10.10.10 weight 160
neighbor
10.20.20.20 weight 150
D. router
bgp 65111
neighbor
10.10.10.10 remote-as 65221
neighbor
10.20.20.20 remote-as 65237
neighbor
10.10.10.10 weight 160
neighbor
10.20.20.20 weight 150
!
neighbor
10.20.20.20 route-map test
route-map test
permit 10
match as-path
_65221$
Answer:
Q NO. 3 The purpose of the bgp
always-comprate-med command is to compare the MED ______.
A. Even if the
routes originate in different ASs.
B. Even if the
routes originate from the same AS.
C. Even if the
routes have different AS-Path length.
D. Last, after
all other path attributes are compared.
E. First,
before any other path attributes are compared.
Answer:
Q NO. 4 Which three statements are true about route reflectors?
(Choose three)
A If the
route is learned from an EBGP peer by the route reflector, it is
redistributed to all IBGP and EBGP peers.
B If the
route is learned from a non-client IBGP peer by the route reflector,
it is reflected to all EBGP peers only.
C If the
route is learned from a non-client IBGP peer by the route reflector,
it is reflected to EBGP peers and clients only.
D. If the
route is learned from a client IBGP peer by the route reflector, it
is reflected to all clients only, except the originating client.
E. If the
route is learned from a client IBGP peer by the route reflector, it
is reflected to all EBGP peers, nonclients, and clients (except the
originating client).
Answer:
Q NO. 5 Given the following:
router bgp 65123 neighbor customers peer-group neighbor 10.1.1.2
remote-as 65213 neighbor 10.1.1.2
peergroup customers neighbor 10.2.2.2 remote-as 65314 neighbor
10.2.2.2 peer-group customers neighbor
10.2.2.2 route-map test2 in
Based on the BGP configuration for a router in AS 65123, which two
statements are true? (Choose two)
A. The peer
group is named "customers".
B. The two
EBGP peer belongs to the same peer-group.
C. The
route-map named "test2" will be applied both EBGP peers.
D. The peer
group configuration is used to reduce the full mesh BGP
requirements.
E. AS 65123,
AS 65314 and AS 65213 belong to the same BGP confederation named
"customers".
Answer:
Q NO. 6 A Transit AS contains 10
routers. To enable full mesh IBGP within that Transit AS, how many
IBGP sessions are required?
A. 10
B. 28
C. 45
D. 50
E. 100
Answer:
Q NO. 7 What is the purpose of
the following BGP configuration command?
neighbor 2.2.2.2 maximum-prefix 1000
A It
limits the number of prefixes that can be sent to neighbor 2.2.2.2
to 1000.
B It
limits the number of prefixes that can be sent to and received from
the 2.2.2.2 neighbor to 1000.
C. If the
number of prefixes sent to the 2.2.2.2 neighbor exceeds 650, the
router starts to generate a warning message.
D If the
number of prefixes received from the 2.2.2.2 neighbor exceeds 650,
the router starts to generate a warning message.
E. If the
number of prefixes received from the 2.2.2.2 neighbor exceeds 1000,
the neighbor relationship to 2.2.2.2 will be dropped.
Answer:
Q NO. 8 What are the two methods
for configuring BGP route dampening? (Choose two)
A. Using the
bgp damping command.
B. Using a
route-map with the set damping command.
C. Using the
neighbor ip-address maximum prefix command.
D. Using the
neighbor ip-address unsuppress-map command.
E. Using the
neighbor ip-address soft-configuration command.
Answer:
Q NO. 9 Every time a flap occurs on a route, the route receives
________.
A. 750
per-flap penalty points which are user configurable.
B. 1500
per-flap penalty points which are user configurable.
C. 2000
per-flap penalty points which are user configurable.
D. 1000
per-flap penalty points which are not user configurable.
E. 2000
per-flap penalty points which are not user configurable.
Answer:
Q NO. 10 The customer (AS 65100) is advertising the 172.0.0.0/8
prefix over the upper link without using
ASPath prepending.
The customer (AS 65100) is advertising the 172.0.0.0/8 prefix with a
prepended AS-Path of AS 65100 65100 65100
65100 over the lower link.
Which two statements are true about the incoming traffic to
172.0.0.0/8? (Choose two)
A. The lower
link will be preferred over the upper link.
B. The upper
link will be preferred over the lower link.
C. The upper
link will act as a backup for the lower link.
D. The lower
link will act as a backup for the upper link.
E. The upper
and lower links will be used simultaneously for load balancing
Answer:
Q NO. 11 Which optional
configuration parameter is required on a static route so a route-map
can be used to match the static route?
A. Tag
B. Distance
C. Community
D. Permanent
Answer:
|