A.ACL
B.RDF
C.RAS
D.ARP
第1题:
下列选项中不会引起二义性的宏定义是( )。
A.#define S(x) X*X
B.#define S(x)(x)*(x)
C.#define S(x)(x*x)
D.#define S(x)((x)*(x))
第2题:
Followingticketconsistsofaproblemdescriptionandexistingconfigurationonthedevice.

Figure1

Figure2
TroubleTicketStatement
Client1isnotabletoreachtheWebServer.InitialtroubleshootingshowsthatDSW1canpingtheFa0/1interfaceofR4butnotthes0/0/0/0.34interface.
ConfigurationonDSW1
routereigrp10
network10.1.4.40.0.0.0
network10.2.1.10.0.0.0
network10.2.4.130.0.0.0
noauto-summary
ConfigurationonDSW2
routereigrp10
network10.1.4.80.0.0.0
network10.2.2.10.0.0.0
network10.2.4.140.0.0.0
noauto-summary
ConfigurationonR4
routereigrp10
network10.1.4.50.0.0.0
noauto-summary
redistributeospf1metric1001025511500route-mapEIGRP_to_OSPF!
routerospf1
network10.1.1.80.0.0.0area34
redistributeeigrp10subnets!
route-mapEIGRP→OSPF
matchipaddress1!
access-list1permit10.0.0.00.255.255.255
access-list1permit209.0.0.00.255.255.255
Whatisthesolutionofthefaultcondition?()
第3题:
第4题:
A.network10.0.0.0
B.network127.0.0.0
C.network129.135.0.0
D.network192.168.0.0
第5题:
A.network 172.26.168.0 area 478
B.network 172.26.0.0
C.network 172.26.168.128 0.0.0.127
D.network 172.26.168.128 area 478
第6题:
【单选题】以下程序段中存在错误的是() 。
A.#define array_size 100 int array1[array_size];
B.#define PI 3.14159 #define S(r) PI*(r)*(r) „ area=S(3.2);
C.#define PI 3.14159 #define S(r) PI*(r)*(r) „ area=S(a+b);
D.#define PI 3.14159 #define S(r) PI*(r)*(r) „ area=S(a);