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 virtualportgroup-number
8.
ip unnumbered GigabitEthernetx
9.
no shutdown
10.
exit
11.
virtual-service csr_mgmt
12.
vnic gateway virtualportgroup virtualportgroup_number
13.
guest ip address remote-mgmt-ipv4-addr
14.
exit
15.
end
16.
ip route ipaddress subnetmask virtualportgroup virtualportgroupnumber
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Step 1
Example:
Router> enable
•
Enter your password if prompted.
Enters global configuration mode.
configure terminal
Example:
Router# configure terminal
Step 2
Enters interface configuration mode for the interface
designated by
x
.
interface GigabitEthernetx
Example:
Router(config)# interface gigabitethernet1
Step 3
The range of GigabitEthernet ports depends on the platform.
Cisco CSR 1000v Series Cloud Services Router Software Configuration Guide
281
Enabling Management by REST API
Configuring the Dual Management Interface to Support the REST API