当前位置:范文城>行业范本>互联网>

华为网络工程师认证考试试题

互联网 阅读(2.03W)

41、访问控制列表配置中,操作符 "gt portnumber"表示控制的是( b )。

华为网络工程师认证考试试题

a、端口号小于此数字的服务

b、端口号大于此数字的服务

c、端口号等于此数字的服务

d、端口号不等于此数字的服务

42、某台路由器上配置了如下一条访问列表

access-list 4 deny

access-list 4 permit

表示:( c )

a、只禁止源地址为网段的所有访问;

b、只允许目的地址为网段的所有访问;

c、检查源ip地址,禁止大网段的主机,但允许其中的小网段上的主机;

d、检查目的ip地址,禁止大网段的主机,但允许其中的小网段的`主机;

43、某单位路由器防火墙作了如下配置:

firewall enable

access-list normal 101 permit ip

access-list normal 101 deny tcp gt 1024

access-list normal 101 deny ip any any

端口配置如下

interface serial0

enable

ip address

encapsulation ppp

ip access-group 101 out

interface ethernet0

ip address

内部局域网主机均为 网段。以下说法正确的是(本题假设其他网络均没有使用防火墙):(ac )

a、外部主机可以ping通任何内部主机;

b、内部主机,可以任意访问外部网络资源;

c、外部 网段主机可以与此内部网主机建立tcp连接;

d、外部 网段主机不可以与此内部网主机建立tcp连接

e、内部任意主机都可以与外部任意主机建立tcp连接;

f、内部任意主机只可以与外部 网段主机建立tcp连接

44、rip 协议适用于基于 ip 的(b)

a、大型网络

b、中小型网络

c、更大规模的网络

d、isp与isp之间

45、以下的协议中,哪些是面向连接的协议( ad)。

a、x25

b、ethernet

c、ip

d、frame-relay

46、路由器a的配置如下:

quidway#show run

current configuration

!

user huawei service-type ppp password 0 quidway

!

interface ethernet0

ip address

!

interface serial0

encapsulation ppp

ppp authentication chap

ppp chap host huawei

ip address

!

interface serial1

encapsulation ppp

!

interface serial2

flowcontrol normal

async mode dedicated

encapsulation ppp

!

exit

ip route preference 60

end

路由器b的配置如下

quidway#show run

current configuration

!

user hw service-type ppp password 0 quidway

!

interface ethernet0

ip address

!

interface serial0

clock-select dteclk1

encapsulation ppp

ppp chap host huawei

ip address

!

interface serial1

encapsulation ppp

!

interface serial2

flowcontrol normal

async mode dedicated

encapsulation ppp

!

exit

ip route preference 60

end

发现两端路由器不能ping同对端以太网端口,下述说法正确的是(bcd )

a、a验证配置错误

b、b验证配置错误

c、a验证方路由配置错误

d、b被验证方路由配置错误

47、路由器a配置如下:

quidway#show run

now create configuration...

current configuration

!

!

interface ethernet0

ip address

!

interface serial0

clock-select dteclk1

encapsulation x25 dte ietf

x25 address 2111

x25 map ip 2112

ip address

!

interface serial1

encapsulation ppp

!

interface serial2

flowcontrol normal

async mode dedicated

encapsulation ppp

!

exit

router rip

!

end

路由器b配置如下

quidway#show run

now create configuration...

current configuration

!

!

interface ethernet0

ip address

!

interface serial0

encapsulation x25 dce ietf

x25 address 2112

x25 map ip 2111

ip address

!

interface serial1

encapsulation ppp

!

interface serial2

flowcontrol normal

async mode dedicated

encapsulation ppp

!

exit

router rip

!

end

如下说法正确的是( a)

a、两端广域网可以联通,但局域网不可以连通

b、两端广域网不可以连通,但局域网可以连通

c、广域网和局域网都可以连通

d、广域网和局域网都不能连通