17-2
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
Chapter 17 Enabling Management by REST API
Overview of Installation
• Configuring the Dual Management Interface to Support the REST API
• Configuring the REST API Local Port and AutoSave Options
• Configuring onep
• Disabling REST API Support
• Viewing the REST API Container Status
Configuring the Dual Management Interface to Support the REST API
SUMMARY STEPS
1. enable
2. configure terminal
3. interface GigabitEthernetx
4. ip address ipv4-addr subnet-mask
5. no shutdown
6. exit
7. interface virtualportgroup virtual-port-group-number
8. ip unnumbered GigabitEthernetx
9. no shutdown
10. exit
11. virtual-service csr_mgmt
12. vnic gateway virtualportgroup virtual-port-group-number
13. guest ip address remote-mgmt-ipv4-addr
14. exit
15. activate
16. end
17. ip route ip-address subnet-mask virtualportgroup virtual-port-group-number
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.