在用CLI配置CISCO的Router的时候经常会出现类似“*Mar  1 00:10:25.515: %LINK-5-CHANGED: Interface FastEthernet0/0...”的提示,可在vty或console的接口模式下运行logging synchronous进行干预,使其出现提示时不影响正常输入。例如:

Router(config)#line vty 0 4

Router(config-line)#logging synchronous 

 

Router(config)#line console 0

Router(config-line)#logging synchronous