Configure EFA Mode

Procedure

  1. Determine the EFA mode.
    • Secure mode - https
    • Standard mode - http
  2. Configure the required mode in the ml2_conf_extreme.ini file.
    efa_rest_token = eyJhbGciOiJSUzI1NiIsImtpZCI6IjEuMCIsInR5cCI6IkpXVCJ9 <<<<<Complete token String>>>>>>
    efa_cert_file = /usr/local/share/ca-certificates/extreme-ca-chain.crt
    efa_secure_mode = True
    #efa_secure_mode = False
    #https
    efa_port = 443
    #http
    #efa_port = 80
    efa_host = efa.extremenetworks.com
    
    region_name = RegionOne
    fabric_name = Fabric1
    [efa_topology]
    efa_link_mapping_file = /home/administrator/networking-extreme/link.csv
    
    For description of tokens, see Token Description.