发新话题
打印

有人知道cisco 1750是怎么样设置的吗

有人知道cisco 1750是怎么样设置的吗

先是怎么样进去的呀..是不是要下载什么...谁有这方面的教程

TOP

你要做什么呢  下个教程看哈子 你配啥用

用17500的aux口传异步拨号:
  (config)# line aux 0
  (config-line)# login
  (config-line)# passWord cisco
  (config-line)# speed 115200
  (config-line)# flowcontrol hardware
  (config-line)# stopbits 1
  (config-line)# transport input all
  (config-line)# modem inout
  
  再配置反向telnet:
  (config)# int lo0
  (config-if)# ip address 1.1.1.1 255.255.255.0
  (config)# ip host modem 2005 1.1.1.1
  
  用show line看到aux口的线序号是5,那么反向telnet的端口就是2000+5=2005
  
  可以用where命令查看打开的对话!
  
  上面配置好以后,将接1750上Modem设为ats0=1(最开始没有将这个设为1,所以一直拨不通!),对方的Modem就可以拨号成功,但是按回车以后还是没有反应。不能进入路由器!因为没有对异步口进行配置!
  
  要实现远程路由器治理:
  (config)# int asy 5
  (config-if)# en ppp
  (config-if)# asyn mode dedicated
  
  对远程用户分配IP地址:
  (config)# int asy 5
  (config-if)# peer default ip address 192.168.10.2
  
  需要对拨号用户使用地址池,可以这样:
  (config)# ip local pool wolf 192.168.0.50 192.168.0.254
  (config)# int asy 5
  (config-if)# peer default ip address pool wolf
  
  不过好象要重启路由器才有效!
  
  Building configuration...
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname Router
  !
  enable password cisco
  !
  memory-size iomem 25
  ip subnet-zero
  ip host modem 2005 1.1.1.1
  !
  interface Loopback0
  ip address 1.1.1.1 255.255.255.0
  !
  interface Serial0
  no ip address
  shutdown
  !
  interface FastEthernet0
  no ip address
  shutdown
  speed auto
  !
  interface Async5
  ip address 192.168.0.1 255.255.255.0
  encapsulation ppp 这个一定要!不然看到的是乱码!
  async mode dedicated 一定要!若改成async mode inter,对方拨号时总是停在检验用户名和密码那里!若两个都不设,拨号不上!
  peer default ip address 192.168.0.2
  !
  ip classless
  no ip http server
  !
  line con 0
  transport input none
  line aux 0
  password cisco
  login
  modem InOut
  transport input all
  stopbits 1
  speed 115200
  flowcontrol hardware
  line vty 0 4
  login
  !
  no scheduler allocate
  end
  
  以上配置的效果就是:对方拨号,不需要用户名和密码,连结成功,就和拨96169一样!
  
  要让拨号用户加上认证可以这样做:
  (config)# username wolf password igpwwk
  (config)# int asy 5
  (config-if)# ppp au pap
  也可以使用chap认证:
  (config-if)# ppp au chap
  或者同时使用:
  (config-if)# ppp au chap ppp (config-if)# ppp au ppp chap
  
  以下是将串口模拟成异步口:
  Building configuration...
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname Router
  !
  enable password cisco
  !
  username wolf password 0 igpwwk
  !
  memory-size iomem 25
  ip subnet-zero
  ip host modem 2001 1.1.1.1
  !
  interface Loopback0
  ip address 1.1.1.1 255.255.255.0
  !
  interface Serial0
  physical-layer async
  ip address 192.168.0.1 255.255.255.0
  encapsulation ppp
  async mode dedicated
  peer default ip address 192.168.0.10
  ppp authentication chap
  !
  interface FastEthernet0
  no ip address
  shutdown
  speed auto
  !
  interface Async5
  no ip address
  !
  ip classless
  no ip http server
  !
  line con 0
  transport input none
  line 1
  password cisco
  login
  modem InOut
  transport input all
  stopbits 1
  speed 115200
  flowcontrol hardware
  line aux 0
  login
  transport input all
  speed 115200
  line vty 0 4
  login
  !
  End
  
  Router#sh line
  Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
  * 0 CTY - - - - - 2 0 0/0 -
  A 1 TTY 115200/115200- inout - - - 2 7 0/0 Se0
  5 AUX 115200/115200- - - - - 1 0 0/0 -
  6 VTY - - - - - 0 0 0/0 -
  7 VTY - - - - - 0 0 0/0 -
  8 VTY - - - - - 0 0 0/0 -
  9 VTY - - - - - 0 0 0/0 -
  10 VTY - - - - - 0 0 0/0 -
  
  Line(s) not in async mode -or- with no hardware support: 2-4

TOP

Cisco 1750 路由器 主要参数
http://product.enet.com.cn/xdppm25598.html

基本参数
产品定位   模块化访问路由器  
网络类型   Ethernet||ISDN||T1/E1||Frame Relay||X.25||SMDS  
内置防火墙   可选  
功能参数
是否支持VPN   是  
是否支持Qos   是  
支持网络协议   (IP, IPX, AppleTalk, IBM/SNA)  
固定的广域网接口   1 auxiliary (AUX) port  
固定的局域网接口   1个10/100BaseT以太网口,1 console port  
广域/局域网扩展模块槽数   1xVoice interface card (VIC) slot,2xWAN interface card(WIC)/VIC slots;One internal expansion slot,  
控制端口   1个控制口,  
处理器型号/速度/数量   50 MHz(Motorola MPC860T Power QUICC)  
Flash内存   4M,16M  
DRAM内存   16M,48M  
Nos名称及版本号   Cisco IOS  
随机网管配置软件   Cisco ConfigMaker,CiscoViewCiscoWorks 2000  
支持的网管协议   SNMP  
其他参数
电源   100 to 240 VAC47 to 64 Hz0.5A20W  
重量   3.0 lbs (1.36 kg)--3.5 lbs (1.59 kg)

TOP

可以告诉3个接口应该什么.10/100 ETHERNET这个接口接什么...其中CONSOLE 接口什么的... AUX接口接什么.....10/100 ETHERNET接口是不是接电脑RJ45网的...........然后启动电脑进行设置的呢.....我刚接触这个东西,一点都不懂

TOP

发新话题