![]() |
|
31. 路由环问题会引起(多) (ABD)
A. 循环路由器
B. 慢收敛
C. 路由器重起
D. 路由不一致
32. OSPF 协议适用于基于IP 的(多) (ABC)
A. 大型网络
B. 中小型网络
C. 更大规模的网络
D. isp与isp之间
33. 在rip中metric等于___为不可达 (E)
A. 8
B. 9
C. 10
D. 15
E. 16
34. 对于ISDN BRI描述正确的是(多) (AD)
A. 2B+D
B. 30B+D
C. 使用同轴电缆作为物理传输介质
D. 使用普通电话线作为物理传输介质
35. 设置话机模拟入呼叫时需要检查的被叫号码或子地址的命令是(多) (AB)
A. isdn pots1-answer
B. isdn pots2-answer
C. isdn answer1
D. isdn answer2
36. RIP 协议适用于基于IP 的 (B)
A. 大型网络
B. 中小型网络
C. 更大规模的网络
D. isp与isp之间
*PPP 46. 路由器A的配置如下:
Quidway#SHOW RUN (display current-configuration)
Current configuration
!
user huawei service-type ppp password 0 quidway
!
interface Ethernet0
ip address 1.1.1.1 255.0.0.0
!
interface Serial0
encapsulation ppp
ppp authentication chap
ppp chap host huawei
ip address 2.1.1.1 255.0.0.0
!
interface Serial1
encapsulation ppp
!
interface Serial2
flowcontrol normal
async mode dedicated
encapsulation ppp
!
exit
ip route 0.0.0.0 0.0.0.0 2.1.1.2 preference 60
end
路由器B的配置如下
Quidway#SHOW RUN
Current configuration
!
user hw service-type ppp password 0 quidway
!
interface Ethernet0
ip address 3.1.1.1 255.0.0.0
!
interface Serial0
clock-select DTECLK1
encapsulation ppp
ppp chap host huawei
ip address 1.1.1.2 255.0.0.0
!
interface Serial1
encapsulation ppp
!
interface Serial2
flowcontrol normal
async mode dedicated
encapsulation ppp
!
exit
ip route 0.0.0.0 0.0.0.0 2.1.1.2 preference 60
end