Configuring Event-History Buffers for IGMP

These examples demonstrate how to configure the size of the event history buffers. The options are small, medium, large, and disabled. The default is small.

Configuring CLI Event-History Buffers For IGMP

Configuring CLI Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "cli"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>cli</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history cli size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting CLI Event-History Buffers For IGMP

Deleting CLI Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "cli"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>cli</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history cli size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring HA Event-History Buffers For IGMP

Configuring HA Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "ha"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>ha</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history ha size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting HA Event-History Buffers For IGMP

Deleting HA Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "ha"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>ha</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history ha size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring Internal Event-History Buffers For IGMP

Configuring Internal Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "igmpInternal"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>igmpInternal</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history igmp-internal size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting Internal Event-History Buffers For IGMP

Deleting Internal Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "igmpInternal"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>igmpInternal</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history igmp-internal size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring Mtrace Event-History Buffers For IGMP

Configuring Mtrace Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "mtrace"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>mtrace</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history mtrace size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting Mtrace Event-History Buffers For IGMP

Deleting Mtrace Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "mtrace"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>mtrace</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history mtrace size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring MVR Event-History Buffers For IGMP

Configuring MVR Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "mvr"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>mvr</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history mvr size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting MVR Event-History Buffers For IGMP

Deleting MVR Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "mvr"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>mvr</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history mvr size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring Policy Event-History Buffers For IGMP

Configuring Policy Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "policy"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>policy</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history policy size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting Policy Event-History Buffers For IGMP

Deleting Policy Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "policy"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>policy</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history policy size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring VRF Event-History Buffers For IGMP

Configuring VRF Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "vrf"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>vrf</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history vrf size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting VRF Event-History Buffers For IGMP

Deleting VRF Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "vrf"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>vrf</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history vrf size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring Interface-Debug Event-History Buffers For IGMP

Configuring Interface-Debug Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "intfDebugs"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>intfDebugs</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history interface-debugs size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring Group-Debug Event-History Buffers For IGMP

Configuring Group-Debug Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "groupDebugs"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>groupDebugs</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history group-debugs size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting Interface-Debug Event-History Buffers For IGMP

Deleting Interface-Debug Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "intfDebugs"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>intfDebugs</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history interface-debugs size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting Group-Debug Event-History Buffers For IGMP

Deleting Group-Debug Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "groupDebugs"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>groupDebugs</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history group-debugs size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring Interface Event-History Buffers For IGMP

Configuring Interface Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "intfEvents"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>intfEvents</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history interface-events size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring Group Event-History Buffers For IGMP

Configuring Group Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "size": "medium",
                  "type": "groupEvents"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list>
              <type>groupEvents</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp event-history group-events size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmp:Size
(scalar:Uint32)
Configures buffer size in text per kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting Interface Event-History Buffers For IGMP

Deleting Interface Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "intfEvents"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>intfEvents</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history interface-events size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting Group Event-History Buffers For IGMP

Deleting Group Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
  "igmpInst": {
    "children": [
      {
        "igmpDom": {
          "attributes": {
            "name": "default"
          },
          "children": [
            {
              "igmpEventHistory": {
                "attributes": {
                  "status": "deleted",
                  "type": "groupEvents"
}}}]}}]}}
{
    "imdata": []
}
<System>
  <igmp-items>
    <inst-items>
      <dom-items>
        <Dom-list>
          <name>default</name>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>groupEvents</type>
            </EventHistory-list>
          </eventHist-items>
        </Dom-list>
      </dom-items>
    </inst-items>
  </igmp-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp event-history group-events size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpInst sys/igmp/inst
igmpDom sys/igmp/inst/dom-{name}
igmpEventHistory sys/igmp/inst/dom-{name}/eventHist-{type}


igmpDom Properties

The following table contains information about the igmpDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
namenaming:Name256
(string:Basic)
The name of the object.
MAX SIZE: 63


igmpEventHistory Properties

The following table contains information about the igmpEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmp:EhType
(scalar:Enum16)
Configures type of event historySELECTION:
0 - igmpInternal
1 - cli
2 - groupDebugs
3 - groupEvents
4 - ha
5 - intfDebugs
6 - intfEvents
7 - mtrace
8 - mvr
9 - policy
10 - vrf
11 - nbm


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring Internal Event-History Buffers For IGMP-Snoop

Configuring Internal Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "size": "medium",
            "type": "igmp-snoop-internal"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list>
              <type>igmp-snoop-internal</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp snooping event-history igmp-snoop-internal size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmpsnoop:Size
(scalar:Uint32)
configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting Internal Event-History Buffers For IGMP-Snoop

Deleting Internal Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "igmp-snoop-internal"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>igmp-snoop-internal</type>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp snooping event-history igmp-snoop-internal size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring MFDM Event-History Buffers For IGMP-Snoop

Configuring MFDM Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "size": "medium",
            "type": "mfdm"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list>
              <type>mfdm</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp snooping event-history mfdm size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmpsnoop:Size
(scalar:Uint32)
configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting MFDM Event-History Buffers For IGMP-Snoop

Deleting MFDM Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "mfdm"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>mfdm</type>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp snooping event-history mfdm size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring MFDM-SUM Event-History Buffers For IGMP-Snoop

Configuring MFDM-SUM Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "size": "medium",
            "type": "mfdm-sum"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list>
              <type>mfdm-sum</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp snooping event-history mfdm-sum size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmpsnoop:Size
(scalar:Uint32)
configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting MFDM-SUM Event-History Buffers For IGMP-Snoop

Deleting MFDM-SUM Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "mfdm-sum"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>mfdm-sum</type>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp snooping event-history mfdm-sum size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring RIB Event-History Buffers For IGMP-Snoop

Configuring RIB Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "size": "medium",
            "type": "rib"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list>
              <type>rib</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp snooping event-history rib size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmpsnoop:Size
(scalar:Uint32)
configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting RIB Event-History Buffers For IGMP-Snoop

Deleting RIB Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "rib"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>rib</type>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp snooping event-history rib size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring VLAN Event-History Buffers For IGMP-Snoop

Configuring VLAN Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "size": "medium",
            "type": "vlan"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list>
              <type>vlan</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp snooping event-history vlan size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmpsnoop:Size
(scalar:Uint32)
configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting VLAN Event-History Buffers For IGMP-Snoop

Deleting VLAN Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "vlan"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>vlan</type>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp snooping event-history vlan size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring VLAN-Events Event-History Buffers For IGMP-Snoop

Configuring VLAN-Events Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "size": "medium",
            "type": "vlan-events"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list>
              <type>vlan-events</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp snooping event-history vlan-events size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmpsnoop:Size
(scalar:Uint32)
configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting VLAN-Events Event-History Buffers For IGMP-Snoop

Deleting VLAN-Events Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "vlan-events"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>vlan-events</type>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp snooping event-history vlan-events size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Configuring VPC Event-History Buffers For IGMP-Snoop

Configuring VPC Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "size": "medium",
            "type": "vpc"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list>
              <type>vpc</type>
              <size>medium</size>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ip igmp snooping event-history vpc size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
sizeigmpsnoop:Size
(scalar:Uint32)
configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 3
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

Deleting VPC Event-History Buffers For IGMP-Snoop

Deleting VPC Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
  "igmpsnoopGl": {
    "children": [
      {
        "igmpsnoopEventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "vpc"
}}}]}}
{
    "imdata": []
}
<System>
  <igmpsnoop-items>
    <inst-items>
      <dom-items>
        <gl-items>
          <eventHist-items>
            <EventHistory-list xc:operation="delete">
              <type>vpc</type>
            </EventHistory-list>
          </eventHist-items>
        </gl-items>
      </dom-items>
    </inst-items>
  </igmpsnoop-items>
</System>

Note: This example was added in Release 7.0(3)I7(3).


CLI Commands

The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

no ip igmp snooping event-history vpc size medium

Note: The property information for this example was added in Release 9.3(3).


Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.

MODN
igmpsnoopGl sys/igmpsnoop/inst/dom/gl
igmpsnoopEventHistory sys/igmpsnoop/inst/dom/gl/eventHist-{type}


igmpsnoopEventHistory Properties

The following table contains information about the igmpsnoopEventHistory properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.

Property NameData TypeDescriptionValues
statusmo:ModificationStatus
(scalar:Bitmask32)
The upgrade status. This property is for internal use only.SELECTION:
2 - created
4 - modified
8 - deleted
16 - replaced
typeigmpsnoop:EhType
(scalar:Enum8)
configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\}SELECTION:
0 - igmp-snoop-internal
1 - mfdm
2 - mfdm-sum
3 - rib
4 - vlan
5 - vlan-events
6 - vpc


Related Documentation

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:

https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html