Cisco Systems CSR 1000V Network Router User Manual


 
15-2
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
OL-27477-07
Chapter 15 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
15. activate
16. end
17. ip route ip-address subnet-mask virtualportgroup virtual-port-group-number
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface mgmt-interface
Example:
Router(config)# interface gig1
Enters interface configuration mode for the
management interface.
Step 4
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.
Step 5
no shutdown
Example:
Router(config-if)# no shutdown
Enables the management interface.
Step 6
exit
Example:
Router(config-if)# exit
Exits interface configuration mode.
Step 7
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.
Step 8
ip unnumbered management-interface
Example:
Router(config-if)# ip unnumbered gigabitethernet1
Enables IP processing on an interface without
assigning it an explicit IP address.