Sample NAS.Cfg File

This sample reflects the entries in our sample Clients.cfg file.

# NAS.cfg Information For TCCRadius
# Copyright 1999, Talon Computer Consulting, Inc.
#
# List Clients' Specific Attributes Below
# See Dictionary file for available Radius attributes

# This is our Ascend Max 4048 using the pools defined under
# Ethernet->Mod Config->Wan Options
# Idle Timeout value of 30 minutes (1800 seconds)
# Default user is a PPP user

client=192.168.0.2
user-service-type=framed-user
framed-protocol=ppp
framed-ip-netmask=255.255.255.255
ascend-idle-limit=1800
framed-mtu=1500
session-timeout=0
termination-action=0

# This is our Lucent PM3 using the predefined pools
# Idle Timeout value of 30 minutes
# Default user is a PPP user

client=192.168.0.2
user-service-type=framed-user
framed-protocol=ppp
framed-ip-netmask=255.255.255.255
idle-timeout=1800
framed-mtu=1500
session-timeout=0
termination-action=0

# END CONFIG FILE