Cisco Nexus Dashboard · Capability

Cisco Nexus Switch Management

Unified workflow for network administrators to configure and monitor Cisco Nexus switches including interfaces, VLANs, routing, and system features via the NX-API REST DME object model.

Run with Naftiko CiscoNexusNetwork ManagementData Center

What You Can Do

GET
Get system info — Get system information
/v1/system
GET
List interfaces — List all physical interfaces
/v1/interfaces
GET
Get interface — Get interface details
/v1/interfaces/{interfaceId}
GET
List vlans — List all VLANs
/v1/vlans
POST
Create vlan — Create a VLAN
/v1/vlans
GET
Get vlan — Get VLAN details
/v1/vlans/{vlanEncap}
DELETE
Delete vlan — Delete a VLAN
/v1/vlans/{vlanEncap}
GET
List routes — List all static routes
/v1/routes

MCP Tools

get-system-info

Get Nexus switch system information including hostname, serial, and NX-OS version

read-only
list-interfaces

List all physical Ethernet interfaces on the switch

read-only
get-interface

Get configuration and operational state of a physical interface

read-only
configure-interface

Configure a physical Ethernet interface (admin state, speed, VLAN, etc.)

idempotent
list-vlans

List all VLAN bridge domains on the switch

read-only
create-vlan

Create or modify a VLAN bridge domain

get-vlan

Get VLAN bridge domain details

read-only
delete-vlan

Delete a VLAN bridge domain from the switch

get-svi

Get Switch Virtual Interface configuration

read-only
configure-svi

Create or modify a Switch Virtual Interface for Layer 3 routing

list-static-routes

List all IPv4 static routes across all VRFs

read-only
configure-static-route

Create or modify IPv4 static routes

get-static-route

Get a specific static route by VRF and prefix

read-only
get-bgp-config

Get the full BGP configuration tree

read-only
configure-features

Enable or disable NX-OS features (interface-vlan, BGP, OSPF, LACP)

configure-system

Apply system-level configuration changes

APIs Used

nxapi-rest