johannes91
Goto Top

Cisco IOS mehrere DHCP Server

Cisco 836 & 876 mehrere DHCP Pools auf mehreren Interfaces / VLANs

Hallo Admins & Netmaster,

derzeit setze ich eine Cisco 876 für den privaten Gebrauch auf.

Frage ist folgende:

Ich habe 2 Netze: 192.168.50.0/24 und 192.168.178.0/24.
Für beide Netze benötige ich einen DHCP Server / Pool.
192.168.50.0/24 ist auf VLAN1 - fa0
192.168.178.0/24 ist auf VLAN2 - fa1 & fa2

Wie kann ich der Cisco beibringen, dass sie auf VLAN1 IPs
aus dem 50er Netz vergeben soll und auf VLAN2 IPs aus dem 178er Netz?

Ist das grundsätzlich möglich?

DuG

Johannes91

Content-Key: 144771

Url: https://administrator.de/contentid/144771

Printed on: April 19, 2024 at 21:04 o'clock

Member: aqui
aqui Jun 14, 2010 at 09:38:23 (UTC)
Goto Top
ip dhcp excluded-address 192.168.50.50 192.168.50.254
ip dhcp excluded-address 192.168.178.50 192.168.178.254
!
ip dhcp pool vlan1
network 192.168.50.0 255.255.255.0
default-router 192.168.50.254
dns-server 192.168.50.254
domain-name johannes.local
!
ip dhcp pool vlan2
network 192.168.178.0 255.255.255.0
default-router 192.168.178.254
dns-server 192.168.50.254
domain-name johannes.local
!
...Fertisch !
Member: johannes91
johannes91 Jun 14, 2010 at 10:22:59 (UTC)
Goto Top
Danke für die schnelle Antwort,

habs gerade getestet.

funktioniert ;)

Danke nochmal.

DuG

Johannes91