设为首页收藏本站language 语言切换
查看: 1597|回复: 6
收起左侧

[求助] 关于思科路由器3600的dhcp问题求解

[复制链接]
发表于 2016-9-9 10:08:13 | 显示全部楼层 |阅读模式
3鸿鹄币
Internet作为DHCP的服务器,公司作为DHCP的客户端,连接到Internet上,即ispInternet的配置如下
Building configuration...

Current configuration : 1926 bytes
!
! Last configuration change at 01:57:05 UTC Fri Sep 9 2016
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Internet
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no ip icmp rate-limit unreachable
!
!         
!
ip dhcp excluded-address 202.1.1.1
!
ip dhcp pool pool_ZJ
network 202.1.1.0 255.255.255.0
default-router 202.1.1.1
!
!
!
no ip domain lookup
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!         
redundancy
!
!
ip tcp synwait-time 5
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
no ip address
shutdown
!
interface Ethernet0/1
no ip address
shutdown
!
interface Ethernet0/2
no ip address
shutdown
!
interface Ethernet0/3
no ip address
shutdown
!
interface Ethernet1/0
no ip address
shutdown
!
interface Ethernet1/1
no ip address
shutdown
!
interface Ethernet1/2
no ip address
shutdown
!
interface Ethernet1/3
no ip address
shutdown
!
interface Serial2/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/2
ip address 202.1.1.1 255.255.255.0
serial restart-delay 0
!
interface Serial2/3
no ip address
shutdown
serial restart-delay 0
!
interface Serial3/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial3/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial3/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial3/3
no ip address
shutdown
serial restart-delay 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
transport input all
!
!
end


公司路由器的配置如下
Building configuration...

Current configuration : 1817 bytes
!
! Last configuration change at 01:55:08 UTC Fri Sep 9 2016
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ZJ
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no ip icmp rate-limit unreachable
!
!         
!
!
!
!
no ip domain lookup
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
redundancy
!
!
ip tcp synwait-time 5
!         
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
no ip address
shutdown
!
interface Ethernet0/1
no ip address
shutdown
!
interface Ethernet0/2
no ip address
shutdown
!         
interface Ethernet0/3
no ip address
shutdown
!
interface Ethernet1/0
no ip address
shutdown
!
interface Ethernet1/1
no ip address
shutdown
!
interface Ethernet1/2
no ip address
shutdown
!
interface Ethernet1/3
no ip address
shutdown
!
interface Serial2/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/2
ip dhcp client client-id Serial2/2
no ip address
serial restart-delay 0
!
interface Serial2/3
no ip address
shutdown
serial restart-delay 0
!
interface Serial3/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial3/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial3/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial3/3
no ip address
shutdown
serial restart-delay 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!         
control-plane
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
transport input all
!
!
end

基本上是没什么配置的
是不是我公司的接口配置获取ip地址的命令有问题呢?
还是我漏了哪一个步骤没写的,请各位指导。
谢谢

拓扑如上

拓扑如上

最佳答案

查看完整内容

show interface看看。
发表于 2016-9-9 10:08:14 | 显示全部楼层
show interface看看。
沙发 2016-9-9 10:08:14 回复 收起回复
回复

使用道具 举报

发表于 2016-9-9 10:45:33 | 显示全部楼层
请问你想做什么?
板凳 2016-9-9 10:45:33 回复 收起回复
回复

使用道具 举报

发表于 2016-9-9 16:44:36 | 显示全部楼层
建议楼主可以把相关的配置贴出来,这样方便给你解决问题,不用都贴出来。DCHP首先服务开启,然后配置好地址池各参数,然后客户端动态获取就可以。推荐楼主加个交流群:494504654,可以详细交流很多问题。希望帮到你
地板 2016-9-9 16:44:36 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2016-9-12 08:18:43 | 显示全部楼层
新盟教育-安迪铁 发表于 2016-9-9 16:44
建议楼主可以把相关的配置贴出来,这样方便给你解决问题,不用都贴出来。DCHP首先服务开启,然后配置好地址 ...

配置已经给出了
5# 2016-9-12 08:18:43 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2016-9-12 08:19:17 | 显示全部楼层
fangmu 发表于 2016-9-9 10:45
请问你想做什么?

做的是动态站点到站点的vpn
6# 2016-9-12 08:19:17 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2016-9-12 08:58:46 | 显示全部楼层
问题已经解决了,是IOS版本的问题。谢谢各位。此贴终结
7# 2016-9-12 08:58:46 回复 收起回复
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-5-21 23:22 , Processed in 0.827015 second(s), 30 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表