Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Cisco Switch DHCP statisch

Empfohlene Antworten

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!!

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.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.