Scroll to navigation

RYU-MANAGER(8) Ryu RYU-MANAGER(8)

NAME

ryu-manager - management for Ryu application

SYNOPSIS

ryu-manager [-h] [--app-lists APP_LISTS] [--ca-certs CA_CERTS] [--config-dir DIR] [--config-file PATH] [--ctl-cert CTL_CERT] [--ctl-privkey CTL_PRIVKEY] [--default-log-level DEFAULT_LOG_LEVEL] [--explicit-drop] [--install-lldp-flow] [--log-config-file LOG_CONFIG_FILE] [--log-dir LOG_DIR] [--log-file LOG_FILE] [--log-file-mode LOG_FILE_MODE] [--neutron-admin-auth-url NEUTRON_ADMIN_AUTH_URL] [--neutron-admin-password NEUTRON_ADMIN_PASSWORD] [--neutron-admin-tenant-name NEUTRON_ADMIN_TENANT_NAME] [--neutron-admin-username NEUTRON_ADMIN_USERNAME] [--neutron-auth-strategy NEUTRON_AUTH_STRATEGY] [--neutron-controller-addr NEUTRON_CONTROLLER_ADDR] [--neutron-url NEUTRON_URL] [--neutron-url-timeout NEUTRON_URL_TIMEOUT] [--noexplicit-drop] [--noinstall-lldp-flow] [--noobserve-links] [--nouse-stderr] [--nouse-syslog] [--noverbose] [--observe-links] [--ofp-listen-host OFP_LISTEN_HOST] [--ofp-ssl-listen-port OFP_SSL_LISTEN_PORT] [--ofp-tcp-listen-port OFP_TCP_LISTEN_PORT] [--use-stderr] [--use-syslog] [--verbose] [--version] [--wsapi-host WSAPI_HOST] [--wsapi-port WSAPI_PORT] [--test-switch-dir TEST-SWITCH_DIR] [--test-switch-target TEST-SWITCH_TARGET] [--test-switch-tester TEST-SWITCH_TESTER] [app [app ...]]

DESCRIPTION

ryu-manager is the executable for Ryu applications. ryu-manager loads Ryu applications and run it.

Ryu is a component-based software defined networking framework. Ryu provides software components with well defined API that make it easy for developers to create new network management and control applications. Ryu supports various protocols for managing network devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions.

OPTIONS

application module name to run

show this help message and exit
--app-lists APP_LISTS
application module name to run
CA certificates
Path to a config directory to pull *.conf files from. This file set is sorted, so as to provide a predictable parse order if individual options are over-ridden. The set is parsed after the file(s) specified via previous --config-file, arguments hence over-ridden options in the directory take precedence.
Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence. The default files used are: None
controller certificate
controller private key
default log level
link discovery: explicitly drop lldp packet in
link discovery: explicitly install flow entry to send lldp packet to controller
Path to a logging config file to use
log file directory
log file name
default log file permission
auth url for connecting to neutron in admin context
password for connecting to neutron in admin context
tenant name for connecting to neutron in admin context
username for connecting to neutron in admin context
auth strategy for connecting to neutron in admincontext
openflow method:address:port to set controller ofovs bridge
URL for connecting to neutron
timeout value for connecting to neutron in seconds
The inverse of --explicit-drop
The inverse of --install-lldp-flow
The inverse of --observe-links
The inverse of --use-stderr
The inverse of --use-syslog
The inverse of --verbose
observe link discovery events.
openflow listen host
openflow ssl listen port
openflow tcp listen port
log to standard error
output to syslog
show debug output
show program's version number and exit
webapp listen host
webapp listen port
test files directory
target sw dp-id
tester sw dp-id

AUTHOR

Ryu development team

COPYRIGHT

2011-2019 Nippon Telegraph and Telephone Corporation

July 18, 2019 4.30