Configuring BGP EVPN Filtering
This section contains examples that demonstrate how to configure BGP EVPN Filtering. For more information, see the Cisco Nexus 9000 Series NX-OS VXLAN Configuration Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-installation-and-configuration-guides-list.html/
Matching MAC List Enteries
Note: This example was added in Release 9.3(1).
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.
route-map MAP_123
match mac-list mlist
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[MAP_123] |
rtmapEntry |
sys/rpm/rtmap-[MAP_123]/ent-10 |
rtmapMatchRtMacList |
sys/rpm/rtmap-[MAP_123]/ent-10/mrtmaclist |
rtmapRsRtMacListAtt |
sys/rpm/rtmap-[MAP_123]/ent-10/mrtmaclist/rsrtMacListAtt-[sys/rpm/maclist-[mlist]] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapRsRtMacListAtt Properties
The following table contains information about the rtmapRsRtMacListAtt 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 |
tDn | reln:Dn reference:BinRef | The distinguished name of the target. | |
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 9.3(1).
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.
route-map MAP_123
no match mac-list mlist
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[MAP_123] |
rtmapEntry |
sys/rpm/rtmap-[MAP_123]/ent-10 |
rtmapMatchRtMacList |
sys/rpm/rtmap-[MAP_123]/ent-10/mrtmaclist |
rtmapRsRtMacListAtt |
sys/rpm/rtmap-[MAP_123]/ent-10/mrtmaclist/rsrtMacListAtt-[sys/rpm/maclist-[mlist]] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapRsRtMacListAtt Properties
The following table contains information about the rtmapRsRtMacListAtt 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) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
tDn | reln:Dn reference:BinRef | The distinguished name of the target. | |
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
Matching BGP EVPN Routes
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 1
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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 9.3(1).
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.
route-map Map_1
no match evpn route-type 1
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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 Match for BGP EVPN Routes Type 2
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 2
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 a Match for BGP EVPN Routes Type 2
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match evpn route-type 2
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 Match for BGP EVPN Route Type 2 MAC-IP
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 2-mac-ip
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 a Match for BGP EVPN Route MAC-IP in Type 2 MAC-IP
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match evpn route-type 2-mac-ip
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 Match for BGP EVPN Route Type 2 MAC Only
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 2-mac-only
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 a Match for BGP EVPN Route Type 2 MAC Only
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match evpn route-type 2-mac-only
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 Match for BGP EVPN Route Type 3
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 a Match for BGP EVPN Route Type 3
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match evpn route-type 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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 Match for BGP EVPN Route Type 4
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 4
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 a Match for BGP EVPN Route Type 4
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match evpn route-type 4
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 Match for BGP EVPN Route Type 5
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 5
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 a Match for BGP EVPN Route Type 5
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match evpn route-type 5
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 Match for BGP EVPN Route Type 6
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 6
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 a Match for BGP EVPN Route Type 6
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match evpn route-type 6
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 |
rpmEntity | sys/rpm |
rtmapEntry | sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType | sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapRule | sys/rpm/rtmap-[Map_1] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
For detailed information about classes and attributes in the payload, see the NX-API DME Model Reference:
https://developer.cisco.com/media/dme/index.html
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 9.3(1).
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.
route-map Map_1
match extcommunity extcom
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchExtComm |
sys/rpm/rtmap-[Map_1]/ent-10/mextcomm |
rtmapRsExtCommAtt |
sys/rpm/rtmap-[Map_1]/ent-10/mextcomm/rsextCommAtt-[sys/rpm/rtextcom-[extcom]] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapRsExtCommAtt Properties
The following table contains information about the rtmapRsExtCommAtt 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 |
tDn | reln:Dn reference:BinRef | The distinguished name of the target. | |
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 9.3(1).
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.
route-map Map_1
no match extcommunity extcom
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchExtComm |
sys/rpm/rtmap-[Map_1]/ent-10/mextcomm |
rtmapRsExtCommAtt |
sys/rpm/rtmap-[Map_1]/ent-10/mextcomm/rsextCommAtt-[sys/rpm/rtextcom-[extcom]] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapRsExtCommAtt Properties
The following table contains information about the rtmapRsExtCommAtt 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) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
tDn | reln:Dn reference:BinRef | The distinguished name of the target. | |
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
Setting Gateway IP for Type 5 EVPN Routes
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
set evpn gateway-ip 1.2.3.4
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetEvpn |
sys/rpm/rtmap-[Map_1]/ent-10/sevpn |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetEvpn Properties
The following table contains information about the rtmapSetEvpn 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 |
ip | address:Ip
| EVPN Gateway IP Address | Value must match ipv4 or ipv6 known format |
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 Set Gateway IP for Type 5 EVPN Routes
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no set evpn gateway-ip 1.2.3.4
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetEvpn |
sys/rpm/rtmap-[Map_1]/ent-10/sevpn |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetEvpn Properties
The following table contains information about the rtmapSetEvpn 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 |
ip | address:Ip
| EVPN Gateway IP Address | Value must match ipv4 or ipv6 known format |
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
Building a MAC List (Permit)
Note: This example was added in Release 9.3(1).
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.
mac-list SampleString_123 seq 123 permit d8b1.9071.e903 d8b1.9071.e903
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 |
rpmEntity |
sys/rpm |
rtmaclistRuleMac |
sys/rpm/maclist-[SampleString_123] |
rtmaclistEntry |
sys/rpm/maclist-[SampleString_123]/ent-123 |
rtmaclistRuleMac Properties
The following table contains information about the rtmaclistRuleMac 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmaclistEntry Properties
The following table contains information about the rtmaclistEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
macAddr | address:MAC
| Mac Address | Value must match MM:MM:MM:SS:SS:SS format |
macAddrMask | address:MAC
| Mac Address Mask | Value must match MM:MM:MM:SS:SS:SS format |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
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 a MAC List (Permit)
Note: This example was added in Release 9.3(1).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
no mac-list SampleString_123 seq 123 permit d8b1.9071.e903 d8b1.9071.e903
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 |
rpmEntity |
sys/rpm |
rtmaclistRuleMac |
sys/rpm/maclist-[SampleString_123] |
rtmaclistEntry |
sys/rpm/maclist-[SampleString_123]/ent-123 |
rtmaclistRuleMac Properties
The following table contains information about the rtmaclistRuleMac 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmaclistEntry Properties
The following table contains information about the rtmaclistEntry 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 |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
Building a MAC List (Deny)
Note: This example was added in Release 9.3(1).
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.
mac-list SampleString_123 seq 1243 deny d8b1.9071.e903 d8b1.9071.e903
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 |
rpmEntity |
sys/rpm |
rtmaclistRuleMac |
sys/rpm/maclist-[SampleString_123] |
rtmaclistEntry |
sys/rpm/maclist-[SampleString_123]/ent-1243 |
rtmaclistRuleMac Properties
The following table contains information about the rtmaclistRuleMac 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmaclistEntry Properties
The following table contains information about the rtmaclistEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
macAddr | address:MAC
| Mac Address | Value must match MM:MM:MM:SS:SS:SS format |
macAddrMask | address:MAC
| Mac Address Mask | Value must match MM:MM:MM:SS:SS:SS format |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
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 a MAC List (Deny)
Note: This example was added in Release 9.3(1).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
no mac-list SampleString_123 seq 1243 deny d8b1.9071.e903 d8b1.9071.e903
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 |
rpmEntity |
sys/rpm |
rtmaclistRuleMac |
sys/rpm/maclist-[SampleString_123] |
rtmaclistEntry |
sys/rpm/maclist-[SampleString_123]/ent-1243 |
rtmaclistRuleMac Properties
The following table contains information about the rtmaclistRuleMac 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmaclistEntry Properties
The following table contains information about the rtmaclistEntry 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 |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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 Table Map
Note: This example was added in Release 9.3(1).
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.
evpn
vni 101 l2
table-map ROUTE-MAP_123
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 |
rtctrlL2Evpn |
sys/evpn |
rtctrlBDEvi |
sys/evpn/bdevi-[vxlan-101] |
rtctrlL2Evpn Properties
The following table contains information about the rtctrlL2Evpn 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 |
adminSt | nw:AdminSt (scalar:Enum8) | The administrative state of the object or policy. | SELECTION: 1 - enabled 2 - disabled DEFAULT: enabled |
rtctrlBDEvi Properties
The following table contains information about the rtctrlBDEvi 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 |
encap | base:Encap
| Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
tblMap | string:Basic
| Route-map name for table-map command to filter routes. | A sequence of characters |
tblMapFltr | scalar:Bool
| Filter option used with table-map configuration for selective route download. | 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
Deleting a Table Map
Note: This example was added in Release 9.3(1).
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.
evpn
vni 101 l2
no table-map ROUTE-MAP_123
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 |
rtctrlL2Evpn |
sys/evpn |
rtctrlBDEvi |
sys/evpn/bdevi-[vxlan-101] |
rtctrlL2Evpn Properties
The following table contains information about the rtctrlL2Evpn 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 |
adminSt | nw:AdminSt (scalar:Enum8) | The administrative state of the object or policy. | SELECTION: 1 - enabled 2 - disabled DEFAULT: enabled |
rtctrlBDEvi Properties
The following table contains information about the rtctrlBDEvi 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 |
encap | base:Encap
| Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
tblMap | string:Basic
| Route-map name for table-map command to filter routes. | A sequence of characters |
tblMapFltr | scalar:Bool
| Filter option used with table-map configuration for selective route download. | 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 a Filtered Table Map
Note: This example was added in Release 9.3(1).
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.
evpn
vni 101 l2
table-map ROUTE-MAP_123 filter
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 |
rtctrlL2Evpn |
sys/evpn |
rtctrlBDEvi |
sys/evpn/bdevi-[vxlan-101] |
rtctrlL2Evpn Properties
The following table contains information about the rtctrlL2Evpn 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 |
adminSt | nw:AdminSt (scalar:Enum8) | The administrative state of the object or policy. | SELECTION: 1 - enabled 2 - disabled DEFAULT: enabled |
rtctrlBDEvi Properties
The following table contains information about the rtctrlBDEvi 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 |
encap | base:Encap
| Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
tblMap | string:Basic
| Route-map name for table-map command to filter routes. | A sequence of characters |
tblMapFltr | scalar:Bool
| Filter option used with table-map configuration for selective route download. | 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
Deleting a Filtered Table Map
Note: This example was added in Release 9.3(1).
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.
evpn
vni 101 l2
no table-map ROUTE-MAP_123 filter
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 |
rtctrlL2Evpn |
sys/evpn |
rtctrlBDEvi |
sys/evpn/bdevi-[vxlan-101] |
rtctrlL2Evpn Properties
The following table contains information about the rtctrlL2Evpn 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 |
adminSt | nw:AdminSt (scalar:Enum8) | The administrative state of the object or policy. | SELECTION: 1 - enabled 2 - disabled DEFAULT: enabled |
rtctrlBDEvi Properties
The following table contains information about the rtctrlBDEvi 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 |
encap | base:Encap
| Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
tblMap | string:Basic
| Route-map name for table-map command to filter routes. | A sequence of characters |
tblMapFltr | scalar:Bool
| Filter option used with table-map configuration for selective route download. | 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 9.3(1).
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.
route-map Map_1
set extcommunity 4byteas-generic none
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtComm |
sys/rpm/rtmap-[Map_1]/ent-10/sextcomm |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtComm Properties
The following table contains information about the rtmapSetExtComm 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 |
noCommAttr | rtmap:AdminSt (scalar:Enum8) | No Community Attribute | SELECTION: 1 - enabled 2 - disabled DEFAULT: disabled |
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 9.3(1).
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.
route-map Map_1
no set extcommunity 4byteas-generic none
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtComm |
sys/rpm/rtmap-[Map_1]/ent-10/sextcomm |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtComm Properties
The following table contains information about the rtmapSetExtComm 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) | Modification status | 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
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
set extcommunity 4byteas-generic transitive 123:12 non-transitive 123:12 additive
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtComm |
sys/rpm/rtmap-[Map_1]/ent-10/sextcomm |
rtextcomItem |
sys/rpm/rtmap-[Map_1]/ent-10/sextcomm/item-[non-transitive]-extended:as2-nn2:123:12 |
rtextcomItem |
sys/rpm/rtmap-[Map_1]/ent-10/sextcomm/item-[transitive]-extended:as2-nn2:123:12 |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtComm Properties
The following table contains information about the rtmapSetExtComm 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 |
additive | rtmap:AdminSt (scalar:Enum8) | Add To Existing Community | SELECTION: 1 - enabled 2 - disabled DEFAULT: disabled |
rtextcomItem Properties
The following table contains information about the rtextcomItem 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 |
community | base:Community
| Community | |
scope | rtextcom:Scope (scalar:Enum8) | The domain applicable to the capability. | SELECTION: 0 - transitive 1 - non-transitive DEFAULT: transitive |
rtextcomItem Properties
The following table contains information about the rtextcomItem 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 |
community | base:Community
| Community | |
scope | rtextcom:Scope (scalar:Enum8) | The domain applicable to the capability. | SELECTION: 0 - transitive 1 - non-transitive DEFAULT: transitive |
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 9.3(1).
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.
route-map Map_1
no set extcommunity 4byteas-generic transitive 123:12 non-transitive 123:12 additive
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtComm |
sys/rpm/rtmap-[Map_1]/ent-10/sextcomm |
rtextcomItem |
sys/rpm/rtmap-[Map_1]/ent-10/sextcomm/item-[non-transitive]-extended:as2-nn2:123:12 |
rtextcomItem |
sys/rpm/rtmap-[Map_1]/ent-10/sextcomm/item-[transitive]-extended:as2-nn2:123:12 |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtComm Properties
The following table contains information about the rtmapSetExtComm 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 |
additive | rtmap:AdminSt (scalar:Enum8) | Add To Existing Community | SELECTION: 1 - enabled 2 - disabled DEFAULT: disabled |
rtextcomItem Properties
The following table contains information about the rtextcomItem 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 |
community | base:Community
| Community | |
scope | rtextcom:Scope (scalar:Enum8) | The domain applicable to the capability. | SELECTION: 0 - transitive 1 - non-transitive DEFAULT: transitive |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
rtextcomItem Properties
The following table contains information about the rtextcomItem 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 |
community | base:Community
| Community | |
scope | rtextcom:Scope (scalar:Enum8) | The domain applicable to the capability. | SELECTION: 0 - transitive 1 - non-transitive DEFAULT: transitive |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
set extcommunity rt 123:12 123:12 additive
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetRttComm |
sys/rpm/rtmap-[Map_1]/ent-10/srtt |
rtextcomItem |
sys/rpm/rtmap-[Map_1]/ent-10/srtt/item-[transitive]-route-target:as2-nn2:123:12 |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetRttComm Properties
The following table contains information about the rtmapSetRttComm 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 |
additive | rtmap:AdminSt (scalar:Enum8) | Add To Existing Community | SELECTION: 1 - enabled 2 - disabled DEFAULT: disabled |
rtextcomItem Properties
The following table contains information about the rtextcomItem 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 |
community | base:Community
| Community | |
scope | rtextcom:Scope (scalar:Enum8) | The domain applicable to the capability. | SELECTION: 0 - transitive 1 - non-transitive DEFAULT: transitive |
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 9.3(1).
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.
route-map Map_1
no set extcommunity rt 123:12 123:12 additive
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetRttComm |
sys/rpm/rtmap-[Map_1]/ent-10/srtt |
rtextcomItem |
sys/rpm/rtmap-[Map_1]/ent-10/srtt/item-[transitive]-route-target:as2-nn2:123:12 |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetRttComm Properties
The following table contains information about the rtmapSetRttComm 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 |
additive | rtmap:AdminSt (scalar:Enum8) | Add To Existing Community | SELECTION: 1 - enabled 2 - disabled DEFAULT: disabled |
rtextcomItem Properties
The following table contains information about the rtextcomItem 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 |
community | base:Community
| Community | |
scope | rtextcom:Scope (scalar:Enum8) | The domain applicable to the capability. | SELECTION: 0 - transitive 1 - non-transitive DEFAULT: transitive |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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
Comparing IGP Cost
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
set extcommunity cost igp 3 1
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtCommCost |
sys/rpm/rtmap-[Map_1]/ent-10/sextcommcost-[igp]-3 |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtCommCost Properties
The following table contains information about the rtmapSetExtCommCost 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 |
commCrit | rtmap:SetCriteria (scalar:Enum8) | Criteria | SELECTION: 1 - none 2 - append 3 - replace 4 - igp 5 - pre-bestpath DEFAULT: none |
commId | rtmap:CommunityId (scalar:UByte) | Community Id | RANGE: [0 , 255] |
commValue | rtmap:CommunityVal (scalar:Uint32) | Community Value | RANGE: [0 , 4294967295] |
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 an IGP Cost Comparison
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no set extcommunity cost igp 3 1
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtCommCost |
sys/rpm/rtmap-[Map_1]/ent-10/sextcommcost-[igp]-3 |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtCommCost Properties
The following table contains information about the rtmapSetExtCommCost 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 |
commCrit | rtmap:SetCriteria (scalar:Enum8) | Criteria | SELECTION: 1 - none 2 - append 3 - replace 4 - igp 5 - pre-bestpath DEFAULT: none |
commId | rtmap:CommunityId (scalar:UByte) | Community Id | RANGE: [0 , 255] |
commValue | rtmap:CommunityVal (scalar:Uint32) | Community Value | RANGE: [0 , 4294967295] |
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
Comparing Before All Other Steps in Bestpath Calculation
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
set extcommunity cost pre-bestpath 3 1
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtCommCost |
sys/rpm/rtmap-[Map_1]/ent-10/sextcommcost-[pre-bestpath]-3 |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtCommCost Properties
The following table contains information about the rtmapSetExtCommCost 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 |
commCrit | rtmap:SetCriteria (scalar:Enum8) | Criteria | SELECTION: 1 - none 2 - append 3 - replace 4 - igp 5 - pre-bestpath DEFAULT: none |
commId | rtmap:CommunityId (scalar:UByte) | Community Id | RANGE: [0 , 255] |
commValue | rtmap:CommunityVal (scalar:Uint32) | Community Value | RANGE: [0 , 4294967295] |
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 a Comparison Made Before All Other Steps in Bestpath Calculation
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no set extcommunity cost pre-bestpath 3 1
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtCommCost |
sys/rpm/rtmap-[Map_1]/ent-10/sextcommcost-[pre-bestpath]-3 |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtCommCost Properties
The following table contains information about the rtmapSetExtCommCost 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 |
commCrit | rtmap:SetCriteria (scalar:Enum8) | Criteria | SELECTION: 1 - none 2 - append 3 - replace 4 - igp 5 - pre-bestpath DEFAULT: none |
commId | rtmap:CommunityId (scalar:UByte) | Community Id | RANGE: [0 , 255] |
commValue | rtmap:CommunityVal (scalar:Uint32) | Community Value | RANGE: [0 , 4294967295] |
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 9.3(1).
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.
route-map Map_1
set extcommunity color 1
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtCommColor |
sys/rpm/rtmap-[Map_1]/ent-10/sextcommcolor |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtCommColor Properties
The following table contains information about the rtmapSetExtCommColor 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 |
commValue | scalar:Uint32
| Color Community Value | RANGE: [1 , 4294967295] |
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 9.3(1).
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.
route-map Map_1
no set extcommunity color 1
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapSetExtCommColor |
sys/rpm/rtmap-[Map_1]/ent-10/sextcommcolor |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapSetExtCommColor Properties
The following table contains information about the rtmapSetExtCommColor 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) | Modification status | 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
Matching the BGP EVPN Route Type
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match evpn route-type 1 2 2-mac-only 3 5 2-mac-ip 6 4
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[mac-ip] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[mac-only] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
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 BGP EVPN Route Type Match Configuration
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match evpn route-type 1 2 2-mac-only 3 5 2-mac-ip 6 4
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R4] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R5] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R6] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[mac-ip] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R1] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R2_ALL] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[mac-only] |
rtmapMatchRtType |
sys/rpm/rtmap-[Map_1]/ent-10/mrttype-[R3] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
rtmapMatchRtType Properties
The following table contains information about the rtmapMatchRtType 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 |
routeT | rtmap:RouteT (scalar:Enum8) | Route Type | SELECTION: 1 - external 2 - internal 3 - ospf-inter-area 4 - ospf-intra-area 5 - isis-l1 6 - isis-l2 7 - local 8 - ospf-nssa-external 9 - ospf-type1 10 - ospf-type2 11 - R1 12 - mac-only 13 - mac-ip 14 - R2_ALL 15 - R3 16 - R4 17 - R5 18 - R6 DEFAULT: external |
status | mo:ModificationStatus (scalar:Bitmask32) | Modification status | 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 Match Entries of MAC Lists
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
match mac-list SampleString_123
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtMacList |
sys/rpm/rtmap-[Map_1]/ent-10/mrtmaclist |
rtmapRsRtMacListAtt |
sys/rpm/rtmap-[Map_1]/ent-10/mrtmaclist/rsrtMacListAtt-[sys/rpm/maclist-[SampleString_123]] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapRsRtMacListAtt Properties
The following table contains information about the rtmapRsRtMacListAtt 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 |
tDn | reln:Dn reference:BinRef | The distinguished name of the target. | |
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 Match Entries of MAC Lists
Note: This example was added in Release 9.3(1).
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.
route-map Map_1
no match mac-list SampleString_123
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 |
rpmEntity |
sys/rpm |
rtmapRule |
sys/rpm/rtmap-[Map_1] |
rtmapEntry |
sys/rpm/rtmap-[Map_1]/ent-10 |
rtmapMatchRtMacList |
sys/rpm/rtmap-[Map_1]/ent-10/mrtmaclist |
rtmapRsRtMacListAtt |
sys/rpm/rtmap-[Map_1]/ent-10/mrtmaclist/rsrtMacListAtt-[sys/rpm/maclist-[SampleString_123]] |
rtmapRule Properties
The following table contains information about the rtmapRule 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 | pol:ObjName string:Basic | The name of the object. | RANGE:
Min: "1"
Max: "63" |
rtmapEntry Properties
The following table contains information about the rtmapEntry 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 |
action | rtflt:Action (scalar:Enum8) | Action | SELECTION: 0 - deny 1 - permit DEFAULT: permit |
order | rtflt:Order (scalar:Uint32) | Order | RANGE: [0 , 65535] |
rtmapRsRtMacListAtt Properties
The following table contains information about the rtmapRsRtMacListAtt 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) | Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
tDn | reln:Dn reference:BinRef | The distinguished name of the target. | |
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