19. März 201016 j Hi, ist es möglich auf einem Cisco Switch einen DHCP mit statischer Vergabe der Adresse zu realisieren. MAC Adresse X1 bekommt IP 1 MAC Adresse X2 bekommt IP 2 dynamisch funktioniert prima mit: ip dhcp pool ThinClient network 192.168.120.0 255.255.255.0 default-router 192.168.120.1 dns-server 192.168.40.25 192.168.40.77 domain-name abc.de was mir fehlt ist statische Adressvergabe! DANKE!!
19. März 201016 j Cisco IOS DHCP Server - Cisco Systems google ftw :bimei Edit: Doofe Titelzeile.. der link führt direkt zu dem gesuchten im IOS DHCP Guide
19. März 201016 j ich hab bei Google schon viel gefunden aber nix hat wirklich gepasst. Danke! hier nochmal für alle die google nicht benutzen können die Lösung: Manual Bindings Configuration Example The following example creates a manual binding for a client named Mars.cisco.com. The MAC address of the client is 02c7.f800.0422 and the IP address of the client is 172.16.2.254. [B]ip dhcp pool Mars host 172.16.2.254 hardware-address 02c7.f800.0422 ieee802 client-name Mars[/B] Because attributes are inherited, the previous configuration is equivalent to the following: [B]ip dhcp pool Mars host 172.16.2.254 mask 255.255.255.0 hardware-address 02c7.f800.0422 ieee802 client-name Mars default-router 172.16.2.100 172.16.2.101 domain-name cisco.com dns-server 172.16.1.102 172.16.2.102 netbios-name-server 172.16.1.103 172.16.2.103 netbios-node-type h-node[/B]
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.