wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

H12-811 HCIA-Datacom Part 6

Total questions: 100

Worksheet time: 50mins

Name
Class
Date
1.

The output information of a router is shown in the figure. Which of the following statements is correct? (Multiple choice)

a)

The DR priority of this routing interface is 10

b)

The cost value of this interface is 1

c)

This router is BDR

d)

The Router ID of the router is 10.0.1.1

2.

The output information of a certain device is shown in the figure. Which of the following statements is correct? (Multiple choice)

a)

The standby main control board of the device is operating normally

b)

The VRP operating version of this device is CRP5

c)

The device name is Huawei

d)

The device has been running for 1 minute

3.

The network is shown in the figure below, and the switch configuration information is shown in the figure. Which of the following statements is correct? (Multiple choice)

#

interface GigabitEthernet0/0/1

port hybrid pvid vlan 20

port hybrid untagged vlan 10 20

#

interface GigabitEthernet0/0/2

port hybrid pvid vlan 10

port hybrid untagged vlan 10 20

#

a)

Data frames on the two links do not include VLAN TAG

b)

Host A and Host B can be pinged

c)

Host A and Host B cannot be pinged

d)

The PVID of port GigabitEthernet0/0/1 of the switch is 20

4.

In the network shown in the figure, which of the following configurations can realize that the host A can access the Internet, but the host B cannot? (Multiple choice)

a)

acl number 2000

rule 5 deny source 100.0.12.0.0.0.0.255

rule 10 permit

#

interface GigabitEthernet0/0/3

traffic-filter outbound acl 2000

#

b)

acl number 2000

rule 5 permit source 100.0.13.0.0.0.0.255

rule 10 deny source100.0.12.0.0.0.0.255

#

interface GigabitEthernet0/0/3

traffic-filter outbound acl 2000

#

c)

acl number 2000

rule 5 permit source 100.0.13.0.0.0.0.255

rule 10 deny

#

interface GigabitEthernet0/0/3

traffic-filter outbound acl 2000

#

d)

acl number 2000

rule 5 deny source 100.0.12.0.0.0.0.255

rule 10 permit source 100.0.13.0.0.0.0.255

#

interface GigabitEthernet0/0/3

traffic-filter outbound acl 2000

#

5.

The output information of the router R1 routing table is shown in the figure. Which of the following statements is correct? (Multiple choice)

a)

The data packet whose destination network is 12.0.0.0/8 will be forwarded from the router's Ethernet0/0/0 interface

b)

The router will discard packets whose destination network is 11.0.0.0/8

c)

The router will forward data packets whose destination network is 12.0.0.0/8

d)

The data packet whose destination network is 11.0.0.0/8 will be forwarded from the router's GigabitEthernet0/0/0 interface

6.

As shown in the figure, after the two routers are configured with OSPF, the administrator configures the command on RTA. Is the following description correct?

a)

RTA will continue to receive, analyze and process OSPF packets sent by RTB

b)

The neighbor relationship between the two routers will be down

c)

The neighbor relationship between the two routers will not be affected

d)

RTA will no longer send OSPF packets

7.

As shown in the figure below. All switches enable the STP protocol and keep other configurations in their default state. When the network is stable, are the following statements correct?

a)

Both ports of SWC are in Forwarding state

b)

Both ports of SWB are in Forwarding state

c)

SWA is the root bridge in this network

d)

SWB is the root bridge in this network

8.

In the network as shown in the figure, which of the following configurations can realize that host A cannot access the HTTP service of host B, and host B cannot access the FTP service of host A? (Multiple choice)

a)

acl number 3000

rule 5 deny tcp source 100.0.12.0 0.0.0.255 source-port eq www destination 100.0.13.0 0.0.0.255

#

acl number 3001

rule 5 deny tcp source 100.0.13.0 0.0.0.255 source-port eq ftp destination 100.0.12.0 0.0.0.255

#

Interface GigabitEthernet0/0/1

traffic-filter inbound acl 3000

#

Interface GigabitEthernet0/0/2

traffic-filter inbound acl 3001
#

b)

acl number 3000

rule 5 deny tcp source 100.0.13.0 0.0.0.255 destination 100.0.12.0 0.0.0.255 destination eq www

#

acl number 3001

rule 5 deny tcp source 100.0.12.0 0.0.0.255 destination 100.0.13.0 0.0.0.255 destination eq ftp

#

Interface GigabitEthernet0/0/1

traffic-filter inbound acl 3000

#

Interface GigabitEthernet0/0/2

traffic-filter inbound acl 3001

#

c)

acl number 3000

rule 5 deny tcp source 100.0.12.0 0.0.0.255 source-port eq www destination 100.0.13.0 0.0.0.255

#

acl number 3001

rule 5 deny tcp source 100.0.13.0 0.0.0.255 source-port eq ftp destination 100.0.12.0 0.0.0.255

#

Interface GigabitEthernet0/0/1

traffic-filter inbound acl 3000

#

Interface GigabitEthernet0/0/2

traffic-filter inbound acl 3001

#

d)

acl number 3000

rule 5 deny tcp source 100.0.13.0 0.0.0.255 destination 100.0.12.0 0.0.0.255 destination eq www

#

acl number 3001

rule 5 deny tcp source 100.0.12.0 0.0.0.255 destination 100.0.13.0 0.0.0.255 destination eq ftp

#

Interface GigabitEthernet0/0/1

traffic-filter inbound acl 3000

#

Interface GigabitEthernet0/0/2

traffic-filter inbound acl 3001

#

9.

Network as shown in the figure. The administrator hopes that all hosts cannot access the Web service (the port number is 80) and other services can be accessed normally.

Then in the interface configuration of G0/0/1, which ACL rule needs to be bound to trattie-frilter outbound?

a)

acl number 3002

rule 5 permit ip

rule 10 deny tcp destination-port eq www

#

b)

acl number 3003

rule 5 permit ip

rule 10 deny udp destination-port eq www

#

c)

acl number 3001

rule 5 deny udp destination-port eq www

rule 10 permit ip

#

d)

acl number 3000

rule 5 deny tcp destination-port eq www

rule 10 permit ip

#

10.

As shown in the figure below, which of the following statement is correct? (Multiple choice)

a)

The broadcast address of host A and host B are the same

b)

Host A cannot ping host B

c)

Host A and Host B can obtain each other's MAC address

d)

The following entry 10.0.12.5 MAC-B exists in the ARP cache of host A

11.

The output information of the sub-interface of a router aggregate port 1 is shown in the figure. According to this information, which of the following statements are correct? (Multiple choice)

a)

The sub-interface number of the aggregate port is 100

b)

The sub-interface of the aggregate port carries VLAN when forwarding data frames

c)

Two links exist on the aggregated port

d)

The IP address of the sub-interface of the aggregate port is 10.0.12.2

12.

As shown in the figure below, Router A has Telnetted Router B through the IP address 10.0.12.2. In the current interface, which of the following operations will cause the Telnet session of Router A and Router B to be interrupted? (Multiple choice)

a)

Enable OSPF protocol under G0/0/1 interface

b)

Configure static routing

c)

Modify the IP address of G0/0/1 interface

d)

Close G0/0/1 interface

13.

In the network shown in the figure below, the host has an ARP cache. Which of the following statements is correct? (Multiple choice)

a)

The following entries may appear in the ARP cache of host A 10.0.12.2 MAC-C

b)

The router needs to be configured with a static route. Otherwise, host A and host B cannot communicate in both directions

c)

Host A and Host B can communicate in two directions

d)

The following entry 11.0.12.1 MAC-B exists in the ARP cache of host A

14.

The output information of a router's routing table is shown in the figure. Which of the following statements is correct? (Multiple choice)

a)

The NextHop for this router to reach 10.0.2.2 is 10.0.12.2

b)

The NextHop for this router to reach 10.0.0.1 is 10.0.12.2

c)

The NextHop for this router to reach 10.0.2.2 is 10.0.21.2

d)

The NextHop for this router to reach 10.0.0.1 is 10.0.21.2

15.

The network is shown in the figure below. Which of the following statements is correct? (Multiple choice)

a)

Host A and Host C can ping through

b)

All hosts can ping each other

c)

Host B and Host C can ping through

d)

Host A and Host B cannot ping through

16.

The output information of a certain router is shown in the figure. Which of the following statements are correct? (Multiple choice)

a)

The Router ID of the router is 10.0.1.1

b)

This router is DR

c)

The interface address of this router is 10.0.12.2

d)

The Router ID of the router is 10.0.2.2

17.

As shown in the figure below, assuming that the other configurations of the switch are kept in the default state, which port of the following switch will become the designated port? (Multiple choice)

a)

SWB's G0/0/1

b)

SWC's G0/0/2

c)

SWA's G0/0/3

d)

SWC's G0/0/1

18.

The G0/0/1 interface configuration information of router A is shown in the figure. Which of the following statements are correct? (Multiple choice)

a)

The interface will not forward the received FTP packets

b)

This interface can establish OSPF neighbor relationships with other routers

c)

This interface will not forward ICMP packets

d)

This interface will not forward received SNMP packets

19.

According to the following configuration, which of the following statements are correct? (Multiple choice)

int g0/0/1

port hybrid pvid vlan 20

port hybrid pvid vlan 10

int g0/0/2

port hybrid untagged vlan 10 20

port hybrid untagged vlan 10 20

a)

Host A (PC3) can ping host B (PC4)

b)

The pvid of the G0/0/1 port of the switch is 20

c)

The two link data frames do not contain vlan tag

d)

Host A (PC3) cannot ping host B (PC4)

20.

At what frequency does the IEEE 802.11n standard support to work? (Multiple Choice)

a)

2.5GHz

b)

2.4GHz

c)

5GHz

d)

6GHz

21.

Which WLAN security policies support the link authentication method of open mode? (Multiple Choice)

a)

WPA2-802.1X

b)

WPA2-PSK

c)

WEP

d)

WPA

22.

Which of the following statements about RA and RS in IPv6 are correct?

a)

RS is used to reply address prefix information

b)

RA is used to request address prefix information

c)

RS is used to request address prefix information

d)

RA is used to reply address prefix information

23.

The IP addresses of the VLANIF interfaces of the same switch cannot be the same.

a)

True

b)

False

24.

Access type ports will () when sending messages.

a)

Send tagged messages

b)

Strip the VLAN information of the message, and then send it out

c)

Type the PVID information of this port, and then send it out

d)

Add the ZLAN message of the message, and then send it out

25.

The configuration information of a certain port of the switch is shown in the figure, then the PVID of this port is:

#

interface GigabitEthernet0/0/1

port hybrid tagged vlan 2 to 3 100

port hybrid untagged vlan 4 6

#

a)

100

b)

2

c)

4

d)

1

26.

What is the value of the Type field in the RSTP configuration BPDUs message?

a)

0x01

b)

0x00

c)

0x02

d)

0x03

27.

The Priority field in the VLAN tag can identify the priority of the data frame. What is the scope of this priority?

a)

0-15

b)

0-63

c)

0-3

d)

0-7

28.

What elements can NAPT convert?

a)

Only MAC address

b)

IP address + port number

c)

MAC Address + port number

d)

Only IP address

29.

There is a WEB server in the private network that needs to provide HTTP services to public network

users. Therefore, the network administrator needs to configure NAT on the gateway router RTA.

a)

RTA-Gigabitethernet0/0 nat server protocol tcp global 192.168.1.1 www inside 202.10.10.1 8080

b)

(RTA-Serial1/0) nat server protocol tcp global 192.168.1.1 www inside 202.10.1 0.1 8080

c)

(RTA-Gigabitethernet0/0) nat server protocol tcp global 202.10.10.1 www inside

192.168.1.1 8080

d)

(RTA-Serial1/0) nat server protocol tcp global 202.10.10.1 www inside 192.168.1.1 8080

30.

A network engineer prompts the following information when entering the command line:

Error: unrecognized command found at ‘^’ position.

Which of following statement about the prompt information is correct?

a)

The input command is not clear

b)

Wrong parameter type

c)

No keyword found

d)

Input command is incomplete

31.

Which of the following configuration commands is correct?

<Huawei> system-view

[Huawei] command-privilege level 3 view user save

a)

Modify the user's authority level to 3, and save the configuration

b)

Modify the permission level of the user view command to 3, and save the configuration

c)

Modify the authority level of the save command used by a user to 3

d)

Modify the permission level of the save command in the user view to 3

32.

Which of the following descriptions about the switch is wrong?

a)

The switch can complete the exchange of data frames

b)

The switch can provide network access services for terminal equipment (PC, Server)

c)

Switches generally work at the data link layer

d)

The switch is generally used as the export equipment of the network

33.

Which of the following descriptions about firewalls is wrong?

a)

Firewall can realize user identity authentication

b)

Firewall can realize access control between different networks

c)

The firewall can isolate the network of unreachable security level

d)

The firewall cannot implement network address translation

34.

On the VRP platform, the default protocol priority of routes in the direct route, static route, RIP, OSPF area, from high to low, is

a)

Direct route, OSPF, Static route, RIP

b)

Direct route, Static route, RIP, OSPF

c)

Direct route, RIP, Static route, OSPF

d)

Direct route, OSPF, RIP, Static route

35.

On Huawei routers, what is the default value of the OSPF protocol internal routing priority?

a)

20

b)

10

c)

30

d)

0

36.

The load sharing mode at both ends of the Eth-Trunk can be inconsistent ()

a)

True

b)

False

37.

When Huawei switches allow STP, the priority of the switch by default is

a)

32768

b)

8192

c)

16384

d)

4096

38.

On Huawei equipment, if AAA authentication is used for authorization, when the remote server does not respond, authorization can be performed from the network equipment side.

a)

True

b)

False

39.

In IPv4 network, AP supports static and DHCP to obtain IP address

a)

True

b)

False

40.

For the description of the PPP link establishment process, the following statement is wrong?

a)

In the Establish phase, the PPP link performs LCP parameter negotiation. The negotiation content includes the maximum receiving unit MRU, authentication method magic word and other options

b)

After the NCP negotiation is successful, the PPP link will maintain the communication state and enter the Terminate phase

c)

Dead phase is also called the physical layer unavailable phase. When both ends of the communication parties detect that the physical circuit is activated, they will migrate from the Dead phase to the Establish phase, which is the link establishment phase

d)

In the Network phase, the PPP link performs NCP negotiation. Select and configure a network layer protocol through NCP negotiation, E.PPP link supports half-duplex and full duplex modes

41.

Which of the following commands can be used to view the CPU usage of the router?

a)

display cpu-state

b)

display interface

c)

display memory

d)

display cpu-usage

42.

Which of the following IPv6 addresses is a multicast address?

a)

FE80:2EO:FCFF:FEEF:FEC

b)

FC0O:2EO:FCFF:FEEF:FEC

c)

FF02::2EO:FCFF:FEEF:FEC

d)

2000::2EO:FCFF:FEEF:FEC

43.

A device has been configured to complete Telnet configuration. The device login address is 10.1.1.10, the Telnet user name is admin, and the password is Huawei@123.

What is the correct way to log in to the device using telnetlib?

a)

telnetlib.Telnet(10.1.1.10, admin, Huawei@123)

b)

telnetlib.Telnet(10.1.1.10, 23, admin, Huawei@123)

c)

telnetlib.Telnet(10.1.1.10, admin)

d)

telnetlib.Telnet(10.1.1.10)

44.

Which of the following IPv4 addresses the host uses cannot directly access the Internet?

a)

100.1.1.1

b)

50.1.1.1

c)

10.1.1.1

d)

200.1.1.1

45.

What kind of message does the OSPF protocol use to confirm the received LSU message?

a)

LSU

b)

LSR

c)

LSACK

d)

LSA

46.

Which of the following is not the reason why RSTP can increase the speed of convergence?

a)

The introduction of edge ports

b)

Fast switching of the root port

c)

P/A mechanism

d)

Forward delay cancelled

47.

The link aggregation interface can only be used as a Layer 2 interface

a)

True

b)

False

48.

The RSTP protocol uses the P/A mechanism to speed up the upstream port's transition to the Forwarding state, but what is the reason for no temporary loop? ()

a)

Speed up port role election

b)

Ensure that there will be no temporary loops through the synchronization mechanism

c)

Edge port

d)

Reduced the time of ForwarD.Delay

49.

The static MAC address table will not be lost after the system restarts

a)

True

b)

False

50.

In standard STP mode, which of the following non-root switches will forward the C-set BPDU

generated by the root switch?

a)

Designated port

b)

Root port

c)

Backup Port

d)

Preparatory port

51.

When the host frequently moves the office, which VLAN division method is most suitable?

a)

Based on MAC Address division

b)

Based on port division

c)

Based on IP subnetting

d)

Based on strategy division

52.

If a windows host is started for the first time, if it uses DHCP to obtain an IP address, what is the source IP address of the first packet sent by this host?

a)

127.0.0.1

b)

169.254.2.33

c)

0.0.0.0

d)

255.255.255.255

53.

In order to realize the launch of FIT AP, FIT AP first needs to obtain the IP address of AC. Which of the following is not included in the way FITAP obtains the IP address of AC.?

a)

Broadcasting method

b)

Static designation method on AP

c)

Multicast mode

d)

DHCP Option mode

54.

Which of the following messages does the AP use to request the software version from AC?

a)

VRP System Request

b)

Software Request

c)

Image Data Request

d)

Image package Request

55.

IEEE802.11ac only supports the 5GHZ frequency band

a)

True

b)

False

56.

Which of the following descriptions of wireless devices is correct?

a)

The wireless controller AC is generally located at the convergence layer of the entire network, providing high-speed, safe and reliable VLAN services

b)

FIT AP generally independently completes user access, authentication, service forwarding and other functions

c)

FAT AP generally work with wireless controller

d)

The wireless device does not have a wired interface

57.

Which of the following is not included in the VRP system login method?

a)

Telnet

b)

Netstream

c)

SSH

d)

web

58.

Can the administrator modify the device name for the router under?

a)

User-view

b)

Protocol-view

c)

System-view

d)

Interface-view

59.

In the campus network, the reliability of the network can be improved by using link aggregation and stacking technology.

a)

True

b)

False

60.

If it is UDP, the value of the protocol field of the network layer is 6.

a)

True

b)

False

61.

If the application layer protocol is Telnet, then the value of the Protocol field in the IPv4 header?

a)

23

b)

17

c)

6

d)

67

62.

At what layer of the OSI reference model does a router operate?

a)

Data link layer

b)

Transport layer

c)

Application layer

d)

Network layer

63.

VRP operating platform, which of the following commands can only view static routes?

a)

display ip routing-table statistics

b)

display ip routing-table verbose

c)

display ip routing-table

d)

display ip routing-table protocol static

64.

Which of the following OSPF versions is suitable for IPv6?

a)

OSPFv1

b)

OSPFv2

c)

OSPFv3

d)

OSPFv4

65.

When two OSPF routers form a 2-WAY neighbor relationship, the LSDB has been synchronized.

a)

True

b)

False

66.

Switch stacking supports more than two devices, and multiple switches can be grouped into a logical device through stacking.

a)

True

b)

False

67.

At which layer of the OSI reference model do Ethernet switches operate?

a)

Network layer

b)

Data link layer

c)

Physical layer

d)

Transport layer

68.

The bridge ID of the STP protocol in the switching network is as follows. Which of the following bridge ID switches will become the root bridge?

a)

4096 00-01-02-03-04-DD

b)

32768 00-01-02-03-04-AA

c)

32768 00-01-02-03-04-BB

d)

32768 00-01-02-03-04-CC

69.

RTA Uses NAT technology and realizes many-to-many NAPT address translation by defining an address pool, so that hosts in the private network can access the public network. Assuming that there are only two public network P addresses in the address pool, and they have been assigned to hosts A and B for address conversion, and at this time, if the host also wants to access the public network, the following description is correct.

a)

Host C Unable to assign a public network address, and cannot access the public network

b)

All hosts can access the public network by using the public network address in turn

c)

RTA Convert the source port of host C, the host can access the public network

d)

RTA Assign interface address (200.10.10.3) to host C. Host C can access the public network

70.

What is the total length of an IPv6 address in bits?

a)

96

b)

64

c)

32

d)

128

71.

The IPv4 address assigned by the network administrator to a host in the network is 192.168.128, how many more hosts can be added to the network where this host is located?

a)

12

b)

15

c)

13

d)

14

72.

All ports on the root bridge switch are designated ports.

a)

True

b)

False

73.

What is the number range of advanced ACLs?

a)

3000-3999

b)

2000-2999

c)

4000-4999

d)

6000-6031

74.

The basic header length of IPv6 packets is a fixed value.

a)

True

b)

False

75.

By default, what is the lease period for the DHCP server to assign an IP address?

a)

12h

b)

1h

c)

24h

d)

18h

76.

Which parameter is used in the spanning tree protocol for root bridge election?

a)

Port ID

b)

Bridge priority

c)

Root path cost

d)

Bridge ID

77.

Management Information Base (MIB) Information Base) is a virtual database, which only exists on the NMS.

a)

True

b)

False

78.

Now we need to implement a Python automation script Telnet to the device to view the remote login configuration of the device. Which of the following statements is wrong?

a)

Telnetlib can achieve this function

b)

telnet.close() is used after each command is entered, and its function is to wait for the switch to return a message

c)

Use telnet.Telnet (host) to connect to the Telnet server

d)

You can use telnet.write (b "display current-configuration\n") to input the command to view the current configuration of the device

79.

The network administrator of a certain company wants to uniformly divide the users who often access the company network from different switches to VLAN 10 when they frequently change office locations. Which of the following methods should be used to divide VLANs?

a)

VLAN based on protocol

b)

VLAN based on MAC address

c)

VLAN based on port

d)

VLAN based on subnet

80.

The display startup information of the AR2200 router. Regarding these information, the statement is wrong.

a)

The system file at the next startup of the device can be modified with the command "startup system software"

b)

The running configuration file is not saved

c)

The system file used for this startup of the device is ar2220-v200r003c00spc00.cc

d)

The system file cannot be modified when the device is started next time

81.

The administrator plans to implement route backup by configuring static floating routes. The correct way to achieve this is.

a)

The administrator needs to configure different metric values for the main static route and the standby static route

b)

The administrator needs to configure different TAGs for the main static route and the standby static route

c)

The administrator only needs to configure two static routes

d)

The administrator needs to configure different protocol priority values for the main static route and the standby static route

82.

Which of the following descriptions about Trunk port and Access port are correct?

a)

Trunk port can only send untagged frames

b)

The Access port can only send untagged.

c)

Access port can only send tagged frames

d)

Trunk port can only send tagged frame

83.

Which statement about OSPF area division is wrong?

a)

Area.0 is the backbone area. All other areas must be connected to this area

b)

The LSDBs in the routers in the same OSPF area are exactly the same

c)

Dividing OSPF areas can reduce the size of the LSDB of some routers

d)

Only ABR can be used as ASBR

84.

NFV (Network Functional Virtualization), network function virtualization, realizes the deployment of network applications in a software-based way.

a)

True

b)

False

85.

What is the main function of the DHCP DISCOVER message?

a)

The server's confirmation response to the REQUEST message

b)

Used by the client to find the DHCP server

c)

The client requests configuration confirmation, or renews the lease

d)

The DHCP server is used to respond to the DHCP DISCOVER message, which carries various configuration information

86.

In the WLAN architecture, the FIT AP cannot work independently and needs to be managed by AC. Which of the following protocols are used to communicate between FIT AP and AC?

a)

IPsec

b)

WEP

c)

APWAP

d)

WAP

87.

It is known that there are two entries in the routing table of a router. If the router wants to forward packets with the destination address of 9.1.4.5, the correct one of the following statements is.

a)

Choose the second item as the best matching item, because the cost of the RIP protocol is small

b)

The second item is selected as the best matching item, because the route is a more accurate match relative to the destination 9.1.4.5

c)

Select the second item as the best match, because the speed of Ethernet0 is faster than the speed of serial0

d)

Chooses the first item as the best matching item, because the priority value of the ospf protocol is higher

88.

In the network as shown in the figure below, what commands can be entered on the router to make host A ping host B successfully? (Multiple Choice)

a)

RTA: ip route-static 0.0.0.0 0.0.0.0 11.0.12.2

RTB: ip route-static 0.0.0.0 0.0.0.0 11.0.12.1

b)

RTA: ip route-static 10.0.12.5 255.255.255.252 11.0.12.2

RTB: route-static 10.0.12.1 255.255.255.252 11.0.12.1

c)

RTA: ip route-static 0.0.0.0 0.0.0.0 11.0.12.1

RTB: ip route-static 0.0.0.0 0.0.0.0 11.0.12.2

d)

RTA: ip route-static 10.0.12.5 255.255.255.252 11.0.12.1

RTB: ip route-static 10.0.12.1 255.255.255.252 11.0.12.2

89.

According to the command output as shown in the figure, which of the following descriptions is correct? (Multiple Choice)

a)

GigabitEthernet0/0/1 allows VLAN1 to pass

b)

GigabitEthernet0/0/1 does not allow VLAN1 to pass

c)

If you want to change GigabitEthernet0/0/1 to an Access port, you first need to use the command "undo port trunk allow-pass vlan all"

d)

If you want to change GigabitEthernet0/0/1 to an Access port, you first need to use the command "undo port trunk allow-pass vlan 2 to 4094"

90.

According to the command shown in the figure, which of the following descriptions is correct? (Multiple Choice)

a)

The PVID of GigabitEthernet0/0/1 port is 1

b)

The PVID of GigabitEthernet0/0/2 port is 1

c)

The PVID of the GigabitEthernet0/0/2 port is 10

d)

The PVID of GigabitEthernet0/0/1 port is 10

91.

As shown in the figure below, all hosts can communicate normally. Which of the following statements is correct? (Multiple Choice)

a)

G0/0/3 of SWB learned 2 mac addresses

b)

G0/0/3 of SWA learned 1 mac address

c)

G0/0/3 of SWA learned 2 mac addresses

d)

G0/0/3 of SWA learned 3 mac addresses

92.

The administrator has configured as shown in the figure on R1, but R1 cannot learn the routes of other routers, so what is the possible reason? (Multiple Choice)

a)

This router did not announce the network connected to neighbors when configuring ospf

b)

This router is not configured with authentication function, but the neighbor router is configured with authentication function

c)

When this router is configured, the ospf process ID is not configured

d)

The area ID configured by this router is different from the area ID of its neighbor router

93.

The output information of a router's routing table is shown in the figure. Which of the following statements is correct? (Multiple Choice)

a)

The outbound interface of this router to 10.0.0.1 is Ethernet0/0/1

b)

The outbound interface of this router to 10.0.0.1 is Ethernet0/0/0

c)

The outbound interface of this router to 10.0.2.2 is Ethernet0/0/0

d)

The outbound interface of this router to 10.0.2.2 is Ethernet0/0/1

94.

In the network shown in the figure, which of the following descriptions is correct?

a)

The network between RTA and SWC is the same conflict domain

b)

The network between SWA and SWB is the same broadcast domain

c)

The network between SWA and SWC is the same conflict domain

d)

The network between SWA and SWC is the same broadcast domain

95.

As shown in the figure below, the router uses a sub-interface as the host gateway and the gateway IP address is 10.0.12.2. Which of the following commands can achieve this requirement? (Multiple Choice)

a)

interface GigabitEthernet0/0/0.20

dot1q termination vid 10

Ip address 10.0.12.2 255.255.255.0

arp broadcast enable
#

b)

interface GigabitEthernet0/0/0.10

dot1q termination vid 10

Ip address 10.0.12.2 255.255.255.0

arp broadcast enable

#

c)

interface GigabitEthernet0/0/0.20

dot1q termination vid 20

Ip address 10.0.12.2 255.255.255.0

arp broadcast enable

#

d)

interface GigabitEthernet0/0/0.10

dot1q termination vid 20

Ip address 10.0.12.2 255.255.255.0

arp broadcast enable

#

96.

The routing table is shown in the figure, which of the following statements is correct? (Multiple Choice)

a)

The router forwards data packets with a destination IP of 10.0.2.2 from Ethernet0/0/0

b)

The NextHop of the destination network 10.0.3.3/32 is not directly connected, so the router will not forward packets with the destination IP address 10.0.3.3

c)

The router forwards data packets with a destination IP of 10.0.3.3 from Ethernet0/0/0

d)

The router forwards data packets with a destination IP of 10.0.12.1 from Ethernet0/0/0

97.

In the network shown in the figure below, host A is not configured with a gateway, and host B has the ARP cache of the gateway. Which of the following statements is correct? (Multiple Choice)

a)

Enable ARP proxy on port G0/0/1 of the router, then host A can communicate with host B

b)

The data packet sent by host B with the destination IP address 10.0.12.1 can be forwarded to host A

c)

The data packet sent by host A with the destination IP address 11.0.12.1 can be forwarded to host B

d)

Host A and Host B cannot communicate in both directions

98.

The output information of a certain switch is shown in the figure. Which of the following statements is correct? (Multiple Choice)

a)

The GE0/0/1 port of the switch does not carry VLAN TAG when sending VLAN20 data frames

b)

The GE0/0/2 port of the switch carries VLAN TAG when sending VLAN20 data frames

c)

The GE0/0/1 port of the switch does not carry VLAN TAG when sending VLAN10 data frames

d)

The user manually created 4 VLANs

99.

In the network as shown in the figure below, all switches enable the STP protocol. Disable the G0/0/2 port of SWA to configure the BPDU sending function, and G0/0/1 of SWC will reconverge to become the root port. Which of the following statements is correct about this process? (Multiple Choice)

a)

SWB forwards TCN BPDU to SWA

b)

SWB sends configuration BPDU with TCA set to SWC

c)

SWC sends TCN BPDU to SWB

d)

SWA sends configuration BPDU with TC set

100.

In the network shown in the figure below, from a security perspective, Router A refuses to receive OSPF packets and ICMP packets received from the G0/0/1 interface. Which of the following commands can achieve this requirement? (Multiple Choice)

a)

acl number 3000

rule 5 deny 89

rule 10 deny icmp

#

interface GigabitEthernet0/0/1

traffic-filter inbound acl 3000

#

b)

acl number 3000

rule 5 deny 89
rule 10 deny 1

#

interface GigabitEthernet0/0/1

traffic-filter inbound acl 3000

#

c)

acl number 2000

rule 5 deny 89

rule 10 deny 1

#

interface GigabitEthernet0/0/1

traffic-filtet inbound acl 2000

#

d)

acl number 3000

rule 5 deny ospf

rule 10 deny icmp

#

interface GigabitEthernet0/0/1

traffic-filtet inbound acl 3000

#