Radius based VLAN Pooling on E-Series

At the end of the document

Radius based VLAN Pooling on E-Series

there is this example

john Cleartext-Password := "sm!th"
    Tunnel-Type = VLAN,
    Tunnel-Medium-Type = IEEE-802,
    Tunnel-Private-Group-Id = 10
Cambium-Vlan-Pool-Id = "pool1"

later there is a link to a document with some Cambium Radius details in dictionary.

In the dictionary I can't find the attribute

 Cambium-Vlan-Pool-Id

but

 CAMB-WIFI-VLAN-POOL-NAME

 witch one is correct?

where can I find the complete dictionary that include the attribute Cambium-Vlan-Pool-Id?

Regards

Both " Cam-vlan-Pool-Id"  or   "CAMB-WIFI-VLAN-POOL-NAME"  would work fine . Whichever attribute is used  in Dictionary , same attribute should be updated in user file as well . Suppose If you have used 

"CAMB-WIFI-VLAN-POOL-NAME" in Dictionary , "CAMB-WIFI-VLAN-POOL-NAME" should be used in user file as well

  Below is the sample  attributes to included in Dictionary file : 

BEGIN-VENDOR    Cambium

ATTRIBUTE  CAMB-WIFI-QUOTA-UP 151 integer

ATTRIBUTE  CAMB-WIFI-QUOTA-DOWN 152 integer

ATTRIBUTE  CAMB-WIFI-QUOTA-UP-GIGAWORD 153 integer

ATTRIBUTE  CAMB-WIFI-QUOTA-DOWN-GIGAWORD 154 integer

ATTRIBUTE  CAMB-WIFI-QUOTA-TOTAL 155 integer

ATTRIBUTE  CAMB-WIFI-QUOTA-TOTAL-GIGAWORD 156 integer

ATTRIBUTE  CAMB-WIFI-VLAN-POOL-NAME 157 string

END-VENDOR  Cambium

And the corresponding user in user file should be 

"john"     clear-text-password : = "testing123"

               CAMB-WIFI-VLAN-POOL-NAME :="pool1"