Huawei H12-821_V1.0 Practice Test - Questions Answers, Page 9
List of questions
Question 81

If a router ID is configured in both the system via and the BGP view, BGP uses the router ID configured in the BGP view because the BGP view takes precedence over the system view.
TRUE
FALSE
When the router ID is configured in both the system view and the BGP view, the router ID in the BGP view takes precedence because BGP-specific configurations override global settings. This ensures that BGP operates with the most relevant configurations .
Question 82

Which of the following attribute must be carried in an Update message?
Local-pref
Prefval
MED
AS-Path
In BGP, the AS-Path attribute is mandatory and must be included in all UPDATE messages. It records the autonomous systems a route has traversed. Attributes like Local-Preference, MED, and Prefval are optional and may not always be included. The AS-Path is crucial for loop prevention and route selection .
Question 83

In BGP, the origin attribute of the routes imported using the import-route command is incomplete.
TRUE
FALSE
When routes are imported into BGP using the import-route command, the origin attribute is set to incomplete by default. This indicates that the route's origin is not known or is from an external source, as opposed to being explicitly learned through an IGP (IGP) or EGP (EGP) protocol .
Question 84

Which of the following statements regarding the BGP error display of a router false?
The error may be caused by the incorrect neighbor address.
The neighbor address of this router is 10.1.1.5.
Error Type indicates that the BGP error is caused by the neighbor relationship error.
The error occurred at 12:40:39 on March 22, 2010.
The error indicates 'Incorrect remote AS,' which refers to a mismatch in the autonomous system (AS) numbers during BGP peer configuration. This issue is unrelated to the neighbor address. The neighbor address (10.1.1.5) and timestamp (2010-03-22 12:40:39) provided in the output are correct, and the error type confirms a neighbor relationship issue .
Question 85

Which of the following statements regarding BGP route advertisement are false?
All the BGP routes learned from all BGP peer will be advertised to other BGP peers.
Only the optimal routes preferred by BGP can be advertised to other BGP peers.
By default, the routes learned from an IBGP peer will not be forwarded to other IBGP peers.
Only the routes learned from IGPs can be advertised to other BGP peers.
BGP does not advertise all routes learned from peers to other peers. By default, only the best (optimal) routes selected by BGP are advertised to other peers. Additionally, routes learned from IBGP peers are not forwarded to other IBGP peers unless a route reflector or confederation setup is used. The statement claiming all learned routes are advertised is false .
Question 86

Which of the following statements regarding the summary automatic command and BGP route summarization is false?
After this command is configured, BGP sends only the summarized routes to peers
This command is used to implement automatic summarization. Automatic summarization takes precedence over manual summarization
This command enables automatic summarization for the locally imported routes
After this command is configured, BGP summarizes routes based on natural network segments
The summary automatic command in BGP is used to enable automatic summarization of routes, particularly for classful networks. However, manual summarization takes precedence over automatic summarization when both are configured. This makes the statement claiming automatic summarization takes precedence false .
Question 87

Which of the following routing protocols support the default route through command configuration?
BGP
IS-IS
OSPF
ICMP
BGP, IS-IS, and OSPF support the configuration of default routes through specific command configurations. For example, BGP uses the default-originate command, IS-IS uses a default-route-advertise method, and OSPF can advertise default routes using default-information originate. ICMP, however, is not a routing protocol and does not support this functionality .
Question 88

When a routing policy is used to filter routes, which of the following route prefixes will be denied by the IP prefix below?
1.1.1.1/26
1.1.1.2/16
1.1.1.1/32
1.1.1.1/24
The prefix list permits the prefix 1.1.1.1/24 with a mask length greater than or equal to /26 and less than or equal to /32. This means only prefixes with the base 1.1.1.1 and mask lengths between /26 and /32 will be permitted. Routes like 1.1.1.2/16 and 1.1.1.1/24 do not meet the mask length criteria, so they will be denied. Conversely, routes like 1.1.1.1/26 and 1.1.1.1/32 satisfy the condition and will be permitted .
Question 89

The filter-policy 2000 export command is run in an ISIS process. Which of the following statements about the functions of a filter policy is false?
Is used together with the route import function to advertise some imported external routes to neighbors.
If this command is not run, the device by default advertises all routes that ISIS Imports form external routing protocols.
Controls the advertisement of routes generated by the device.
Filters LSPs to be advertised.
The filter-policy command in IS-IS is used to control the advertisement and filtering of routing information. However, it does not directly filter LSPs (Link State Packets); instead, it controls route advertisements. The false statement here is that it filters LSPs .
Question 90

Preferences of routing protocols determine the sequence In which a router selects a route among routes to the same destination /earned through different routing protocols.
TRUE
FALSE
The preference of routing protocols determines the selection order of routes when a router receives multiple routes to the same destination from different routing protocols. For instance, OSPF has a higher preference over RIP, so OSPF routes will be selected first. Huawei routing preferences confirm this behavior .
Question