C613-50631-01 Rev A Command Reference for IE340 Series 2607
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
OPENFLOW COMMANDS
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 notes 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
show openflow status
Command
changes
Version 5.4.7-1.1: command added
Version 5.4.7-2.1: command added to IE300, IE500 series products
Version 5.4.8-0.2: added to SBx908 GEN2
Version 5.4.8-1.1: added to IE210L series products
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.