Skip to main content


思科Aux拨号登陆路由器设置

2013-01-22 00:14 浏览:
思科 Aux 拨号登陆路由器设置
物理拓扑图
 
思科 2600 配置
Router(config)#do sh run                       
Building configuration...                        
 
Current configuration : 694 bytes                                
!
version 12.2           
service timestamps debug uptime                              
service timestamps log uptime                            
no service password-encryption                             
!
hostname Router              
!
enable secret 5 $1$94RT$oszONmbov2xujifIZDYRV.                                              
!
username cisco privilege 15 secret 5 $1$WRq0$6Po3AC5vGBqD9enmReizk.                                                                  
ip subnet-zero             
!
interface FastEthernet0/0                        
 no ip address             
 shutdown        
 duplex auto           
 speed auto          
!
interface Serial0/0                  
 no ip address             
 shutdown        
 no fair-queue             
!
interface Serial0/1                  
 no ip address             
 shutdown        
!
ip classless           
ip http server             
ip pim bidir-enable                  
!
line con 0         
line aux 0         
 password cisco              
 login local           
 modem InOut           
 modem autoconfigure discovery
 transport input all
 speed 115200
 flowcontrol hardware
line vty 0 4
 login
!
!
end
然后在PC登陆超级终端 里面的参数跟用串口调试路由器是一样的,然后在超级终端输入atdt +电话号码 下面97829是我设置的电话号码 (内部号码,所以直拨了小号)
然后猫就会输出拨号的声音,猫叫大概10s左右就会进入aux登陆界面
 

相关文章

【思科】VRRP热备路由协议实验

2014-08-25 01:48:22    浏览: 71

cisco 2960如何保存配置到本地,适用其他思科路由

2014-06-29 01:09:49    浏览: 184

思科默认路由以及浮动路由

2014-04-26 23:36:01    浏览: 163

用思科做HSRP

2014-02-23 00:13:56    浏览: 194

配置思科的日志系统

2013-11-23 01:17:16    浏览: 194