Hi,

No, you can't simply drop that in.  You'd need to create a
dictionary.waverider that looks like the dictionaries in
/usr/local/share/freeradius.  Cut and paste the section below in to a
file of that name and then add the line

$INCLUDE dictionary.waverider

In the file /usr/local/share/freeradius/dictionary.

===cut here===

VENDOR  Waverider       2979

ATTRIBUTE       Waverider-Grade-Of-Service       1      integer
Waverider
ATTRIBUTE       Waverider-Priority-Enabled       2      integer
Waverider
ATTRIBUTE       Waverider-Current-Password       5      string
Waverider
ATTRIBUTE       Waverider-New-Password           6      string
Waverider
ATTRIBUTE       Waverider-Radio-Frequency        7      integer
Waverider
ATTRIBUTE       WaveRider-SNMP-Read-Community    8      string
Waverider
ATTRIBUTE       WaveRider-SNMP-Write-Community 9        string
Waverider
ATTRIBUTE       WaveRider-SNMP-Trap-Community   10      string
Waverider
ATTRIBUTE       WaveRider-SNMP-Contact          11      string
Waverider
ATTRIBUTE       WaveRider-SNMP-Location         12      string
Waverider
ATTRIBUTE       WaveRider-SNMP-Name             13      string
Waverider               
ATTRIBUTE       WaveRider-Max-Customers         14      integer
Waverider 
ATTRIBUTE       WaveRider-Rf-Power              15      integer
Waverider

VALUE           Waverider-Grade-Of-Service      be              1
VALUE           Waverider-Grade-Of-Service      bronze  2
VALUE           Waverider-Grade-Of-Service      silver  3
VALUE           Waverider-Grade-Of-Service      gold            4
VALUE           WaveRider-Priority-Enabled      disabled        0
VALUE           WaveRider-Priority-Enabled      enabled         1
VALUE           WaveRider-Radio-Frequency       auto            1
VALUE           WaveRider-Radio-Frequency       nomadic 2
VALUE           WaveRider-Radio-Frequency       9050            3
VALUE           WaveRider-Radio-Frequency       9116            4

VALUE           WaveRider-Radio-Frequency       9184            5
VALUE           WaveRider-Radio-Frequency       9250            6
VALUE           WaveRider-Radio-Frequency       9084            7
VALUE           WaveRider-Radio-Frequency       9150            8
VALUE           WaveRider-Radio-Frequency       9216            9
VALUE           WaveRider-Rf-Power              15              1
VALUE           WaveRider-Rf-Power              16              2
VALUE           WaveRider-Rf-Power              17              3
VALUE           WaveRider-Rf-Power              18              4
VALUE           WaveRider-Rf-Power              19              5
VALUE           WaveRider-Rf-Power              20              6
VALUE           WaveRider-Rf-Power              21              7
VALUE           WaveRider-Rf-Power              22              8
VALUE           WaveRider-Rf-Power              23              9
VALUE           WaveRider-Rf-Power              24              10
VALUE           WaveRider-Rf-Power              25              11
VALUE           WaveRider-Rf-Power              26              12

===end here===

Hope that helps,

Guy

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of A. Clausen
> Sent: 07 April 2005 18:02
> To: FreeRadius Mailing List
> Subject: Steelbelted Radius Dictionary File
> 
> 
> We have a piece of hardware that came with the following 
> dictionary file 
> for Steelbelted Radius, and I'm simply not Radius-smart 
> enough to figure 
> out whether this is going to drop into Freeradius without some 
> modification.  It sure looks like it's going to need 
> massaging, but I dunno.
> 
> ##############################################################
> ##################
> # WaveRider.dct - WaveRider LMS4000 dictionary
> #
> # This dictionary contains WaveRider LMS4000 Specific 
> Attributes # # (See README.DCT for more details on the format 
> of this file) 
> ##############################################################
> ##################
> # Use the Radius specification attributes
> #
> @radius.dct
> 
> #
> # WaveRider specific parameters
> #
> MACRO WaveRider-VSA(t,s) 26 [vid=2979 type1=%t% len1=+2 data=%s%]
> 
> ATTRIBUTE WaveRider-Grade-of-Service  WaveRider-VSA(1, integer) r
> VALUE     WaveRider-Grade-of-Service  be                      1
> VALUE     WaveRider-Grade-of-Service  bronze          2
> VALUE     WaveRider-Grade-of-Service  silver          3
> VALUE     WaveRider-Grade-of-Service  gold                    4
> 
> ATTRIBUTE WaveRider-Priority-Enabled  WaveRider-VSA(2, integer) r
> VALUE     WaveRider-Priority-Enabled  disabled                0
> VALUE     WaveRider-Priority-Enabled  enabled                 1
> 
> ATTRIBUTE WaveRider-Current-Password  WaveRider-VSA(5, string) r
> ATTRIBUTE WaveRider-New-Password      WaveRider-VSA(6, string) r
> 
> ATTRIBUTE WaveRider-Radio-Frequency   WaveRider-VSA(7, integer) r
> VALUE     WaveRider-Radio-Frequency   auto                    1
> VALUE     WaveRider-Radio-Frequency   nomadic                 2
> VALUE     WaveRider-Radio-Frequency   9050 9050               3
> VALUE     WaveRider-Radio-Frequency   9116 9116               
> 4             
> VALUE     WaveRider-Radio-Frequency   9184 9184               5
> VALUE     WaveRider-Radio-Frequency   9250 9250               6
> VALUE     WaveRider-Radio-Frequency   9084 9084               7
> VALUE     WaveRider-Radio-Frequency   9150 9150               8
> VALUE     WaveRider-Radio-Frequency   9216 9216               9
> 
> ATTRIBUTE WaveRider-SNMP-Read-Community       
> WaveRider-VSA(8, string) r
> ATTRIBUTE WaveRider-SNMP-Write-Community WaveRider-VSA(9, string) r
> ATTRIBUTE WaveRider-SNMP-Trap-Community       
> WaveRider-VSA(10, string) r
> ATTRIBUTE WaveRider-SNMP-Contact      WaveRider-VSA(11, string) r
> ATTRIBUTE WaveRider-SNMP-Location     WaveRider-VSA(12, string) r
> ATTRIBUTE WaveRider-SNMP-Name                 
> WaveRider-VSA(13, string) r
> 
> ATTRIBUTE WaveRider-Max-Customers     WaveRider-VSA(14, integer) r
> 
> ATTRIBUTE WaveRider-Rf-Power          WaveRider-VSA(15, integer) r
> VALUE     WaveRider-Rf-Power          15 15                   1
> VALUE     WaveRider-Rf-Power          16 16                   2
> VALUE     WaveRider-Rf-Power          17 17                   3
> VALUE     WaveRider-Rf-Power          18 18                   4
> VALUE     WaveRider-Rf-Power          19 19                   5
> VALUE     WaveRider-Rf-Power          20 20                   6
> VALUE     WaveRider-Rf-Power          21 21                   7
> VALUE     WaveRider-Rf-Power          22 22                   8
> VALUE     WaveRider-Rf-Power          23 23                   9
> VALUE     WaveRider-Rf-Power          24 24                   10
> VALUE     WaveRider-Rf-Power          25 25                   11
> VALUE     WaveRider-Rf-Power          26 26                   12
>                       
> 
> 
> ##############################################################
> ##################
> # WaveRider.dct - WaveRider LMS4000 dictionary 
> ##############################################################
> ##################
> 
> - 
> List info/subscribe/unsubscribe? See 
> http://www.freeradius.org/list/users.html
> 

This e-mail is private and may be confidential and is for the intended 
recipient only.  If misdirected, please notify us by telephone and confirm that 
it has been deleted from your system and any copies destroyed.  If you are not 
the intended recipient you are strictly prohibited from using, printing, 
copying, distributing or disseminating this e-mail or any information contained 
in it.  We use reasonable endeavours to virus scan all e-mails leaving the 
Company but no warranty is given that this e-mail and any attachments are virus 
free.  You should undertake your own virus checking.  The right to monitor 
e-mail communications through our network is reserved by us. 



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to