PurposeCommand or Action
Configures the IP address for the management interface.
ip address ipv4-addr subnet-mask
Example:
Router(config-if)# ip address 172.25.29.235
255.255.255.128
Step 4
Enables the management interface.no shutdown
Example:
Router(config-if)# no shutdown
Step 5
Exits interface configuration mode.exit
Example:
Router(config-if)# exit
Step 6
Creates a virtual port group and enters virtual port group
interface configuration mode.
interface virtualportgroup virtualportgroup-number
Example:
Router(config)# interface virtualportgroup 0
Step 7
Enables IP processing on an interface without assigning it
an explicit IP address.
ip unnumbered GigabitEthernetx
Example:
router(config-if)# ip unnumbered
gigabitethernet1
Step 8
Enables the virtual port group interface.no shutdown
Example:
router(config-if)# no shutdown
Step 9
Exits virtual port group interface mode.exit
Example:
router(config-if)# exit
Step 10
Configures the csr_mgmt virtual services container and
enters virtual services configuration mode.
virtual-service csr_mgmt
Example:
router(config)# virtual-service csr_mgmt
Step 11
Creates a vNIC gateway interface for the virtual services
container and maps it to the virtual port group.
vnic gateway virtualportgroup
virtualportgroup_number
Example:
router(config-virt-serv)# vnic gateway
virtualportgroup 0
Step 12
Cisco CSR 1000v Series Cloud Services Router Software Configuration Guide
282
Enabling Management by REST API
Configuring the Dual Management Interface to Support the REST API