<?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 Configure DHCPRELAY Service using FTD REST API stead of FlexConnect in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configure-dhcprelay-service-using-ftd-rest-api-stead-of/m-p/5230109#M1117851</link>
    <description>&lt;P&gt;i have ASA FTD 5516-X &amp;amp; I have inside interfaces for each subnet vlan&lt;BR /&gt;G1/2 it-management&lt;BR /&gt;G1/3 it-lan&lt;BR /&gt;G1/4 it-printers&lt;BR /&gt;g1/5 it-officewifi&lt;BR /&gt;G1/6 it-guestwifi&lt;BR /&gt;and G1/1 outside&lt;/P&gt;&lt;P&gt;and i have 5 networkobjects for each vlan as below :&lt;/P&gt;&lt;P&gt;NET-it-management&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUE: 10.1.2.0/24&lt;BR /&gt;NET- it-lan&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUE: 10.1.3.0/24&lt;BR /&gt;NET- it-printers&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE: 10.1.4.0/24&lt;BR /&gt;NET- it-officewifi&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE: 10.1.5.0/24&lt;BR /&gt;NET- it-guestwifi&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE: 10.1.6.0/24&lt;/P&gt;&lt;P&gt;and i have 2 snmp server located somewhere and i need to configure both the primary and secondary as ip helper address or dhcp relay using the new feature Firepower Threat Defense REST API instead of flexconnect which i was using it before i upgrade IOS of ASA ftd !!&lt;/P&gt;&lt;P&gt;Primary DHCP server:&amp;nbsp; 172.20.1.x&lt;/P&gt;&lt;P&gt;Secondary DHCP sever:&amp;nbsp;172.20.2.x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i found under API DHCPRelayService &amp;amp; i found 3 line as below&lt;/P&gt;&lt;P&gt;get /devicesettings/default/dhcprelayservices&lt;BR /&gt;get /devicesettings/default/dhcprelayservices/{objId}&lt;BR /&gt;put /devicesettings/default/dhcprelayservices/{objId}&lt;/P&gt;&lt;P&gt;so which one to use and i need real example accroding to my above inputs because im confused in which lines what i have to put !!&lt;/P&gt;&lt;P&gt;For example ill choose the below and im not sure if its right or wrong ! but if yes please need to add my inputs on below codes&lt;/P&gt;&lt;P&gt;get /devicesettings/default/dhcprelayservices/{objId}&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "string",&lt;BR /&gt;"ipv4RelayTimeout": 0,&lt;BR /&gt;"ipv6RelayTimeout": 0,&lt;BR /&gt;"servers": [&lt;BR /&gt;{&lt;BR /&gt;"server": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "string",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "string"&lt;BR /&gt;},&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "string",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "string"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayserver"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"agents": [&lt;BR /&gt;{&lt;BR /&gt;"enableIpv4Relay": true,&lt;BR /&gt;"enableIpv6Relay": true,&lt;BR /&gt;"setRoute": true,&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "string",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "string"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayagent"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "dhcprelayservice",&lt;BR /&gt;"links": {&lt;BR /&gt;"self": "string"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Thu, 28 Nov 2024 19:38:42 GMT</pubDate>
    <dc:creator>amralrazzaz</dc:creator>
    <dc:date>2024-11-28T19:38:42Z</dc:date>
    <item>
      <title>Configure DHCPRELAY Service using FTD REST API stead of FlexConnect</title>
      <link>https://community.cisco.com/t5/network-security/configure-dhcprelay-service-using-ftd-rest-api-stead-of/m-p/5230109#M1117851</link>
      <description>&lt;P&gt;i have ASA FTD 5516-X &amp;amp; I have inside interfaces for each subnet vlan&lt;BR /&gt;G1/2 it-management&lt;BR /&gt;G1/3 it-lan&lt;BR /&gt;G1/4 it-printers&lt;BR /&gt;g1/5 it-officewifi&lt;BR /&gt;G1/6 it-guestwifi&lt;BR /&gt;and G1/1 outside&lt;/P&gt;&lt;P&gt;and i have 5 networkobjects for each vlan as below :&lt;/P&gt;&lt;P&gt;NET-it-management&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUE: 10.1.2.0/24&lt;BR /&gt;NET- it-lan&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUE: 10.1.3.0/24&lt;BR /&gt;NET- it-printers&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE: 10.1.4.0/24&lt;BR /&gt;NET- it-officewifi&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE: 10.1.5.0/24&lt;BR /&gt;NET- it-guestwifi&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE: 10.1.6.0/24&lt;/P&gt;&lt;P&gt;and i have 2 snmp server located somewhere and i need to configure both the primary and secondary as ip helper address or dhcp relay using the new feature Firepower Threat Defense REST API instead of flexconnect which i was using it before i upgrade IOS of ASA ftd !!&lt;/P&gt;&lt;P&gt;Primary DHCP server:&amp;nbsp; 172.20.1.x&lt;/P&gt;&lt;P&gt;Secondary DHCP sever:&amp;nbsp;172.20.2.x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i found under API DHCPRelayService &amp;amp; i found 3 line as below&lt;/P&gt;&lt;P&gt;get /devicesettings/default/dhcprelayservices&lt;BR /&gt;get /devicesettings/default/dhcprelayservices/{objId}&lt;BR /&gt;put /devicesettings/default/dhcprelayservices/{objId}&lt;/P&gt;&lt;P&gt;so which one to use and i need real example accroding to my above inputs because im confused in which lines what i have to put !!&lt;/P&gt;&lt;P&gt;For example ill choose the below and im not sure if its right or wrong ! but if yes please need to add my inputs on below codes&lt;/P&gt;&lt;P&gt;get /devicesettings/default/dhcprelayservices/{objId}&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "string",&lt;BR /&gt;"ipv4RelayTimeout": 0,&lt;BR /&gt;"ipv6RelayTimeout": 0,&lt;BR /&gt;"servers": [&lt;BR /&gt;{&lt;BR /&gt;"server": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "string",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "string"&lt;BR /&gt;},&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "string",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "string"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayserver"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"agents": [&lt;BR /&gt;{&lt;BR /&gt;"enableIpv4Relay": true,&lt;BR /&gt;"enableIpv6Relay": true,&lt;BR /&gt;"setRoute": true,&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "string",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "string"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayagent"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "dhcprelayservice",&lt;BR /&gt;"links": {&lt;BR /&gt;"self": "string"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 19:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dhcprelay-service-using-ftd-rest-api-stead-of/m-p/5230109#M1117851</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2024-11-28T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configure DHCPRELAY Service using FTD REST API stead of FlexConnec</title>
      <link>https://community.cisco.com/t5/network-security/configure-dhcprelay-service-using-ftd-rest-api-stead-of/m-p/5232388#M1117967</link>
      <description>&lt;P&gt;i tried to make an actual example from the above an i hope to be correct and useful ,if any one can confirm,Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "dhcprelay",&lt;BR /&gt;"ipv4RelayTimeout": 60,&lt;BR /&gt;"ipv6RelayTimeout": 60,&lt;BR /&gt;"servers": [&lt;BR /&gt;{&lt;BR /&gt;"server": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "networkobject",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "PrimaryDHCPserver-172.20.1.x"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"server": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "networkobject",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "SecondaryDHCPserver-172.20.2.x"&lt;BR /&gt;},&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "physicalinterface",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "outside"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayserver"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"agents": [&lt;BR /&gt;{&lt;BR /&gt;"enableIpv4Relay": true,&lt;BR /&gt;"enableIpv6Relay": true,&lt;BR /&gt;"setRoute": true,&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string,&lt;BR /&gt;"type": "physicalinterface_it-management",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "it-management"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayagent"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"enableIpv4Relay": true,&lt;BR /&gt;"enableIpv6Relay": true,&lt;BR /&gt;"setRoute": true,&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string,&lt;BR /&gt;"type": "physicalinterface_it-lan",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "it-lan"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayagent"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"enableIpv4Relay": true,&lt;BR /&gt;"enableIpv6Relay": true,&lt;BR /&gt;"setRoute": true,&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string,&lt;BR /&gt;"type": "physicalinterface_it-officewifi",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "it-officewifi"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayagent"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"enableIpv4Relay": true,&lt;BR /&gt;"enableIpv6Relay": true,&lt;BR /&gt;"setRoute": true,&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string,&lt;BR /&gt;"type": "physicalinterface_it-printers",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "it-printers"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayagent"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"enableIpv4Relay": true,&lt;BR /&gt;"enableIpv6Relay": true,&lt;BR /&gt;"setRoute": true,&lt;BR /&gt;"interface": {&lt;BR /&gt;"id": "string,&lt;BR /&gt;"type": "physicalinterface_it-guestwifi",&lt;BR /&gt;"version": "string",&lt;BR /&gt;"name": "it-guestwifi"&lt;BR /&gt;},&lt;BR /&gt;"type": "dhcprelayagent"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"id": "string",&lt;BR /&gt;"type": "dhcprelayservice",&lt;BR /&gt;"links": {&lt;BR /&gt;"self": "string"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 11:37:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-dhcprelay-service-using-ftd-rest-api-stead-of/m-p/5232388#M1117967</guid>
      <dc:creator>amralrazzaz</dc:creator>
      <dc:date>2024-12-04T11:37:31Z</dc:date>
    </item>
  </channel>
</rss>

