17-6
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
Chapter 17 Enabling Management by REST API
Overview of Installation
Configuring onep
The Open Network Environment Programming Interface (onep) is used to define the service set for
Cisco IOS and the REST API. Configure onep as follows.
SUMMARY STEPS
1. conf t
2. onep
3. service set vty
4. end
DETAILED STEPS
Disabling REST API Support
Support for the REST API is enabled by default. The following procedure disables the REST API.
SUMMARY STEPS
1. enable
2. configure terminal
Command or Action Purpose
Step 1
conf t
Example:
asr1k#conf t
Enter configuration commands, one per line. End
with CNTL/Z.
Enters configuration mode.
Step 2
onep
Example:
asr1k(config)#onep
Enters onep mode.
Step 3
service set vty
Example:
asr1k(config-onep)#service set vty
Select the vty service set.
Step 4
end
Example:
asr1k(config-onep)#end
asr1k#
Exit onep mode.