为了帮助广大考生系统全面的复习好2014年计算机软件考试,我们考吧网特为广大考生整理了关于计算机软考模拟试题,希望通过本次练习,对您本次考试有所帮助。再次预祝广大考生顺利通关。
【问题1】ce1的传输线路的带宽是2048k,它和e1的区别主要在于:e1不能划分时隙,ce1能划分时隙。ce1的每个时隙是64k,一共有32个时隙,在使用的时候,可以划分为n*64k,例如:128k,256k等等。ce1的0和15时隙是不用来传输用户的数据流量,0时隙是传送同步号,15时隙传送控制信令,这样实际能用的只有30个时隙,所以在具体配置ce1划分时隙时,要注意些了。ce1 和e1 也可以互联,但是ce1必须当e1来使用,即不可分时隙使用。 因为ce1比较灵活,所以我们能常常碰到ce1。
【问题2】
current configuration:
!
version 11.2
no service udp-small-servers
no service tcp-small-servers
!
hostname router1
!
enable secret 5 $1$xn08$ttr8nflop9.2rgzhcbzkk/
enable password cisco
!
!
ip subnet-zero
!
controller e1 0
framing no-crc4 //帧类型为no-crc4
channel-group 0 timeslots 1 //建立逻辑通道组0与时隙1的映射
channel-group 1 timeslots 2 //建立逻辑通道组1与时隙2的映射
channel-group 2 timeslots 3 //建立逻辑通道组2与时隙3的映射
!
interface ethernet0
ip address 133.118.40.1 255.255.0.0
media-type 10baset
!
interface ethernet1
no ip address
shutdown
!
interface serial0:0 //逻辑接口serial0:0
ip address 202.119.96.1 255.255.255.252
encapsulation hdlc
no ip mroute-cache
!
interface serial0:1
ip address 202.119.96.5 255.255.255.252
encapsulation hdlc
no ip mroute-cache
nterface serial0:2
ip address 202.119.96.9 255.255.255.252
encapsulation hdlc
no ip mroute-cache
!
no ip classless
ip route 133.210.40.0 255.255.255.0 serial0:0
ip route 133.210.41.0 255.255.255.0 serial0:1
ip route 133.210.42.0 255.255.255.0 serial0:2
!
line con 0
line aux 0
line vty 0 4
password cicso
login
!
end
推荐阅读: