proxy代理   soft软件   IT 业界特快   norton 诺顿病毒库   代理列表   search FTP搜索   whois IP地理位置   blog 追求完美  
money理财   life生活   RSS聚合门户   firefox WEB浏览器   免费域名   typeset 假古文   AntiVirus 反病毒   ipcn 站点导航  

« perl module - RPM-Specfile | Main | event handler 监控管理系统的事故处理 »

August 5, 2004

前天配了一台 Cisco IOS C2600

版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
https://windtear.net/archives/2004/08/05/000358.html

串口连接
User Access Verification

Password: 输入密码进入系统
name>en 进入超级用户模式
name#configure terminal 进入配置模式
name(config)#interface FastEthernet0/0 设置端口
name(config-if)#ip address 172.30.15.18 255.255.255.252 设置ip
Ctrl+Z 保存配置
name#ip route 0.0.0.0 0.0.0.0 172.30.15.17 设置路由
name#ip routing

name#configure terminal 进入配置模式
line vty 0 4
transport input telnet 打开 telnet
最后
name#copy run start 把 running-config 复制成 startup-config 保存

----->
name#sh run
Building configuration...

Current configuration : 608 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname name
!
enable secret 5 $1$***************************
!
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 172.30.15.18 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address ***.***.**.*** 255.255.255.224
 duplex auto
 speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.30.15.17
ip http server
ip pim bidir-enable
!
!
!
line con 0
 password secret
 login
line aux 0
line vty 0 4
 password secret
 login
 transport input telnet
!
!
end

name# 

本blog WWW

Posted by windtear at August 5, 2004 10:42 PM

本站使用中的任何问题,请与 windtear @ windtear.net 联系
Copyright© 1999-2024 Windtear. All rights reserved.