Cisco Nexus 3000 and 9000 Series NX-API REST SDK and API, Release 7.x
Loading...
- Cisco Nexus 3000 and 9000 Series NX-API REST Documentation
- Cisco Nexus 3000 and 9000 Series NX-API REST SDK User Guide and API Reference, Release 7.x
- Getting Started with the Cisco Nexus 3000 and 9000 Series NX-API REST SDK
- New and Changed
- Manageability
- Configuring System Management
- Configuring VXLAN BGP EVPN
- Configuring Fundamentals
- Configuring Power Modes
- Configuring Interfaces
- Configuring Static MPLS and Segment Routing
- Configuring Netstack
- Configuring Layer 2 Switching
- Configuring Multicast
- Configuring QoS
- Configuring TCAM
- Configuring Security
- Configuring Unicast Routing
- Configuring ARP
- Configuring DNS
- Configuring OSPFv2
- Configuring BGP
- Configuring a BGP Router
- Configuring an IPv4 Labeled Unicast Address Family
- Configuring an IPv4 Multicast Address Family
- Configuring an IPv4 MVPN Address Family
- Configuring an IPv4 Unicast Address Family
- Configuring an IPv6 Labeled Unicast Address Family
- Configuring an IPv6 Multicast Address Family
- Configuring an IPv6 MVPN Address Family
- Configuring an IPv6 Unicast Address Family
- Configuring an L2VPN EVPN Address Family
- Configuring a Link-State Address Family
- Configuring a VPNv4 Unicast Address Family
- Configuring a VPNv6 Unicast Address Family
- Configuring a Peer Template
- Configuring a BGP Neighbor
- Configuring a BMP Server
- Configuring EVPN
- Querying Ephemeral Data
- Configuring VRF
- First-Hop Redundancy Protocols
- Configuring Static Routes
- Configuring Route Policy Manager
- Configuring Telemetry
- Querying Analytic Information
- Querying Configurations (Show Commands)
- Querying Interface and VLAN Counters and Statistics
- Using the Managed Object Browser
- Monitoring the Environment
Querying the MSDP Domain
DME
CopyGET http://<IP_Address>/api/node/mo/sys/msdp/inst/dom-default.json
Response
{
"totalCount": "1",
"imdata": [
{
"msdpDom": {
"attributes": {
"childAction": "",
"ctrl": "",
"dn": "sys/msdp/inst/dom-default",
"modTs": "2016-12-07T03:47:02.900+00:00",
"name": "default",
"origIf": "eth1/10",
"persistentOnReload": "true",
"reConnIntvl": "10",
"srcActiveMsgIntvl": "120",
"status": "",
"uid": "0"
},
"children": [
{
"msdpPeer": {
"attributes": {
"addr": "192.0.20.123",
"adminSt": "disabled",
"asn": "200",
"childAction": "",
"connTmrTs": "1970-01-01T00:00:00.000+00:00",
"descr": "This is an example of a peer",
"discontinuityTs": "2016-12-07T03:47:02.947+00:00",
"establishTransitions": "0",
"kaIntvl": "50",
"kaTimeout": "70",
"lastResetOperQual": "Password change",
"localPort": "unspecified",
"modTs": "2016-12-07T17:03:55.036+00:00",
"name": "",
"operSt": "admin-down",
"persistentOnReload": "true",
"remPort": "unspecified",
"rn": "peer-[192.0.20.123]",
"srcActiveMsgLimit": "9999999",
"srcIf": "eth1/9",
"status": "",
"uid": "22322",
"upTs": "2016-12-07T03:47:02.961+00:00"
},
"children": [
{
"msdpMeshGrp": {
"attributes": {
"childAction": "",
"descr": "",
"grpName": "my_mesh_grp1",
"modTs": "2016-12-07T17:04:25.140+00:00",
"name": "",
"persistentOnReload": "true",
"rn": "meshgrp",
"status": "",
"uid": "22322"
}}},{
"msdpAuthP": {
"attributes": {
"childAction": "",
"descr": "",
"key": "",
"modTs": "2016-12-07T03:47:02.900+00:00",
"name": "",
"persistentOnReload": "true",
"rn": "auth",
"status": "",
"type": "none",
"uid": "22322"
}}}]}}]}}]}