路由器 (100分)

  • 主题发起人 主题发起人 huangHe
  • 开始时间 开始时间
H

huangHe

Unregistered / Unconfirmed
GUEST, unregistred user!
各位大侠请指教:
根据公司需求,需要配置cisco3600,我设置了serial1/0 ip adress 10.182.251.1
255.255.255.0 并且路由表增加了 10.182.241.0 255.255.2555.0 10.182.253.1
另一个路由器2610 serial1/0 ip adress 10.182.253.1 255.255.255.0 它的路由表增加了
10.182.240.0 255.255.2555.0 10.182.251.1 其他的都是默认值,这样配置以后10.182.240
子网和10.182.241 子网ping不同,不知道原因,有哪位高手能为我解决,或者提供这方面的
信息,不胜感激!!!!!!!!!!!
 
是不是子网掩码有问题?255.255.0.0
 
路由表到底是251还是241
 
两个路由器之间是怎么连的?其端口IP怎么设的?
 
to echolan:子网掩码没有问题;
to Chenlili&zw84611:两个路由通过光纤令牌环网接入,是透明的,3600serial1/0 ip 10.182.251.1
2600serial1/0 ip 10.182.253.1
 
你好,我需要知道你的两个路由器如何建立连接的??你那里肯定有错误,可否讲得更详细一些!!
 
两个路由器之间是怎么连的?其端口IP怎么设的?
能将路由器配置贴出来看看,动态还是静态路由?
有一方法:你可一段一段的PING,如先从41网段PING 连41网段的口如通则没问题(41网段连3600,40网段连2601是吗?)
PING 连51网段的口serial1/0 不通说明3600配置不对,(路由器两口不通,没有产生路由)
从40网段PING 连40网段的口通,PING 连53网段的口不通说明2601 配置不对,(路由器两口不通,没有产生路由)
从两个路由器相连的端口,从一个路由器PING另一个路由器不通?说明路由配置不对。
这样你就能找到哪一段不通。
 
to all:各位请看这个配置是否有问题????
interface Serial1/0
description linghong
bandwidth 64
ip address 10.182.110.1 255.255.255.252
encapsulation ppp
no ip mroute-cache
shutdown
no fair-queue
!
interface Serial1/1
description guanyun
bandwidth 64
ip address 10.182.110.5 255.255.255.252
no ip mroute-cache
no fair-queue
!
interface Serial1/2
description gangkou
ip address 10.182.110.9 255.255.255.252
no ip mroute-cache
!
interface Serial1/3
description donghai
ip address 10.182.110.13 255.255.255.252
no ip mroute-cache
!
interface Serial1/4
description guannan
ip address 10.182.110.17 255.255.255.252
no ip mroute-cache
!
interface Serial1/5
description ganyu
ip address 10.182.110.21 255.255.255.252
no ip mroute-cache
!
interface Serial1/6
no ip address
no ip mroute-cache
shutdown
!
interface Serial1/7
no ip address
no ip mroute-cache
shutdown
!
router eigrp 100
redistribute connected
redistribute static
network 10.182.0.0 0.0.255.255
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.182.250.25
ip route 10.182.1.0 255.255.255.0 10.182.254.231 150
ip route 10.182.1.0 255.255.255.0 10.182.96.1 150
ip route 10.182.104.0 255.255.255.0 10.182.110.22
ip route 10.182.105.0 255.255.255.0 10.182.110.18
ip route 10.182.106.0 255.255.255.0 10.182.110.14
ip route 10.182.107.0 255.255.255.0 10.182.110.10
ip route 10.182.108.0 255.255.255.0 10.182.110.6
ip route 10.182.109.0 255.255.255.0 10.182.110.2
ip http server
 
应该是路由表错了
 
后退
顶部