14-4
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
OL-27477-07
Chapter14 Configuring Support for Management Using the REST API
Enabling REST API Support Using the Cisco IOS XE CLI
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. activate
15. ip route ip-address subnet-mask virtualportgroup virtual-port-group-number
DETAILED STEPS
Command or Action Purpose
Step1 enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step2 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step3 interface mgmt-interface
Example:
Router(config)# interface gigabitethernet1
Enters interface configuration mode for the
management interface.
Step4 ip address mgmt-ipv4-addr subnet-mask
Example:
Router(config-if)# ip address 172.25.29.235
255.255.255.128
Configures the IP address for the management
interface.
Step5 no shutdown
Example:
Router(config-if)# no shutdown
Enables the management interface.
Step6 exit
Example:
Router(config-if)# exit
Exits interface configuration mode.
Step7 interface virtualportgroup virtualportgroup-number
Example:
Router(config)# interface virtualportgroup 0
Creates a virtual port group and enters virtual port
group interface configuration mode.