Spring Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror

Pass the Nokia SRC Certification 4A0-C01 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam 4A0-C01 Premium Access

View all detail and faqs for the 4A0-C01 exam


694 Students Passed

85% Average Score

93% Same Questions
Viewing page 13 out of 13 pages
Viewing questions 241-260 out of questions
Questions # 241:

What is the primary purpose of classless interdomain routing (CIDR)?

Options:

A.

To support classful routing protocols.

B.

To allow IP routes to be defined using any number of bits for the network portion of the address.

C.

To allow interdomain routing between an IGP and EGP such as OSPF and BGP.

D.

To simplify the allocation of IP address space by defining a fixed size for the network portion of the address for each of the address classes.

Questions # 242:

Click the exhibit button.

Question # 242

What can you deduce from the show command on router R6?

Options:

A.

The router R6 interface is in a multi-access segment. It is neither the DR nor the BDR for the segment. The DR for this segment would be the router with router ID 10.10.10.5.

B.

The router R6 interface is in a multi-access segment. It is neither the DR nor the BDR for the segment; however, this command does not indicate whether 10.10.10.3 or 10.10.10.5 is the DR or BDR.

C.

The router R6 interface is in a multi-access segment. It is the BDR, which is why it is not adjacent to the other routers.

D.

The router R6 interface is in a multi-access segment. It is neither the DR nor the BDR for the segment. The DR for this segment would be the router with router ID 10.10.10.3.

Questions # 243:

From the list below identify two matching criteria supported for IP filters on the Alcatel-Lucent 7750 SR: (Choose two)

Options:

A.

DSCP marking

B.

Class of Service Marking

C.

DSAP marking

D.

ICMP type

Questions # 244:

Click the exhibit button.

Question # 244

Given the diagram below, what path will traffic follow from router R6 to router R3, and from router R3 to router R6, if IS-IS is the routing protocol? The numbers beside the links are the metrics for that link.

Options:

A.

Router R6 to router R3 will follow (R6-R5-R2-R3). Router R3 to router R6 will follow (R3- R2-R5-R6).

B.

Router R6 to router R3 will follow (R6-R5-R2-R3). Router R3 to router R6 will follow (R3-R4-R2-R5-R6).

C.

Router R6 to router R3 will follow (R6-R5-R2-R3). Router R3 to router R6 will follow (R3-R4-R7-R5-R6).

D.

Router R6 to router R3 will follow (R6-R5-R7-R4-R3). Router R3 to router R6 will follow (R3-R4-R7-R5-R6).

Questions # 245:

Click the exhibit button.

Question # 245

If router R2 redistributes the IS-IS route to 192.168.3.0/24 into OSPF, router R3 preference of these two routes? Choose two answers.

Options:

A.

The OSPF internal preference

B.

The IS-IS Level 1 internal preference

C.

The IS-IS Level 2 internal preference

D.

The OSPF external preference

E.

The IS-IS Level 2 external preference

F.

The IS-IS Level 1 external preference

Questions # 246:

What command will show the IS-IS neighbors, and their status on an Alcatel-Lucent 7750 SR?

Options:

A.

Show isis neighbors

B.

Show router isis neighbors

C.

Show router isis adjacency

D.

Show isis adjacency

Questions # 247:

What is wrong with the following filter configuration from an Alcatel-Lucent 7750 SR?

RTR-B# configure filter

RTR-B>config>filter# ip-filter 1 create

RTR-B>config>filter>ip-filter$ entry 1 create

RTR-B>config>filter>ip-filter>entry$ match src-ip 172.2.0.0/16

RTR-B>config>filter>ip-filter>entry# action drop

RTR-B# configure router interface toRTR-A

RTR-B>config>router>if# egress

RTR-B>config>router>if>egress# filter ip 1

Options:

A.

There is nothing wrong with this filter

B.

The filter should be applied to the ingress and not the egress.

C.

The mask cannot be a "/" value, it must be in dotted decimal.

D.

All traffic is being blocked

Questions # 248:

There is an IP host with IP address 10.2.3.1. A static route is created, using the "configure router static-route 10.2.3.0/24 next-hop 10.1.2.1" command. What is the correct traceroute command to test this static route on an Alcatel-Lucent 7750 SR?

Options:

A.

traceroute 10.2.3.1

B.

traceroute 10.2.3.1 next-hop 10.1.2.1

C.

traceroute next-hop 10.1.2.1

D.

traceroute does not work on the Alcatel-Lucent 7750 SR.

E.

traceroute 10.1.2.1

Questions # 249:

How many databases does a Link State routing protocol use?

Options:

A.

One

B.

Two

C.

Three

D.

Four

Questions # 250:

Click the exhibit button.

Question # 250

Router 2 advertises the network 192.168.3.0/24 to router R1 via IS-IS.

How can router R1 ensure that it discards the route?

Options:

A.

Use a prefix list on router R1 to discard all ingress IS-IS routes.

B.

Use an export policy and prefix list on router R1.

C.

Use an import policy and a prefix list on router R1.

D.

This is not possible because IS-IS cannot use import policies.

Questions # 251:

Which of the following best describes the type of packets used by OSPF routers to exchange updates on a point-to-point link?

Options:

A.

IP packets sent to an IP multicast address.

B.

TCP packets sent to an IP multicast address.

C.

IP packets sent to an IP unicast address.

D.

UDP packets sent to an IP multicast address.

Questions # 252:

What is the term used for the updates sent by IS-IS?

Options:

A.

Link State PDUs

B.

Link State Updates

C.

Link State Advertisements

D.

Intermediate System Update Packets

Questions # 253:

Click the exhibit button.

Question # 253

What is the state of adjacency?

Options:

A.

Initializing

B.

Up

C.

Down

D.

2-Way

Questions # 254:

What causes an adjacency to change from down to two ways?

Options:

A.

When a link state update is received in response to a link state request.

B.

When a router receives a Hello packet that contains its own router ID in the neighbor list from a neighbor.

C.

When a router receives a database description packet from a neighbor.

D.

When a link state acknowledgement is received in response to a link state update.

Questions # 255:

Which of the following statements regarding IS-IS Hello packets are true? Choose two answers.

Options:

A.

Different types of Hello packets are exchanged on point-to-point networks than on broadcast networks.

B.

L1/L2 Hello packets are exchanged on broadcast links.

C.

Different L1 and L2 Hello packets are exchanged on broadcast links.

D.

By default, Hello packets are sent every 5 seconds, and the timeout to declare a neighbor down is 15 seconds.

Viewing page 13 out of 13 pages
Viewing questions 241-260 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.