思科路由器2600配置
发布网友
发布时间:2022-04-22 16:46
我来回答
共4个回答
热心网友
时间:2022-04-12 21:20
老老实实看书吧,可以先看个ccna学习指南。
随便举几个指令例子给你好了:
Route> 你进来是这个样子
Route>en 打个en回车 进入特权模式
Route# 就是这个样子
Router#conf t 打完这个
Enter configuration commands, one per line. End with CNTL/Z. 这个是自动显示出来的,别打
Router(config)# 就进入全局配置模式
Router(config)#hostname R1 打这个就改名
R1(config)# 现在名字叫r1 了
R1(config)#exit 打这个就退出全局配置模式了
%SYS-5-CONFIG_I: Configured from console by console
R1#show run 打这个就看配置了
Building configuration...
Current configuration : 510 bytes
!
version 12.2
no service password-encryption
!
hostname R1
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
no ip address
plex auto
speed auto
shutdown
下面一大堆就不显示了,先教你进端口配ip
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface FastEthernet0/0 这样就是进端口f0/0 你自己对应你的端口
R1(config-if)#ip add 192.168.1.1 255.255.255.0 这个就是配ip了
R1(config-if)#no sh 这个是up端口
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
这个时候你拿台电脑,连上配好的口
电脑的ip 配 192.168.1.2 255.255.255.0
路由器上的灯该闪了,路由器界面上会显示类似
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
的信息。
配到这,你在电脑上ping 192.168.1.1 是通的。
其实找本书翻翻一上午足够了。有问题留言我。
参考资料:http://hi.baidu.com/robrina
热心网友
时间:2022-04-12 22:38
第1步,怎么去设置IP;
右键单击网上邻居选择属性,本地连接同样选属性,在常规项选择INTERNET协议(TCP/IP)同样是属性,有自动获得IP地址和使用下面的IP地址,一般选择自动获得,选择使用下面的IP地址
设置IP地址:(I)192.168.1.101或者192.168.1.102以此类推至199(最后三位数).
子网掩码(U):不用管一点自动获得。
默认网关(D):
192.168.1.1这个地址一般路由器底下都有。
使用下面的DNS服务器地址(E),首选DNS服务器(P)192.168.1.1这个地址一般路由器底下都有。
第2步,设置路由器;
登陆路由器,选择DHCP服务器,选择DHCP服务。地址租期:默认120分钟,选择最大值,需要重启路由器,不急!
转发规则UONP设置-开启
其余不用管了。
选择系统工具重启路由器。OK。
告诉你一个公开的秘密:
下载P2P终结者控制流量,http://www.netsoft2005.com/安装成功后,配置软件:
软件配置项有个网卡设置,请选择检测所使用的网卡。
系统设置:发现新主机时自动对其进行控制前打钩。
网络控制台:启动网络控*务。OK
网络主机扫描 :刷新网络,右键对其进行控制。
网络应用管理:详细对其进行控制。
建议不要使用破解版,官方最好。试用期30天,快到30天的时候用完美卸载2008卸载,重装P2P
满意吗?
热心网友
时间:2022-04-13 00:13
找台电脑,用全反线RJ-45接CONSLE口,DB-9串口的接计算机上的串口,
电脑上 开始菜单——附件——通讯工具——超级终端———选你接的那个串口(比如com1)——点恢复默认设置
如果连上了就会出现下面的:
System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
cisco 2620 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
Self decompressing the image :
########################################################################## [OK]
Restricted Rights Legend
Use, plication, 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) C2600 Software (C2600-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
cisco 2620 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID JAD05190MTZ (4292891495)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
1 FastEthernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
--- System Configuration Dialog ---
Continue with configuration dialog? [yes/no]: no (这里问是否要用对话配置模式)
Router>en (进特权模式)
Router#show ip interface brief (看路由器上端口的基本状况)
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES manual administratively down down
Serial0/0 unassigned YES manual administratively down down
Serial0/1 unassigned YES manual administratively down down
FastEthernet1/0 unassigned YES manual administratively down down
FastEthernet1/1 unassigned YES manual administratively down down
Modem1/0 unassigned YES manual administratively down down
Modem1/1 unassigned YES manual administratively down down
(从上面可以看到有多少个口,每个口的ip和状态)
(配置一个接口的IP,以 FastEthernet0/0 为例)
Router#conf t (进全局模式)
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname r2 (给路由命名 R2 是名字)
r2(config)#interface f0/0 (进入FastEthernet0/0 接口)
r2(config-if)#ip address 192.168.1.3 255.255.255.0 (给接口配置IP,前面是IP,后面是子网掩码。)
r2(config-if)#no shutdown (使上面的配置立即生效)
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
r2(config-if)#end (END 直接退出到用户模式)
%SYS-5-CONFIG_I: Configured from console by console
r2#show ip interface f0/0 (用这个命令可以查看FastEthernet0/0 的所有信息)
FastEthernet0/0 is up, line protocol is down (disabled) (这行表示FastEthernet0/0 没接通线)
Internet address is 192.168.1.3/24
Broadcast address is 255.255.255.255
Address determined by setup command
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is disabled
Outgoing access list is not set
Inbound access list is not set
Proxy ARP is enabled
Security level is default
Split horizon is enabled
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are never sent
IP fast switching is disabled
IP fast switching on the same interface is disabled
IP Flow switching is disabled
IP Fast switching turbo vector
IP multicast fast switching is disabled
IP multicast distributed fast switching is disabled
Router Discovery is disabled
IP output packet accounting is disabled
r2#show ip interface brief (用这命令可以查看接口的简单信息)
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.1.3 YES manual up down
Serial0/0 unassigned YES manual administratively down down
Serial0/1 unassigned YES manual administratively down down
FastEthernet1/0 unassigned YES manual administratively down down
FastEthernet1/1 unassigned YES manual administratively down down
Modem1/0 unassigned YES manual administratively down down
Modem1/1 unassigned YES manual administratively down down
(从第2行可以看到FastEthernet0/0 的IP已经配置好了,其他接口的配置也和上面的基本一样)
r2#writer (最后别忘了保存下配置)
呵呵
希望对你有,我也是刚学的
路由器是 思科的2620XM
热心网友
时间:2022-04-13 02:04
你不是有说明书吗 真是的
思科2600路由器设置后怎么保存设置?既然能够设置参数说明已经进入到特权用户状态下,可以直接在#状态下敲命令:方式一route#write回车即可。还有一种方式:方法二:特权模式下:router#copyrunstart保存完毕后可以使用route#showrun来检查一下运行状态。
用CISCO2600路由器设置上网,应该怎么配置啊?
1、首先,接好无线路由器之后需要做的一个事情,检查是否通电,无线路由器是否正常亮灯运行。2、检查无误后,打开浏览器输入:192.168.1.1后按ENTER进入,这个时候弹出一个对话框,需要输入帐户名和密码,这个不用操心,在...
思科2600路由器如何设置
思科2600路由器设置方法:【家庭网络环境布线】:1、有猫(modem):猫(modem)---路由器wan口;路由器lan口---电脑。2、没有猫(modem):网线---路由器wan口;路由器lan口---电脑。【电脑进入路由器】:1、电脑ip、dn...
用CISCO2600路由器怎么设置上网
用CISCO2600路由器设置上网方法:1、Console口接终端或运行终端仿真软件的微机;2、AUX口接MODEM,通过电话线与远方的终端或运行终端仿真软件的微机相连;3、通过Ethernet上的TFTP服务器;4、通过Ethernet上的TELNET程序;5、通过...
请教高手cisco 2600的配置
1,基本配置enconftinte0ipadd218.64.64.157255.255.255.128noshuexitinte1ipadd192.168.1.1255.255.255.0noshu2,添加默认路由iproute0.0.0.00.0.0.0e03,设置...
我有一台CISCO2600的路由器,192网段要访问10网段,该如何配置路由,
路由器两个接口配置IP并打开激活,终端配置IP,网关设置为0/1口的IP,这样应该就没问题了!
思科路由器各种模式分别可以做什么?
第3级:配置模式。这种模式下,允许用户真正修改路由器的配置。进入第3级的方法是在特权模式中输入命令“configterminal”,相应提示符为“(config)#”。如下所示:Cisco2600#configterminalCisco2600(config)#...
思科路由器2600如何连接!
基本路由器配置命令1.配置f0/0和f0/1的ip地址Router>en进入Password:输入密码输入后看不见Router#configt进入特权
思科路由器2600配置
Router(config)#就进入全局配置模式Router(config)#hostnameR1打这个就改名R1(config)#现在名字叫r1了R1(config)#exit打这个就退出全局配置模式了SYS-5-CONFIG_I:Configuredfromconsolebyconsole...
cisco2600(路由器)serial端口
duplexautospeedautointerfaceFastEthernet0/1ipaddress192.168.0.1255.255.255.0(内网IP)ipnatinsideduplexautospeedautoiproute0.0.0.00.0.0.0172.16.52.1设置默认路由ipnat...