<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DHCP Pool for VRF not commiting in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5136234#M400792</link>
    <description>&lt;P&gt;Sorry but are yoh add vrf under dhcp ipv4 as I mentioned before?&lt;/P&gt;
&lt;P&gt;All these prefix under same vrf?&lt;/P&gt;
&lt;P&gt;Is there any interface in this subnet?&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 08:52:21 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2024-06-26T08:52:21Z</dc:date>
    <item>
      <title>DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135830#M400765</link>
      <description>&lt;P&gt;Hej&lt;BR /&gt;I am trying to configure DHCP pool for a vrf but I get the below error. I am not sure why I am getting the error&lt;BR /&gt;&lt;BR /&gt;ASR9903 -&amp;nbsp;7.11.1&lt;BR /&gt;&lt;BR /&gt;Error&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;LI-CODE lang="markup"&gt;% Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted. Please issue 'show configuration failed [inheritance]' from this session to view the errors
RP/0/RP0/CPU0:pe2.koeb3.dk(config)#show configuration failed inheritance 
Tue Jun 25 14:26:45.903 CEST
!! SEMANTIC ERRORS: This configuration was rejected by 
!! the system due to semantic errors. The individual 
!! errors with each failed configuration command can be 
!! found below.


pool vrf vrf-inet ipv4 GRP1
 network 250.250.0.0/16 default-router 250.250.0.1
!!% Error: VRF Name in request does not match values of the configured pool: 'ip-daps' detected the 'warning' condition 'Error: VRF Name in request does not match values of the configured pool'
!
end&lt;/LI-CODE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Existing VRF config&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;LI-CODE lang="markup"&gt;vrf vrf-inet
 address-family ipv4 unicast
  import route-target
   8989:2
  !
  export route-target
   8989:2
  !
 !
 address-family ipv6 unicast
  import route-target
   8989:2
  !
  export route-target
   8989:2
  !
 !
!&lt;/LI-CODE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Config that I am trying to push&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;LI-CODE lang="markup"&gt;pool vrf vrf-inet ipv4 GRP1
 network 250.250.0.0/16 default-router 250.250.0.1
 exclude 250.250.0.1 250.250.0.10
!&lt;/LI-CODE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:26:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135830#M400765</guid>
      <dc:creator>oscardenizjensen</dc:creator>
      <dc:date>2024-06-25T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135835#M400767</link>
      <description>&lt;P&gt;these VRF without RD&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you need to add RD to VRF to activate it&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:35:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135835#M400767</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-25T12:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135838#M400768</link>
      <description>&lt;P&gt;I have added RD, and even added an interface to the VRF, but still getting same error&lt;BR /&gt;&lt;BR /&gt;vrf vrf-inet&lt;BR /&gt;rd 10.0.9.2:2&lt;BR /&gt;&lt;BR /&gt;interface Loopback101&lt;BR /&gt;description ### BNG GRP1 ###&lt;BR /&gt;vrf vrf-inet&lt;BR /&gt;ipv4 address 250.250.0.1 255.255.255.255&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;I try to push this&lt;BR /&gt;pool vrf vrf-inet ipv4 GRP1&lt;BR /&gt;network 250.250.0.0/16 default-router 250.250.0.1&lt;BR /&gt;exclude 250.250.0.1 250.250.0.10&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error, the same&lt;/P&gt;&lt;P&gt;RP/0/RP0/CPU0:pe2.koeb3.dk(config)#commit&lt;BR /&gt;Tue Jun 25 14:50:25.589 CEST&lt;/P&gt;&lt;P&gt;% Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted. Please issue 'show configuration failed [inheritance]' from this session to view the errors&lt;BR /&gt;RP/0/RP0/CPU0:pe2.koeb3.dk(config)#show configuration failed inheritance&lt;BR /&gt;Tue Jun 25 14:50:30.781 CEST&lt;BR /&gt;!! SEMANTIC ERRORS: This configuration was rejected by&lt;BR /&gt;!! the system due to semantic errors. The individual&lt;BR /&gt;!! errors with each failed configuration command can be&lt;BR /&gt;!! found below.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;pool vrf vrf-inet ipv4 GRP1&lt;BR /&gt;network 250.250.0.0/16 default-router 250.250.0.1&lt;BR /&gt;!!% Error: VRF Name in request does not match values of the configured pool: 'ip-daps' detected the 'warning' condition 'Error: VRF Name in request does not match values of the configured pool'&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:43:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135838#M400768</guid>
      <dc:creator>oscardenizjensen</dc:creator>
      <dc:date>2024-06-25T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135844#M400769</link>
      <description>&lt;P&gt;OK,&amp;nbsp;&lt;BR /&gt;in IOS XE I usually add VRF under the pool so the config will be&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pool vrf vrf-inet ipv4 GRP1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;vrf&amp;nbsp;vrf-inet&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;network 250.250.0.0/16 default-router 250.250.0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exclude 250.250.0.1 250.250.0.10&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;it can same thing with IOS XR (sorry I dont in lab any platform run IOS XR to test it)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MHM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:56:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135844#M400769</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-25T12:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135847#M400770</link>
      <description>&lt;P&gt;No problem :). That option doesn't seem to be available on XR.&lt;BR /&gt;&lt;BR /&gt;RP/0/RP0/CPU0:pe2.koeb3.dk(config)#pool vrf vrf-inet ipv4 GRP1&lt;BR /&gt;RP/0/RP0/CPU0:pe2.koeb3.dk(config-pool-ipv4)#?&lt;BR /&gt;address-range Specify address range for allocation&lt;BR /&gt;apply-group Apply configuration from a group&lt;BR /&gt;apply-group-append Append apply-group configuration from a group&lt;BR /&gt;apply-group-remove Remove a group from apply-group configuration&lt;BR /&gt;clear Clear the uncommitted configuration&lt;BR /&gt;commit Commit the configuration changes via pseudo-atomic operation&lt;BR /&gt;describe Describe a command without taking real actions&lt;BR /&gt;do Run an exec command&lt;BR /&gt;end Exit from configure mode&lt;BR /&gt;exclude Exclude addresses&lt;BR /&gt;exclude-group Exclude apply-group configuration from a group&lt;BR /&gt;exclude-item Negate a command or set its defaults&lt;BR /&gt;exit Exit from this submode&lt;BR /&gt;network Specify network for allocation&lt;BR /&gt;no Negate a command or set its defaults&lt;BR /&gt;pwd Commands used to reach current submode&lt;BR /&gt;root Exit to the global configuration mode&lt;BR /&gt;show Show contents of configuration&lt;BR /&gt;utilization-mark Specify utilization mark&lt;BR /&gt;validate Validate configuration changes without attempting to commit&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:01:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135847#M400770</guid>
      <dc:creator>oscardenizjensen</dc:creator>
      <dc:date>2024-06-25T13:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135854#M400772</link>
      <description>&lt;P&gt;I check it seem that the Pool is different than DHCP server config in IOS XR&amp;nbsp;&lt;BR /&gt;I found this cisco community it can help you&lt;BR /&gt;&lt;BR /&gt;Goodluck friend&amp;nbsp;&lt;BR /&gt;MHM&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ios xr.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/221599i5558BBD169B27065/image-size/large?v=v2&amp;amp;px=999" role="button" title="ios xr.png" alt="ios xr.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:14:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135854#M400772</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-25T13:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135858#M400773</link>
      <description>&lt;P&gt;That is for default table, if I have pools for default table with basically same config, but just says vrf default, and they commit no problem. The problem is if I try to configure a pool for the vrf unfortunately.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:19:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135858#M400773</guid>
      <dc:creator>oscardenizjensen</dc:creator>
      <dc:date>2024-06-25T13:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135862#M400774</link>
      <description>&lt;P&gt;I think I found issue here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I Was right we need to specify vrf but ios xe we can not specify it under pool so you need to specify it under dhcp ipv4&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check if there is vrf command under dhcp ipv4&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:27:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135862#M400774</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-25T13:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135867#M400775</link>
      <description>&lt;P&gt;It is weird, if I change subnet values from 250.250 to 10.250 the commit goes through&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:40:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135867#M400775</guid>
      <dc:creator>oscardenizjensen</dc:creator>
      <dc:date>2024-06-25T13:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135872#M400778</link>
      <description>&lt;P&gt;It work with add vrf or without it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;router accpet any IP except if it multicast'&amp;nbsp; so I dont know why it reject 250.250.x.x but it private IP you can use any IP you want other than 250.&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:57:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5135872#M400778</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-25T13:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5136190#M400791</link>
      <description>&lt;P&gt;Commits&lt;BR /&gt;pool vrf vrf-inet ipv4 GRP1&lt;BR /&gt;network 10.250.0.0/16 default-router 10.250.0.1&lt;BR /&gt;exclude 10.250.0.1 10.250.0.10&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;Commits&lt;BR /&gt;pool vrf vrf-inet ipv4 GRP2&lt;BR /&gt;network 100.250.0.0/16 default-router 100.250.0.1&lt;BR /&gt;exclude 100.250.0.1 100.250.0.10&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;Commits&lt;BR /&gt;pool vrf vrf-inet ipv4 GRP3&lt;BR /&gt;network 200.250.0.0/16 default-router 200.250.0.1&lt;BR /&gt;exclude 200.250.0.1 200.250.0.10&lt;BR /&gt;!&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;Doesn't commit&lt;BR /&gt;pool vrf vrf-inet ipv4 GRP1&lt;BR /&gt;network 250.250.0.0/16 default-router 250.250.0.1&lt;BR /&gt;exclude 250.250.0.1 250.250.0.10&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;It is something to do with that specific subnet I guess. It is inside the 240.0.0.0/4 subnet&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;240.0.0.0/4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;240.0.0.0 –&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;255.255.255.254&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;268,435,455&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;n/a&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Reserved for future use, as specified by&amp;nbsp;&lt;SPAN class=""&gt;RFC 6890&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:33:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5136190#M400791</guid>
      <dc:creator>oscardenizjensen</dc:creator>
      <dc:date>2024-06-26T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5136234#M400792</link>
      <description>&lt;P&gt;Sorry but are yoh add vrf under dhcp ipv4 as I mentioned before?&lt;/P&gt;
&lt;P&gt;All these prefix under same vrf?&lt;/P&gt;
&lt;P&gt;Is there any interface in this subnet?&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 08:52:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5136234#M400792</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-06-26T08:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Pool for VRF not commiting</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5136259#M400795</link>
      <description>&lt;P&gt;No we are not adding vrf to the dhcp setting only to the pool. In big picture this is for BNG setup so defining vrf under DHCP is not needed in XR.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We are in early testings now and I was just testing with the prefixes. We will probably use multiple prefixes in the same vrf in the end.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 09:37:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/dhcp-pool-for-vrf-not-commiting/m-p/5136259#M400795</guid>
      <dc:creator>oscardenizjensen</dc:creator>
      <dc:date>2024-06-26T09:37:10Z</dc:date>
    </item>
  </channel>
</rss>

