<?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 EXOS configuration by RESTCONF API in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-configuration-by-restconf-api/m-p/94326#M21712</link>
    <description>&lt;P&gt;Hello to all the experts&lt;BR /&gt;I want to configure the EXOS switches that I have in the network by RESTCPNF API, but I have several problems. Thank you for your help.&lt;/P&gt;&lt;P&gt;1- There is no SNMP configuration in DATA MODELS YANG, how can SNMP be configured by RESTCONF with YANG data modelS?&lt;BR /&gt;2- There is no complete document about the RestCONF configuration for EXOS, and there is a document on the site that is not complete.&lt;BR /&gt;3- How to configure several interfaces or several VLANs with DATA MODEL YANG and by JSON? What I tried is that it is possible to configure one VLAN or one interface at the same time. Is this correct?&lt;BR /&gt;3- You can get DNS configuration or SYSLOG or several other modules, but I get an error during configuration.&lt;BR /&gt;For example, I use the following command to configure several VLANs&lt;BR /&gt;{&lt;BR /&gt;"openconfig-vlan:vlan":[&lt;BR /&gt;{&lt;BR /&gt;"config": {&lt;BR /&gt;"name": "vlan_10",&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"tpid": "oc-vlan-types:TPID_0x8100",&lt;BR /&gt;"vlan-id": 10&lt;BR /&gt;},&lt;BR /&gt;"config": {&lt;BR /&gt;"name": "vlan_20",&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"tpid": "oc-vlan-types:TPID_0x8100",&lt;BR /&gt;"vlan-id": 20&lt;BR /&gt;},&lt;BR /&gt;"config": {&lt;BR /&gt;"name": "vlan_30",&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"tpid": "oc-vlan-types:TPID_0x8100",&lt;BR /&gt;"vlan-id": 30&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;But when sending to the switch by POST, only VLAN_30 is created.&lt;BR /&gt;URL: https://X.X.X.X/rest/restconf/data/openconfig-vlan:vlans&lt;/P&gt;&lt;P&gt;Also, I would be grateful if you could send SYSLOG and Tacacs configuration code samples and several other items.&lt;BR /&gt;If you can give a guide or provide a complete document for study. I will be very grateful to you.&lt;BR /&gt;I send JSON commands to the switch by POSTMAN.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jan 2023 06:49:01 GMT</pubDate>
    <dc:creator>allenwildon</dc:creator>
    <dc:date>2023-01-07T06:49:01Z</dc:date>
    <item>
      <title>EXOS configuration by RESTCONF API</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-configuration-by-restconf-api/m-p/94326#M21712</link>
      <description>&lt;P&gt;Hello to all the experts&lt;BR /&gt;I want to configure the EXOS switches that I have in the network by RESTCPNF API, but I have several problems. Thank you for your help.&lt;/P&gt;&lt;P&gt;1- There is no SNMP configuration in DATA MODELS YANG, how can SNMP be configured by RESTCONF with YANG data modelS?&lt;BR /&gt;2- There is no complete document about the RestCONF configuration for EXOS, and there is a document on the site that is not complete.&lt;BR /&gt;3- How to configure several interfaces or several VLANs with DATA MODEL YANG and by JSON? What I tried is that it is possible to configure one VLAN or one interface at the same time. Is this correct?&lt;BR /&gt;3- You can get DNS configuration or SYSLOG or several other modules, but I get an error during configuration.&lt;BR /&gt;For example, I use the following command to configure several VLANs&lt;BR /&gt;{&lt;BR /&gt;"openconfig-vlan:vlan":[&lt;BR /&gt;{&lt;BR /&gt;"config": {&lt;BR /&gt;"name": "vlan_10",&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"tpid": "oc-vlan-types:TPID_0x8100",&lt;BR /&gt;"vlan-id": 10&lt;BR /&gt;},&lt;BR /&gt;"config": {&lt;BR /&gt;"name": "vlan_20",&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"tpid": "oc-vlan-types:TPID_0x8100",&lt;BR /&gt;"vlan-id": 20&lt;BR /&gt;},&lt;BR /&gt;"config": {&lt;BR /&gt;"name": "vlan_30",&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"tpid": "oc-vlan-types:TPID_0x8100",&lt;BR /&gt;"vlan-id": 30&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;But when sending to the switch by POST, only VLAN_30 is created.&lt;BR /&gt;URL: https://X.X.X.X/rest/restconf/data/openconfig-vlan:vlans&lt;/P&gt;&lt;P&gt;Also, I would be grateful if you could send SYSLOG and Tacacs configuration code samples and several other items.&lt;BR /&gt;If you can give a guide or provide a complete document for study. I will be very grateful to you.&lt;BR /&gt;I send JSON commands to the switch by POSTMAN.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 06:49:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-configuration-by-restconf-api/m-p/94326#M21712</guid>
      <dc:creator>allenwildon</dc:creator>
      <dc:date>2023-01-07T06:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS configuration by RESTCONF API</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-configuration-by-restconf-api/m-p/94335#M21714</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;please guide me&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:38:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-configuration-by-restconf-api/m-p/94335#M21714</guid>
      <dc:creator>allenwildon</dc:creator>
      <dc:date>2023-01-09T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS configuration by RESTCONF API</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-configuration-by-restconf-api/m-p/110902#M22638</link>
      <description>&lt;P&gt;Have you checked this document out? I'm not an API expert, but I think this might be a good explainer.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 23:36:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-configuration-by-restconf-api/m-p/110902#M22638</guid>
      <dc:creator>dotelevenem</dc:creator>
      <dc:date>2024-08-07T23:36:39Z</dc:date>
    </item>
  </channel>
</rss>

