Configuring the Management Interface to Support Remote Management by the Cisco Prime Network Services Controller
Note |
The Cisco Prime Network Services Controller is unsupported using Cisco IOS XE Denali 16.3.1 or later, on the Cisco CSR 1000v. |
(Cisco IOS XE Denali 16.3 or earlier) You can use the Cisco Prime Network Services Controller to provision, manage and monitor the Cisco CSR 1000v. This procedure configures the Cisco CSR 1000v management interface to support remote management using the Cisco Prime Network Services Controller.
SUMMARY STEPS
- enable
- configure terminal
- interface mgmt-interface
- ip address mgmt-ipv4-addr subnet-mask
- no shutdown
- exit
- interface virtualportgroup virtual-port-group-number-number
- ip unnumbered management-interface
- no shutdown
- exit
- virtual-service csr_mgmt
- vnic gateway virtualportgroup virtual-port-group-number
- guest ip address remote-mgmt-ipv4-addr
- exit
- activate
- end
- ip route ip-address subnet-mask virtualportgroup virtual-port-group-number
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
Step 1 |
enable Example:
|
Enables privileged EXEC mode.
|
Step 2 |
configure terminal Example:
|
Enters global configuration mode. |
Step 3 |
interface mgmt-interface Example:
|
Enters interface configuration mode for the management interface. |
Step 4 |
ip address mgmt-ipv4-addr subnet-mask Example:
|
Configures the IP address for the management interface. |
Step 5 |
no shutdown Example:
|
Enables the management interface. |
Step 6 |
exit Example:
|
Exits interface configuration mode. |
Step 7 |
interface virtualportgroup virtual-port-group-number-number Example:
|
Creates a virtual port group and enters virtual port group interface configuration mode. |
Step 8 |
ip unnumbered management-interface Example:
|
Enables IP processing on an interface without assigning it an explicit IP address. |
Step 9 |
no shutdown Example:
|
Enables the management interface. |
Step 10 |
exit Example:
|
Exits virtual port group interface mode. |
Step 11 |
virtual-service csr_mgmt Example:
|
Configures the csr_mgmt virtual services container and enters virtual services configuration mode. |
Step 12 |
vnic gateway virtualportgroup virtual-port-group-number Example:
|
Creates a vNIC gateway interface for the virtual services container and maps the vNIC gateway interface to the virtual port group. |
Step 13 |
guest ip address remote-mgmt-ipv4-addr Example:
|
Configures the remote-management IP address for the vNIC gateway interface for the virtual services container. |
Step 14 |
exit Example:
|
Exits virtual services interface configuration mode and enters virtual services configuration mode. |
Step 15 |
activate Example:
|
Activates the csr_mgmt virtual services container. |
Step 16 |
end Example:
|
Exits virtual services configuration mode and enters global configuration mode. |
Step 17 |
ip route ip-address subnet-mask virtualportgroup virtual-port-group-number Example:
|
Creates an IP route that maps to the virtual port group. Use the same IP address that was configured using the guest ip address command. |