柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
在Cisco路由器上配置RIP v1路由协议,参与RIP路由的网络地址有193.22.56.0/26、193.22.56.64/26、193.22.56.128/26和193.22.56.192/26,正确的配置命令是()
A.Router (config)# network 193.22.56.0 0.0.0.255
B.Router (config-router)# network 193.22.56.0 255.255.255.0
C.Router (config)# network 193.22.56.0
D.Router (config-router)# network 193.22.56.0
热度🔥271
参考答案:D
解析:
RIP不支持可变长掩码,它只根据各类IP地址的网络号的位数来确定。因此,在配置网络地址时不需要给定掩码,故选项A,B错误。RIP路由协议是在Router(configrouter)#模式下进行配置。因此,本题的正确答案是D。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
下列叙述中正确的是( )。
有以下程序 #include void fun ( int *s ) { static int j=0; do s[j] += s[ j+1]; while(++j<2); } main() { int i, a[10]={1,2,3,4,5}; for( i=1; i<3; i++ ) fun( a ); for( i=1; i<5; i++ ) printf("%d",a[i]); printf("\n"); } 程序运行后的输出结果是
有以下程序 #include int fun(intA) { int b=0; static int c=3; a =( c++,b++); return ( a ); } main() { int a = 2, i, k; for( i=0; i<2; i++ ) k = fun(a++); printf( "%d\n",k ); } 程序的输出结果是
关于万兆以太网的描述中,正确的是
标签
三级网络技术
56
22
193
router