ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

If there is Network 10.0.0.0 and there is router or 3layer switch How can i Active DHCP protocol by this router write the command?

<p>تفعيل DHCP  داخل الشبكة بواسطة روترات سيسكو</p>

user-image
تم إضافة السؤال من قبل yaser atia , Head of Workflow , Alsharq Newspaper
تاريخ النشر: 2014/11/13
Raymond Alavera
من قبل Raymond Alavera , IT Administrator , Park House English School

ROUTER:

 

conf t

ip dhcp pool xnetwork

network10.0.0.0  255.0.0.0

default-router10.0.0.1

dns-server2.2.2.2 (for example)

exit

 

! if you want to exclude some ip addresses for dhcp not to leases this ip addresses type this...

 

ip dhcp excluded-address10.0.0.1   10.0.0.9 (for example)

 

 

! now configure the server who ask for an ip address from the router

conf t

interface fa0/0 (for example)

ip address dhcp

no shut

exit

 

 

! then in L3SW, configure a DHCP Helper. means,  inform the router /  l3sw that if it receives a dhcp broadcast request, do not drop the packet, instead, forward te broadcast to a preconfigured ip address of a DHCP SERVER.

! for example from l3sw perspective, ip address of the DHCP SERVER is10.0.0.2

 

L3SW:

conf t

interface vlan1 (for example)

ip  helper-address10.0.0.2

exit

 

 

 

Jahanzeb Iqbal
من قبل Jahanzeb Iqbal , Network Support Engineer , corvit

Router

conf t

ip dhcp pool XYZ

network10.0.0.0255.0.0.0

default-network10.0.0.1

end

Layer3 Switch

conf t

interface vlan XYZ

 

 

Asgher Ali Changezi
من قبل Asgher Ali Changezi , Network Engineer , Innexiv (pvt) Ltd,

ip dhcp pool XYZ

yaser atia
من قبل yaser atia , Head of Workflow , Alsharq Newspaper

                     config)# ip dhcp pool xyz)

config)# network10.0.0.0  255.0.0.0)

 config)#  default- router10.0.0.1 

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟