Всех приветствую.
Проблема такая настраиваю DHCP чтобы он выдавал IP по MAC. Кучу всего исчитал, вроде все правильно пишу. НО... не хочет клиент получать свой фиксированный IP. Ниже конфигурация.Если не трудно ткните носом что не так делаюCurrent configuration : 3465 bytes
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$y0sC$6d7P/VHmkgq7GUL4mY7Zk.
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-1763720374
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1763720374
revocation-check none
rsakeypair TP-self-signed-1763720374
!
!
dot11 syslog
no ip dhcp use vrf connected
ip dhcp binding cleanup interval 600
ip dhcp excluded-address 10.10.0.1 10.10.10.99
ip dhcp excluded-address 10.10.10.201 10.10.255.254
!
ip dhcp pool sdm-pool1
import all
network 10.10.0.0 255.255.0.0
default-router 10.10.10.1
!
ip dhcp pool DG
host 10.10.10.201 255.255.0.0
client-identifier 0100.19db.5f2e.05
!
!
ip cef
ip name-server IP1
ip name-server IP2
!
username admin privilege 15 password 0 password
!
archive
log config
hidekeys
!
ip rcmd rsh-enable
ip rcmd remote-host shilvlad 10.10.10.100 shilvlad enable
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
description $ES_WAN$
ip address dhcp client-id FastEthernet4
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Vlan1
ip address 10.10.10.1 255.255.0.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
!
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 100 interface FastEthernet4 overload
ip nat inside source static tcp 10.10.10.100 25309 94.137.66.12 25309 extendable
!
access-list 100 remark SDM_ACL Category=2
access-list 100 permit ip 10.10.0.0 0.0.255.255 any
!
control-plane
!
line con 0
password cisco
no modem enable
line aux 0
line vty 0 4
privilege level 15
password cisco
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end