Initial push 0.2.0

This commit is contained in:
Alex Rennie-Lis
2024-04-05 22:57:26 +01:00
parent 93472ae250
commit 1d8bd0c989
55 changed files with 3515 additions and 0 deletions

View File

@@ -0,0 +1,137 @@
# -*- text -*-
#
# Attributes and values defined in RFC 2865.
# http://www.ietf.org/rfc/rfc2865.txt
#
# $Id: dictionary.rfc2865 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE User-Name 1 string
ATTRIBUTE User-Password 2 string encrypt=1
ATTRIBUTE CHAP-Password 3 octets
ATTRIBUTE NAS-IP-Address 4 ipaddr
ATTRIBUTE NAS-Port 5 integer
ATTRIBUTE Service-Type 6 integer
ATTRIBUTE Framed-Protocol 7 integer
ATTRIBUTE Framed-IP-Address 8 ipaddr
ATTRIBUTE Framed-IP-Netmask 9 ipaddr
ATTRIBUTE Framed-Routing 10 integer
ATTRIBUTE Filter-Id 11 string
ATTRIBUTE Framed-MTU 12 integer
ATTRIBUTE Framed-Compression 13 integer
ATTRIBUTE Login-IP-Host 14 ipaddr
ATTRIBUTE Login-Service 15 integer
ATTRIBUTE Login-TCP-Port 16 integer
# Attribute 17 is undefined
ATTRIBUTE Reply-Message 18 string
ATTRIBUTE Callback-Number 19 string
ATTRIBUTE Callback-Id 20 string
# Attribute 21 is undefined
ATTRIBUTE Framed-Route 22 string
ATTRIBUTE Framed-IPX-Network 23 ipaddr
ATTRIBUTE State 24 octets
ATTRIBUTE Class 25 octets
ATTRIBUTE Vendor-Specific 26 octets
ATTRIBUTE Session-Timeout 27 integer
ATTRIBUTE Idle-Timeout 28 integer
ATTRIBUTE Termination-Action 29 integer
ATTRIBUTE Called-Station-Id 30 string
ATTRIBUTE Calling-Station-Id 31 string
ATTRIBUTE NAS-Identifier 32 string
ATTRIBUTE Proxy-State 33 octets
ATTRIBUTE Login-LAT-Service 34 string
ATTRIBUTE Login-LAT-Node 35 string
ATTRIBUTE Login-LAT-Group 36 octets
ATTRIBUTE Framed-AppleTalk-Link 37 integer
ATTRIBUTE Framed-AppleTalk-Network 38 integer
ATTRIBUTE Framed-AppleTalk-Zone 39 string
ATTRIBUTE CHAP-Challenge 60 octets
ATTRIBUTE NAS-Port-Type 61 integer
ATTRIBUTE Port-Limit 62 integer
ATTRIBUTE Login-LAT-Port 63 string
#
# Integer Translations
#
# Service types
VALUE Service-Type Login-User 1
VALUE Service-Type Framed-User 2
VALUE Service-Type Callback-Login-User 3
VALUE Service-Type Callback-Framed-User 4
VALUE Service-Type Outbound-User 5
VALUE Service-Type Administrative-User 6
VALUE Service-Type NAS-Prompt-User 7
VALUE Service-Type Authenticate-Only 8
VALUE Service-Type Callback-NAS-Prompt 9
VALUE Service-Type Call-Check 10
VALUE Service-Type Callback-Administrative 11
# Framed Protocols
VALUE Framed-Protocol PPP 1
VALUE Framed-Protocol SLIP 2
VALUE Framed-Protocol ARAP 3
VALUE Framed-Protocol Gandalf-SLML 4
VALUE Framed-Protocol Xylogics-IPX-SLIP 5
VALUE Framed-Protocol X.75-Synchronous 6
# Framed Routing Values
VALUE Framed-Routing None 0
VALUE Framed-Routing Broadcast 1
VALUE Framed-Routing Listen 2
VALUE Framed-Routing Broadcast-Listen 3
# Framed Compression Types
VALUE Framed-Compression None 0
VALUE Framed-Compression Van-Jacobson-TCP-IP 1
VALUE Framed-Compression IPX-Header-Compression 2
VALUE Framed-Compression Stac-LZS 3
# Login Services
VALUE Login-Service Telnet 0
VALUE Login-Service Rlogin 1
VALUE Login-Service TCP-Clear 2
VALUE Login-Service PortMaster 3
VALUE Login-Service LAT 4
VALUE Login-Service X25-PAD 5
VALUE Login-Service X25-T3POS 6
VALUE Login-Service TCP-Clear-Quiet 8
# Login-TCP-Port (see /etc/services for more examples)
VALUE Login-TCP-Port Telnet 23
VALUE Login-TCP-Port Rlogin 513
VALUE Login-TCP-Port Rsh 514
# Termination Options
VALUE Termination-Action Default 0
VALUE Termination-Action RADIUS-Request 1
# NAS Port Types
VALUE NAS-Port-Type Async 0
VALUE NAS-Port-Type Sync 1
VALUE NAS-Port-Type ISDN 2
VALUE NAS-Port-Type ISDN-V120 3
VALUE NAS-Port-Type ISDN-V110 4
VALUE NAS-Port-Type Virtual 5
VALUE NAS-Port-Type PIAFS 6
VALUE NAS-Port-Type HDLC-Clear-Channel 7
VALUE NAS-Port-Type X.25 8
VALUE NAS-Port-Type X.75 9
VALUE NAS-Port-Type G.3-Fax 10
VALUE NAS-Port-Type SDSL 11
VALUE NAS-Port-Type ADSL-CAP 12
VALUE NAS-Port-Type ADSL-DMT 13
VALUE NAS-Port-Type IDSL 14
VALUE NAS-Port-Type Ethernet 15
VALUE NAS-Port-Type xDSL 16
VALUE NAS-Port-Type Cable 17
VALUE NAS-Port-Type Wireless-Other 18
VALUE NAS-Port-Type Wireless-802.11 19

View File

@@ -0,0 +1,56 @@
# -*- text -*-
#
# Attributes and values defined in RFC 2866.
# http://www.ietf.org/rfc/rfc2866.txt
#
# $Id: dictionary.rfc2866 39598 2011-10-26 05:33:30Z etxrab $
#
ATTRIBUTE Acct-Status-Type 40 integer
ATTRIBUTE Acct-Delay-Time 41 integer
ATTRIBUTE Acct-Input-Octets 42 integer
ATTRIBUTE Acct-Output-Octets 43 integer
ATTRIBUTE Acct-Session-Id 44 string
ATTRIBUTE Acct-Authentic 45 integer
ATTRIBUTE Acct-Session-Time 46 integer
ATTRIBUTE Acct-Input-Packets 47 integer
ATTRIBUTE Acct-Output-Packets 48 integer
ATTRIBUTE Acct-Terminate-Cause 49 integer
ATTRIBUTE Acct-Multi-Session-Id 50 string
ATTRIBUTE Acct-Link-Count 51 integer
# Accounting Status Types
VALUE Acct-Status-Type Start 1
VALUE Acct-Status-Type Stop 2
VALUE Acct-Status-Type Interim-Update 3
VALUE Acct-Status-Type Accounting-On 7
VALUE Acct-Status-Type Accounting-Off 8
VALUE Acct-Status-Type Failed 15
# Authentication Types
VALUE Acct-Authentic RADIUS 1
VALUE Acct-Authentic Local 2
VALUE Acct-Authentic Remote 3
VALUE Acct-Authentic Diameter 4
# Acct Terminate Causes
VALUE Acct-Terminate-Cause User-Request 1
VALUE Acct-Terminate-Cause Lost-Carrier 2
VALUE Acct-Terminate-Cause Lost-Service 3
VALUE Acct-Terminate-Cause Idle-Timeout 4
VALUE Acct-Terminate-Cause Session-Timeout 5
VALUE Acct-Terminate-Cause Admin-Reset 6
VALUE Acct-Terminate-Cause Admin-Reboot 7
VALUE Acct-Terminate-Cause Port-Error 8
VALUE Acct-Terminate-Cause NAS-Error 9
VALUE Acct-Terminate-Cause NAS-Request 10
VALUE Acct-Terminate-Cause NAS-Reboot 11
VALUE Acct-Terminate-Cause Port-Unneeded 12
VALUE Acct-Terminate-Cause Port-Preempted 13
VALUE Acct-Terminate-Cause Port-Suspended 14
VALUE Acct-Terminate-Cause Service-Unavailable 15
VALUE Acct-Terminate-Cause Callback 16
VALUE Acct-Terminate-Cause User-Error 17
VALUE Acct-Terminate-Cause Host-Request 18

View File

@@ -0,0 +1,16 @@
# -*- text -*-
#
# Attributes and values defined in RFC 2867.
# http://www.ietf.org/rfc/rfc2867.txt
#
# $Id: dictionary.rfc2867 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE Acct-Tunnel-Connection 68 string
ATTRIBUTE Acct-Tunnel-Packets-Lost 86 integer
VALUE Acct-Status-Type Tunnel-Start 9
VALUE Acct-Status-Type Tunnel-Stop 10
VALUE Acct-Status-Type Tunnel-Reject 11
VALUE Acct-Status-Type Tunnel-Link-Start 12
VALUE Acct-Status-Type Tunnel-Link-Stop 13
VALUE Acct-Status-Type Tunnel-Link-Reject 14

View File

@@ -0,0 +1,54 @@
# -*- text -*-
#
# Attributes and values defined in RFC 2868.
# http://www.ietf.org/rfc/rfc2868.txt
#
# $Id: dictionary.rfc2868 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE Tunnel-Type 64 integer has_tag
ATTRIBUTE Tunnel-Medium-Type 65 integer has_tag
ATTRIBUTE Tunnel-Client-Endpoint 66 string has_tag
ATTRIBUTE Tunnel-Server-Endpoint 67 string has_tag
ATTRIBUTE Tunnel-Password 69 string has_tag,encrypt=2
ATTRIBUTE Tunnel-Private-Group-Id 81 string has_tag
ATTRIBUTE Tunnel-Assignment-Id 82 string has_tag
ATTRIBUTE Tunnel-Preference 83 integer has_tag
ATTRIBUTE Tunnel-Client-Auth-Id 90 string has_tag
ATTRIBUTE Tunnel-Server-Auth-Id 91 string has_tag
# Tunnel Type
VALUE Tunnel-Type PPTP 1
VALUE Tunnel-Type L2F 2
VALUE Tunnel-Type L2TP 3
VALUE Tunnel-Type ATMP 4
VALUE Tunnel-Type VTP 5
VALUE Tunnel-Type AH 6
VALUE Tunnel-Type IP 7
VALUE Tunnel-Type MIN-IP 8
VALUE Tunnel-Type ESP 9
VALUE Tunnel-Type GRE 10
VALUE Tunnel-Type DVS 11
VALUE Tunnel-Type IP-in-IP 12
# Tunnel Medium Type
VALUE Tunnel-Medium-Type IP 1
VALUE Tunnel-Medium-Type IPv4 1
VALUE Tunnel-Medium-Type IPv6 2
VALUE Tunnel-Medium-Type NSAP 3
VALUE Tunnel-Medium-Type HDLC 4
VALUE Tunnel-Medium-Type BBN-1822 5
VALUE Tunnel-Medium-Type IEEE-802 6
VALUE Tunnel-Medium-Type E.163 7
VALUE Tunnel-Medium-Type E.164 8
VALUE Tunnel-Medium-Type F.69 9
VALUE Tunnel-Medium-Type X.121 10
VALUE Tunnel-Medium-Type IPX 11
VALUE Tunnel-Medium-Type Appletalk 12
VALUE Tunnel-Medium-Type DecNet-IV 13
VALUE Tunnel-Medium-Type Banyan-Vines 14
VALUE Tunnel-Medium-Type E.164-NSAP 15

View File

@@ -0,0 +1,39 @@
# -*- text -*-
#
# Attributes and values defined in RFC 2869.
# http://www.ietf.org/rfc/rfc2869.txt
#
# $Id: dictionary.rfc2869 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE Acct-Input-Gigawords 52 integer
ATTRIBUTE Acct-Output-Gigawords 53 integer
ATTRIBUTE Event-Timestamp 55 date
ATTRIBUTE ARAP-Password 70 octets # 16 octets of data
ATTRIBUTE ARAP-Features 71 octets # 14 octets of data
ATTRIBUTE ARAP-Zone-Access 72 integer
ATTRIBUTE ARAP-Security 73 integer
ATTRIBUTE ARAP-Security-Data 74 string
ATTRIBUTE Password-Retry 75 integer
ATTRIBUTE Prompt 76 integer
ATTRIBUTE Connect-Info 77 string
ATTRIBUTE Configuration-Token 78 string
ATTRIBUTE EAP-Message 79 octets
ATTRIBUTE Message-Authenticator 80 octets
ATTRIBUTE ARAP-Challenge-Response 84 octets # 8 octets of data
ATTRIBUTE Acct-Interim-Interval 85 integer
# 86: RFC 2867
ATTRIBUTE NAS-Port-Id 87 string
ATTRIBUTE Framed-Pool 88 string
# ARAP Zone Access
VALUE ARAP-Zone-Access Default-Zone 1
VALUE ARAP-Zone-Access Zone-Filter-Inclusive 2
VALUE ARAP-Zone-Access Zone-Filter-Exclusive 4
# Prompt
VALUE Prompt No-Echo 0
VALUE Prompt Echo 1

View File

@@ -0,0 +1,13 @@
# -*- text -*-
#
# Attributes and values defined in RFC 3162.
# http://www.ietf.org/rfc/rfc3162.txt
#
# $Id: dictionary.rfc3162 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE NAS-IPv6-Address 95 ipv6addr
ATTRIBUTE Framed-Interface-Id 96 ifid
ATTRIBUTE Framed-IPv6-Prefix 97 ipv6prefix
ATTRIBUTE Login-IPv6-Host 98 ipv6addr
ATTRIBUTE Framed-IPv6-Route 99 string
ATTRIBUTE Framed-IPv6-Pool 100 string

View File

@@ -0,0 +1,30 @@
# -*- text -*-
#
# Attributes and values defined in RFC 3576.
# http://www.ietf.org/rfc/rfc3576.txt
#
# $Id: dictionary.rfc3576 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE Error-Cause 101 integer
# Service Types
VALUE Service-Type Authorize-Only 17
# Error causes
VALUE Error-Cause Residual-Context-Removed 201
VALUE Error-Cause Invalid-EAP-Packet 202
VALUE Error-Cause Unsupported-Attribute 401
VALUE Error-Cause Missing-Attribute 402
VALUE Error-Cause NAS-Identification-Mismatch 403
VALUE Error-Cause Invalid-Request 404
VALUE Error-Cause Unsupported-Service 405
VALUE Error-Cause Unsupported-Extension 406
VALUE Error-Cause Administratively-Prohibited 501
VALUE Error-Cause Proxy-Request-Not-Routable 502
VALUE Error-Cause Session-Context-Not-Found 503
VALUE Error-Cause Session-Context-Not-Removable 504
VALUE Error-Cause Proxy-Processing-Error 505
VALUE Error-Cause Resources-Unavailable 506
VALUE Error-Cause Request-Initiated 507

View File

@@ -0,0 +1,16 @@
# -*- text -*-
#
# Attributes and values defined in RFC 3580.
# http://www.ietf.org/rfc/rfc3580.txt
#
# $Id: dictionary.rfc3580 28946 2009-07-06 12:39:58Z wmeier $
#
VALUE Acct-Terminate-Cause Supplicant-Restart 19
VALUE Acct-Terminate-Cause Reauthentication-Failure 20
VALUE Acct-Terminate-Cause Port-Reinit 21
VALUE Acct-Terminate-Cause Port-Disabled 22
VALUE NAS-Port-Type Token-Ring 20
VALUE NAS-Port-Type FDDI 21
VALUE Tunnel-Type VLAN 13

View File

@@ -0,0 +1,9 @@
# -*- text -*-
#
# Attributes and values defined in RFC 4072
# http://www.ietf.org/rfc/4072.txt
#
# $Id: dictionary.rfc4072 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE EAP-Key-Name 102 string

View File

@@ -0,0 +1,8 @@
# -*- text -*-
#
# Attributes and values defined in RFC 4372.
# http://www.ietf.org/rfc/4372.txt
#
# $Id: dictionary.rfc4372 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE Chargeable-User-Identity 89 string

View File

@@ -0,0 +1,17 @@
# -*- text -*-
##############################################################################
#
# Attributes and values defined in RFC 4603.
# http://www.ietf.org/rfc/rfc4603.txt
#
# $Id: dictionary.rfc4603 39598 2011-10-26 05:33:30Z etxrab $
#
##############################################################################
VALUE NAS-Port-Type PPPoA 30
VALUE NAS-Port-Type PPPoEoA 31
VALUE NAS-Port-Type PPPoEoE 32
VALUE NAS-Port-Type PPPoEoVLAN 33
VALUE NAS-Port-Type PPPoEoQinQ 34

View File

@@ -0,0 +1,28 @@
# -*- text -*-
#
# Attributes and values defined in RFC 4675.
# http://www.ietf.org/rfc/4675.txt
#
# $Id: dictionary.rfc4675 28946 2009-07-06 12:39:58Z wmeier $
#
#
# High byte = '1' (0x31) means the frames are tagged.
# High byte = '2' (0x32) means the frames are untagged.
#
# Next 12 bits MUST be zero.
#
# Lower 12 bits is the IEEE-802.1Q VLAN VID.
#
ATTRIBUTE Egress-VLANID 56 integer
ATTRIBUTE Ingress-Filters 57 integer
#
# First byte == '1' (0x31) means that the frames are tagged.
# First byte == '2' (0x32) means that the frames are untagged.
#
ATTRIBUTE Egress-VLAN-Name 58 string
ATTRIBUTE User-Priority-Table 59 octets # 8
VALUE Ingress-Filters Enabled 1
VALUE Ingress-Filters Disabled 2

View File

@@ -0,0 +1,62 @@
# -*- text -*-
#
# Attributes and values defined in RFC 4679.
# http://www.ietf.org/rfc/4679.txt
#
# $Id: dictionary.rfc4679 28946 2009-07-06 12:39:58Z wmeier $
#
VENDOR ADSL-Forum 3561
BEGIN-VENDOR ADSL-Forum
#
# The first two attributes are prefixed with "ADSL-" because of
# conflicting names in dictionary.redback.
#
ATTRIBUTE ADSL-Agent-Circuit-Id 1 string
ATTRIBUTE ADSL-Agent-Remote-Id 2 string
ATTRIBUTE Actual-Data-Rate-Upstream 129 integer
ATTRIBUTE Actual-Data-Rate-Downstream 130 integer
ATTRIBUTE Minimum-Data-Rate-Upstream 131 integer
ATTRIBUTE Minimum-Data-Rate-Downstream 132 integer
ATTRIBUTE Attainable-Data-Rate-Upstream 133 integer
ATTRIBUTE Attainable-Data-Rate-Downstream 134 integer
ATTRIBUTE Maximum-Data-Rate-Upstream 135 integer
ATTRIBUTE Maximum-Data-Rate-Downstream 136 integer
ATTRIBUTE Minimum-Data-Rate-Upstream-Low-Power 137 integer
ATTRIBUTE Minimum-Data-Rate-Downstream-Low-Power 138 integer
ATTRIBUTE Maximum-Interleaving-Delay-Upstream 139 integer
ATTRIBUTE Actual-Interleaving-Delay-Upstream 140 integer
ATTRIBUTE Maximum-Interleaving-Delay-Downstream 141 integer
ATTRIBUTE Actual-Interleaving-Delay-Downstream 142 integer
#
# This next attribute has a weird encoding.
#
# Octet[0] - 0x01 AAL5
# Octet[0] - 0x02 Ethernet
# Octet[1] - 0x00 Not Available
# Octet[1] - 0x01 Untagged Ethernet
# Octet[1] - 0x02 Single-Tagged Ethernet
# Octet[2] - 0x00 Not available
# Octet[2] - 0x01 PPPoA LLC
# Octet[2] - 0x02 PPPoA Null
# Octet[2] - 0x03 IPoA LLC
# Octet[2] - 0x04 IPoA NULL
# Octet[2] - 0x05 Ethernet over AAL5 LLC with FCS
# Octet[2] - 0x06 Ethernet over AAL5 LLC without FCS
# Octet[2] - 0x07 Ethernet over AAL5 Null with FCS
# Octet[2] - 0x08 Ethernet over AAL5 Null without FCS
#
ATTRIBUTE Access-Loop-Encapsulation 144 octets # 3
#
# If this attribute exists, it means that IFW has been performed
# for the subscribers session.
#
ATTRIBUTE IWF-Session 252 octets # 0
END-VENDOR ADSL-Forum

View File

@@ -0,0 +1,11 @@
# -*- text -*-
##############################################################################
#
# Attributes and values defined in RFC 4818.
# http://www.ietf.org/rfc/rfc4818.txt
#
# $Id: dictionary.rfc4818 28946 2009-07-06 12:39:58Z wmeier $
#
##############################################################################
ATTRIBUTE Delegated-IPv6-Prefix 123 ipv6prefix

View File

@@ -0,0 +1,8 @@
# -*- text -*-
#
# Attributes and values defined in RFC 4849.
# http://www.ietf.org/rfc/rfc4849.txt
#
# $Id: dictionary.rfc4849 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE NAS-Filter-Rule 92 string

View File

@@ -0,0 +1,27 @@
# -*- text -*-
#
# Attributes and values defined in RFC 5090.
# http://www.ietf.org/rfc/rfc5090.txt
#
# $Id: dictionary.rfc5090 28946 2009-07-06 12:39:58Z wmeier $
#
ATTRIBUTE Digest-Response 103 string
ATTRIBUTE Digest-Realm 104 string
ATTRIBUTE Digest-Nonce 105 string
ATTRIBUTE Digest-Response-Auth 106 string
ATTRIBUTE Digest-Nextnonce 107 string
ATTRIBUTE Digest-Method 108 string
ATTRIBUTE Digest-URI 109 string
ATTRIBUTE Digest-Qop 110 string
ATTRIBUTE Digest-Algorithm 111 string
ATTRIBUTE Digest-Entity-Body-Hash 112 string
ATTRIBUTE Digest-CNonce 113 string
ATTRIBUTE Digest-Nonce-Count 114 string
ATTRIBUTE Digest-Username 115 string
ATTRIBUTE Digest-Opaque 116 string
ATTRIBUTE Digest-Auth-Param 117 string
ATTRIBUTE Digest-AKA-Auts 118 string
ATTRIBUTE Digest-Domain 119 string
ATTRIBUTE Digest-Stale 120 string
ATTRIBUTE Digest-HA1 121 string
ATTRIBUTE SIP-AOR 122 string

View File

@@ -0,0 +1,9 @@
# -*- text -*-
#
# Attributes and values defined in RFC 5176.
# http://www.ietf.org/rfc/rfc5176.txt
#
# $Id: dictionary.rfc5176 28946 2009-07-06 12:39:58Z wmeier $
#
VALUE Error-Cause Invalid-Attribute-Value 407
VALUE Error-Cause Multiple-Session-Selection-Unsupported 508

View File

@@ -0,0 +1,41 @@
# -*- text -*-
#
# Attributes and values defined in RFC 5580.
# http://www.ietf.org/rfc/rfc5580.txt
#
# $Id: dictionary.rfc5580 39598 2011-10-26 05:33:30Z etxrab $
#
# One ASCII character of Namespace ID
# 0 = TADIG (GSM)
# 1 = Realm
# 2 = E212
#
#
# Followed by the actual string
ATTRIBUTE Operator-Name 126 string
#
# Large blobs of stuff
#
ATTRIBUTE Location-Information 127 octets
ATTRIBUTE Location-Data 128 octets
ATTRIBUTE Basic-Location-Policy-Rules 129 octets
ATTRIBUTE Extended-Location-Policy-Rules 130 octets
#
# Really a bit-packed field
#
ATTRIBUTE Location-Capable 131 integer
VALUE Location-Capable Civix-Location 1
VALUE Location-Capable Geo-Location 2
VALUE Location-Capable Users-Location 4
VALUE Location-Capable NAS-Location 8
ATTRIBUTE Requested-Location-Info 132 integer
VALUE Requested-Location-Info Civix-Location 1
VALUE Requested-Location-Info Geo-Location 2
VALUE Requested-Location-Info Users-Location 4
VALUE Requested-Location-Info NAS-Location 8
VALUE Requested-Location-Info Future-Requests 16
VALUE Requested-Location-Info None 32

View File

@@ -0,0 +1,30 @@
# -*- text -*-
#
# Attributes and values defined in RFC 5607.
# http://www.ietf.org/rfc/rfc5607.txt
#
# $Id: dictionary.rfc5607 39598 2011-10-26 05:33:30Z etxrab $
#
VALUE Service-Type Framed-Management 18
ATTRIBUTE Framed-Management 133 integer
VALUE Framed-Management SNMP 1
VALUE Framed-Management Web-Based 2
VALUE Framed-Management Netconf 3
VALUE Framed-Management FTP 4
VALUE Framed-Management TFTP 5
VALUE Framed-Management SFTP 6
VALUE Framed-Management RCP 7
VALUE Framed-Management SCP 8
ATTRIBUTE Management-Transport-Protection 134 integer
VALUE Management-Transport-Protection No-Protection 1
VALUE Management-Transport-Protection Integrity-Protection 2
VALUE Management-Transport-Protection Integrity-Confidentiality-Protection 3
ATTRIBUTE Management-Policy-Id 135 string
ATTRIBUTE Management-Privilege-Level 136 integer

View File

@@ -0,0 +1,22 @@
# -*- text -*-
#
# Attributes and values defined in RFC 5904.
# http://www.ietf.org/rfc/rfc5904.txt
#
# $Id: dictionary.rfc5904 39598 2011-10-26 05:33:30Z etxrab $
#
# The next two attributes are continued, like EAP-Message/
ATTRIBUTE PKM-SS-Cert 137 octets
ATTRIBUTE PKM-CA-Cert 138 octets
# 28 bytes of data, 7 integers
ATTRIBUTE PKM-Config-Settings 139 octets
ATTRIBUTE PKM-Cryptosuite-List 140 octets
ATTRIBUTE PKM-SAID 141 short
# 6 bytes of data: SAID, 1 byte of type, 3 of cryptosuite
ATTRIBUTE PKM-SA-Descriptor 142 octets
# 133 bytes of data: integer lifetime, 1 byte sequence, 128 bytes of key
ATTRIBUTE PKM-Auth-Key 143 octets