求思科路由命令解释

来源:百度知道 编辑:UC知道 时间:2024/06/01 22:57:41
尽量写得详细些,谢谢!
HH#show run
Building configuration...

Current configuration : 945 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname HH
!
enable password cisco
!
ip subnet-zero
!
!
!
!
call rsvp-sync

!
!
!
!
!
!
controller E1 0/1
channel-group 0 timeslots 1-31
!
!
!
interface Multilink8
ip address 10.23.7.74 255.255.255.252
ppp multilink
multilink-group 8
!
interface FastEthernet0/0
ip address 10.23.88.251 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation ppp
no fair-queue
ppp multilink
multilink-group 8
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!

你们说不到正题上呢!
controller E1 0/1
channel-group 0 timeslots 1-31
!
!
!
interface Multilink8
ip address 10.23.7.74 255.255.255.252
ppp multilink
multilink-group 8

nterface Serial0/0
no ip address
encapsulation ppp
no fair-queue
ppp multilink
multilink-group 8
!
明显是非成贞的一个E1线路
貌视做了捆绑

HH#show run //显示路由器配置命令,以下是该命令的结果
Building configuration...

Current configuration : 945 bytes
!
version 12.2 //OS版本号
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname HH //路由器名称HH
!
enable password cisco //特权模式密码:cisco
!
ip subnet-zero
!
!
!
!
call rsvp-sync

!
!
!
!
!
!
controller E1 0/1 //以太网口E1
channel-group 0 timeslots 1-31
!
!
!
interface Multi