打印

Cisco 2811配置获不到ip地址问题

Cisco 2811配置获不到ip地址问题

我的地址分配不够,很多机器获得不到ip地址。
我cisco 2811路由上的配置是这样的,可以帮忙分析一下原因在哪里吗?哪些命令是不需要的?

Router#show run
Building configuration...

Current configuration : 2147 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
--More--         no ip dhcp use vrf connected
ip dhcp excluded-address 10.209.11.1
ip dhcp excluded-address 10.209.11.65
ip dhcp excluded-address 10.209.11.193
!
ip dhcp pool office_boss
   network 10.209.11.0 255.255.255.192
   dns-server 202.96.209.133 202.96.199.133
   default-router 10.209.11.1
!
ip dhcp pool office_move
   network 10.209.11.64 255.255.255.192
   dns-server 202.96.209.133 202.96.199.133
   default-router 10.209.11.65
!
ip dhcp pool office_local
   network 10.209.11.128 255.255.255.128
   default-router 10.209.11.129
   dns-server 202.96.209.133 202.96.199.133
!
!
no ip domain lookup
!

username mts privilege 15 password 0 mts
!

interface FastEthernet0/0
ip address 218.1.37.110 255.255.255.252
--More--          ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1.1
encapsulation dot1Q 1 native
ip address 10.209.11.1 255.255.255.192
ip nat inside
ip virtual-reassembly
no snmp trap link-status
!
interface FastEthernet0/1.2
encapsulation dot1Q 3
ip address 10.209.11.65 255.255.255.192
ip nat inside
--More--          ip virtual-reassembly
no snmp trap link-status
!
interface FastEthernet0/1.3
encapsulation dot1Q 4
ip address 10.209.11.129 255.255.255.128
ip nat inside
ip virtual-reassembly
no snmp trap link-status
!
ip classless
ip route 0.0.0.0 0.0.0.0 218.1.37.109
!
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 permit 10.209.11.0 0.0.0.255
!

--More--         control-plane
!

dial-peer cor custom
!
line con 0
exec-timeout 0 0
password cisco
logging synchronous
line aux 0
line vty 0 4
privilege level 15
password cisco
login local
--More--         line vty 5 15
login local
!
scheduler allocate 20000 1000
!
end

Router#  ),请教以下配置是否哪里有问题?谢谢



网友:

你做了 3个DHCP 路由会随即分配那3个DHCP上的地址
你试试在端口上做DHCP 


网友2:

建议自己做一个DHCP服务,在路由器上开启DHCP广播。


网友3:

配置上是可以实现自动分配的,单避路由+DHCP+NAT
分了三个地址池,可以查看你客户机所在的VLAN,是不是同一个VLAN,
是不是同一个VLAN的主机数目过多引起


网友4:

IP不够使吧。其实DHCP尽量别再设备上做,单独用一个服务器比较好。要不早上同时开机你滴路由器负载肯定高。如果以后再增加客户端,很有可能会导致设备死机。

TOP


感谢一直以来您对我们的支持!
当前时区 GMT+8, 现在时间是 2008-9-7 14:10 京ICP证060528 号

Designed By 17DST