Users Guide

Table Of Contents
Message type description Request/Reply Body Message Support
Group counter statistics
The request body is struct
ofp_group_stats_request
The reply is an array of
struct ofp_group_stats
OFPMP_GROUP = 6 Not supported
Group description
The request body is empty
The reply body is an array of
struct
ofp_group_desc_stats
OFPMP_GROUP_DESC = 7 Not supported
Group features
The request body is empty
The reply body is struct
ofp_group_features
OFPMP_GROUP_FEATURES =
8
Not supported
Meter statistics
The request body is struct
ofp_meter_multipart_reques
ts
The reply body is an array of
struct ofp_meter_stats
OFPMP_METER = 9 Not supported
Meter configuration
The request body is struct
ofp_meter_multipart_reques
ts
The reply body is an array of
struct ofp_meter_config
OFPMP_METER_CONFIG = 10 Not supported
Meter features
The request body is empty
The reply body is struct
ofp_meter_features
OFPMP_METER_FEATURES =
11
Not supported
Table features
The request body is empty
or contains an array of struct
ofp_table_features that
includes the controller's
desired view of the switch.
If the switch is unable to set
the specified view an error is
returned
The reply body is an array of
struct ofp_table_features
OFPMP_TABLE_FEATURES =
12
Supported
Port description
The request body is empty
The reply body is an array of
struct ofp_port
OFPMP_PORT_DESC = 13 Supported
Switch description
The OFPMP_DESC multipart request type includes information about the switch manufacturer, hardware revision, software revision,
serial number, and description.
Table 74. Supported descriptions
Switch description Supported/Not supported
char mfr_desc[DESC_STR_LEN] Supported
char hw_desc[DESC_STR_LEN] Supported
char sw_desc[DESC_STR_LEN] Supported
char serial_num[SERIAL_NUM_LEN] Supported
char dp_desc[DESC_STR_LEN] Supported
998 OpenFlow