15-2
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
OL-27477-07
Chapter15 Configuring Support for Remote Mana gement by the Cisco Prime Network Services Controller
Configuring the Management Interface to Support Remote Management by the Cisco Prime Network Services
15. activate
16. end
17. ip route ip-address subnet-mask virtualportgroup virtual-port-group-number
DETAILED STEPS
Command or Action Purpose
Step1 enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step2 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step3 interface mgmt-interface
Example:
Router(config)# interface gig1
Enters interface configuration mode for the
management interface.
Step4 ip address mgmt-ipv4-addr subnet-mask
Example:
Router(config-if)# ip address 172.25.29.235
255.255.255.128
Configures the IP address for the management
interface.
Step5 no shutdown
Example:
Router(config-if)# no shutdown
Enables the management interface.
Step6 exit
Example:
Router(config-if)# exit
Exits interface configuration mode.
Step7 interface virtualportgroup
virtual-port-group-number-number
Example:
Router(config)# interface virtuaportgroup 0
Creates a virtual port group and enters virtual port
group interface configuration mode.
Step8 ip unnumbered management-interface
Example:
Router(config-if)# ip unnumbered gigabitethernet1
Enables IP processing on an interface without
assigning it an explicit IP address.