思科路由器2600如何连接!
发布网友
发布时间:2022-04-23 11:07
我来回答
共5个回答
热心网友
时间:2023-10-12 01:08
连接计算机和路由器,以及路由器和*接口,应注意级联线和直通线的用法。
首先确定f0/0与f0/1哪个是*接口 哪个是内网接口
基本路由器配置命令
1.配置f0/0和f0/1的ip地址
Router>en 进入
Password: 输入密码 输入后看不见
Router#config t 进入特权配置模式
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface f0/0 进入f0/0接口
Router(config-if)#no shut 激活f0/0接口
Router(config-if)#ip address 172.16.0.246 255.255.255.0 配置IP地址
Router(config-if)#exit 退出
Router(config)#interface f0/1 进入f0/1接口
Router(config-if)#ip address 192.168.0.1 255.255.255.0 配置IP地址
Router(config-if)#no shut 激活f0/1接口
Router(config-if)#exit 退出
Router(config)#exit 退出
Router#
00:58:42: %SYS-5-CONFIG_I: Configured from console by console
Router#show run 查看运行状态
Building configuration...
==========================================================================
Current configuration : 850 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
logging console notifications
enable password cheng
!
ip subnet-zero
!
!
!
ip inspect audit-trail
ip audit notify log
ip audit po max-events 100
!
!
!
!
interface FastEthernet0/0 --------------------------------------
ip address 172.16.0.246 255.255.255.0
plex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
plex auto
speed auto
!
interface Ethernet1/0
no ip address 注意每次查看的这些不同之处
ip broadcast-address 0.0.0.0
shutdown
half-plex
!
ip classless
ip http server
ip pim bidir-enable
!
logging facility local3
logging 172.18.1.3
tacacs-server host 172.18.1.2
!
line con 0
line aux 0
line vty 0 4
login
! -------------------------------------
end
========================================================
---------------------------------------------------------------------------------------------------------------
2,配置路由和配置NAT内外接口(此包含了NAT转换的一些内容)
Router# 输入的en和密码就省去了 ~_~
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 0.0.0.0 0.0.0.0 172.16.0.254 配置路由信息 (此是一条缺省路由)
Router(config)#interface f0/0 进入F0/0接口
Router(config-if)#ip nat inside 把F0/0设置为接入口(inside)
Router(config-if)#exit
Router(config)#interface f0/1 进入F0/1接口
Router(config-if)#ip nat outside 把F0/1设置为接出口
Router(config-if)#exit
Router(config)#exit
Router#sho -----------------你一定?呵呵这里你只要输入show run 不用管他 只要不输错 就会成功
01:21:25: %SYS-5-CONFIG_I: Configured from console by consolew run
Building configuration...
---------------------------------------------------------
Current configuration : 797 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
logging console notifications
enable password cheng
!
ip subnet-zero
!
!
!
ip inspect audit-trail
ip audit notify log
ip audit po max-events 100
!
!
!
interface FastEthernet0/0 --------------------------------------
ip address 172.16.0.246 255.255.255.0
ip nat inside ------->注意~0~ 这里
plex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat outside ------->注意~0~ 这里
plex auto
speed auto
!
interface Ethernet1/0
no ip address
ip broadcast-address 0.0.0.0
shutdown
half-plex
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.0.254 ------->注意 这里是缺省路由
ip http server
ip pim bidir-enable
!
!
logging facility local3
logging 172.18.1.3
tacacs-server host 172.18.1.2
!
line con 0
line aux 0
line vty 0 4
login
! -------------------------------------------
end
========================================================
3,配置NAT 转换的重要一句静态路由:
ip route-static <ip><mask>{interface number|nexthop}[value][reject|blackhole]
Router# 输入的en和密码就省去了 ~_~
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip nat inside source static 192.168.1.2 172.16.0.246 配置NAT地址的转换信息
Router(config)#exit
Router#show run 查看
01:21:25: %SYS-5-CONFIG_I: Configured from console by console
Building configuration...
---------------------------------------------------------
Current configuration : 797 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
logging console notifications
enable password cheng
!
ip subnet-zero
!
!
!
ip inspect audit-trail
ip audit notify log
ip audit po max-events 100
!
!
!
interface FastEthernet0/0
ip address 172.16.0.246 255.255.255.0
ip nat outside
plex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
plex auto
speed auto
!
interface Ethernet1/0
no ip address
ip broadcast-address 0.0.0.0
shutdown
half-plex
!
ip nat inside source static 192.168.1.2 172.16.0.246 ------------>配好了
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.0.254
ip http server
ip pim bidir-enable
!
logging facility local3
logging 172.18.1.3
tacacs-server host 172.18.1.2
!
line con 0
line aux 0
line vty 0 4
login
!
end
热心网友
时间:2023-10-12 01:08
有钱人,思科都买了 看不懂下面的就找专业网络公司人员花钱几百大洋调吧,那个路由要用命令的,
既然是学习线面的你应该能看懂自己摸索吧
单臂路由
二层交换机
添加三个vlan
enable
config t
vlan 1
name vlan1
vlan 2
name vlan2
vlan 3
name vlan3
根据需要划分交换机端口到自己的VLAN
把交换机连接路由的口设置为trunk
比如f0/1口
intface fast0/1
switch port mode trunk
switch trunk encapsulation dot1q 封装dot1q
路由设置
路由链接交换机的口不要配置协议
进入子接口
比如路由的口也是f0/1
int f0/1
no ip add
interface fast0/1.1
ip address 192.168.1.1 255.255.255.0
encapsulation dot1q 1
no sh
interface fast0/1.2
ip address 192.168.0.1 255.255.255.0
encapsulation dot1q 2
no sh
interface fast0/1.3
ip address 192.168.1.1 255.255.255.0
encapsulation dot1q 3
no sh
然后启用默认路由到公网
启用nat做地址转换 结合二楼的nat配置 和控制访问列表
把服务器192.168.18.251做地址映射
热心网友
时间:2023-10-12 01:08
- - 买路由器干什么,“猫”就是一个“路由器”你们应该买一个交换机~~~
热心网友
时间:2023-10-12 01:09
太牛*了,寝室里用思科2600,佩服啊!
思科2600是专业路由器,不同于家用路由器,它没有WEB管理界面,初次使用需要用专用的console线缆连接,通过命令行进行配置,如果你们当中没有技术牛人,建议换成普通的家用路由器吧,太折腾了
热心网友
时间:2023-10-12 01:10
这个要用思科专门的命令的。
思科路由器2600的配置方法
1.用Cisco 2600路由器自带的一条串行电缆将路由器的Console口与1台计算机串口相连。2.启动Windows 2000后,执行以下操作:“开始→程序→附件→通讯→超级终端”,在“连接描述”对话框的名称一栏中输入超级终端名,点击“确定”。3.在“连接到”窗体中的“连接时使用”栏选择“COM1”,单击确定。在弹...
思科2600路由器忘记密码怎么进入啊
用超级终端连接路由器的console口。终端的硬件设置如下:波特率:9600数据位:8停止位:1奇偶校验: 无2.关闭路由器。3按 开路由器,使进入ROM监控状态4.出现提示符,输入以下命令(不同的型号,数值可能不一样)Rommon 1 > confreg 0x2142(针对1600、2600系列路由器)(如果是1500、2500系列路由器,输入“o/r...
cisco路由器连接配置
1.首先,我们需要将我们的思科路由器和光猫用 网线 连接好,连接的顺序是 电话线 、光猫、路由器以及电脑,如果没有绑定电话的可以不用连接电话线。将连接路由器的网线插到光猫的WAN插口上,其他的四个插口是用来插网线连接电脑的。2.然后,打开我们的电脑上的网上邻居,找到本地连接,打开本地连接...
思科2600路由器进不了接口配置进行配置
首先你要有主用的配置连接线,进入路由器配置不能用普通网线代替。另外配置这个路由器需要在你的电脑上安装超级终端,使用超级终端和路由器连接才可以进入配置界面
新手如何连接调试思科路由器
1、打开浏览器,地址栏输入路由器登录网址;2、输入帐号和密码,进入设置向导界面;3、选择上网方式PPPoE,输入宽带相应的帐号跟密码;4、设置路由器无线的的连接用户名和密码,点击“保存”;5、直接在电脑上找到无线的信息,输入密码上网,即可实现连接调试思科路由器的操作。
思科路由器怎么接无线路由器设置
1.*。(无线路由器设置DHCP服务器,方便连接到无线路由器的电脑自动获取IP。)第三步,无线路由器的WAN口通过网线连接到主路由器上,把要通过无线路由器上网的计算机IP地址设置为192.168.0.*(或者直接自动获取IP地址),让本本跟无线路由器在同个网段。完成以上3个步骤,就可以上网,希望能帮到你 ...
思科2600路由器的设置
如果在相同的一个网段内,不能访问和路由器没关系,是你自己的IIS没配置好.设置路由器只是让外网的电脑访问你内网的端口 叫端口映射 路由器里叫虚拟服务器
如何配置思科路由器?
你好!美国思科路由器设置方法步骤如下:1、首先把电源接通,然后插上网线,进线插在wan口,然后跟电脑连接的网线就随便插一个lan口。2、连接好无线路由器后,在电脑浏览器地址栏输入在路由器IP地址:192.168.1.1。3、连接后会看到输入相应的登陆用户名:admin,密码:admin。4、进入操作界面,点击...
思科路由器怎么配置
思科路由器配置相对较复杂,以下是一般的配置步骤:1. 连接路由器:将路由器的 WAN 口连接到 ISP 提供的网络,LAN 口连接到用户设备。2. 设置网络地址:进入路由器的设置页面,在 LAN 部分设置要使用的 IP 地址和子网掩码,并保存修改。3. 配置 DHCP 服务:启用 DHCP 服务设置,设置址址池,网关...
cisco路由器配置如何进行上网
配置思科路由器的第一步:当一个新的设备拿回来它本身是没有TCP/IP的概念的所以就需要网管从CONSOLE口连接 进行带外配置(小提示利用以太网连接到设备叫带内、反之就为带外)用的线是设备本身带的线(CONSOLE线它是一条全反线也就是两边的线序完全相反)线的一端是接在COM口上的 计算机本身就有一...