maxc1017 发表于 2018-7-11 09:21:32

cisco路由器的一些基本配置

一、 设置路由器管理信息  1、 用扁平控制线接上9孔接头,连接CONSOLE到终端或PC串口,设置终端或直接连至串口的超级终端的参数:BAND率9600,无奇偶校验,8位数据位,1位停止位.
  2、 路由器上电,终端屏幕上会显示上电过程。
  3、 进入特权模式设置口令
  line vty 0 4
  password bc123
  exit
  enable secret asdf12345
  exit
  4、 在特权模式设置路由器信息:
  hostname 3640
  ip domain-list jzl.cq
  ip domain-list jz2.cq
  ip domain-name jzl.cq
  ip name-sever 10.154.34.1
  5、 进入全局模式,配置以太网地址
  configure timinal
  interface fastethernet 0/0
  ip address 192.168.254.254 255.255.255.0
  no shutdown
  exit
  interface fastethernet 1/0
  ip address 10.154.34.253 255.255.255.252
  no shutdown
  exit
页: [1]
查看完整版本: cisco路由器的一些基本配置