Configuring IGMP under an Ethernet Interface
This section contains payload examples and CLIs to demonstrate how to use the NX-API REST API to configure IGMP on Cisco Nexus 3000 and 9000 Series switches and to show how the REST APIs correspond to the CLI commands.
For more information about configuring IGMP, see the Cisco Nexus 9000 Series NX-OS Multicast Routing Configuration Guide.
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-installation-and-configuration-guides-list.html/
Accepting IGMPv3 Reports for Non-SSM Groups
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp allow-v3-asm
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 Bootup Delay
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp bootup-delay 123
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 Bootup Delay
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp bootup-delay 123
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.
MO | DN |
igmpEntity |
sys/igmp |
igmpInst |
sys/igmp/inst |
igmpInst Properties
The following table contains information about the igmpInst 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 Name | Data Type | Description | Values |
bootupDelay | ipmc:BootupDelay (scalar:Uint16) | Bootup Route Add Delay | RANGE: [0 , 65535] DEFAULT: 0 |
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
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp immediate-leave
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
immediateLeave | scalar:Bool
| Fast leave | SELECTION: true or false |
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
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp immediate-leave
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
immediateLeave | scalar:Bool
| Fast leave | SELECTION: true or false |
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 Local Group Membership for a Router
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp join-group network rtMap1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpStRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/streppol-{joinType} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpStRepP Properties
The following table contains information about the igmpStRepP 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 Name | Data Type | Description | Values |
joinType | ipmc:JoinType (scalar:Enum8) | Join Type of Groups | SELECTION: 0 - 0 1 - 1 |
rtMap | string:Basic
| Route Map | A sequence of characters |
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
Disabling Local Group Membership for a Router
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp join-group network rtMap1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpStRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/streppol-{joinType} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpStRepP Properties
The following table contains information about the igmpStRepP 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 Name | Data Type | Description | Values |
joinType | ipmc:JoinType (scalar:Enum8) | Join Type of Groups | SELECTION: 0 - 0 1 - 1 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
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 Send Reports for Groups
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp report-link-local-groups
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
reportLl | scalar:Bool
| Report link local | SELECTION: true or false |
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
Disabling Send Reports for Groups
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp report-link-local-groups
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
reportLl | scalar:Bool
| Report link local | SELECTION: true or false |
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 Static OIF for a Multicast Forwarding Entry
Note: This example was added in Release Cisco NX-OS Release 9.2(1).
CLI Commands
interface ethernet 1/1
ip igmp static-oif 239.255.255.255
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpJoinType |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type} |
igmpVersion |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version} |
igmpGroup |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpJoinType Properties
The following table contains information about the igmpJoinType 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 Name | Data Type | Description | Values |
type | ipmc:JoinType (scalar:Enum8) | Join Type of the Groups. Supported Types Include Static or Join. | SELECTION: 0 - 0 1 - 1 |
igmpVersion Properties
The following table contains information about the igmpVersion 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 Name | Data Type | Description | Values |
version | ipmc:Ver (scalar:Enum8) | IGMP Group Version | SELECTION: 0 - unspecified 2 - 2 3 - 3 |
igmpGroup Properties
The following table contains information about the igmpGroup 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 Name | Data Type | Description | Values |
grp | address:Ip
| Route IP Address for Choosing Groups | Value must match ipv4 or ipv6 known format |
useStaticOif | scalar:Bool
| Indicates if Static Outgoing Interace is Being Used | SELECTION: true or false DEFAULT: true |
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
Disabling Static OIF for a Multicast Forwarding Entry
Note: This example was added in Release Cisco NX-OS Release 9.2(1).
CLI Commands
interface ethernet 1/1
no ip igmp static-oif 239.255.255.255
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpJoinType |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type} |
igmpVersion |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version} |
igmpGroup |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpJoinType Properties
The following table contains information about the igmpJoinType 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 Name | Data Type | Description | Values |
type | ipmc:JoinType (scalar:Enum8) | Join Type of the Groups. Supported Types Include Static or Join. | SELECTION: 0 - 0 1 - 1 |
igmpVersion Properties
The following table contains information about the igmpVersion 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 Name | Data Type | Description | Values |
version | ipmc:Ver (scalar:Enum8) | IGMP Group Version | SELECTION: 0 - unspecified 2 - 2 3 - 3 |
igmpGroup Properties
The following table contains information about the igmpGroup 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 Name | Data Type | Description | Values |
grp | address:Ip
| Route IP Address for Choosing Groups | Value must match ipv4 or ipv6 known format |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
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 a Static Group
Note: This example was added in Release Cisco NX-OS Release 9.2(1).
CLI Commands
interface ethernet 1/1
ip igmp static-group 239.255.255.255
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpJoinType |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type} |
igmpVersion |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version} |
igmpGroup |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpJoinType Properties
The following table contains information about the igmpJoinType 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 Name | Data Type | Description | Values |
type | ipmc:JoinType (scalar:Enum8) | Join Type of the Groups. Supported Types Include Static or Join. | SELECTION: 0 - 0 1 - 1 |
igmpVersion Properties
The following table contains information about the igmpVersion 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 Name | Data Type | Description | Values |
version | ipmc:Ver (scalar:Enum8) | IGMP Group Version | SELECTION: 0 - unspecified 2 - 2 3 - 3 |
igmpGroup Properties
The following table contains information about the igmpGroup 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 Name | Data Type | Description | Values |
grp | address:Ip
| Route IP Address for Choosing Groups | Value must match ipv4 or ipv6 known format |
useStaticOif | scalar:Bool
| Indicates if Static Outgoing Interace is Being Used | SELECTION: true or false DEFAULT: true |
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
Disabling a Static Group
Note: This example was added in Release Cisco NX-OS Release 9.2(1).
CLI Commands
interface ethernet 1/1
no ip igmp static-group 239.255.255.255
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpJoinType |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type} |
igmpVersion |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version} |
igmpGroup |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpJoinType Properties
The following table contains information about the igmpJoinType 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 Name | Data Type | Description | Values |
type | ipmc:JoinType (scalar:Enum8) | Join Type of the Groups. Supported Types Include Static or Join. | SELECTION: 0 - 0 1 - 1 |
igmpVersion Properties
The following table contains information about the igmpVersion 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 Name | Data Type | Description | Values |
version | ipmc:Ver (scalar:Enum8) | IGMP Group Version | SELECTION: 0 - unspecified 2 - 2 3 - 3 |
igmpGroup Properties
The following table contains information about the igmpGroup 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 Name | Data Type | Description | Values |
grp | address:Ip
| Route IP Address for Choosing Groups | Value must match ipv4 or ipv6 known format |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
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 a State Limit
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp state-limit 123 reserved map1 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpResP |
sys/igmp/inst/dom-{name}/if-{[id]}/limit |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpResP Properties
The following table contains information about the igmpResP 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 Name | Data Type | Description | Values |
max | mcast:NumEntries (scalar:Uint32) | Maximum Multicast Entries | RANGE: [0 , 4294967295] DEFAULT: 0 |
rsvd | mcast:NumEntries (scalar:Uint32) | Reserved Multicast Entries | RANGE: [0 , 4294967295] DEFAULT: 0 |
rtMap | string:Basic
| Reserved Entries Route Map | A sequence of characters |
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
Disabling a State Limit
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp state-limit 123 reserved map1 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpResP |
sys/igmp/inst/dom-{name}/if-{[id]}/limit |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpResP Properties
The following table contains information about the igmpResP 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 Name | Data Type | Description | Values |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
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 an IGMP Report Policy with a Route Map
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp report-policy map1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/reppol |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpRepP Properties
The following table contains information about the igmpRepP 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 Name | Data Type | Description | Values |
pfxList | string:Basic
| Prefix List | A sequence of characters |
rtMap | string:Basic
| Route Map | A sequence of characters |
useAccessGrpCommand | scalar:Bool
| Flag to use access-group | SELECTION: true or false |
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 an IGMP Access Group with a Prefix List
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp access-group prefix-list List1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/reppol |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpRepP Properties
The following table contains information about the igmpRepP 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 Name | Data Type | Description | Values |
pfxList | string:Basic
| Prefix List | A sequence of characters |
rtMap | string:Basic
| Route Map | A sequence of characters |
useAccessGrpCommand | scalar:Bool
| Flag to use access-group | SELECTION: true or false |
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
Disabling an IGMP Report Policy with a Route Map
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp report-policy map1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/reppol |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpRepP Properties
The following table contains information about the igmpRepP 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 Name | Data Type | Description | Values |
pfxList | string:Basic
| Prefix List | A sequence of characters |
rtMap | string:Basic
| Route Map | A sequence of characters |
useAccessGrpCommand | scalar:Bool
| Flag to use access-group | SELECTION: true or false |
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
Disabling an IGMP Access Group with a Prefix List
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp access-group prefix-list List1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/reppol |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpRepP Properties
The following table contains information about the igmpRepP 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 Name | Data Type | Description | Values |
pfxList | string:Basic
| Prefix List | A sequence of characters |
rtMap | string:Basic
| Route Map | A sequence of characters |
useAccessGrpCommand | scalar:Bool
| Flag to use access-group | SELECTION: true or false |
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 an IGMP Report Policy with a Prefix List
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp report-policy prefix-list List1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/reppol |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpRepP Properties
The following table contains information about the igmpRepP 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 Name | Data Type | Description | Values |
pfxList | string:Basic
| Prefix List | A sequence of characters |
rtMap | string:Basic
| Route Map | A sequence of characters |
useAccessGrpCommand | scalar:Bool
| Flag to use access-group | SELECTION: true or false |
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 an IGMP Access Group with a Route Map
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp access-group map1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/reppol |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpRepP Properties
The following table contains information about the igmpRepP 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 Name | Data Type | Description | Values |
pfxList | string:Basic
| Prefix List | A sequence of characters |
rtMap | string:Basic
| Route Map | A sequence of characters |
useAccessGrpCommand | scalar:Bool
| Flag to use access-group | SELECTION: true or false |
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
Disabling an IGMP Report Policy with a Prefix List
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp report-policy prefix-list List1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/reppol |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpRepP Properties
The following table contains information about the igmpRepP 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 Name | Data Type | Description | Values |
pfxList | string:Basic
| Prefix List | A sequence of characters |
rtMap | string:Basic
| Route Map | A sequence of characters |
useAccessGrpCommand | scalar:Bool
| Flag to use access-group | SELECTION: true or false |
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
Disabling an IGMP Access Group with a Route Map
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp access-group map1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpRepP |
sys/igmp/inst/dom-{name}/if-{[id]}/reppol |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpRepP Properties
The following table contains information about the igmpRepP 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 Name | Data Type | Description | Values |
pfxList | string:Basic
| Prefix List | A sequence of characters |
rtMap | string:Basic
| Route Map | A sequence of characters |
useAccessGrpCommand | scalar:Bool
| Flag to use access-group | SELECTION: true or false |
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 Membership Timeout for IGMPv2
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp group-timeout 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
grpTimeout | ipmc:GrpTimeout (scalar:Uint16) | Group Membership Timeout | RANGE: [3 , 65535] DEFAULT: 260 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
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
Disabling Group Membership Timeout for IGMPv2
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp group-timeout 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
grpTimeout | ipmc:GrpTimeout (scalar:Uint16) | Group Membership Timeout | RANGE: [3 , 65535] DEFAULT: 260 |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
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 the Number of Group-Specific Queries
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp last-member-query-count 2
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
lastMbrCnt | mcast:LastMbrQueryCnt (scalar:Uint16) | Last Member Query Count | RANGE: [1 , 5] DEFAULT: 2 |
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
Disabling the Number of Group-Specific Queries
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp last-member-query-count 2
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
lastMbrCnt | mcast:LastMbrQueryCnt (scalar:Uint16) | Last Member Query Count | RANGE: [1 , 5] DEFAULT: 2 |
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 the Last Member Query Response Time
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp last-member-query-response-time 2
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
lastMbrRespTime | mcast:LastMbrRespTime (scalar:Uint16) | Last Member Response Time | RANGE: [1 , 25] DEFAULT: 1 |
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
Disabling the Last Member Query Response Time
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp last-member-query-response-time 2
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
lastMbrRespTime | mcast:LastMbrRespTime (scalar:Uint16) | Last Member Response Time | RANGE: [1 , 25] DEFAULT: 1 |
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 the Interval Between Query Transmission
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp query-interval 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
queryIntvl | mcast:QueryIntvl (scalar:Uint16) | Query Interval | RANGE: [1 , 18000] DEFAULT: 125 |
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
Disabling the Interval Between Query Transmission
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp query-interval 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
queryIntvl | mcast:QueryIntvl (scalar:Uint16) | Query Interval | RANGE: [1 , 18000] DEFAULT: 125 |
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 the Maximum Response Time for Query Messages
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp query-max-response-time 12
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
rspIntvl | mcast:QueryRspIntvl (scalar:Uint16) | Response Interval of Querier | RANGE: [1 , 8387] DEFAULT: 10 |
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
Disabling the Maximum Response Time for Query Messages
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp query-max-response-time 12
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
rspIntvl | mcast:QueryRspIntvl (scalar:Uint16) | Response Interval of Querier | RANGE: [1 , 8387] DEFAULT: 10 |
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 the RFC-Defined Robustness Variable
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp robustness-variable 1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
robustFac | mcast:RobustFactor (scalar:UByte) | Robustness Factor | RANGE: [1 , 7] DEFAULT: 2 |
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
Disabling the RFC-Defined Robustness Variable
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp robustness-variable 1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
robustFac | mcast:RobustFactor (scalar:UByte) | Robustness Factor | RANGE: [1 , 7] DEFAULT: 2 |
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 the Number of Queries Sent at Startup
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp startup-query-count 1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
startQueryCnt | mcast:QueryCnt (scalar:UByte) | Startup Query Count | RANGE: [0 , 10] |
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
Disabling the Number of Queries Sent at Startup
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp startup-query-count 1
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
startQueryCnt | mcast:QueryCnt (scalar:UByte) | Startup Query Count | RANGE: [0 , 10] |
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 the Query Interval at Startup
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp startup-query-interval 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
startQueryIntvl | mcast:StartQueryIntvl (scalar:Uint16) | Startup Query Interval | RANGE: [0 , 18000] DEFAULT: 31 |
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
Disabling the Query Interval at Startup
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp startup-query-interval 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
startQueryIntvl | mcast:StartQueryIntvl (scalar:Uint16) | Startup Query Interval | RANGE: [0 , 18000] DEFAULT: 31 |
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 the Querier Timeout for IGMPv2
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp querier-timeout 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
querierTimeout | mcast:QuerierTimeout (scalar:Uint16) | Querier Timeout | RANGE: [1 , 0xffff] DEFAULT: 255 |
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
Disabling the Querier Timeout for IGMPv2
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp querier-timeout 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
querierTimeout | mcast:QuerierTimeout (scalar:Uint16) | Querier Timeout | RANGE: [1 , 0xffff] DEFAULT: 255 |
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 the Querier Timeout for IGMPv2
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
ip igmp query-timeout 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
querierTimeout | mcast:QuerierTimeout (scalar:Uint16) | Querier Timeout | RANGE: [1 , 0xffff] DEFAULT: 255 |
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
Disabling the Querier Timeout for IGMPv2
Note: This example was added in Release Cisco NX-OS Release 7.0(3)I7(2).
CLI Commands
interface ethernet 1/1
no ip igmp query-timeout 123
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.
MO | DN |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpQuerierP |
sys/igmp/inst/dom-{name}/if-{[id]}/querierp |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpQuerierP Properties
The following table contains information about the igmpQuerierP 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 Name | Data Type | Description | Values |
querierTimeout | mcast:QuerierTimeout (scalar:Uint16) | Querier Timeout | RANGE: [1 , 0xffff] DEFAULT: 255 |
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 the Source Address for IGMPv3 (S,G) Channel
Note: This example was added in Release 9.2(2).
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.
interface ethernet 1/2
ip igmp static-group 239.255.255.255 source 1.2.3.4
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.
MO | DN |
topSystem |
sys |
igmpEntity |
sys/igmp |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpJoinType |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type} |
igmpVersion |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version} |
igmpGroup |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]} |
igmpSource |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]}/source-{[src]} |
interfaceEntity |
sys/intf |
l1PhysIf |
sys/intf/phys-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpJoinType Properties
The following table contains information about the igmpJoinType 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 Name | Data Type | Description | Values |
type | ipmc:JoinType (scalar:Enum8) | Join Type of the Groups. Supported Types Include Static or Join. | SELECTION: 0 - 0 1 - 1 |
igmpVersion Properties
The following table contains information about the igmpVersion 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 Name | Data Type | Description | Values |
version | ipmc:Ver (scalar:Enum8) | IGMP Group Version | SELECTION: 0 - unspecified 2 - 2 3 - 3 |
igmpGroup Properties
The following table contains information about the igmpGroup 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 Name | Data Type | Description | Values |
grp | address:Ip
| Route IP Address for Choosing Groups | Value must match ipv4 or ipv6 known format |
igmpSource Properties
The following table contains information about the igmpSource 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 Name | Data Type | Description | Values |
src | address:Ip
| IGMP Source IP Address | Value must match ipv4 or ipv6 known format |
useStaticOif | scalar:Bool
| Indicates if Static Outgoing Interface is being used | SELECTION: true or false DEFAULT: true |
l1PhysIf Properties
The following table contains information about the l1PhysIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
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 the Source Address for IGMPv3 (S,G) Channel
Note: This example was added in Release 9.2(2).
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.
interface ethernet 1/2
no ip igmp static-group 239.255.255.255 source 1.2.3.4
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.
MO | DN |
topSystem |
sys |
igmpEntity |
sys/igmp |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpJoinType |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type} |
igmpVersion |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version} |
igmpGroup |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]} |
igmpSource |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]}/source-{[src]} |
interfaceEntity |
sys/intf |
l1PhysIf |
sys/intf/phys-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpJoinType Properties
The following table contains information about the igmpJoinType 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 Name | Data Type | Description | Values |
type | ipmc:JoinType (scalar:Enum8) | Join Type of the Groups. Supported Types Include Static or Join. | SELECTION: 0 - 0 1 - 1 |
igmpVersion Properties
The following table contains information about the igmpVersion 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 Name | Data Type | Description | Values |
version | ipmc:Ver (scalar:Enum8) | IGMP Group Version | SELECTION: 0 - unspecified 2 - 2 3 - 3 |
igmpGroup Properties
The following table contains information about the igmpGroup 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 Name | Data Type | Description | Values |
grp | address:Ip
| Route IP Address for Choosing Groups | Value must match ipv4 or ipv6 known format |
igmpSource Properties
The following table contains information about the igmpSource 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 Name | Data Type | Description | Values |
src | address:Ip
| IGMP Source IP Address | Value must match ipv4 or ipv6 known format |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
l1PhysIf Properties
The following table contains information about the l1PhysIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
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 Static OIF for a Multicast Forwarding Entry
Note: This example was added in Release 9.2(2).
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.
interface ethernet 1/2
ip igmp static-oif 237.1.1.0 source 1.2.3.4
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.
MO | DN |
topSystem |
sys |
igmpEntity |
sys/igmp |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpJoinType |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type} |
igmpVersion |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version} |
igmpGroup |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]} |
igmpSource |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]}/source-{[src]} |
interfaceEntity |
sys/intf |
l1PhysIf |
sys/intf/phys-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpJoinType Properties
The following table contains information about the igmpJoinType 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 Name | Data Type | Description | Values |
type | ipmc:JoinType (scalar:Enum8) | Join Type of the Groups. Supported Types Include Static or Join. | SELECTION: 0 - 0 1 - 1 |
igmpVersion Properties
The following table contains information about the igmpVersion 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 Name | Data Type | Description | Values |
version | ipmc:Ver (scalar:Enum8) | IGMP Group Version | SELECTION: 0 - unspecified 2 - 2 3 - 3 |
igmpGroup Properties
The following table contains information about the igmpGroup 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 Name | Data Type | Description | Values |
grp | address:Ip
| Route IP Address for Choosing Groups | Value must match ipv4 or ipv6 known format |
igmpSource Properties
The following table contains information about the igmpSource 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 Name | Data Type | Description | Values |
src | address:Ip
| IGMP Source IP Address | Value must match ipv4 or ipv6 known format |
useStaticOif | scalar:Bool
| Indicates if Static Outgoing Interface is being used | SELECTION: true or false DEFAULT: true |
l1PhysIf Properties
The following table contains information about the l1PhysIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
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 Static OIF for a Multicast Forwarding Entry
Note: This example was added in Release 9.2(2).
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.
interface ethernet 1/2
no ip igmp static-oif 237.1.1.0 source 1.2.3.4
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.
MO | DN |
topSystem |
sys |
igmpEntity |
sys/igmp |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpIf |
sys/igmp/inst/dom-{name}/if-{[id]} |
igmpJoinType |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type} |
igmpVersion |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version} |
igmpGroup |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]} |
igmpSource |
sys/igmp/inst/dom-{name}/if-{[id]}/jointype-{type}/ver-{version}/group-{[grp]}/source-{[src]} |
interfaceEntity |
sys/intf |
l1PhysIf |
sys/intf/phys-{[id]} |
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 Name | Data Type | Description | Values |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpIf Properties
The following table contains information about the igmpIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
igmpJoinType Properties
The following table contains information about the igmpJoinType 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 Name | Data Type | Description | Values |
type | ipmc:JoinType (scalar:Enum8) | Join Type of the Groups. Supported Types Include Static or Join. | SELECTION: 0 - 0 1 - 1 |
igmpVersion Properties
The following table contains information about the igmpVersion 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 Name | Data Type | Description | Values |
version | ipmc:Ver (scalar:Enum8) | IGMP Group Version | SELECTION: 0 - unspecified 2 - 2 3 - 3 |
igmpGroup Properties
The following table contains information about the igmpGroup 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 Name | Data Type | Description | Values |
grp | address:Ip
| Route IP Address for Choosing Groups | Value must match ipv4 or ipv6 known format |
igmpSource Properties
The following table contains information about the igmpSource 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 Name | Data Type | Description | Values |
src | address:Ip
| IGMP Source IP Address | Value must match ipv4 or ipv6 known format |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
l1PhysIf Properties
The following table contains information about the l1PhysIf 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 Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | An identifier . | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
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