网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
在linux系统中,为本机添加到192.168.1.0/25的路由信息,网关地址为172.16.1.1,应执行()命令。
A

route add -net 192.168.1.0 netmask 255.255.255.128 dev eth0

B

route add 192.168.1.0 netmask 255.255.255.128 gw 172.16.1.1 dev eth0

C

route add -net 192.168.1.0 netmask 255.255.255.0 gw 172.16.1.1 dev eth0

D

route add 192.168.1.0 netmask 255.255.255.192 gw 172.16.1.1 dev eth0


参考答案

参考解析
解析: 暂无解析
更多 “单选题在linux系统中,为本机添加到192.168.1.0/25的路由信息,网关地址为172.16.1.1,应执行()命令。A route add -net 192.168.1.0 netmask 255.255.255.128 dev eth0B route add 192.168.1.0 netmask 255.255.255.128 gw 172.16.1.1 dev eth0C route add -net 192.168.1.0 netmask 255.255.255.0 gw 172.16.1.1 dev eth0D route add 192.168.1.0 netmask 255.255.255.192 gw 172.16.1.1 dev eth0” 相关考题
考题 在Windows系统中,采用()命令不能显示本机网关地址。 A.tracertB.ipconfigC.nslookupD.arp

考题 Linux中显示网络连接、路由表和网络接口信息命令为____。

考题 若主机所在网络的网关IP地址为192.168.1.254,则在基于Linux操作系统的客户机中,可以使用命令 (33) 添加网关为默认路由。A.ifconfi9.route default l92.168.1.254B.route add default gw l92.168.0.254C.netstat.r default gateway l92.168.1.254D.1s route default gate l92.168.0.254

考题 ● 在Windows操作系统中,采用 (65) 命令不 不不 不能显示本机网关地址。(65)A. tracertB. ipconfigC. nslookupD. arp

考题 在Windows操作系统中,采用()命令不能显示本机网关地址。A.tracertB.ipconfigC.nslookupD.arp

考题 在Windows操作系统中,采用(65)命令不能显示本机网关地址。A.tracertB.ipconfigC.nslookupD.arp

考题 在Linux操作系统中,能够显示本机网络路由信息的命令是( )。A.ifconfig-a B.netstar-nr C.ls-1 D.route print

考题 在Linux操作系统中提供了大量的网络配置命令,其中不带参数的route命令用来查看本机的路由信息,(70)命令也可以完成该项功能。A.ifconfig-rB.tracerouteC.setD.netsrar-r

考题 局域网的网络地址192.168.1.0/24,局域网络连接其它网络的网关地址是192.168.1.1主机192.168.1.20访问172.16.1.0/24网络时,其路由设置正确的是()。 A、routeadd-net192.168.1.0gw192.168.1.1netmask255.255.255.0metricB、routeadd-net172.16.1.0gw192.168.1.1netmask255.255.255.0metricC、routeadd-net172.16.1.0gw172.16.1.1netmask255.255.255.0metricD、routeadddefault192.168.1.0netmask172.168.1.1metric

考题 在Linux操作系统中,能够显示本机网络路由信息的命令是()。A.ifconfig -a B.netstar -nr C.ls-1 D.route print

考题 在 Windows中运行route print命令后得到某主机的路由信息如下图所示。则该主机的IP地址为( ),子网掩码为(请作答此空),默认网关为( )。 A.255.0.0.0 B.255.255.255.0 C.255.255.255.128 D.255.255.255.255

考题 阅读以下说明,回答问题1~3,将解答填入答题纸的对应栏内。 某公司的网络拓扑结构如图3-1所示。其中的DHCP server安装的Linux系统。 【问题3】(4分) Windows 系统中,用户在命令行方式下,通过 (9) 命令可以看到提供IP地址的DHCP服务器信息,但实际查看到本机的IP地址为169.254.103.155,且无法使用internet服务,则用户可以通过运行 (10)和(11) 命令进行修复。若执行命令之后,查看到本机的IP地址仍为169.254.103.155,则可能是因为(12)。

考题 在linux系统中,为本机以太网卡配置IP地址为172.10.5.9,子网掩码为255.255.255.0,应执行()命令。A、ifconfig 172.10.5.9B、ifconfig 172.10.5.9 netmask 255.255.255.0C、ifconfig eth0 172.10.5.9D、ifconfig eth0 172.10.5.9 netmask 255.255.255.0

考题 在linux系统中,为本机添加到192.168.1.0/25的路由信息,网关地址为172.16.1.1,应执行()命令。A、route add -net 192.168.1.0 netmask 255.255.255.128 dev eth0B、route add 192.168.1.0 netmask 255.255.255.128 gw 172.16.1.1 dev eth0C、route add -net 192.168.1.0 netmask 255.255.255.0 gw 172.16.1.1 dev eth0D、route add 192.168.1.0 netmask 255.255.255.192 gw 172.16.1.1 dev eth0

考题 在linux系统中,查看本机网卡eth0的IP地址,可以执行()命令。A、ifconfigB、ifconfig eth0C、ipconfigD、ipconfig eth0E、ipconfig/all

考题 局域网的网络地址192.168.1.0/24,其网关地址是192.168.1.1。主机192.168.1.20访问172.16.1.0/24网络时,其路由设置正确的是()。A、route add–net 192.168.1.0 gw 192.168.1.1netmask 255.255.255.0metric1B、route add–net 172.16.1.0 gw 192.168.1.1netmask 255.255.255.255metric1C、route add–net 172.16.1.0 gw 172.16.1.1netmask 255.255.255.0metric1D、route adddefault 192.168.1.0 netmask 172.168.1.1metric1

考题 局域网的网络地址192.168.1.0/24,局域网络连接其它网络的网关地址是192.168.1.1。主机192.168.1.20访问172.16.1.0/24网络时,其路由设置正确的是()A、route add default 192.168.1.0 netmask 172.168.1.1 metric 1B、route add -net 192.168.1.0 gw 192.168.1.1 netmask 255.255.255.0 metric 1C、route add -net 172.16.1.0 gw 172.16.1.1 netmask 255.255.255.0 metric 1D、route add -net 172.16.1.0 gw 192.168.1.1 netmask 255.255.255.0 metric 1

考题 在linux服务器上,要显示系统路由信息,应执行()命令。A、routeB、route printC、route listD、route table

考题 在Windows系统中,采用()命令不能显示本机网关地址。A、tracertB、ipconfigC、nslookupD、arp

考题 在linux系统中,要显示atd进程的状态信息,应执行()命令。A、psB、ps -aC、ps -auD、ps -aux

考题 在路由器上执行ping命令,它发出的ICMPEcho报文的源地址选择()。A、Loopback0端口地址B、路由器发出报文的接口IP地址C、网关地址

考题 单选题下面关于DISPLAY BGP ROUTING-TABLE命令输出的内容描述正确的是()A 到达目的地址192.168.1.0的路由是通过Network命令注入到BGP路由表中的B 到达目的地址192.168.1.0的路由是通过AS200学到的C 到达目的地址192.168.1.0的路由在BGP路由表中不是最优的D 到达目的地址192.168.1.0的路由的MED值是100

考题 多选题在linux系统中,查看本机网卡eth0的IP地址,可以执行()命令。AifconfigBifconfig eth0CipconfigDipconfig eth0Eipconfig/all

考题 单选题在Windows系统中,采用()命令不能显示本机网关地址。A tracertB ipconfigC nslookupD arp

考题 单选题局域网的网络地址192.168.1.0/24,局域网络连接其它网络的网关地址是192.168.1.1。主机192.168.1.20访问172.16.1.0/24网络时,路由设置正确的是()。A route add–net192.168.1.0 gw 192.168.1.1 netmask 255.255.255.0 metric1B route add–net172.16.1.0 gw 192.168.1.1 netmask 255.255.255.255 metric1C route add–net172.16.1.0 gw 172.16.1.1 netmask 255.255.255.0 metric1D route add default 192.168.1.0 netmask 172.168.1.1 metric1

考题 单选题在linux服务器上,要显示系统路由信息,应执行()命令。A routeB route printC route listD route table

考题 单选题在linux系统中,为本机以太网卡配置IP地址为172.10.5.9,子网掩码为255.255.255.0,应执行()命令。A ifconfig 172.10.5.9B ifconfig 172.10.5.9 netmask 255.255.255.0C ifconfig eth0 172.10.5.9D ifconfig eth0 172.10.5.9 netmask 255.255.255.0