cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
684
Views
0
Helpful
2
Replies

IS it possible to run CLI commands on switch through DCNM?

eyalg
Level 1
Level 1

Instead of API calls?

Thanks!

1 Accepted Solution

Accepted Solutions

Hello,

 

I don't think you have direct CLI access in DCNM.  You can use Configuration Delivery Management to configure a device, which basically means you use ASCII files that adhere to a specific format:

 

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/dcnm/system_management/configuration/guide/sm_dcnm_cg/sm_cfg_deliv_mgmt.html

View solution in original post

2 Replies 2

Hello,

 

I don't think you have direct CLI access in DCNM.  You can use Configuration Delivery Management to configure a device, which basically means you use ASCII files that adhere to a specific format:

 

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/dcnm/system_management/configuration/guide/sm_dcnm_cg/sm_cfg_deliv_mgmt.html

Thanks for the answer,

That's what I thought