As Shown in the following figure, the switch configuration information is as follows. Which of the
following statement about the network and configuration is/are true?
Router A
aaa
local-user test password cipher test local-user test service-type ppp
#
interface Serial1/0/0 link-protocol ppp
ppp authentication-mode chap
ppp pap local-user test1 password cipher test1
ip address 10.0.12.1 255.255.255.0
#
Router B
aaa
local-user test1 password cipher test1 local-user test1 service-type ppp
#
interface Serial1/0/0 link-protocol ppp
ppp authentication-mode pap
ppp chap user test
ppp chap password cipher test
ip address 10.0.12.12 255.255.255.0
A, B, C
According to the topology and configuration of the interconnected interface of switches shown in the
figure, the data frame tagged with VLAN 10 can be forwarded correctly between two switches.
[LSW1]interface GigabitEthernet0/0/1
[LSW1-interface
GigabitEthernet0/0/1]port
link-type
trunk
[LSW1-interface
GigabitEthernet0/0/1]port trunk pvid vlan 20
[LSW1-interface GigabitEthernet0/0/1]port truck allow-pass vlan 10
#
[LSW2]interface GigabitEthernet0/0/1
[LSW2-interface
GigabitEthernet0/0/1]port
link-type
trunk
[LSW2-interface
GigabitEthernet0/0/1]port trunk pvid vlan 10
[LSW2-interface GigabitEthernet0/0/1]port truck allow-pass vlan 10
#
B
As shown in the figure the host has ARP cache. Host A sends a data packet to host B. Which of the
following are the destination MAC address and destination IP address of the data packet?
D
According to the configuration of the single-armed routing in the following figure, the administrator
department and finance department can communicate with each other even if proxy ARP is disabled
on subinterface of R1?
B
Which of the following can prevent host A and Host B from communicating with each other?
A.
acl number 2000
rule 5 deny source 100.0.12.0 0.0.0.255
#
interface G0/0/1
traffic-filter outbound acl 2000
B.
acl number 2000
rule 5 deny source 100.0.12.0 0.0.0.255
#
interface G0/0/2
traffic-filter inbound acl 2000
C.
acl number 2000
rule 5 deny source 100.0.12.0 0.0.0.255
#
interface G0/0/1
traffic-filter inbound acl 2000
D.
acl number 2000
rule 5 deny source 100.0.12.0 0.0.0.255
#
interface G0/0/3
traffic-filter inbound acl 2000
A, B
As shown in the figure, which of the following network devices can be used to implement
communication between host A and Host B?
A
As shown in the figure, the administrator requires that all hosts cannot access the internet during
8:00 - 17:00 every day. In this case, which ACL rule needs to be bound to traffic-filter outbound in the
interface configuration of G0/0/1?
A.
time-range am9topm5 08:00 to 17:00 daily
#
acl number 2001
rule 5 deny time-range am9topm5
#
B.
time-range am9topm5 08:00 to 17:00 daily
#
acl number 2002
rule 5 permit time-range am9topm5
#
C.
time-range am9topm5 08:00 to 17:00 Working-day
#
acl number 2003
rule 5 deny time-range am9topm5
#
D.
time-range am9topm5 08:00 to 17:00 off-day
#
acl number 2004
rule 5 permit time-range am9topm5
#
A
As shown in Figure, Host A and Host B cannot communicate with each other?
B
As Shown in the figure, host A and host B cannot communicate with each other?
A
On the network shown in the figure, when planning traffic, the network administrator requires that
the data packet sent from host A to host B pass through G0/0/3 on the router, and the packets sent
from host B to host A pass through G0/0/4 on the router, which of the following command can be
used to meed this requirement?
A.
Router A : ip route-static 10.0.12.5 255.255.255.252 11.0.12.2
Router B : ip route-static 10.0.12.1 255.255.255.252 11.0.12.5
B.
Router A : ip route-static 10.0.12.5 255.255.255.252 11.0.12.6
Router B : ip route-static 10.0.12.1 255.255.255.252 11.0.12.1
C.
Router A : ip route-static 0.0.0.0 0.0.0.0 11.0.12.2
Router B : ip route-static 0.0.0.0 0.0.0.0 11.0.12.5
D.
Router A : ip route-static 0.0.0.0 0.0.0.0 11.0.12.6
Router B : ip route-static 0.0.0.0 0.0.0.0 11.0.12.1
A, C