wtorek, 20 listopada 2007

Konifguracja DHCP w switchu cisco catalyst

Konifguracja DHCP w switchu cisco catalyst
!
!
no ip domain-lookup
no ip dhcp conflict logging
FOR OTHER HARDWARE
ip dhcp pool macc3
host 192.168.0.60 255.255.255.0
must mention media type
hardware-address 0013.5f0c.fec2 ieee802
OR
hardware-address 0013.5f0c.fec2 ethernet
client-name macc3
default-router 192.168.1.1
dns-server 202.154.255.20 202.154.255.21
lease infinite



FOR WINDOWS CLIENT
ip dhcp pool macc3
host 192.168.0.60 255.255.255.0
client-identifier 0100.135f.0cfe.c2
client-name macc3
default-router 192.168.1.1
dns-server 202.154.255.20 202.154.255.21
lease infinite
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.100 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip classless
no ip http server
!
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password 7 02050D480809
login
line vty 5 15
password 7 02050D480809
login
!
end

Brak komentarzy: