Configuring IPv6 MFWD Event History Buffers

Configuring CLI Event History Buffers for MCASTFWD

Configuring CLI Event History Buffers for MCASTFWD
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "size": "disabled",
            "type": "cli"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list>
          <type>cli</type>
          <size>1</size>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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.

ipv6 mfwd event-history cli size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-cli


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
sizemcastfwdv6:Size
(scalar:Uint32)
Configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 2
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 MCASTFWD

Deleting CLI Event History Buffers for MCASTFWD
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "cli"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list nc:operation="delete">
          <type>cli</type>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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 ipv6 mfwd event-history cli size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-cli


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for MCASTFWD Internal Events

Configuring Event History Buffers for MCASTFWD Internal Events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "size": "disabled",
            "type": "internal"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list>
          <type>internal</type>
          <size>1</size>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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.

ipv6 mfwd event-history internal size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-internal


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
sizemcastfwdv6:Size
(scalar:Uint32)
Configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 2
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for MCASTFWD Internal Events

Deleting Event History Buffers for MCASTFWD Internal Events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "internal"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list nc:operation="delete">
          <type>internal</type>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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 ipv6 mfwd event-history internal size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-internal


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for Layer 2 Events

Configuring Event History Buffers for Layer 2 Events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "size": "disabled",
            "type": "l2"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list>
          <type>l2</type>
          <size>1</size>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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.

ipv6 mfwd event-history l2 size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-l2


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
sizemcastfwdv6:Size
(scalar:Uint32)
Configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 4
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for Layer 2 Events

Deleting Event History Buffers for Layer 2 Events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "l2"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list nc:operation="delete">
          <type>l2</type>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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 ipv6 mfwd event-history l2 size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-l2


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for NBM Events

Configuring Event History Buffers for NBM Events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "size": "disabled",
            "type": "nbm"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list>
          <type>nbm</type>
          <size>1</size>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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.

ipv6 mfwd event-history nbm size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-nbm


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
sizemcastfwdv6:Size
(scalar:Uint32)
Configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 4
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for NBM Events

Deleting Event History Buffers for NBM Events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "nbm"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list nc:operation="delete">
          <type>nbm</type>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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 ipv6 mfwd event-history nbm size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-nbm


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for Packet Events

Configuring Event History Buffers for Packet Events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "size": "disabled",
            "type": "packet"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list>
          <type>packet</type>
          <size>1</size>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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.

ipv6 mfwd event-history packet size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-packet


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
sizemcastfwdv6:Size
(scalar:Uint32)
Configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 2
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for Packet Events

Deleting Event History Buffers for Packet Events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "packet"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list nc:operation="delete">
          <type>packet</type>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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 ipv6 mfwd event-history packet size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-packet


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for VRF events

Configuring Event History Buffers for VRF events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "size": "disabled",
            "type": "vrf"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list>
          <type>vrf</type>
          <size>1</size>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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.

ipv6 mfwd event-history vrf size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-vrf


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
sizemcastfwdv6:Size
(scalar:Uint32)
Configures buffer size in text/kb
RANGE: [0 , 4]
DEFAULT: 2
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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 Event History Buffers for VRF events

Deleting Event History Buffers for VRF events
POST http://<mgmt0_IP>/api/mo/sys/mcastfwdv6/inst.json
{
  "mcastfwdv6Inst": {
    "children": [
      {
        "mcastfwdv6EventHistory": {
          "attributes": {
            "status": "deleted",
            "type": "vrf"
}}}]}}
{
    imdata:[]
}
<System>
  <mcastfwdv6-items>
    <inst-items>
      <eventhist-items>
        <EventHistory-list nc:operation="delete">
          <type>vrf</type>
        </EventHistory-list>
      </eventhist-items>
    </inst-items>
  </mcastfwdv6-items>
</System>

Note: This example was added in Release 9.3(5).


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 ipv6 mfwd event-history vrf size disabled


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
mcastfwdv6Inst sys/mcastfwdv6/inst
mcastfwdv6EventHistory sys/mcastfwdv6/inst/eventhist-vrf


mcastfwdv6EventHistory Properties

The following table contains information about the mcastfwdv6EventHistory 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
typemcastfwdv6:EhType
(scalar:Enum8)
Configures type of event historySELECTION:
0 - internal
1 - cli
2 - packet
3 - vrf
4 - l2
5 - 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