C613-50170-01 Rev B
Command Reference for x510 Series
2042
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
O
PEN
F
LOW
C
OMMANDS
OPENFLOW
DATAPATH
-
ID
openflow datapath-id
Overview
Use this command to change the Datapath Identifier (DPID) of the OpenFlow
switch.
Use the
no
variant of this command to revert back to the default DPID.
Syntax
openflow datapath-id <
DPID
>
no openflow datapath-id
Default
Each OpenFlow instance on a switch is identified by a Datapath Identifier. This is a
64 bit number. By default, the lower 48 bits are configured based on the switch
MAC address. The top 16 bits are padded with zeros.
Mode
Global Configuration
Usage
This command changes the DPID which is used as the OpenFlow switch ID in
OpenFlow Controller(s).
Example
To change the DPID to “0000000000000001” use the commands:
awplus#
configure terminal
awplus(config)#
openflow datapath-id 1
To revert back to the default DPID, use the commands:
awplus#
configure terminal
awplus(config)#
no openflow datapath-id
Related
Commands
Command
changes
Version 5.4.7-1.1: command added
Parameter
Description
<DPID>
The DPID field consists of 16 Hex digits. If you specify a DPID less
than 16 Hex digits, then the upper bits are padded out with zeros.