15-3
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
OL-27477-07
Chapter15 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
Step9 no shutdown
Example:
Router(config-if)# no shutdown
Enables the management interface.
Step10 exit
Example:
Router(config-if)# exit
Exits virtual port group interface mode.
Step11 virtual-service csr_mgmt
Example:
Router(config)# virtual-service csr_mgmt
Configures the csr_mgmt virtual services container
and enters virtual services configuration mode.
Step12 vnic gateway virtualportgroup virtual-port-group-number
Example:
Router(config-virt-serv)# vnic gateway
virtualportgroup 0
Creates a vNIC gateway interface for the virtual
services container and maps the vNIC gateway
interface to the virtual port group.
Step13 guest ip address remote-mgmt-ipv4-addr
Example:
Router(config-virt-serv-intf) guest ip address
60.60.60.60
Configures the remote-management IP address for
the vNIC gateway interface for the virtual services
container.
Step14 exit
Example:
Router(config-virt-serv-intf)# exit
Exits virtual services interface configuration mode
and enters virtual services configuration mode.
Step15 activate
Example:
Router(config-virt-serv)# activate
Activates the csr_mgmt virtual services container.
Step16 end
Example:
Router(config-virt-serv)# end
Exits virtual services configuration mode and enters
global configuration mode.
Step17 ip route ip-address subnet-mask virtualportgroup
virtual-port-group-number
Example:
Router(config)# ip route 172.25.29.500
255.255.255.255 VirtualPortGroup0
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.
Command or Action Purpose