- 积分
- 18
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 注册时间
- 2014-3-18
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 听众
- 收听
网络小学徒
|
初始配置是:
!
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname RouterA
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
!
!
!
!
interface Loopback1
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface FastEthernet1/0
ip address 192.168.10.100 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
ip address 192.168.20.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet2/0
no ip address
duplex auto
speed auto
!
interface FastEthernet2/1
no ip address
shutdown
duplex auto
speed auto
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 1.1.1.1 0.0.0.0 area 0
network 192.168.10.0 0.0.0.255 area 0
network 192.168.20.0 0.0.0.255 area 0
bfd all-interfaces
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
然后我进入端口模式,一下发bfd interval 50 min_rx 50 multiplier 3
就狂打印:
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
%SYS-2-INSCHED: idle within scheduler -Process= "*Sched*", ipl= 0, -Traceback=
接着这个模拟器路由器就挂了。。。。。
请问是GNS3不支持呢还是这个IOS不支持?
c7200-adventerprisek9-mz[1].124-22.T.bin
GNS3 0.8.3.1
|
|