#
#       $Id: dictionary,v 29.72 1998/08/18 20:44:55 lacker Exp $
#
#	This file pertains to Ascend MAX/Pipeline software
#	version 4.5 and later.
#
#	This file contains dictionary translations for parsing
#	requests and generating responses.  All transactions are
#	composed of Attribute/Value Pairs.  The value of each attribute
#	is specified as one of 4 data types.  Valid data types are:
#
#	string - 0-253 octets
#	abinary - 0-254 octets
#	ipaddr - 4 octets in network byte order
#	integer - 32 bit value in big endian order (high byte first)
#	date - 32 bit value in big endian order - seconds since
#					00:00:00 GMT,  Jan.  1,  1970
#
#	Enumerated values are stored in the user file with dictionary
#	VALUE translations for easy administration.
#
#	Example:
#
#	ATTRIBUTE	  VALUE
#	---------------   -----
#	Framed-Protocol = PPP
#	7		= 1	(integer encoding)
#
ATTRIBUTE	User-Name		1	string
ATTRIBUTE	Password		2	string
ATTRIBUTE	Challenge-Response	3	string
ATTRIBUTE	NAS-Identifier		4	ipaddr
ATTRIBUTE	NAS-Port		5	integer
ATTRIBUTE	User-Service		6	integer
ATTRIBUTE	Framed-Protocol		7	integer
ATTRIBUTE	Framed-Address		8	ipaddr
ATTRIBUTE	Framed-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-Host		14	ipaddr
ATTRIBUTE	Login-Service		15	integer
ATTRIBUTE	Login-TCP-Port		16	integer
ATTRIBUTE	Change-Password		17	string
ATTRIBUTE	Reply-Message		18	string
ATTRIBUTE	Callback-Number		19	string
ATTRIBUTE	Callback-Name		20	string
ATTRIBUTE	Ascend-PW-Expiration	21	date
ATTRIBUTE	Framed-Route		22	string
ATTRIBUTE	Framed-IPX-Network	23	integer
ATTRIBUTE	State			24	string
ATTRIBUTE	Class			25	string
ATTRIBUTE	Vendor-Specific		26	string
ATTRIBUTE	Client-Port-DNIS	30	string
ATTRIBUTE	Session-Timeout		27	integer
ATTRIBUTE	Idle-Timeout		28	integer
ATTRIBUTE	Caller-Id		31	string
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	NAS-Port-Type		61	integer
ATTRIBUTE       Tunnel-Type             64      integer
ATTRIBUTE       Tunnel-Medium-Type      65      integer
ATTRIBUTE       Tunnel-Client-Endpoint  66      string
ATTRIBUTE       Tunnel-Server-Endpoint  67      string
ATTRIBUTE       Tunnel-ID               68      string
#
#	NOTE: Tunnel-Password must be encrypted
#
ATTRIBUTE	Tunnel-Password		69	string
#
#	Ascend defined attributes used for MAX/Pipeline configuration
#
#		Connection Profile items
#ATTRIBUTE	Ascend-Station			see	User-Name
#ATTRIBUTE	Ascend-Encaps			see	Framed-Protocol
#ATTRIBUTE	Ascend-IP-Address		see	Framed-Address
#ATTRIBUTE	Ascend-Netmask			see	Framed-Netmask
#ATTRIBUTE	Ascend-IPX-Network		see	Framed-IPX-Network

#	Ascend IP Type of Service Attributes
ATTRIBUTE 	Ascend-IP-TOS 	     		87      integer
ATTRIBUTE 	Ascend-IP-TOS-Precedence      	88      integer
ATTRIBUTE 	Ascend-IP-TOS-Apply-To 	     	89      integer

#	Ascend Filters
#       Filters look like:
# IP type-of-service filter:
#        "iptos dir [ dstip n.n.n.n/nn ] [ srcip n.n.n.n/nn ]
#        [ proto  [ dstport cmp value ] [ srcport cmp value ]  
#        [ precedence value ] [ type-of-service value ] ]"
ATTRIBUTE 	Ascend-Filter 	     		90      string

#	Ascend telnet security profile
#
ATTRIBUTE	Ascend-Telnet-Profile		91	string

# 	Ascend DSL Data Rate Type
#
ATTRIBUTE 	Ascend-Dsl-Rate-Type		92	integer

#	Ascend redirect number
ATTRIBUTE       Ascend-Redirect-Number          93      string

# 	Ascend ATM connection identifiers
ATTRIBUTE 	Ascend-ATM-Vpi                  94      integer    
ATTRIBUTE 	Ascend-ATM-Vci                  95      integer

# 	Ascend IP anti-spoofing attribute


ATTRIBUTE 	Ascend-Source-IP-Check      	96      integer

# 	Ascend DSL Data Rate Mode
#
ATTRIBUTE 	Ascend-Dsl-Rate-Mode		97	integer

# 	Ascend DSL Upsteam Data Rate Limit
#
ATTRIBUTE 	Ascend-Dsl-Upstream-Limit	98	integer

# 	Ascend DSL Downstream Data Rate Limit
#
ATTRIBUTE 	Ascend-Dsl-Downstream-Limit	99	integer

# 	Ascend DSL Commited Information Data Rate Receive Limit
#
ATTRIBUTE	Ascend-Dsl-CIR-Recv-Limit       100	integer

# 	Ascend DSL Commited Information Data Rate Transmit Limit
#
ATTRIBUTE	Ascend-Dsl-CIR-Xmit-Limit	101	integer

# 	Ascend Virtual Router Name
#
ATTRIBUTE	Ascend-VRouter-Name		102	string
#
#
#	Source Auth information (in connection of "authcode-" user profile)
#
ATTRIBUTE	Ascend-Source-Auth		103	string
#
#       Private Route (in connection profile)
#
ATTRIBUTE	Ascend-Private-Route		104	string
#
#       PRI Numbering Plan ID        
#
ATTRIBUTE       Ascend-Numbering-Plan-ID        105     integer
#
#	Frame Relay Link Status DLCI value
#
ATTRIBUTE	Ascend-FR-Link-Status-Dlci	106	integer
#
# Caller Subaddress (in connection profile)
#
ATTRIBUTE       Ascend-Calling-Subaddress      107     string
#
# 	Ascend Callback Delay, seconds to delay before initiating dialback
#
ATTRIBUTE	Ascend-Callback-Delay		108	integer
#
#	Ascend Alias for LCP Endpoint Discriminator
#
ATTRIBUTE	Ascend-Endpoint-Disc		109	string
#
#	Ascend Firewall Control Manager (FCM) Remote FireWall (FW) name
#
ATTRIBUTE	Ascend-Remote-FW		110	string
#
#		Multicast Group Leave Delay time in seconds
#
ATTRIBUTE	Ascend-Multicast-GLeave-Delay	111	integer
#
#
#	Ascend Microsoft Callback Control Protocol Parameters
#
ATTRIBUTE	Ascend-CBCP-Enable		112	integer
ATTRIBUTE	Ascend-CBCP-Mode		113	integer
ATTRIBUTE	Ascend-CBCP-Delay		114	integer
ATTRIBUTE	Ascend-CBCP-Trunk-Group		115	integer
#
#	Ascend Appletalk PPP Parameters
#
ATTRIBUTE	Ascend-Appletalk-Route		116	string
ATTRIBUTE	Ascend-Appletalk-Peer-Mode	117	integer
ATTRIBUTE	Ascend-Route-Appletalk		118	integer
#
#	Ascend Firewall Control Protocol (FCP) Parameter
#
ATTRIBUTE	Ascend-FCP-Parameter		119	string
#
#	Ascend Modem Port, Slot and Shelf numbers (on MAX and
#	pipeline the Shelf number equals 0) 
#
ATTRIBUTE	Ascend-Modem-PortNo		120	integer
ATTRIBUTE	Ascend-Modem-SlotNo		121	integer
ATTRIBUTE	Ascend-Modem-ShelfNo		122	integer
#
# 	Call Block Limit & Duration Parameters
#
ATTRIBUTE	Ascend-Call-Attempt-Limit	123	integer
ATTRIBUTE	Ascend-Call-Block-Duration	124	integer
#
# 	Maximum call duration in minutes
#
ATTRIBUTE	Ascend-Maximum-Call-Duration	125	integer
#
#	Ascend route-preference specifier for connection profiles
#
ATTRIBUTE	Ascend-Route-Preference		126	integer
#
#	Ascend defined attribute used for MAX configuration to use different
#	Tunneling protocol.
#
ATTRIBUTE       Tunneling-Protocol              127     integer
#
#		Connection Profile items
#
#       Ascend defined attribute used for enable Shared Profile per
#       Connection Profile. This attribute has no effect if Shared Profile
#       set to Yes in the Ethernet -> Mod Config
#
ATTRIBUTE       Ascend-Shared-Profile-Enable    128     integer
#
ATTRIBUTE	Ascend-Primary-Home-Agent	129	string
ATTRIBUTE	Ascend-Secondary-Home-Agent	130	string
#
# Dialout allowed (in connection profile)
#
ATTRIBUTE	Ascend-Dialout-Allowed		131	integer

#
#	Enables support for the IETF Bandwidth Allocation Control Protocol
#
ATTRIBUTE	Ascend-BACP-Enable		133	integer
#
# 	Maximum number of leases per session for NAT_LAN
#
ATTRIBUTE	Ascend-DHCP-Maximum-Leases	134	integer

#	Support DNS server addresses per user 
#
ATTRIBUTE	Ascend-Client-Primary-DNS	135	ipaddr
ATTRIBUTE	Ascend-Client-Secondary-DNS	136	ipaddr
ATTRIBUTE	Ascend-Client-Assign-DNS	137	integer

#		Per user RADIUS Accounting Server
#
ATTRIBUTE	Ascend-User-Acct-Type		138	integer
ATTRIBUTE	Ascend-User-Acct-Host		139	ipaddr
ATTRIBUTE	Ascend-User-Acct-Port		140	integer
ATTRIBUTE	Ascend-User-Acct-Key		141	string
ATTRIBUTE	Ascend-User-Acct-Base		142	integer
ATTRIBUTE	Ascend-User-Acct-Time		143	integer

#	Support ip address allocation from global pools
#
ATTRIBUTE	Ascend-Assign-IP-Client		144	ipaddr
ATTRIBUTE	Ascend-Assign-IP-Server		145	ipaddr
ATTRIBUTE	Ascend-Assign-IP-Global-Pool	146	string

#     DHCP Server Functions
#
ATTRIBUTE	Ascend-DHCP-Reply		147	integer
ATTRIBUTE	Ascend-DHCP-Pool-Number		148	integer

# 	Connection Profile/Telco option
#
ATTRIBUTE	Ascend-Expect-Callback		149	integer

#	The Event type for an Ascend-Event packet
ATTRIBUTE	Ascend-Event-Type		150	integer

#		RADIUS Server Session key
ATTRIBUTE	Ascend-Session-Svr-Key		151	string

#		Multicast Rate Limit per client
ATTRIBUTE	Ascend-Multicast-Rate-Limit	152	integer

#	Connection Profile fields to support interface-based routing
#ATTRIBUTE	Ascend-IF-Addr			see	Ascend-PPP-Address
ATTRIBUTE	Ascend-IF-Netmask		153	ipaddr
ATTRIBUTE	Ascend-Remote-Addr		154	ipaddr

#	Multicast Support
ATTRIBUTE	Ascend-Multicast-Client		155	integer

#	Frame Datalink profiles
ATTRIBUTE	Ascend-FR-Circuit-Name		156	string

# Ascend-FR-LinkUp is deprecated.  It remains in the dictionary
# only for backward compatibility.  The MAX code will ignore
# this attribute.  Customers should update their users file
# to remove this attribute.  It is expected that this attribute
# will be deleted (possibly reused for another purpose) in
# the next major release (2.1/6.1)
#
ATTRIBUTE	Ascend-FR-LinkUp		157	integer
#

ATTRIBUTE	Ascend-FR-Nailed-Grp		158	integer
ATTRIBUTE	Ascend-FR-Type			159	integer
ATTRIBUTE	Ascend-FR-Link-Mgt		160	integer
ATTRIBUTE	Ascend-FR-N391			161	integer
ATTRIBUTE	Ascend-FR-DCE-N392		162	integer
ATTRIBUTE	Ascend-FR-DTE-N392		163	integer
ATTRIBUTE	Ascend-FR-DCE-N393		164	integer
ATTRIBUTE	Ascend-FR-DTE-N393		165	integer
ATTRIBUTE	Ascend-FR-T391			166	integer
ATTRIBUTE	Ascend-FR-T392			167	integer

ATTRIBUTE	Ascend-Bridge-Address  	 	168	string

ATTRIBUTE       Ascend-TS-Idle-Limit            169     integer
ATTRIBUTE       Ascend-TS-Idle-Mode             170     integer

ATTRIBUTE	Ascend-DBA-Monitor	 	171	integer
ATTRIBUTE	Ascend-Base-Channel-Count 	172	integer
ATTRIBUTE	Ascend-Minimum-Channels		173	integer

#		IPX Static Routes
ATTRIBUTE	Ascend-IPX-Route		174	string

ATTRIBUTE	Ascend-FT1-Caller		175	integer
ATTRIBUTE	Ascend-Backup			176	string
ATTRIBUTE	Ascend-Call-Type		177	integer
ATTRIBUTE	Ascend-Group			178	string
ATTRIBUTE	Ascend-FR-DLCI			179	integer
ATTRIBUTE	Ascend-FR-Profile-Name		180	string
#
ATTRIBUTE	Ascend-Ara-PW			181	string
ATTRIBUTE	Ascend-IPX-Node-Addr		182	string
ATTRIBUTE	Ascend-Home-Agent-IP-Addr	183	ipaddr
ATTRIBUTE	Ascend-Home-Agent-Password	184	string
ATTRIBUTE	Ascend-Home-Network-Name	185	string
ATTRIBUTE	Ascend-Home-Agent-UDP-Port	186	integer
#
ATTRIBUTE	Ascend-Multilink-ID		187	integer
ATTRIBUTE	Ascend-Num-In-Multilink		188	integer
ATTRIBUTE	Ascend-First-Dest		189	ipaddr
ATTRIBUTE	Ascend-Pre-Input-Octets		190	integer
ATTRIBUTE	Ascend-Pre-Output-Octets	191	integer
ATTRIBUTE	Ascend-Pre-Input-Packets	192	integer
ATTRIBUTE	Ascend-Pre-Output-Packets	193	integer
ATTRIBUTE	Ascend-Maximum-Time		194	integer
ATTRIBUTE	Ascend-Disconnect-Cause		195	integer
ATTRIBUTE	Ascend-Connect-Progress		196	integer
# 		This is the receive rate 
ATTRIBUTE	Ascend-Data-Rate		197	integer
ATTRIBUTE	Ascend-PreSession-Time		198	integer
ATTRIBUTE	Ascend-Token-Idle		199	integer
ATTRIBUTE	Ascend-Token-Immediate		200	integer
ATTRIBUTE	Ascend-Require-Auth		201	integer
ATTRIBUTE	Ascend-Number-Sessions		202	string
ATTRIBUTE	Ascend-Authen-Alias		203	string
ATTRIBUTE	Ascend-Token-Expiry		204	integer
ATTRIBUTE	Ascend-Menu-Selector		205	string
ATTRIBUTE	Ascend-Menu-Item		206	string
#		Radius Password Expiration Options
ATTRIBUTE	Ascend-PW-Warntime		207	integer
ATTRIBUTE	Ascend-PW-Lifetime		208	integer
ATTRIBUTE	Ascend-IP-Direct		209	ipaddr
ATTRIBUTE	Ascend-PPP-VJ-Slot-Comp		210	integer
ATTRIBUTE	Ascend-PPP-VJ-1172		211	integer
ATTRIBUTE	Ascend-PPP-Async-Map		212	integer
ATTRIBUTE	Ascend-Third-Prompt		213	string
ATTRIBUTE	Ascend-Send-Secret		214	string
ATTRIBUTE	Ascend-Receive-Secret		215	string
ATTRIBUTE	Ascend-IPX-Peer-Mode		216	integer
ATTRIBUTE	Ascend-IP-Pool-Definition	217	string
ATTRIBUTE	Ascend-Assign-IP-Pool		218	integer
ATTRIBUTE	Ascend-FR-Direct		219	integer
ATTRIBUTE	Ascend-FR-Direct-Profile	220	string
ATTRIBUTE	Ascend-FR-Direct-DLCI		221	integer
ATTRIBUTE	Ascend-Handle-IPX		222	integer
ATTRIBUTE	Ascend-Netware-timeout		223	integer
ATTRIBUTE	Ascend-IPX-Alias		224	integer
ATTRIBUTE	Ascend-Metric			225	integer
ATTRIBUTE	Ascend-PRI-Number-Type		226	integer
ATTRIBUTE	Ascend-Dial-Number		227	string

#		Connection Profile/PPP options
ATTRIBUTE	Ascend-Route-IP			228	integer
ATTRIBUTE	Ascend-Route-IPX		229	integer
ATTRIBUTE	Ascend-Bridge			230	integer
ATTRIBUTE	Ascend-Send-Auth		231	integer
ATTRIBUTE	Ascend-Send-Passwd		232	string
#ATTRIBUTE	Ascend-MRU			see	Framed-MTU
ATTRIBUTE	Ascend-Link-Compression		233	integer
#ATTRIBUTE	Ascend-VJ-Compression		see	Framed-Compression
ATTRIBUTE	Ascend-Target-Util		234	integer
ATTRIBUTE	Ascend-Maximum-Channels		235	integer
ATTRIBUTE	Ascend-Inc-Channel-Count	236	integer
ATTRIBUTE	Ascend-Dec-Channel-Count	237	integer
ATTRIBUTE	Ascend-Seconds-Of-History	238	integer
ATTRIBUTE	Ascend-History-Weigh-Type	239	integer
ATTRIBUTE	Ascend-Add-Seconds		240	integer
ATTRIBUTE	Ascend-Remove-Seconds		241	integer

#		Connection Profile/Session options
#ATTRIBUTE	Ascend-RIP			see Framed-Routing
ATTRIBUTE	Ascend-Data-Filter		242	abinary
ATTRIBUTE	Ascend-Call-Filter		243	abinary
ATTRIBUTE	Ascend-Idle-Limit		244	integer
ATTRIBUTE	Ascend-Preempt-Limit		245	integer

#		Connection Profile/Telco options
ATTRIBUTE	Ascend-Callback			246	integer
ATTRIBUTE	Ascend-Data-Svc			247	integer
ATTRIBUTE	Ascend-Force-56			248	integer
ATTRIBUTE	Ascend-Billing-Number		249	string
ATTRIBUTE	Ascend-Call-By-Call		250	integer
ATTRIBUTE	Ascend-Transit-Number		251	string

#		Terminal Server Attributes
#ATTRIBUTE	Ascend-Terminal-Banner		see	Reply-Message
ATTRIBUTE	Ascend-Host-Info		252	string

#		PPP local address Attribute
ATTRIBUTE	Ascend-PPP-Address		253	ipaddr

#		MPP percent idle Attribute
ATTRIBUTE	Ascend-MPP-Idle-Percent		254	integer

#		The transmit rate to compliment the receive rate called Data
ATTRIBUTE	Ascend-Xmit-Rate		255	integer

#
#	Integer Translations
#

#	User Types

VALUE	User-Service			Login-User		1
VALUE	User-Service			Framed-User		2
VALUE	User-Service			Dialback-Login-User	3
VALUE	User-Service			Dialback-Framed-User	4
VALUE	User-Service			Dialout-Framed-User	5
VALUE	User-Service			Shell-User		6

#	Framed Protocols

VALUE	Framed-Protocol			PPP			1
VALUE	Framed-Protocol			SLIP			2
VALUE	Framed-Protocol			ARA			255
VALUE	Framed-Protocol			MPP			256
VALUE	Framed-Protocol			EURAW			257
VALUE	Framed-Protocol			EUUI			258
VALUE	Framed-Protocol			X25			259
VALUE	Framed-Protocol			COMB			260
VALUE	Framed-Protocol			FR			261
VALUE	Framed-Protocol			MP			262
VALUE	Framed-Protocol			FR-CIR			263
VALUE	Framed-Protocol			ATM-1483		264
VALUE	Framed-Protocol			ATM-FR-CIR		265

#	Framed Routing Values

VALUE	Framed-Routing			None			0
VALUE	Framed-Routing			Broadcast		1
VALUE	Framed-Routing			Listen			2
VALUE	Framed-Routing			Broadcast-Listen	3
VALUE	Framed-Routing			Broadcast-v2		4
VALUE	Framed-Routing			Listen-v2		5
VALUE	Framed-Routing			Broadcast-Listen-v2	6


#	Framed Compression Types

VALUE	Framed-Compression		Van-Jacobsen-TCP-IP	1

#	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			X25-Pad			5
VALUE	Login-Service			X25-T3Pos		6

#	Status Types

VALUE	Acct-Status-Type		Start			1
VALUE	Acct-Status-Type		Stop			2
VALUE	Acct-Status-Type		Checkpoint		3
VALUE	Acct-Status-Type		Accounting-On		7
VALUE	Acct-Status-Type		Accounting-Off		8

#	Authentication Types

VALUE	Acct-Authentic			None			0
VALUE	Acct-Authentic			RADIUS			1
VALUE	Acct-Authentic			Local			2

#	NAS Port Types

VALUE	NAS-Port-Type			Async			0
VALUE	NAS-Port-Type			Sync			1
VALUE	NAS-Port-Type			ISDN-Sync		2
VALUE	NAS-Port-Type			ISDN-Async-V120		3
VALUE	NAS-Port-Type			ISDN-Async-V110		4
VALUE	NAS-Port-Type			Virtual			5
VALUE	NAS-Port-Type			PIAFS			6

#       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                     IP-In-IP                7

#       Tunnel-Medium-Type

VALUE   Tunnel-Medium-Type              IP                      1
VALUE   Tunnel-Medium-Type              X25                     2
VALUE   Tunnel-Medium-Type              ATM                     3

#	Ascend FR Direct values

VALUE	Ascend-FR-Direct		FR-Direct-No		0
VALUE	Ascend-FR-Direct		FR-Direct-Yes		1

#	Ascend IPX Handling

VALUE	Ascend-Handle-IPX		Handle-IPX-None		0
VALUE	Ascend-Handle-IPX		Handle-IPX-Client	1
VALUE	Ascend-Handle-IPX		Handle-IPX-Server	2

#	Ascend IPX Routing Peer Mode

VALUE	Ascend-IPX-Peer-Mode		IPX-Peer-Router		0
VALUE	Ascend-IPX-Peer-Mode		IPX-Peer-Dialin		1

#	Ascend Appletalk Routing Peer Mode

VALUE	Ascend-Appletalk-Peer-Mode	Appletalk-Peer-Router	0
VALUE	Ascend-Appletalk-Peer-Mode	Appletalk-Peer-Dialin	1

#	Ascend Call Type Values
 
VALUE	Ascend-Call-Type		Nailed			1
VALUE	Ascend-Call-Type		Nailed/Mpp		2
VALUE	Ascend-Call-Type		Perm/Switched		3

#	Ascend FT1 Caller Values
 
VALUE	Ascend-FT1-Caller		FT1-No			0
VALUE	Ascend-FT1-Caller		FT1-Yes			1

#	Ascend PRI Number Type Values

VALUE	Ascend-PRI-Number-Type		Unknown-Number		0
VALUE	Ascend-PRI-Number-Type		Intl-Number		1
VALUE	Ascend-PRI-Number-Type		National-Number		2
VALUE	Ascend-PRI-Number-Type		Net-Specific-Number     3	
VALUE	Ascend-PRI-Number-Type		Local-Number		4
VALUE	Ascend-PRI-Number-Type		Abbrev-Number	        6	

#       Ascend PRI Numbering Plan ID        

VALUE   Ascend-Numbering-Plan-ID        Unknown-Numbering-Plan  0
VALUE   Ascend-Numbering-Plan-ID        ISDN-Numbering-Plan     1
VALUE   Ascend-Numbering-Plan-ID        Private-Numbering-Plan  9

#	Ascend Route IP Type Values

VALUE	Ascend-Route-IP			Route-IP-No		0
VALUE	Ascend-Route-IP			Route-IP-Yes		1

#	Ascend Route IPX Type Values

VALUE	Ascend-Route-IPX		Route-IPX-No		0
VALUE	Ascend-Route-IPX		Route-IPX-Yes		1

#	Ascend Bridge Type Values

VALUE	Ascend-Bridge			Bridge-No		0
VALUE	Ascend-Bridge			Bridge-Yes		1

#	Ascend Route Appletalk Type Values

VALUE	Ascend-Route-Appletalk		Route-Appletalk-No	0
VALUE	Ascend-Route-Appletalk		Route-Appletalk-Yes	1

#       Ascend TS Idle Modes

VALUE   Ascend-TS-Idle-Mode             TS-Idle-None            0
VALUE   Ascend-TS-Idle-Mode             TS-Idle-Input           1
VALUE   Ascend-TS-Idle-Mode             TS-Idle-Input-Output    2


#	Ascend Send Auth Values

VALUE	Ascend-Send-Auth		Send-Auth-None		0
VALUE	Ascend-Send-Auth		Send-Auth-PAP		1
VALUE	Ascend-Send-Auth		Send-Auth-CHAP		2
VALUE	Ascend-Send-Auth		Send-Auth-MS-CHAP	3

#	Ascend Link Compression Values

VALUE	Ascend-Link-Compression		Link-Comp-None		0
VALUE	Ascend-Link-Compression		Link-Comp-Stac		1
VALUE	Ascend-Link-Compression		Link-Comp-Stac-Draft-9	2
VALUE	Ascend-Link-Compression		Link-Comp-MS-Stac	3

#	Ascend History Weigh Type Values

VALUE	Ascend-History-Weigh-Type	History-Constant	0
VALUE	Ascend-History-Weigh-Type	History-Linear		1
VALUE	Ascend-History-Weigh-Type	History-Quadratic	2

#	Ascend Callback Values

VALUE	Ascend-Callback			Callback-No		0
VALUE	Ascend-Callback			Callback-Yes		1

#	Ascend Expect Callback Values

VALUE	Ascend-Expect-Callback		Expect-Callback-No	0
VALUE	Ascend-Expect-Callback		Expect-Callback-Yes	1

#	Ascend Data Svc Values

VALUE	Ascend-Data-Svc			Switched-Voice-Bearer	0
VALUE	Ascend-Data-Svc			Switched-56KR		1
VALUE	Ascend-Data-Svc			Switched-64K		2
VALUE	Ascend-Data-Svc			Switched-64KR		3
VALUE	Ascend-Data-Svc			Switched-56K		4
VALUE	Ascend-Data-Svc			Switched-384KR		5
VALUE	Ascend-Data-Svc			Switched-384K		6
VALUE	Ascend-Data-Svc			Switched-1536K		7
VALUE	Ascend-Data-Svc			Switched-1536KR		8
VALUE	Ascend-Data-Svc			Switched-128K		9
VALUE	Ascend-Data-Svc			Switched-192K		10
VALUE	Ascend-Data-Svc			Switched-256K		11
VALUE	Ascend-Data-Svc			Switched-320K		12
VALUE	Ascend-Data-Svc			Switched-384K-MR	13
VALUE	Ascend-Data-Svc			Switched-448K		14
VALUE	Ascend-Data-Svc			Switched-512K		15
VALUE	Ascend-Data-Svc			Switched-576K		16
VALUE	Ascend-Data-Svc			Switched-640K		17
VALUE	Ascend-Data-Svc			Switched-704K		18
VALUE	Ascend-Data-Svc			Switched-768K		19
VALUE	Ascend-Data-Svc			Switched-832K		20
VALUE	Ascend-Data-Svc			Switched-896K		21
VALUE	Ascend-Data-Svc			Switched-960K		22
VALUE	Ascend-Data-Svc			Switched-1024K		23
VALUE	Ascend-Data-Svc			Switched-1088K		24
VALUE	Ascend-Data-Svc			Switched-1152K		25
VALUE	Ascend-Data-Svc			Switched-1216K		26
VALUE	Ascend-Data-Svc			Switched-1280K		27
VALUE	Ascend-Data-Svc			Switched-1344K		28
VALUE	Ascend-Data-Svc			Switched-1408K		29
VALUE	Ascend-Data-Svc			Switched-1472K		30
VALUE	Ascend-Data-Svc			Switched-1600K		31
VALUE	Ascend-Data-Svc			Switched-1664K		32
VALUE	Ascend-Data-Svc			Switched-1728K		33
VALUE	Ascend-Data-Svc			Switched-1792K		34
VALUE	Ascend-Data-Svc			Switched-1856K		35
VALUE	Ascend-Data-Svc			Switched-1920K		36

VALUE	Ascend-Data-Svc			Switched-inherited		37
VALUE	Ascend-Data-Svc			Switched-restricted-bearer-x30  38
VALUE	Ascend-Data-Svc			Switched-clear-bearer-v110	39
VALUE	Ascend-Data-Svc			Switched-restricted-64-x30	40
VALUE	Ascend-Data-Svc			Switched-clear-56-v110		41
VALUE	Ascend-Data-Svc			Switched-modem			42
VALUE	Ascend-Data-Svc			Switched-atmodem		43

VALUE	Ascend-Data-Svc			Nailed-56KR		1
VALUE	Ascend-Data-Svc			Nailed-64K		2

#	Ascend Force 56 Values

VALUE	Ascend-Force-56			Force-56-No		0
VALUE	Ascend-Force-56			Force-56-Yes		1

#	Password Expiration
#	- Sets global password timeout values

VALUE	Ascend-PW-Lifetime		Lifetime-In-Days	0
VALUE	Ascend-PW-Warntime		Days-Of-Warning		0

#	Ascend PPP VJ 1172

VALUE	Ascend-PPP-VJ-1172		PPP-VJ-1172		1

#	Ascend PPP VJ Slot compression

VALUE	Ascend-PPP-VJ-Slot-Comp		VJ-Slot-Comp-No		1

#	Addition authentication

VALUE	Ascend-Require-Auth		Not-Require-Auth	0
VALUE	Ascend-Require-Auth		Require-Auth		1

VALUE	Ascend-Token-Immediate		Tok-Imm-No		0
VALUE	Ascend-Token-Immediate		Tok-Imm-Yes		1

#	Ascend Dynamic Bandwidth Allocation Monitor

VALUE	Ascend-DBA-Monitor	 	DBA-Transmit		0
VALUE 	Ascend-DBA-Monitor		DBA-Transmit-Recv	1
VALUE	Ascend-DBA-Monitor		DBA-None		2

# 	Ascend Frame Relay Datalink type

VALUE	Ascend-FR-Type			Ascend-FR-DTE		0
VALUE	Ascend-FR-Type			Ascend-FR-DCE		1
VALUE	Ascend-FR-Type			Ascend-FR-NNI		2

VALUE	Ascend-FR-Link-Mgt		Ascend-FR-No-Link-Mgt	0
VALUE	Ascend-FR-Link-Mgt		Ascend-FR-T1-617D	1
VALUE	Ascend-FR-Link-Mgt		Ascend-FR-Q-933A	2

VALUE	Ascend-FR-Link-Status-Dlci	Ascend-FR-LMI-Dlci-0	0
VALUE	Ascend-FR-Link-Status-Dlci	Ascend-FR-LMI-Dlci-1023	1023

# Ascend-FR-LinkUp is deprecated.  It remains in the dictionary
# only for backward compatibility.  The MAX code will ignore
# this attribute.  Customers should update their users file
# to remove this attribute.  It is expected that this attribute
# will be deleted (possibly reused for another purpose) in
# the next major release (2.1/6.1)
#
VALUE	Ascend-FR-LinkUp		Ascend-LinkUp-Default	0	
VALUE	Ascend-FR-LinkUp		Ascend-LinkUp-AlwaysUp	1	
#

#	Ascend Multicast support Values

VALUE	Ascend-Multicast-Client		Multicast-No		0
VALUE	Ascend-Multicast-Client		Multicast-Yes		1

#	Ascend User define Accounting type
VALUE	Ascend-User-Acct-Type		Ascend-User-Acct-None	0
VALUE	Ascend-User-Acct-Type		Ascend-User-Acct-User	1
VALUE	Ascend-User-Acct-Type		Ascend-User-Acct-User-Default	2

#	Ascend User define Accounting Base value
VALUE	Ascend-User-Acct-Base		Base-10			0
VALUE	Ascend-User-Acct-Base		Base-16			1

#	Ascend DHCP Server Functions
#
VALUE	Ascend-DHCP-Reply		DHCP-Reply-No		0
VALUE	Ascend-DHCP-Reply		DHCP-Reply-Yes		1

#	Support DNS server addresses per user 
#

VALUE	Ascend-Client-Assign-DNS	DNS-Assign-No		0
VALUE	Ascend-Client-Assign-DNS	DNS-Assign-Yes		1

#	Ascend-Event-Type
VALUE	Ascend-Event-Type		Ascend-ColdStart	1
VALUE	Ascend-Event-Type		Ascend-Session-Event	2
#
#	Ascend BACP Functions
#
VALUE	Ascend-BACP-Enable		BACP-No			0
VALUE	Ascend-BACP-Enable		BACP-Yes		1

#
# 	Ascend Dialout-Allowed values.
#
VALUE	Ascend-Dialout-Allowed		Dialout-Not-Allowed	0
VALUE	Ascend-Dialout-Allowed		Dialout-Allowed		1

#
#       Support Shared Profile per Connection Profile
#
VALUE   Ascend-Shared-Profile-Enable    Shared-Profile-No       0
VALUE   Ascend-Shared-Profile-Enable    Shared-Profile-Yes      1

#
#       Tunneling Protocol values.
#
VALUE   Tunneling-Protocol              ATMP                    0
VALUE   Tunneling-Protocol              VTP                     1

#
#	Ascend Microsoft Callback Control Protocol values
#
VALUE	Ascend-CBCP-Enable 		CBCP-Not-Enabled	0
VALUE	Ascend-CBCP-Enable		CBCP-Enabled		1
VALUE	Ascend-CBCP-Mode		CBCP-No-Callback	1
VALUE	Ascend-CBCP-Mode		CBCP-User-Callback	2
VALUE	Ascend-CBCP-Mode		CBCP-Profile-Callback	3
VALUE	Ascend-CBCP-Mode		CBCP-Any-Or-No		7

#
# 	Ascend-Dsl-Rate-Type values.
#
VALUE	Ascend-Dsl-Rate-Type		Rate-Type-Disabled	0
VALUE	Ascend-Dsl-Rate-Type		Rate-Type-Sdsl		1
VALUE	Ascend-Dsl-Rate-Type		Rate-Type-AdslCap	2
VALUE	Ascend-Dsl-Rate-Type		Rate-Type-AdslDmtCell	3
VALUE	Ascend-Dsl-Rate-Type		Rate-Type-AdslDmt	4


#
# 	Ascend-Dsl-Rate-Mode values.
#
VALUE	Ascend-Dsl-Rate-Mode		Rate-Mode-AutoBaud	1
VALUE	Ascend-Dsl-Rate-Mode		Rate-Mode-Single	2

#
# 	Ascend-Dsl-Upstream-Limit
#
#The Rates for ADSL CAP:
#
# 1088000
VALUE   Ascend-Dsl-Upstream-Limit	adslcap-up-1088000      50
# 952000
VALUE   Ascend-Dsl-Upstream-Limit	adslcap-up-952000       51
# 816000
VALUE   Ascend-Dsl-Upstream-Limit	adslcap-up-816000	52
# 680000
VALUE   Ascend-Dsl-Upstream-Limit	adslcap-up-680000	53
# 544000
VALUE   Ascend-Dsl-Upstream-Limit	adslcap-up-544000  	54
# 408000
VALUE   Ascend-Dsl-Upstream-Limit	adslcap-up-408000  	55
# 272000
VALUE   Ascend-Dsl-Upstream-Limit	adslcap-up-272000   	56

#
#The Rates for sdsl:
#
#	144000 bps
VALUE   Ascend-Dsl-Upstream-Limit	sdsl-144000 		0
#	272000 bps
VALUE   Ascend-Dsl-Upstream-Limit	sdsl-272000 		1
#	400000 bps
VALUE   Ascend-Dsl-Upstream-Limit	sdsl-400000		2
#	528000 bps
VALUE   Ascend-Dsl-Upstream-Limit	sdsl-528000 		3
#	784000 bps
VALUE   Ascend-Dsl-Upstream-Limit	sdsl-784000		4
#	1168000 bps
VALUE   Ascend-Dsl-Upstream-Limit	sdsl-1168000		5
#	1552000 bps
VALUE   Ascend-Dsl-Upstream-Limit	sdsl-1552000		6
#	2320000 bps
VALUE   Ascend-Dsl-Upstream-Limit	sdsl-2320000		7

#
# 	Ascend-Dsl-Downstream-Limit
#
#The Rates for ADSL CAP:
#
# 7168000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-7168000	0
# 6272000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-6272000	1
# 5120000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-5120000	2
# 4480000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-4480000	3
# 3200000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-3200000	4
# 2688000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-2688000	5
# 2560000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-2560000	6
# 2240000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-2240000	7
# 1920000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-1920000	8
# 1600000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-1600000	9
# 1280000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-1280000	10
# 960000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-960000	11
# 640000
VALUE   Ascend-Dsl-Downstream-Limit	adslcap-dn-640000	12

#	Ascend source ip checking enable/disable
VALUE  Ascend-Source-IP-Check Source-IP-Check-No      0
VALUE  Ascend-Source-IP-Check Source-IP-Check-Yes     1
 
#       Ascend IP Type of Service

#  Ascend-IP-TOS-Disabled disables ip type-of-service for this connection,
#  other value will enable type-of-service support for this connection.
VALUE Ascend-IP-TOS IP-TOS-Normal                     0
VALUE Ascend-IP-TOS IP-TOS-Disabled                   1
VALUE Ascend-IP-TOS IP-TOS-Cost                       2
VALUE Ascend-IP-TOS IP-TOS-Reliability                4
VALUE Ascend-IP-TOS IP-TOS-Throughput                 8
VALUE Ascend-IP-TOS IP-TOS-Latency                    16

VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Normal      0
VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-One         32
VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Two         64
VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Three       96
VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Four        128
VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Five        160
VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Six         192
VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Seven       224

VALUE Ascend-IP-TOS-Apply-To IP-TOS-Apply-To-Incoming           1024
VALUE Ascend-IP-TOS-Apply-To IP-TOS-Apply-To-Outgoing           2048
VALUE Ascend-IP-TOS-Apply-To IP-TOS-Apply-To-Both               3072



