Skip to main content
mforbes
Staff
Staff
February 16, 2015

Technical Tip: Moving Hardware Tokens between VDOMs

  • February 16, 2015
  • 0 replies
  • 6036 views

Description

 

This article explains how to move hardware Tokens between VDOMs. 
 
Scope
 
FortiGate.


Solution

 
From the GUI
 
  • Go to VDOM where Tokens are available.
  • Copy the serial numbers of the FortiTokens to a Notepad.
  • Erase Tokens from current VDOM.
  • Go to new VDOM.
  • Select 'Create New'.
  • Type:  Hard Token
  • Serial Number:  <Original Serial from previous VDOM> (Paste back from Notepad)
  • Select 'OK'.
 
From the CLI:
 
config vdom
    edit <vdom where tokens are located>
        diag fortitoken info
 
  • Copy the Token list to Notepad
  • Erase Tokens from current VDOM.
  • Add Tokens:
 
edit <vdom where tokens are going>
config user fortitoken
     edit <fortitoken number>
          next
     edit <fortitoken number>
end
 
 
Note: 
Tokens must not be assigned to users to move them.