Configuring SVI Autostate Exclude

You can configure the SVI Autostate Exclude feature on an Ethernet interface or a port channel. You can use the Autostate Exclude option to enable or disable the port from bringing up or down the SVI calculation and applying it to all VLANs that are enabled on the selected port. You can also use the SVI Autostate Exlude VLAN feature to exclude a VLAN from the autostate excluded interface.

Configuring VLANs Exception List

Configuring VLANs Exception List 
POST http://<mgmt0_IP>/api/mo/sys.json
{
  "topSystem": {
    "children": [
      {
        "interfaceEntity": {
          "children": [
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po3"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-4094"
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po2"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-4094"
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po1"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-4094"
                      }
                    }
                  }
                ]
              }
            }
          ]
        }
      }
    ]
  }
}
{
    imdata:[]
}
<System>
  <intf-items>
    <aggr-items>
      <AggrIf-list>
        <id>po3</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-4094</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po2</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-4094</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po1</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-4094</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
    </aggr-items>
  </intf-items>
</System>

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


CLI Commands

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

interface port-channel 1-3
  switchport autostate exclude vlan add 1226


Verifying a DME Configuration

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

MODN
topSystem sys
interfaceEntity sys/intf
pcAggrIf sys/intf/aggr-[po3]
pcAggrIfExtended sys/intf/aggr-[po3]/aggrExtd
pcAggrIf sys/intf/aggr-[po2]
pcAggrIfExtended sys/intf/aggr-[po2]/aggrExtd
pcAggrIf sys/intf/aggr-[po1]
pcAggrIfExtended sys/intf/aggr-[po1]/aggrExtd


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


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 VLANs Exception List

Deleting VLANs Exception List 
POST http://<mgmt0_IP>/api/mo/sys.json
{
  "topSystem": {
    "children": [
      {
        "interfaceEntity": {
          "children": [
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po3"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": ""
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po2"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": ""
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po1"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": ""
                      }
                    }
                  }
                ]
              }
            }
          ]
        }
      }
    ]
  }
}
{
    imdata:[]
}
<System>
  <intf-items>
    <aggr-items>
      <AggrIf-list>
        <id>po3</id>
        <aggrExtd-items>
          <autoExcludeVlans></autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po2</id>
        <aggrExtd-items>
          <autoExcludeVlans></autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po1</id>
        <aggrExtd-items>
          <autoExcludeVlans></autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
    </aggr-items>
  </intf-items>
</System>

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


CLI Commands

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

interface port-channel 1-3
  no switchport autostate exclude vlan add 1226


Verifying a DME Configuration

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

MODN
topSystem sys
interfaceEntity sys/intf
pcAggrIf sys/intf/aggr-[po3]
pcAggrIfExtended sys/intf/aggr-[po3]/aggrExtd
pcAggrIf sys/intf/aggr-[po2]
pcAggrIfExtended sys/intf/aggr-[po2]/aggrExtd
pcAggrIf sys/intf/aggr-[po1]
pcAggrIfExtended sys/intf/aggr-[po1]/aggrExtd


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


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 Exclude All VLANs

Configuring Exclude All VLANs
POST http://<mgmt0_IP>/api/mo/sys.json
{
  "topSystem": {
    "children": [
      {
        "interfaceEntity": {
          "children": [
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po3"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-3967,4048-4093"
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po2"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-3967,4048-4093"
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po1"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-3967,4048-4093"
                      }
                    }
                  }
                ]
              }
            }
          ]
        }
      }
    ]
  }
}
{
    imdata:[]
}
<System>
  <intf-items>
    <aggr-items>
      <AggrIf-list>
        <id>po3</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-3967,4048-4093</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po2</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-3967,4048-4093</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po1</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-3967,4048-4093</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
    </aggr-items>
  </intf-items>
</System>

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


CLI Commands

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

interface port-channel 1-3
  switchport autostate exclude vlan all


Verifying a DME Configuration

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

MODN
topSystem sys
interfaceEntity sys/intf
pcAggrIf sys/intf/aggr-[po3]
pcAggrIfExtended sys/intf/aggr-[po3]/aggrExtd
pcAggrIf sys/intf/aggr-[po2]
pcAggrIfExtended sys/intf/aggr-[po2]/aggrExtd
pcAggrIf sys/intf/aggr-[po1]
pcAggrIfExtended sys/intf/aggr-[po1]/aggrExtd


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


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 List of VLANs to Excepted from Auto-State Exclude

Configuring List of VLANs to Excepted from Auto-State Exclude 
POST http://<mgmt0_IP>/api/mo/sys.json
{
  "topSystem": {
    "children": [
      {
        "interfaceEntity": {
          "children": [
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po3"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-1225,1227-3967,4048-4093"
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po2"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-1225,1227-3967,4048-4093"
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po1"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-1225,1227-3967,4048-4093"
                      }
                    }
                  }
                ]
              }
            }
          ]
        }
      }
    ]
  }
}
{
    imdata:[]
}
<System>
  <intf-items>
    <aggr-items>
      <AggrIf-list>
        <id>po3</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-1225,1227-3967,4048-4093</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po2</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-1225,1227-3967,4048-4093</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po1</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-1225,1227-3967,4048-4093</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
    </aggr-items>
  </intf-items>
</System>

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


CLI Commands

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

interface port-channel 1-3
  switchport autostate exclude vlan except 1226


Verifying a DME Configuration

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

MODN
topSystem sys
interfaceEntity sys/intf
pcAggrIf sys/intf/aggr-[po3]
pcAggrIfExtended sys/intf/aggr-[po3]/aggrExtd
pcAggrIf sys/intf/aggr-[po2]
pcAggrIfExtended sys/intf/aggr-[po2]/aggrExtd
pcAggrIf sys/intf/aggr-[po1]
pcAggrIfExtended sys/intf/aggr-[po1]/aggrExtd


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


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 Remove VLANs from Exception List

Configuring Remove VLANs from Exception List 
POST http://<mgmt0_IP>/api/mo/sys.json
{
  "topSystem": {
    "children": [
      {
        "interfaceEntity": {
          "children": [
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po3"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-1225,1227-4094"
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po2"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-1225,1227-4094"
                      }
                    }
                  }
                ]
              }
            },
            {
              "pcAggrIf": {
                "attributes": {
                  "id": "po1"
                },
                "children": [
                  {
                    "pcAggrIfExtended": {
                      "attributes": {
                        "autoExcludeVlans": "1-1225,1227-4094"
                      }
                    }
                  }
                ]
              }
            }
          ]
        }
      }
    ]
  }
}
{
    imdata:[]
}
<System>
  <intf-items>
    <aggr-items>
      <AggrIf-list>
        <id>po3</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-1225,1227-4094</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po2</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-1225,1227-4094</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
      <AggrIf-list>
        <id>po1</id>
        <aggrExtd-items>
          <autoExcludeVlans>1-1225,1227-4094</autoExcludeVlans>
        </aggrExtd-items>
      </AggrIf-list>
    </aggr-items>
  </intf-items>
</System>

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


CLI Commands

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

interface port-channel 1-3
  switchport autostate exclude vlan remove 1226


Verifying a DME Configuration

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

MODN
topSystem sys
interfaceEntity sys/intf
pcAggrIf sys/intf/aggr-[po3]
pcAggrIfExtended sys/intf/aggr-[po3]/aggrExtd
pcAggrIf sys/intf/aggr-[po2]
pcAggrIfExtended sys/intf/aggr-[po2]/aggrExtd
pcAggrIf sys/intf/aggr-[po1]
pcAggrIfExtended sys/intf/aggr-[po1]/aggrExtd


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


pcAggrIf Properties

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

Property NameData TypeDescriptionValues
idnw:IfId
(base:IfIndex)
An identifier .Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100


pcAggrIfExtended Properties

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

Property NameData TypeDescriptionValues
autoExcludeVlansl1:AutoExcludeVlans
(l2:VlanBitmap)
Switchport Autostate Exclude vlans


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