首页 | 邮件资讯 | 技术教程 | 解决方案 | 产品评测 | 邮件人才 | 邮件博客 | 邮件系统论坛 | 软件下载 | 邮件周刊 | 热点专题 | 工具
网络技术 | 操作系统 | 邮件系统 | 客户端 | 电子邮箱 | 反垃圾邮件 | 邮件安全 | 邮件营销 | 移动电邮 | 邮件软件下载 | 电子书下载

网络技术

邮件原理 | 硬件设备 | CISCO | 网络协议 | 网络管理 | 传输介质 | 线路接入 | 路由接口 | 邮件存储 | 华为3Com |
首页 > 网络技术 > CISCO技术 > Cisco2501路由器DDN配置方法 > 正文

Cisco2501路由器DDN配置方法

出处:邮件技术资讯网博客 作者:yutaojx 时间:2005-6-10 16:05:00
请准备终端一台,用路由器中所配的Console电缆及Terminal连接器,将终端 连接到路由器的Console口;连接好电源线,检查无误后,先将终端电源打开,再将路由器电源打开,显示信息如下:

System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE

Copyright (c) 1986-1995 by cisco Systems

2500 processor with 2048 Kbytes of main memory

F3: 3653456+93560+192532 at 0x3000060

Restricted Rights Legend

Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph

(c) of the Commercial Computer Software - Restricted

Rights clause at FAR sec. 52.227-19 and subparagraph

(c) (1) (ii) of the Rights in Technical Data and Computer

Software clause at DFARS sec. 252.227-7013.

cisco Systems, Inc.

170 West Tasman Drive

San Jose, California 95134-1706 Cisco Internetwork Operating System Software

IOS (tm) 3000 Software (IGS-I-L), Version 11.1(4), RELEASE SOFTWARE (fc1) Copyright (c) 1986-1996 by cisco Systems, Inc. Compiled Mon 17-Jun-96 15:45 by mkamson

Image text-base: 0x0301F2B4, data-base: 0x00001000

cisco 2509 (68030) processor (revision D) with 2048K/2048K bytes of memory.

Processor board ID 03843159, with hardware revision 00000000

Bridging software.

X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.

1 Ethernet/IEEE 802.3 interface.

2 Serial network interfaces.

8 terminal lines.

32K bytes of non-volatile configuration memory.

4096K bytes of processor board System flash (Read ONLY)

Notice: NVRAM invalid, possibly due to write erase.

--- System Configuration Dialog ---

At any point you may enter a question mark '?' for help.

Use ctrl-c to abort configuration dialog at any prompt.

Default settings are in square brackets '[]'.

Would you like to enter the initial configuration dialog? [yes]: 回车

First, would you like to see the current interface summary? [yes]: 回车

Any interface listed with OK? value "NO" does not have a valid configu

ration

Interface IP-Address OK? Method Status

Protocol

Ethernet0 unassigned NO unset up

down

Serial0 unassigned NO unset up

down

Serial1 unassigned NO unset down

down

Configuring global parameters:

Enter host name [Router]: Router (路由器取名为Router)

The enable secret is a one-way cryptographic secret used

instead of the enable password when it exists.

Enter enable secret: cisco (设置路由器高级口令为cisco)

The enable password is used when there is no enable secret

and when using older software and some boot images.

 

Enter enable password: user (设置路由器低级口令为user

Enter virtual terminal password: cisco (设置路由器虚终端口令为cisco )

Configure SNMP Network Management? [yes]: 回车

Community string [public]: 回车

Configure IP? [yes]: 回车

Configure IGRP routing? [yes]: no (不采用IGRP协议路由)

Configure RIP routing? [no]: 回车

Configuring interface parameters:

Configuring interface Ethernet0:

Is this interface in use? [yes]: 回车

Configure IP on this interface? [yes]: 回车

IP address for this interface: 86.101.3.20 (输入本路由器局域网口IP地址)

Number of bits in subnet field [0]:16

Class A network is 86.0.0.0, 16 subnet bits; mask is 255.255.255.0

Configuring interface Serial0:

Is this interface in use? [yes]: 回车

Configure IP on this interface? [yes]: 回车

Configure IP unnumbered on this interface? [no]: 回车

IP address for this interface: 86.101.254.3 (输入本路由器广域网口IP地址)

Number of bits in subnet field [0]:16

Class A network is 86.0.0.0, 16 subnet bits; mask is 255.255.255.0

Configuring interface Serial1:

Is this interface in use? [yes]: no (不使用本广域网口)

The following configuration command script was created:

hostname Router

enable secret 5 $1$jwb1$5fepuyO0PwUsa3ijZlR6t1

enable password user

line vty 0 4

password cisco

snmp-server community public

!

ip routing

!

interface Ethernet0

ip address 86.101.3.20 255.255.255.0

!

interface Serial0

ip address 86.101.254.3 255.255.255.0

!

interface Serial1

shutdown

no ip address

!

end

 

Use this configuration? [yes/no]: yes (采用以上设置)

Building configuration...

Use the enabled mode 'configure' command to modify this configuration.

Press RETURN to get started!

%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to down

%LINK-3-UPDOWN: Interface Ethernet0, changed state to up

%LINK-3-UPDOWN: Interface Serial0, changed state to up

%LINK-3-UPDOWN: Interface Serial1, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state

to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state

to down

%LINK-5-CHANGED: Interface Serial1, changed state to administratively

down

%LINK-5-CHANGED: Interface Serial0, changed state to administratively

down

%SYS-5-RESTART: System restarted --

Cisco Internetwork Operating System Software

IOS (tm) 3000 Software (IGS-I-L), Version 11.1(4), RELEASE SOFTWARE (fc1)

Copyright (c) 1986-1996 by cisco Systems, Inc.

Compiled Mon 17-Jun-96 15:45 by mkamson

Router>

Router>enable (进入路由器超级用户)

Password: (输入路由器高级口令,但不回显)

Router#config (进入设置状态)

Configuring from terminal, memory, or network [terminal]? 回车

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int e0 (初始化路由器局域网口)

Router(config-if)#ip add 86.101.3.20 255.255.255.0 (路由器局域网口地址及子网掩码)

Router(config-if)#int s0 (初始化路由器广域网口)

Router(config-if)#ip add 86.101.254.3 255.255.255.0 (路由器广域网口地址及子网掩码)

Router(config-if)#encap ppp (采用ppp)

Router(config-if)#exit (退出接口设置状态)

Router(config-if)#ip route 86.101.4.0 255.255.255.0 S0 (对方局域网络、 子网掩码及与本地相连的广域网口)

Router(config)#exit (退出设置状态)

Router#write (保存设置信息)

Building configuration...

[OK]

Router#

,
相关文章 热门文章
  • 路由器接口及连接
  • CISCO路由器配置手册
  • Cisco 交换机命令全集
  • CISCO NAT 配置
  • Cisco2620路由器的配置与维护
  • 教你如何调试CISCO路由器(上)
  • Cisco路由配置语句汇总
  • Cisco系列路由器密码恢复研究与实践
  • Cisco IOS 基本命令集
  • 教你如何配置CISCO路由器(下)
  • 如何在CISCO路由器上禁止BT下载
  • Cisco常见路由器密码和版本恢复方法探讨
  • 自由广告区
     
    最新软件下载
  • SharePoint Server 2010 部署文档
  • Exchange 2010 RTM升级至SP1 教程
  • Exchange 2010 OWA下RBAC实现的组功能...
  • Lync Server 2010 Standard Edition 标..
  • Lync Server 2010 Enterprise Edition...
  • Forefront Endpoint Protection 2010 ...
  • Lync Server 2010 Edge 服务器部署文档
  • 《Exchange 2003专家指南》
  • Mastering Hyper-V Deployment
  • Windows Server 2008 R2 Hyper-V
  • Microsoft Lync Server 2010 Unleashed
  • Windows Server 2008 R2 Unleashed
  • 今日邮件技术文章
  • 腾讯,在创新中演绎互联网“进化论”
  • 华科人 张小龙 (中国第二代程序员 QQ...
  • 微软推出新功能 提高Hotmail密码安全性
  • 快压技巧分享:秒传邮件超大附件
  • 不容忽视的邮件营销数据分析过程中的算..
  • 国内手机邮箱的现状与未来发展——访尚..
  • 易观数据:2011Q2中国手机邮箱市场收入..
  • 穿越时空的爱恋 QQ邮箱音视频及贺卡邮件
  • Hotmail新功能:“我的朋友可能被黑了”
  • 入侵邻居网络发骚扰邮件 美国男子被重..
  • 网易邮箱莫子睿:《非你莫属》招聘多过..
  • 中国电信推广189邮箱绿色账单
  • 最新专题
  • 鸟哥的Linux私房菜之Mail服务器
  • Exchange Server 2010技术专题
  • Windows 7 技术专题
  • Sendmail 邮件系统配置
  • 组建Exchange 2003邮件系统
  • Windows Server 2008 专题
  • ORF 反垃圾邮件系统
  • Exchange Server 2007 专题
  • ISA Server 2006 教程专题
  • Windows Vista 技术专题
  • “黑莓”(BlackBerry)专题
  • Apache James 专题
  • 分类导航
    邮件新闻资讯:
    IT业界 | 邮件服务器 | 邮件趣闻 | 移动电邮
    电子邮箱 | 反垃圾邮件|邮件客户端|网络安全
    行业数据 | 邮件人物 | 网站公告 | 行业法规
    网络技术:
    邮件原理 | 网络协议 | 网络管理 | 传输介质
    线路接入 | 路由接口 | 邮件存储 | 华为3Com
    CISCO技术 | 网络与服务器硬件
    操作系统:
    Windows 9X | Linux&Uinx | Windows NT
    Windows Vista | FreeBSD | 其它操作系统
    邮件服务器:
    程序与开发 | Exchange | Qmail | Postfix
    Sendmail | MDaemon | Domino | Foxmail
    KerioMail | JavaMail | Winwebmail |James
    Merak&VisNetic | CMailServer | WinMail
    金笛邮件系统 | 其它 |
    反垃圾邮件:
    综述| 客户端反垃圾邮件|服务器端反垃圾邮件
    邮件客户端软件:
    Outlook | Foxmail | DreamMail| KooMail
    The bat | 雷鸟 | Eudora |Becky! |Pegasus
    IncrediMail |其它
    电子邮箱: 个人邮箱 | 企业邮箱 |Gmail
    移动电子邮件:服务器 | 客户端 | 技术前沿
    邮件网络安全:
    软件漏洞 | 安全知识 | 病毒公告 |防火墙
    攻防技术 | 病毒查杀| ISA | 数字签名
    邮件营销:
    Email营销 | 网络营销 | 营销技巧 |营销案例
    邮件人才:招聘 | 职场 | 培训 | 指南 | 职场
    解决方案:
    邮件系统|反垃圾邮件 |安全 |移动电邮 |招标
    产品评测:
    邮件系统 |反垃圾邮件 |邮箱 |安全 |客户端
    广告联系 | 合作联系 | 关于我们 | 联系我们 | 繁體中文
    版权所有:邮件技术资讯网©2003-2010 www.5dmail.net, All Rights Reserved
    www.5Dmail.net Web Team   粤ICP备05009143号