7
Usage guidelines
The datapath ID uniquely identifies an OpenFlow instance.
Examples
# Set the datapath ID to
123456
for OpenFlow instance 1.
<Sysname> system-view
[Sysname] openflow instance 1
[Sysname-of-inst-1] datapath-id 123456
default table-miss permit
Use
default table-miss permit
to configure the default action of table-miss flow entries to
forward packets to the normal pipeline.
Use
undo default table-miss permit
to restore the default.
Syntax
default table-miss permit
undo default table-miss permit
Default
The default action of a table-miss flow entry is to drop packets.
Views
OpenFlow instance view
Predefined user roles
network-admin
Examples
# Configure the default action of table-miss flow entries to forward packets to the normal pipeline.
<Sysname> system-view
[Sysname] openflow instance 1
[Sysname-of-inst-1] default table-miss permit
description
Use
description
to configure a description for an OpenFlow instance.
Use
undo description
to restore the default.
Syntax
description
text
undo description
Default
An OpenFlow instance does not have a description.
Views
OpenFlow instance view
Predefined user roles
network-admin