Cisco DHCP Router Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Access Cisco Call Manager Express on 2811 RouterIPv6 DHCP Server vs RouterDHCP-offer fails on dhcpserver - router-on-a-stickDoes Router automatically exclude default-router address from DHCP leasing?SoniWall DHCPD does not allocate subnet addressesI am trying to configure DHCP to assign IP Address from other network!Question with DHCP and Subnets (Packet Tracer)SG300 DHCP server - make it re-issue same addresses to same devicesWhy is my Cisco MMS891 assigning IP addresses with static NAT entries to devices via DHCP?Client timeout for Cisco IOS Static DHCP Pool

Why do people think Winterfell crypts is the safest place for women, children & old people?

Why aren't road bicycle wheels tiny?

Can a multiclassed druid/rogue benefit from Expertise while in Wild Shape?

Like totally amazing interchangeable sister outfit accessory swapping or whatever

When does Bran Stark remember Jamie pushing him?

Is it OK if I do not take the receipt in Germany?

What's the difference between using dependency injection with a container and using a service locator?

My admission is revoked after accepting the admission offer

Suing a Police Officer Instead of the Police Department

Where to find documentation for `whois` command options?

Can gravitational waves pass through a black hole?

Preserving file and folder permissions with rsync

What *exactly* is electrical current, voltage, and resistance?

Calculating the expected value of truncated normal

Why did Israel vote against lifting the American embargo on Cuba?

Can't solve system of linear equations (that need simplification first)

Variable does not exist: sObjectType (Task.sObjectType)

A journey... into the MIND

Does Prince Arnaud cause someone holding the Princess to lose?

Is Bran literally the world's memory?

Show two Lagrangians are equivalent

What is the definining line between a helicopter and a drone a person can ride in?

What was Apollo 13's "Little Jolt" after MECO?

Why do elements created under a `new Document` contain the wrong prototype?



Cisco DHCP Router



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Access Cisco Call Manager Express on 2811 RouterIPv6 DHCP Server vs RouterDHCP-offer fails on dhcpserver - router-on-a-stickDoes Router automatically exclude default-router address from DHCP leasing?SoniWall DHCPD does not allocate subnet addressesI am trying to configure DHCP to assign IP Address from other network!Question with DHCP and Subnets (Packet Tracer)SG300 DHCP server - make it re-issue same addresses to same devicesWhy is my Cisco MMS891 assigning IP addresses with static NAT entries to devices via DHCP?Client timeout for Cisco IOS Static DHCP Pool










1















I have come across an issue and I’m not sure on how to resolve. I’m trying to get the router to assign the PC’s within my network IP addresses. I have excluded the ones which i wish to not be used however it seems to allocate the wrong addresses.



For example, the network address is 10.10.10.0, the router is 10.10.10.1 and I wish to exclude addresses 10.10.10.1 to 10.10.10.10. So the first PC will be 10.10.10.11 however it provides the first PC with an IP address 10.0.0.1? I have included the coding as an image, please could someone advise?😩



Many thanks!



ip dhcp excluded-address 10.10.10.1 10.10.10.10 
ip dhcp pool MyCompany
network 10.10.10.0 255.0.0.0
default-router 10.10.10.1









share|improve this question









New contributor




Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please edit your question to include the router configuration. Paste the text configuration into the question using the Preformatted-text feature ().

    – Ron Maupin
    4 hours ago











  • ip dhcp excluded-address 10.10.10.1 10.10.10.10 ip dhcp pool MyCompany network 10.10.10.0 255.0.0.0 default-router 10.10.10.1

    – Cisly
    4 hours ago












  • Please, just copy the full router configuration, edit your question, and paste the configuration into the question using the button.

    – Ron Maupin
    4 hours ago















1















I have come across an issue and I’m not sure on how to resolve. I’m trying to get the router to assign the PC’s within my network IP addresses. I have excluded the ones which i wish to not be used however it seems to allocate the wrong addresses.



For example, the network address is 10.10.10.0, the router is 10.10.10.1 and I wish to exclude addresses 10.10.10.1 to 10.10.10.10. So the first PC will be 10.10.10.11 however it provides the first PC with an IP address 10.0.0.1? I have included the coding as an image, please could someone advise?😩



Many thanks!



ip dhcp excluded-address 10.10.10.1 10.10.10.10 
ip dhcp pool MyCompany
network 10.10.10.0 255.0.0.0
default-router 10.10.10.1









share|improve this question









New contributor




Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please edit your question to include the router configuration. Paste the text configuration into the question using the Preformatted-text feature ().

    – Ron Maupin
    4 hours ago











  • ip dhcp excluded-address 10.10.10.1 10.10.10.10 ip dhcp pool MyCompany network 10.10.10.0 255.0.0.0 default-router 10.10.10.1

    – Cisly
    4 hours ago












  • Please, just copy the full router configuration, edit your question, and paste the configuration into the question using the button.

    – Ron Maupin
    4 hours ago













1












1








1








I have come across an issue and I’m not sure on how to resolve. I’m trying to get the router to assign the PC’s within my network IP addresses. I have excluded the ones which i wish to not be used however it seems to allocate the wrong addresses.



For example, the network address is 10.10.10.0, the router is 10.10.10.1 and I wish to exclude addresses 10.10.10.1 to 10.10.10.10. So the first PC will be 10.10.10.11 however it provides the first PC with an IP address 10.0.0.1? I have included the coding as an image, please could someone advise?😩



Many thanks!



ip dhcp excluded-address 10.10.10.1 10.10.10.10 
ip dhcp pool MyCompany
network 10.10.10.0 255.0.0.0
default-router 10.10.10.1









share|improve this question









New contributor




Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have come across an issue and I’m not sure on how to resolve. I’m trying to get the router to assign the PC’s within my network IP addresses. I have excluded the ones which i wish to not be used however it seems to allocate the wrong addresses.



For example, the network address is 10.10.10.0, the router is 10.10.10.1 and I wish to exclude addresses 10.10.10.1 to 10.10.10.10. So the first PC will be 10.10.10.11 however it provides the first PC with an IP address 10.0.0.1? I have included the coding as an image, please could someone advise?😩



Many thanks!



ip dhcp excluded-address 10.10.10.1 10.10.10.10 
ip dhcp pool MyCompany
network 10.10.10.0 255.0.0.0
default-router 10.10.10.1






cisco dhcp






share|improve this question









New contributor




Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 4 hours ago









Ron Trunk

40.1k33781




40.1k33781






New contributor




Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









CislyCisly

61




61




New contributor




Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Cisly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Please edit your question to include the router configuration. Paste the text configuration into the question using the Preformatted-text feature ().

    – Ron Maupin
    4 hours ago











  • ip dhcp excluded-address 10.10.10.1 10.10.10.10 ip dhcp pool MyCompany network 10.10.10.0 255.0.0.0 default-router 10.10.10.1

    – Cisly
    4 hours ago












  • Please, just copy the full router configuration, edit your question, and paste the configuration into the question using the button.

    – Ron Maupin
    4 hours ago

















  • Please edit your question to include the router configuration. Paste the text configuration into the question using the Preformatted-text feature ().

    – Ron Maupin
    4 hours ago











  • ip dhcp excluded-address 10.10.10.1 10.10.10.10 ip dhcp pool MyCompany network 10.10.10.0 255.0.0.0 default-router 10.10.10.1

    – Cisly
    4 hours ago












  • Please, just copy the full router configuration, edit your question, and paste the configuration into the question using the button.

    – Ron Maupin
    4 hours ago
















Please edit your question to include the router configuration. Paste the text configuration into the question using the Preformatted-text feature ().

– Ron Maupin
4 hours ago





Please edit your question to include the router configuration. Paste the text configuration into the question using the Preformatted-text feature ().

– Ron Maupin
4 hours ago













ip dhcp excluded-address 10.10.10.1 10.10.10.10 ip dhcp pool MyCompany network 10.10.10.0 255.0.0.0 default-router 10.10.10.1

– Cisly
4 hours ago






ip dhcp excluded-address 10.10.10.1 10.10.10.10 ip dhcp pool MyCompany network 10.10.10.0 255.0.0.0 default-router 10.10.10.1

– Cisly
4 hours ago














Please, just copy the full router configuration, edit your question, and paste the configuration into the question using the button.

– Ron Maupin
4 hours ago





Please, just copy the full router configuration, edit your question, and paste the configuration into the question using the button.

– Ron Maupin
4 hours ago










2 Answers
2






active

oldest

votes


















2














Welcome to Network Engineering! The subnet mask in your network statement is incorrect.



It should be 255.255.255.0






share|improve this answer























  • Thank you! Sorry I am new to this. However now it begins the IP’s from 10.10.10.12 instead of 10.10.10.11. Is there any indication why this is?

    – Cisly
    3 hours ago



















2














Use "show ip dhcp binding" to see if the IP is still bound to a PC. I think its default to 24 hours. You might need to clear the binding to use the 10.10.10.11






share|improve this answer























  • Thank you for your help! It’s successfully working now.

    – Cisly
    2 hours ago











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "496"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Cisly is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58667%2fcisco-dhcp-router%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














Welcome to Network Engineering! The subnet mask in your network statement is incorrect.



It should be 255.255.255.0






share|improve this answer























  • Thank you! Sorry I am new to this. However now it begins the IP’s from 10.10.10.12 instead of 10.10.10.11. Is there any indication why this is?

    – Cisly
    3 hours ago
















2














Welcome to Network Engineering! The subnet mask in your network statement is incorrect.



It should be 255.255.255.0






share|improve this answer























  • Thank you! Sorry I am new to this. However now it begins the IP’s from 10.10.10.12 instead of 10.10.10.11. Is there any indication why this is?

    – Cisly
    3 hours ago














2












2








2







Welcome to Network Engineering! The subnet mask in your network statement is incorrect.



It should be 255.255.255.0






share|improve this answer













Welcome to Network Engineering! The subnet mask in your network statement is incorrect.



It should be 255.255.255.0







share|improve this answer












share|improve this answer



share|improve this answer










answered 4 hours ago









Ron TrunkRon Trunk

40.1k33781




40.1k33781












  • Thank you! Sorry I am new to this. However now it begins the IP’s from 10.10.10.12 instead of 10.10.10.11. Is there any indication why this is?

    – Cisly
    3 hours ago


















  • Thank you! Sorry I am new to this. However now it begins the IP’s from 10.10.10.12 instead of 10.10.10.11. Is there any indication why this is?

    – Cisly
    3 hours ago

















Thank you! Sorry I am new to this. However now it begins the IP’s from 10.10.10.12 instead of 10.10.10.11. Is there any indication why this is?

– Cisly
3 hours ago






Thank you! Sorry I am new to this. However now it begins the IP’s from 10.10.10.12 instead of 10.10.10.11. Is there any indication why this is?

– Cisly
3 hours ago












2














Use "show ip dhcp binding" to see if the IP is still bound to a PC. I think its default to 24 hours. You might need to clear the binding to use the 10.10.10.11






share|improve this answer























  • Thank you for your help! It’s successfully working now.

    – Cisly
    2 hours ago















2














Use "show ip dhcp binding" to see if the IP is still bound to a PC. I think its default to 24 hours. You might need to clear the binding to use the 10.10.10.11






share|improve this answer























  • Thank you for your help! It’s successfully working now.

    – Cisly
    2 hours ago













2












2








2







Use "show ip dhcp binding" to see if the IP is still bound to a PC. I think its default to 24 hours. You might need to clear the binding to use the 10.10.10.11






share|improve this answer













Use "show ip dhcp binding" to see if the IP is still bound to a PC. I think its default to 24 hours. You might need to clear the binding to use the 10.10.10.11







share|improve this answer












share|improve this answer



share|improve this answer










answered 3 hours ago









Steve A.Steve A.

411




411












  • Thank you for your help! It’s successfully working now.

    – Cisly
    2 hours ago

















  • Thank you for your help! It’s successfully working now.

    – Cisly
    2 hours ago
















Thank you for your help! It’s successfully working now.

– Cisly
2 hours ago





Thank you for your help! It’s successfully working now.

– Cisly
2 hours ago










Cisly is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Cisly is a new contributor. Be nice, and check out our Code of Conduct.












Cisly is a new contributor. Be nice, and check out our Code of Conduct.











Cisly is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Network Engineering Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58667%2fcisco-dhcp-router%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Era Viking Índice Início da Era Viquingue | Cotidiano | Sociedade | Língua | Religião | A arte | As primeiras cidades | As viagens dos viquingues | Viquingues do Oeste e Leste | Fim da Era Viquingue | Fontes históricas | Referências Bibliografia | Ligações externas | Menu de navegação«Sverige då!»«Handel I vikingetid»«O que é Nórdico Antigo»Mito, magia e religião na volsunga saga Um olhar sobre a trajetória mítica do herói sigurd«Bonden var den verklige vikingen»«Vikingatiden»«Vikingatiden»«Vinland»«Guerreiras de Óðinn: As Valkyrjor na Mitologia Viking»1519-9053«Esculpindo símbolos e seres: A arte viking em pedras rúnicas»1679-9313Historia - Tema: VikingarnaAventura e Magia no Mundo das Sagas IslandesasEra Vikinge

What's the metal clinking sound at the end of credits in Avengers: Endgame?What makes Thanos so strong in Avengers: Endgame?Who is the character that appears at the end of Endgame?What happens to Mjolnir (Thor's hammer) at the end of Endgame?The People's Ages in Avengers: EndgameWhat did Nebula do in Avengers: Endgame?Messing with time in the Avengers: Endgame climaxAvengers: Endgame timelineWhat are the time-travel rules in Avengers Endgame?Why use this song in Avengers: Endgame Opening Logo Sequence?Peggy's age in Avengers Endgame

Are there legal definitions of ethnicities/races? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Legal definitions in the United StatesAre there truly legal limits on US interest rates?Are gender identity and sexual orientation federally protected?Why is there an apparent legal bias against digital services?What limits are there to the powers of individual judges in the United States legal system?Are women only scholarships legal under Irish / EU law?Is the term “race” defined by Public Law enacted by Congress of the United StatesIs there a legal definition of race in the US?Neighbors are spying for landlord on Renters is it legal?Are Protected Classes Bi-directional?