Cisco Systems 1000 Series Manual De Usuario

Descargar
Página de 702
 
17-3
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
 
Chapter 17      Enabling Management by REST API
  Overview of Installation
Step 3
interface GigabitEthernetx
Example:
Router(config)# interface gigabitethernet1
Enters interface configuration mode for the interface 
designated by x.
The range of GigabitEthernet ports depends on the 
platform.
Step 4
ip address 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 virtualportgroup-number
Example:
Router(config)# interface virtualportgroup 0
Creates a virtual port group and enters virtual port 
group interface configuration mode.
Step 8
ip unnumbered GigabitEthernetx
Example:
router(config-if)# ip unnumbered gigabitethernet1
Enables IP processing on an interface without 
assigning it an explicit IP address.
Step 9
no shutdown
Example:
router(config-if)# no shutdown
Enables the virtual port group interface.
Step 10
exit
Example:
router(config-if)# exit
Exits virtual port group interface mode.
Step 11
virtual-service csr_mgmt
Example:
router(config)# virtual-service csr_mgmt
Configures the virtual services container and enters 
virtual services configuration mode.
Step 12
vnic gateway virtualportgroup virtualportgroup_number
Example:
router(config-virt-serv)# vnic gateway 
virtualportgroup 0
Creates a vNIC gateway interface for the virtual 
services container and maps it to the virtual port 
group.
Command or Action
Purpose