Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show openflow groups

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show openflow groups
<brief | details | summary>
<group-id>

Description

Display information about OpenFlow groups. Groups are supported only on Juniper Networks devices running OpenFlow v1.3.1 or later.

Options

none

Display information for all groups.

brief | detail | summary

(Optional) Display the specified level of output.

group-id

(Optional) Display information about the specified group only.

Required Privilege Level

admin

Output Fields

Table 1 describes the output fields for the show openflow groups command. Table 1 lists the output fields in the approximate order in which they are displayed in the sample output.

Table 1: show openflow groups Output Fields

Field Name

Field Description

Group ID

Unique identifier assigned to a group by the OpenFlow controller.

Type

Group type, which can be either All or Indirect.

Number of Buckets

Number of buckets for a particular group. A group can have 0 to 32 buckets.

Number of Flow Reference

Number of flow entries that point to a particular group.

Bucket

Information about each bucket for a particular group.

Actions

Set of action(s) applied to a packet when it matches the flow entry.

Switch Name

User-configured identifier for the OpenFlow virtual switch on which the flow resides.

Number of Groups

Number of groups that currently exist in the OpenFlow virtual switch.

Flow

Identifier associated with a particular flow entry.

Sample Output

show openflow groups

content_copy zoom_out_map
user@host> show openflow groups

Group                  Type          Number of           Number of Flow
ID                                   Buckets             Reference
50                     All           2                   1
51                     All           2                   1
60                     Indirect      1                   0

show openflow groups brief

content_copy zoom_out_map
user@host> show openflow groups brief

Group                  Type          Number of           Number of Flow
ID                                   Buckets             Reference
50                     All           2                   1
51                     All           2                   1
60                     Indirect      1                   0

show openflow groups detail

content_copy zoom_out_map
user@host> show openflow groups detail

Group Id: 50                    Type: All
Bucket Bucket 1
      Actions: VLAN ID 2022, Output port 2,
Bucket Bucket 2
      Actions: VLAN ID 3022, Output port 4,

Group Id: 51                    Type: All
Bucket Bucket 3
      Actions: VLAN ID 2001, Output port 1,
Bucket Bucket 4
      Actions: VLAN ID 3001, Output port 3,

Group Id: 60                    Type: Indirect
Bucket Bucket 5
      Actions: VLAN ID 2060, Output port 3,

show openflow groups summary

content_copy zoom_out_map
user@host> show openflow groups summary

Switch Name                                                      Number of Groups
OF-ex92k                                                         3

show openflow groups (Specific Group)

content_copy zoom_out_map
user@host> show openflow groups 50

Group                  Type          Number of           Number of Flow
ID                                   Buckets             Reference
50                     All           2                   1

show openflow groups brief (Specific Group)

content_copy zoom_out_map
user@host> show openflow groups 50 brief

Group                  Type          Number of           Number of Flow
ID                                   Buckets             Reference
50                     All           2                   1

show openflow groups detail (Specific Group)

content_copy zoom_out_map
user@host> show openflow groups 50 detail

Group Id: 50                    Type: All
Bucket 1
      Actions: VLAN ID 2022, Output port 2,
Bucket 2
      Actions: VLAN ID 3022, Output port 4,
Flow 570710622208

show openflow groups summary (Specific Group)

content_copy zoom_out_map
user@host> show openflow groups 50 summary

Group                  Type          Number of           Number of Flow
ID                                   Buckets             Reference
50                     All           2                   1

Release Information

Command introduced in Junos OS Release 14.1X53-D10.

footer-navigation