A. DHCP standalone server
B. DHCP exclusive-access server
C. DHCP relay agent
D. DHCP relay proxy
第1题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第2题:
A.ping
B.Telnet
C.FTP
D.TCP
E.IP
第3题:
A.Ethernet II
B.Ethernet 802.4
C.Ethernet 802.5
D.Ethernet SNAP
第4题:
A.shiproute
B.shipcef〈ip_address〉
C.shadjacency〈ip_address〉
D.shiproute〈ip_addres$〉
E.shipadjacency〈/p_address〉
F.shipcef〈mac_addrQss〉〈ip_address〉
第5题:
A.[RTA-Ethernet0/0]vrrpvrid1virtual-ip10.1.1.254
B.[RTA]vrrpvrid1virtual-ip10.1.1.254
C.[RTA-Ethernet0/0]vrrpvrid1virtual-ip10.1.1.254mask255.255.255.0
D.[RTA]vrrpvrid1virtual-ip10.1.1.254mask255.255.255.0
第6题:
配置DHCP服务器IP地址池的地址为193.45.98.0/24,其中193.45.98.10~193.45.98.30用做静态地址分配,正确的配置语句是______。
A.ip dhcp excluded-address 193.45.98.10.193.45.98.30 network 193.45.98.0 255.255.255.0
B.ip dhcp excluded-address 193.45.98.10.193.45.98.30 network 193.45.98.0/24
C.ip dhcp excluded-address 193.45.98.10 193.45.98.30 network 193.45.98.0 0.0.0.255
D.ip dhcp excluded-address 193.45.98.10 193.45.98.30 network 193.45.98.0 255.255.255.0