SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface mgmt-interface
4.
ip address mgmt-ipv4-addr subnet-mask
5.
no shutdown
6.
exit
7.
interface virtualportgroup virtual-port-group-number-number
8.
ip unnumbered management-interface
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
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 management
interface.
interface mgmt-interface
Example:
Router(config)# interface gig1
Step 3
Configures the IP address for the management interface.
ip address mgmt-ipv4-addr subnet-mask
Example:
Router(config-if)# ip address 172.25.29.235
255.255.255.128
Step 4
Cisco CSR 1000v Series Cloud Services Router Software Configuration Guide
290
Configuring Support for Remote Management by the Cisco Prime Network Services Controller
Configuring the Management Interface to Support Remote Management by the Cisco Prime Network Services
Controller