C613-50100-01 REV C Command Reference for x930 Series 2416
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
OPENFLOW COMMANDS
SHOW
OPENFLOW FLOWS
show openflow flows
Overview Use this command to display the entries of the flow table on the switch.
Syntax
show openflow flows
Mode User Exec/Privileged Exec
Example To show the entries of the flow table on the switch:
awplus# show openflow flows
Output Figure 50-4: Example output from show openflow flows
Related
Commands
show openflow coverage
show openflow rules
awplus# show openflow flows
recirc_id(0),in_port(4),eth(src=00:23:45:67:89:ab,dst=00:de:f0:12:
34:56),eth_type(0x0800),ipv4(frag=no), packets:2, bytes:692,
used:2.436s,
actions:1recirc_id(0),in_port(1),eth(src=00:23:45:67:89:ab/00:01:0
0:00:00:00,dst=00:de:f0:12:34:56),eth_type(0x0800),ipv4(frag=no),
packets:2, bytes:692, used:2.435s,
actions:4recirc_id(0),in_port(1),eth(src=00:23:45:67:89:ab/00:01:0
0:00:00:00,dst=00:de:f0:12:34:56),eth_type(0x0806), packets:0,
bytes:0, used:never,
actions:4recirc_id(0),in_port(4),eth(src=00:23:45:67:89:ab,dst=00:
de:f0:12:34:56),eth_type(0x0806), packets:0, bytes:0, used:never,
actions:1
Table 50-3: Parameters in the output from show openflow flows
Parameter Description
recirc_id The recirc ID
in_port The port number of the OpenFlow port
eth The source and destination MAC address of the packet
eth_type The Ethernet type
ipv4 The information in the IPv4 header
packets The number of matched packets
bytes The number of matched bytes
actions A set of actions for the packets that match the key