[ 本帖最后由 dream96138 于 2006-6-5 11:59 编辑 ]作者: thm0908 时间: 2006-6-15 14:29 标题: cisco路由器的基本配置方案 给我也发一份吧,谢谢了!
EMAIL:thm0908@21cn.com作者: lwz_08 时间: 2006-6-27 12:48 标题: cisco路由器的基本配置方案 偶也要 lwz_08@263.net作者: anlihu 时间: 2006-7-15 07:07 标题: cisco路由器的基本配置方案 请发给我,谢谢,我很想学wjkz9413@126.com作者: welldyeing 时间: 2006-10-9 16:42 标题: cisco路由器的基本配置方案 楼主好人,很想要一份,非常感谢! lmhwyy@126.com作者: fisherhetao 时间: 2006-10-13 14:57 标题: cisco路由器的基本配置方案 hetao2000@sohu.com 给我一份.
谢谢!作者: caihua222 时间: 2006-10-27 16:50 标题: cisco路由器的基本配置方案 请问能给我一份吗?谢谢,caihua222@126.com作者: shify2000 时间: 2006-11-10 11:43 标题: cisco路由器的基本配置方案 shify@126.com作者: lyb_sky79082 时间: 2006-12-12 11:53 标题: cisco路由器的基本配置方案 可否给我发一封 lyb_sky@appa.com.cn作者: kenny1983uk 时间: 2007-1-8 17:37 标题: cisco路由器的基本配置方案 我也想要一份啊!!!拜托了!!! keeniverson@hotmail.com作者: shify2000 时间: 2007-4-4 08:52 标题: cisco路由器的基本配置方案 Mail to : shify@126.com作者: fengxing 时间: 2007-4-6 15:14 标题: cisco路由器的基本配置方案 我想要一份fengxing0218@163.com
谢谢楼主作者: helloshaowu 时间: 2007-4-16 23:19 标题: cisco路由器的基本配置方案 能不能也给我一份啊!!我正在学呢作者: helloshaowu 时间: 2007-4-16 23:21 标题: cisco路由器的基本配置方案 能不能也给我一份啊!!我正在学呢 helloshaowu@163.com作者: alvin 时间: 2007-4-21 11:55 标题: cisco路由器的基本配置方案 看來這個世界上好人還是蠻多的作者: kaluoooo 时间: 2007-5-12 08:50 标题: cisco路由器的基本配置方案 发我一份吧,我也要.作者: kaluoooo 时间: 2007-5-12 08:52 标题: cisco路由器的基本配置方案 不好意思忘了写邮箱地址 kaluoooo@163.com
谢谢楼主了作者: jasonguo 时间: 2007-5-18 16:21 标题: cisco路由器的基本配置方案 我也要一份,謝謝 jasonguo@126.com作者: 天各一方 时间: 2007-5-19 20:46 标题: cisco路由器的基本配置方案 思科路由我喜欢作者: 天各一方 时间: 2007-5-19 20:46 标题: cisco路由器的基本配置方案 一直以来,很想学的。作者: yahoojerry 时间: 2007-5-23 15:58 标题: cisco路由器的基本配置方案 给我也发一份吧,我一直在找呢。谢谢
我的EMail Address:fengcanjiang@yahoo.com.cn作者: px008 时间: 2007-5-23 16:31 标题: cisco路由器的基本配置方案 给我也发一份吧,我也想要,一直在找呢,谢谢!!!
我的地址:frankli119@gmail.com作者: pater 时间: 2007-5-25 16:15 标题: cisco路由器的基本配置方案 一、配置
Router#
Router#en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname juzhong
juzhong(config)#en
juzhong(config)#ena
juzhong(config)#enable se
juzhong(config)#enable secret ?
0 Specifies an UNENCRYPTED password will follow
5 Specifies an ENCRYPTED secret will follow
LINE The UNENCRYPTED (cleartext) 'enable' secret
level Set exec level password
juzhong(config)#enable secret qqqqqq
juzhong(config)#exit
juzhong#
00:03:58: %SYS-5-CONFIG_I: Configured from console by consoleconf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
juzhong(config)#exit
juzhong#
00:04:04: %SYS-5-CONFIG_I: Configured from console by console^Z
juzhong#q
二、配置IP
User Access Verification
Password:
juzhong>en
Password:
juzhong#show conf
juzhong#show configuration
Using 880 out of 29688 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname juzhong
!
enable secret 5 $1$PkvO$DAtxVUN3sIAdXvG88jsaZ/
!
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.11.1.254 255.255.0.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial0/1
ip address 192.168.254.2 255.255.255.252
encapsulation ppp
!
router rip
network 10.0.0.0
network 192.168.254.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.11.1.253
ip route 10.1.0.0 255.255.0.0 192.168.254.1
ip route 10.2.0.0 255.255.0.0 192.168.254.1
ip route 10.3.0.0 255.255.0.0 192.168.254.1
no ip http server
ip pim bidir-enable
!
!
!
line con 0
password qqqqqq