首页 > 考试题库
题目内容 (请给出正确答案)
[单选题]

interface fasterethnet0 ip accessgroup 1 in 所代表的含义是:A、数据报从路由器进入局域网

A.数据报从路由器进入局域网时数据被检查;

B.数据报从局域网进入路由器时被检查;

C.两个方向都检查;

D.需要根据 access-list 1 的内容来判断

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“interface fasterethnet0 ip acc…”相关的问题
第1题
下面哪一个命令可以显示一个接口上是否被配置访问列表?()

A.show ip interface [interface]

B.show ip interface [interface] access-lists

C.show ip access-lists interface [interface]

D.show ip access-lists [interface]

点击查看答案
第2题
接口(interface)是什么?

点击查看答案
第3题
abstract class和interface有什么区别

点击查看答案
第4题
abstract class 和interface有什么区别?含

abstract class 和interface有什么区别?

点击查看答案
第5题
interface Playable {void play();}interface Bounceable {void play();}interface Rollable

interface Playable {

void play();

}

interface Bounceable {

void play();

}

interface Rollable extends Playable, Bounceable {

Ball ball = new Ball("PingPang");

}

class Ball implements Rollable {

private String name;

public String getName() {

return name;

}

public Ball(String name) {

this.name = name;

}

public void play() {

ball = new Ball("Football");

System.out.println(ball.getName());

}

}

这个错误不容易发现。

点击查看答案
第6题
abstract class和interface有什么区别?

点击查看答案
第7题
查看ONU的接口数据的命令是哪条?()

A.show interface gpon-onu_1/2/1:1

B.show running onu config gpon-onu_1/2/1:1

C.show interface gpon-olt_1/2/1

D.show running interface gpon-olt_1/2/1

点击查看答案
第8题
哪些类型不能够实例化?()

A.finalclass

B.interface

C.staticclass

D.abstractclass

点击查看答案
第9题
下面哪条命令可以查看端口流量?()

A.show interface brief

B.show interface

C.show interface vlan

D.show vlan id

点击查看答案
第10题
interface Playable { void play(); } interface Bounceable { void play(); } inter

interface Playable {

void play();

}

interface Bounceable {

void play();

}

interface Rollable extends Playable, Bounceable {

Ball ball = new Ball("PingPang");

}

class Ball implements Rollable {

private String name;

public String getName() {

return name;

}

public Ball(String name) {

this.name = name;

}

public void play() {

ball = new Ball("Football");

System.out.println(ball.getName());

}

}

这个错误不容易发现。

点击查看答案
第11题
interface 英译汉

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改