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
Configuring an MSDP Peer
DME
YANG
CopyPOST http://<IP_Address>/api/node/mo/sys/msdp/inst/dom-default.json
{
"msdpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"msdpPeer": {
"attributes": {
"addr": "192.0.20.123",
"adminSt": "disabled",
"asn": "200",
"descr": "This is an example of a peer",
"kaIntvl": "50",
"kaTimeout": "70",
"srcActiveMsgLimit": "9999999",
"srcIf": "eth1/9"
},
"children": [
{
"msdpAuthP": {
"attributes": {
"key": "3 8578e14ab51234e3e185fabecbaf7c6d"
}}}]}}]}}
Response
{
"imdata": []
}
Copy<System>
<msdp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<peer-items>
<Peer-list>
<addr>192.0.20.123</addr>
<adminSt>disabled</adminSt>
<asn>200</asn>
<descr>This is an example of a peer </descr>
<kaIntvl>50</kaIntvl>
<kaTimeout>70</kaTimeout>
<srcActiveMsgLimit>9999999</srcActiveMsgLimit>
<srcIf>eth1/9</srcIf>
<auth-items>
<key>3 8578e14ab51234e3e185fabecbaf7c6d</key>
</auth-items>
</Peer-list>
</peer-items>
</Dom-list>
</dom-items>
</inst-items>
</msdp-items>
</System>