H12-821_V1.0試験無料問題集「Huawei HCIP-Datacom-Core Technology V1.0 認定」
On an STP network, the root bridge, root port, and designated port are elected in sequence. The election rules of these ports are different. List the steps for electing the root port in sequence.


正解:

Explanation:
The sequence of steps for electing the root port in an STP (Spanning Tree Protocol) network is as follows:
* Bridge ID Comparison: The Bridge ID (BID) is compared between the bridges in the network. A smaller value indicates a higher priority, meaning the bridge with the lowest Bridge ID is elected as the root bridge.
* RPC (Root Path Cost) Comparison: The path cost to reach the root bridge is calculated. The router with the lowest Root Path Cost (RPC) to the root bridge will have a higher priority for the election of the root port.
* Peer BID Comparison: If there is a tie in the Root Path Cost, the Peer BID is compared. A smaller Peer BID indicates a higher priority. This step ensures that if two routers have the same RPC, the one with the lower Peer Bridge ID wins.
* Local BID Comparison: If there is still a tie, the Local BID is compared. A smaller Local BID indicates a higher priority. This final step ensures that the router with the lowest local identifier is selected.
* Bridge ID Comparison:The first step in electing the root port is comparing the Bridge IDs. The bridge with the lowest Bridge ID becomes the root bridge. The Bridge ID is made up of the bridge priority and MAC address. The root bridge is the center of the network for STP, and all other ports will calculate their paths based on this root.
When receiving a packet, a Huawei router matches the packet against ACL rules. The default ACL matching order used by the Huawei router is.
正解:
Sequential
Explanation:
ACL Matching in Huawei Routers:
* Access Control Lists (ACLs) are used to filter packets based on specific criteria, such as source
/destination IP, ports, or protocols.
* When a packet arrives, the Huawei router processes it against the configured ACL rules to decide whether to permit or deny the packet.
Explanation:
ACL Matching in Huawei Routers:
* Access Control Lists (ACLs) are used to filter packets based on specific criteria, such as source
/destination IP, ports, or protocols.
* When a packet arrives, the Huawei router processes it against the configured ACL rules to decide whether to permit or deny the packet.
Compress the 2001:0DB8:0000:C030:0000:0000:09A0 address.
正解:
2001:DB8:0:C030::9A0
Explanation:
To compress the IPv6 address 2001:0DB8:0000:C030:0000:0000:09A0, the following rules are applied:
* Remove leading zeros in each hextet (e.g., 0DB8 becomes DB8).
* Replace contiguous blocks of zeros with :: (only once in the address).Thus, the compressed form is
2001:DB8:0:C030::9A0 .
Explanation:
To compress the IPv6 address 2001:0DB8:0000:C030:0000:0000:09A0, the following rules are applied:
* Remove leading zeros in each hextet (e.g., 0DB8 becomes DB8).
* Replace contiguous blocks of zeros with :: (only once in the address).Thus, the compressed form is
2001:DB8:0:C030::9A0 .
A filter named si is configured on a device using the as-path-filter command and is applied to a specified BGP peer. The detailed configurations are as follows:
csharp
Copy
[SW1] ip as-path-filter si permit _65500$
[SW1] bgp 65100
[SW1-bgp] ipv4-family unicast
[SW1-bgp-af-ipv4] peer 10.1.1.2 as-path-filter si import
After the configuration is complete, which of the following statements is true about the way the local device processes the routes received from the peer?
csharp
Copy
[SW1] ip as-path-filter si permit _65500$
[SW1] bgp 65100
[SW1-bgp] ipv4-family unicast
[SW1-bgp-af-ipv4] peer 10.1.1.2 as-path-filter si import
After the configuration is complete, which of the following statements is true about the way the local device processes the routes received from the peer?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)