子网掩码
默认网关
IP地址
物理地址
第1题:
在路由器上建立一个名为test的DHCP地址池,并为其分配IP地址202.112.7.0/24,子网地址中的202.112.7.2~202.112.7.10作为静态地址分配,正确的DHCP配置是______。
A.Router(config) #ip dhcp pool test Router(config) #ip dhcp excluded-address 202.112.7.2-10 Router(dhcp-config) #network 202.112.7.0-255.255.255.0
B.Router(config) #ip dhcp excluded-address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0/24
C.Router(config) #ip dhcp exclude&address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0-0.0.0.255
D.Router(config) #ip dhcp excluded-address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0-255.255.255.0
第2题:
以下是路由器R1的部分配置。请完成配置命令。
Rl(config)interface fastethemetO/0
R1(config—if)ip address(12)(13)
R1(config—if)ip nat inside
R1(config)interface fastethernetO/1
R1(config—if)ip address(14)(15)
R1(config—if)ip nat outside
第3题:
在路由器上建立一个名为test的DHCP地址池,并为其分配IP地址202.112.7.0、24,子网地址中的202.112.7.2~202.112.7.10作为静态地址分配,正确的DHCP配置是
A.Router(config)#ip dhcp pool test Router(config)#ip dhcp excluded-address 202.112.7.2-10 Router(dhcp-config)#network 202.112.7.0 255.255.255.0
B.Router(config)#ip dhcp excluded-address 202.112.7.2-10 Router(config)#ip dhcp pool test Router(dhcp-config)#network 202.112.7.0/24
C.Router(config)#ip dhcp excluded-address 202.112.7.2-10 Router(config)#ip dhcp pool test Router(dhcp-config)#network 202.112.7.0 0.0.0.255
D.Router(config)#ip dhcp excluded-address 202.112.7.2-10 Router(config)#ip dhcp pool test Router(dhcp-config)#network 202.112.7.0 255.255.255.0
第4题:
A.S1(config)# interface fastethernet 0/1S1(config - if)# ip helper - address 10.0.0.2
B.S1(config)# interface fastethernet 0/1 S1(config - if)# ip helper - address 20.0.0.1
C.R1(config)# interface fastethernet 0/0 R1(config - if)# ip help er - address 20.0.0.2R 1(config - if)# ip helper - address 20.0.0.3 R1(config - if)# ip helper - address 20.0.0.4 R1(config - if)# exit R1(config)# interface fastethernet 0/1 R1(config - if)# ip helper - address 10.0.0.1
D.R1(config)# interface fastethernet 0/0 R1 (config - if)# ip helper - address 20.0.0.1 R2(config)# interface fastethernet 0/0 R2(config - if)# ip helper - address 20.0.0.1 R3(config)# interface fastethernet 0/0 R3(config - if)# ip helper - address 20.0.0.1 R4(config)# interface fastethernet 0/0 R4(config - if)# ip helper - address 20.0.0.1
E.S1(config)# interface fastethernet 0/1 S1(config - if)# ip helper - address 10.0.0.2 R2(config)# interface fastethernet 0/0 R2(config - if)# ip helper - address 20.0.0.1 R3(config)# interface fastethernet 0/0 R3(config - if) # ip helper - address 20.0.0.1 R4(config)# interface fastethernet 0/0 R4(config - if)# ip helper - address 20.0.0.1
第5题:
能够显示路由器配置了哪种路由协议。
A.R1(config)#show ip route
B.R1>show ip route
C.R1>show ip protocol
D.R1(config-if)# show ip protocol
第6题:
A.IP地址
B.密码
C.网关
D.DNS
第7题:
某局域网通过两个路由器划分为3个子网,拓扑结构和地址分配如图所示。
下面是路由器Rl的配置命令列表,在空白处填写合适的命令/参数,实现R1的正确配置。
Router>en
Routerconf term
Router(config)hosmame R1
(1)
R1(config—if)ip address 192.168.1.2 255.255.255.0 l
Rl(config—if)no shutdown
Rl(config—if)int sO
Rl(config—if)ip address (2)
Rl(config—if)no shutdown
Rl(config—if)clock rate 56000
Rlf config—if)exit
R1(config)ip routing
Rl(config)ip route 0.0.0.0 0.0.0.0 (3)
R1(config)ip classless
R1(config)exit
R1copy run start
下面是路由器R2的配置命令列表,在空白处填写合适的命令参数,实现R2的正确配置。
Router>en
Routerconf term
Router(config)hostname R2
R2(config)int e0
R2(config—if)ip address 192.168.3.1 255.255.255.0
R2(config—iOno shutdown
R2(config—if)int sO
R2(config—if)ip address 192.168.2.2 255.255.255.0
R2(config—if)no shutdown
R2(config—if)(4)
R2(config)ip routing
R2(config)ip route 0.0.0.0 0.0.0.0 (5)
R2(config)ip classless
RE(config)exit
R2copy run start
第8题:
Which command on router EzonexamA will assign the last usable IP address from the 192.168.32.128/28 subnetwork to a router interface?
A. EzonexamA(config-if) ip address 192.168.32.142 255.255.255.240
B. EzonexamA(config-if) ip address 192.168.32.143 255.255.255.240
C. EzonexamA(config-if) ip address 192.168.32.158 255.255.255.240
D. EzonexamA(config-if) ip address 192.168.32.145 255.255.255.240
E. EzonexamA(config-if) ip address 192.168.32.144 255.255.255.240
F. EzonexamA(config-if) ip address 192.168.32.158 255.255.255.240
G. None of the above
第9题:
A.ASw1(config)# interface range FastEthernet 0/1 - 24 ASw1(config - if - range)# ip forward - protocol udp 67 ASw1(config - if - range)# ip forward - protocol udp 68
B.ASw1(config)# interface range FastEthernet 0/1 - 24 ASw1(config - if - range)# ip helper - address 10.1.2.10
C.RTA(config)# interface fastethernet0/0 RTA(config -if)# ip forward- protocol udp 67 RTA(config - if)# ip forwar d- protocol udp 68
D.RTA(config)# interface fastethernet0/1 RTA(config -if)# ip forward- protocol udp 67 RTA(config -if)# ip forward- protocol udp 68
E.RTA(config)# interface fastethernet0/0 RTA(config - if)# ip helper - address 10.1.2.10
F.RTA(config)# in terface fastethernet0/1 RTA(config - if)# ip helper - address 10.1.2.10
第10题:
A. TestKingA(config-if)# ip address 192.168.32.142 255.255.255.240
B. TestKingA(config-if)# ip address 192.168.32.143 255.255.255.240
C. TestKingA(config-if)# ip address 192.168.32.158 255.255.255.240
D. TestKingA(config-if)# ip address 192.168.32.145 255.255.255.240
E. TestKingA(config-if)# ip address 192.168.32.144 255.255.255.240