----------------------------------------------------------------------------------------------------------------------------------------------- 本文提示:《华为-3COM网络工程师认证HCNE试题精选(5)》是本站编辑们为广大网友精选的实用文章,本文阐述了关于文章的相关理论,相对来说专业性强,但是本文只是针对于某个问题提出的见解与论述,未必能辐射到相关问题的方方面面,所以本文处理问题的方法仅仅为您提供一些参考。更多问题请查阅学习中国网其他栏目哦. -----------------------------------------------------------------------------------------------------------------------------------------------
!
interface Serial0
clock-select DTECLK3
encapsulation ppp
ip address 10.1.1.2 255.255.255.0
!
interface Serial1
encapsulation ppp
ip address 10.1.3.1 255.255.255.0
!
exit
router rip
network all
!
end
RouterB#show running-config
Now create configuration...
Current configuration
!
version 1.4.1
!
interface Ethernet0
speed auto
duplex auto
no loopback
ip address 192.168.2.1 255.255.255.0
!
interface Serial0
encapsulation ppp
ip address 10.1.1.1 255.255.255.0
!
interface Serial1
encapsulation ppp
ip address 10.1.2.1 255.255.255.0
!
exit
router rip
network all
!
end
RouterC#show running-config
Now create configuration...
Current configuration
!
version 1.4.1
!
interface Ethernet0
speed auto
duplex auto
no loopback
!
interface Serial0
clock-select DTECLK1
encapsulation ppp
ip address 10.1.2.2 255.255.255.0
!
interface Serial1
clock-select DTECLK1
encapsulation ppp
ip address 10.1.3.2 255.255.255.0
!
exit
router rip
network all
!
end
以下说法正确的是:(AC )
A.PCA可以ping通PCB;
B.PCA不可以ping通PCB;
C.RouterA可以ping通RouterC;
D.RouterA不可以ping通RouterB
本文章更多内容:<<上一页 - 1 - 2 - 3 - 4 - 5 |