Configuring the Event History Buffer Size
Configuring the Event History Buffer Size for Adjacency Formation Logs
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.
router ospf Test_1
ip ospf event-history adjacency size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-adj |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for Adjacency Formation Logs
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.
router ospf Test_1
no ip ospf event-history adjacency size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-adj |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for LSA Flooding Logs
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.
router ospf Test_1
ip ospf event-history flooding size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-lsa-flood |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for LSA Flooding Logs
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.
router ospf Test_1
no ip ospf event-history flooding size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-lsa-flood |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for HA and GR Logs
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.
router ospf Test_1
ip ospf event-history ha size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-ha |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for HA and GR Logs
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.
router ospf Test_1
no ip ospf event-history ha size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-ha |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for HELLO Logs
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.
router ospf Test_1
ip ospf event-history hello size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-hello |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for HELLO Logs
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.
router ospf Test_1
no ip ospf event-history hello size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-hello |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for LDP Logs
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.
router ospf Test_1
ip ospf event-history ldp size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-ldp |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for LDP Logs
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.
router ospf Test_1
no ip ospf event-history ldp size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-ldp |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for LSA Logs
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.
router ospf Test_1
ip ospf event-history lsa size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-lsa |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for LSA Logs
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.
router ospf Test_1
no ip ospf event-history lsa size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-lsa |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for DME OBJECTSTORE Logs
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.
router ospf Test_1
ip ospf event-history objstore size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-cli |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for DME OBJECTSTORE Logs
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.
router ospf Test_1
no ip ospf event-history objstore size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-cli |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for Redistribution Logs
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.
router ospf Test_1
ip ospf event-history redistribution size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-redist |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for Redistribution Logs
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.
router ospf Test_1
no ip ospf event-history redistribution size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-redist |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for Segment Routing Logs
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.
router ospf Test_1
ip ospf event-history segrt size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-segrt |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for Segment Routing Logs
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.
router ospf Test_1
no ip ospf event-history segrt size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-segrt |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Event History Buffer Size for SPF TRIGGER Logs
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.
router ospf Test_1
ip ospf event-history spf-trigger size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-spf-trigger |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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 Event History Buffer Size for SPF TRIGGER Logs
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.
router ospf Test_1
no ip ospf event-history spf-trigger size large
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 |
ospfEntity |
sys/ospf |
ospfInst |
sys/ospf/inst-Test_1 |
ospfEventLogs |
sys/ospf/inst-Test_1/evtlogs-spf-trigger |
ospfDom |
sys/ospf/inst-Test_1/dom-default |
ospfInst Properties
The following table contains information about the ospfInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF instance name. | |
ospfEventLogs Properties
The following table contains information about the ospfEventLogs properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
eventType | ospf:EventType (scalar:Enum16) | Holds the type of event logging | SELECTION: 0 - adj 1 - internal 2 - ha 3 - lsa-flood 4 - lsa 5 - spf 6 - redist 7 - ldp 8 - mpls-te 9 - hello 10 - rib 11 - spf-trigger 12 - cli 13 - segrt |
logSize | ospf:EventLogSize (scalar:Enum8) | Holds the size of event logging | SELECTION: 0 - disabled 1 - small 2 - medium 3 - large DEFAULT: small |
logSizeKBytes | ospf:EventLogSizeKBytes (scalar:Uint16) | Event Log Size in KBytes | RANGE: [0 , 65535] |
ospfDom Properties
The following table contains information about the ospfDom properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | naming:Name256 string:Basic | The OSPF Domain name. | |
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