
MAX TNT Profile and Parameter Reference
This chapter describes the MAX TNT parameters and profiles in alphabetical order.
Numeric A B C D E F G H I L M N O P Q R S T U V W Y
7-Even
Description: Specifies whether the MAX TNT applies 7-bit even parity to data it sends
toward a dial-in terminal-server user.
Usage: Specify Yes or No. The default is No. Accept the default value for most applications.
Dependencies: If terminal services are disabled, 7-Even does not apply.
Location:
Terminal-Server > Modem-Configuration
See Also: Modem-Configuration
Acct-Drop-Stop-On-Auth-Fail
Description: Specifies whether RADIUS Accounting Stop packets are dropped for
connections that fail authentication.
Usage: Specify Yes or No. The default is No.
Location:
External-Auth > Rad-Acct-Client
See Also: Acct-ID-Base, Acct-Key, Acct-Limit-Retry, Acct-Port, Acct-Server-N (N=1-3),
Acct-Sess-Interval, Acct-Src-Port, Acct-Stop-Only, Acct-Timeout
Acct-Host
Description: Specifies a RADIUS accounting server for the MAX TNT to use for the
connection.
Usage: Enter the IP address of a RADIUS accounting server. The default is 0.0.0.0, which causes the MAX TNT to look for an accounting server at the address specified by the External-Auth profile.
Example: set acct-host=10.9.8.2/24
Location:
Connection station > UsrRad-Options
See Also: Acct-ID-Base, Acct-Key, Acct-Port, Acct-Reset-Time, Acct-Server-N (N=1-3),
Acct-Sess-Interval, Acct-Src-Port, Acct-Timeout, Acct-Type, UsrRad-Options
Acct-ID-Base
Description: Specifies whether the numeric base of the RADIUS Acct-Session-ID attribute is
10 or 16. You can set Acct-ID-Base globally and for each connection.
Usage: Specify one of the following values:
Example: set acct-id-base=acct-base-10
Dependencies: Consider the following:
Connection station > UsrRad-Options, External-Auth > Rad-Acct-Client
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-Key, Acct-Limit-Retry, Acct-Port,
Acct-Reset-Time, Acct-Server-N (N=1-3), Acct-Sess-Interval, Acct-Src-Port,
Acct-Stop-Only, Acct-Timeout, Acct-Type, Rad-Acct-Client, UsrRad-Options
Acct-Key
Description: Specifies a RADIUS or TACACS+ shared secret. A shared secret acts as a
password between the MAX TNT and the accounting server.
Usage: Specify the text of the shared secret. The value you specify must match the value in
the RADIUS clients file or in the TACACS+ configuration file.
Example: set acct-key=Ascend
Dependencies: If Acct-Type does not specify RADIUS or TACACSPlus, Acct-Key does not apply.
Location:
Connection station > UsrRad-Options, External-Auth > Rad-Acct-Client,
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-ID-Base, Acct-Limit-Retry, Acct-Port,
Acct-Reset-Time, Acct-Server-N (N=1-3), Acct-Sess-Interval, Acct-Src-Port,
Acct-Stop-Only, Acct-Timeout, Acct-Type, Rad-Acct-Client, TacPlus-Acct-Client, UsrRad-Options
External-Auth > TacPlus-Acct-Client
Acct-Limit-Retry
Description: Specifies the maximum number of retries for Accounting packets.
When the MAX TNT is configured for RADIUS accounting, it sends Accounting Start and Stop packets to the RADIUS server to record connections. If the server does not acknowledge a packet within the number of seconds you specify for Acct-Timeout, the MAX TNT tries again, resending the packet until the server responds, or dropping the packet if the queue of packets to be resent is full. You can limit the number of retries by setting a maximum.
Example: set acct-limit-retry=10
Location:
External-Auth > Rad-Acct-Client
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-ID-Base, Acct-Key, Acct-Port, Acct-Server-N
(N=1-3), Acct-Sess-Interval, Acct-Src-Port, Acct-Stop-Only, Acct-Timeout
Acct-Port
Description: Specifies the UDP destination port to use for external accounting requests.
When using RADIUS accounting, you can set Acct-Port globally and for each connection.
Usage: Specify a UDP port number from 1 to 32767. The value must match the port number the accounting daemon uses. For RADIUS, the default in a Connection profile is 1646, and the default in the External-Auth profile is 0 (zero). For TACACS+, the default is 49.
Example: set acct-port=1500
Dependencies: If Acct-Type does not specify RADIUS or TACACSPlus, Acct-Port does not apply.
Location:
Connection station > UsrRad-Options, External-Auth > Rad-Acct-Client,
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-ID-Base, Acct-Limit-Retry, Acct-Key,
Acct-Reset-Time, Acct-Server-N (N=1-3), Acct-Sess-Interval, Acct-Src-Port,
Acct-Stop-Only, Acct-Timeout, Acct-Type, Rad-Acct-Client, TacPlus-Acct-Client
External-Auth > TacPlus-Acct-Client
Acct-Reset-Time
Description: Specifies the number of seconds that must elapse before the MAX TNT returns
to using the primary RADIUS accounting server.
Usage: Specify the number of seconds. The default is 0 (zero), which specifies that the MAX TNT does not return to using the primary RADIUS accounting server.
Example: set acct-reset-time=60
Dependencies: For Acct-Reset-Time to apply, you must specify at least one value for Acct-Server-N.
Location:
External-Auth > Rad-Acct-Client
See Also: Acct-ID-Base, Acct-Key, Acct-Port, Acct-Server-N (N=1-3), Acct-Sess-Interval,
Acct-Src-Port, Acct-Timeout, Acct-Type, Rad-Acct-Client
Acct-Server-N (N=1-3)
Description: Specifies the IP addresses of up to three external accounting servers. The MAX
TNT first tries to connect to server #1. If it receives no response, it tries to connect to server #2.
If it still receives no response, it tries to connect to server #3. If the MAX TNT connects to a
server other than server #1, the MAX TNT continues to use that server until it fails to service
requests, even if the first server comes back online.
Usage: Specify an IP address in dotted decimal notation. The default is 0.0.0.0, which indicates that no accounting server exists.
Example: set acct-server-1=10.2.3.4/24
Dependencies: If Acct-Type does not specify RADIUS or TACACSPlus, Acct-Server-N does not apply.
Location:
External-Auth > Rad-Acct-Client, External-Auth > TacPlus-Acct-Client
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-ID-Base, Acct-Key, Acct-Limit-Retry,
Acct-Port, Acct-Reset-Time, Acct-Sess-Interval, Acct-Src-Port, Acct-Stop-Only, Acct-Timeout
, Acct-Type, Rad-Acct-Client, TacPlus-Acct-Client
Acct-Sess-Interval
Description: Specifies the number of seconds between RADIUS accounting reports recording
the number of open sessions.
Usage: Specify a number of seconds from 0 to 65535. The default is 0 (zero), which turns off regular RADIUS open-session reports.
Example: set acct-sess-interval=15
Dependencies: If Acct-Type does not specify RADIUS, Acct-Sess-Interval does not apply. Acct-Sess-Interval has no effect unless the Ascend RADIUS daemon is running.
Location:
External-Auth > Rad-Acct-Client
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-ID-Base, Acct-Key, Acct-Limit-Retry,
Acct-Port, Acct-Reset-Time, Acct-Server-N (N=1-3), Acct-Src-Port, Acct-Stop-Only,
Acct-Timeout, Acct-Type, Rad-Acct-Client
Acct-Src-Port
Description: Represents the UDP source port to use for RADIUS accounting.
Usage: Specify a value from 0 to 65535. The default is 0 (zero), which specifies that the MAX TNT selects the source port from the nonprivileged port range (1024-2000).
Example: set acct-src-port=3278
Dependencies: The MAX TNT uses the source port number to demultiplex the RADIUS reply packets to the appropriate slot cards. The system uses a separate source port for each slot card and shelf controller. On the MAX TNT, the actual source port is the value of Acct-Src-Port plus the slot number, where the slot number is 0 (zero) for the shelf controller. So, if you set Acct-Src-Port to 1000, packets originating from the shelf controller have a source port value of 1000, while packets originating from slot 6 have a source port value of 1006.
Location:
External-Auth > Rad-Acct-Client, External-Auth > TacPlus-Acct-Client
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-ID-Base, Acct-Key, Acct-Limit-Retry,
Acct-Port, Acct-Reset-Time, Acct-Server-N (N=1-3), Acct-Sess-Interval, Acct-Stop-Only,
Acct-Timeout, Acct-Type, Rad-Acct-Client, TacPlus-Acct-Client
Acct-Stop-Only
Description: Specifies whether the MAX TNT should send an Accounting Stop packet that
does not contain a user name. (At times, the MAX TNT can send an Accounting Stop packet to
the RADIUS server without having sent an Accounting Start packet. These Stop packets have
no user name.)
Usage: Specify Yes or No. Yes is the default.
Location:
External-Auth > Rad-Acct-Client
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-ID-Base, Acct-Key, Acct-Limit-Retry,
Acct-Port, Acct-Server-N (N=1-3), Acct-Sess-Interval, Acct-Src-Port, Acct-Timeout
Acct-Timeout
Description: Specifies the amount of time (in seconds) that the MAX TNT waits for a
response to a RADIUS accounting request. You can set Acct-Timeout globally and for each
connection.
If it does not receive a response within the specified time, the MAX TNT sends the accounting request to the next server specified by Acct-Server-N. If all RADIUS accounting servers are busy, the MAX TNT stores the accounting request and tries again at a later time. It can queue up to 154 requests.
Example: set acct-timeout=5
Dependencies: If Acct-Type does not specify RADIUS, Acct-Timeout does not apply. You use Acct-Timeout only for RADIUS accounting. Because TACACS+ uses TCP, it has its own timeout method.
Location:
Connection station > UsrRad-Options, External-Auth > Rad-Acct-Client
See Also: Acct-Drop-Stop-On-Auth-Fail, Acct-ID-Base, Acct-Key, Acct-Limit-Retry,
Acct-Port, Acct-Reset-Time, Acct-Server-N (N=1-3), Acct-Sess-Interval, Acct-Src-Port,
Acct-Stop-Only, Acct-Type, Rad-Acct-Client, UsrRad-Options
Acct-Type
Description: Specifies whether to use RADIUS accounting, TACACS+ accounting, or no
accounting at all. You can specify accounting globally and for each connection.
Usage: To enable or disable accounting in the External-Auth profile, specify one of the following values:
Dependencies: For Acct-Type to have any effect in a Connection profile, you must set Acct-Type to RADIUS or TACACSPlus in the External-Auth profile. If you set Acct-Type to RADIUS or TACACSPlus, you must set Acct-Server to specify at least one accounting server, and that server must be running a version of the daemon that specifically supports accounting.
Location:
Connection station > UsrRad-Options, External-Auth
See Also: Acct-ID-Base, Acct-Key, Acct-Port, Acct-Reset-Time, Acct-Server-N (N=1-3),
Acct-Sess-Interval, Acct-Src-Port, Acct-Timeout, Rad-Acct-Client, TacPlus-Acct-Client, UsrRad-Options
Action
Description: Specifies the action the MAX TNT takes when it finds a matching route in a
route-filter specification.
Usage: Specify one of the following values:
Filter > Input-Filters > Route-Filter filter-name,
Filter > Output-Filters > Route-Filter filter-name
See Also: Add-Metric, Input-Filters, Output-Filters, Route-Address, Route-Filter (subprofile),
Route-Mask, Source-Address, Source-Address-Mask
Activation
Description: Selects the signals, at the serial WAN port, that indicate that the Data
Circuit-Terminating Equipment (DCE) is ready to connect. Flow control is always handled by
the Clear To Send (CTS) signal.
Usage: Specify one of the following values:
Location:
SWAN {shelf-N slot-N N} > Line-Config
See Also: Call-Route-Info, Line-Config, Nailed-Group, Trunk-Group
Active
Description: Activates an interface. An active interface is available for use.
Usage: Specify Yes or No. The default is No.
Location:
Connection station, Connection station > IP-Options > OSPF-Options,
See Also: Enabled
Frame-Relay fr-name, IP-Interface {{shelf-N slot-N N} N} > OSPF
Active-Enabled
Description: Disables or enables a User profile. A disabled profile is not available for use. A
dash appears before each inactive profile.
Usage: Specify Yes or No. The default is No.
Location:
User name
See Also: User
Active-Route
Description: Specifies whether the MAX TNT adds a static route to the routing table.
Usage: Specify Yes or No. The default is Yes, except for the IP-Route profile called
default. For the default IP-Route profile, the default is No.
Dependencies: The default route for an IP-Route profile always has the name default and
a destination address of 0.0.0.0/0. To activate the default route, you must set Gateway-Address
to the IP address of the default router, and set Active-Route=Yes.
Location:
IP-Route name, IPX-Route name
See Also: ASE-Tag, ASE-Type, Cost, Dest-Address, Dest-Network, Gateway-Address, Hops,
Metric, Name, Preference, Private-Route, Profile-Name, Server-Node, Server-Socket,
Server-Type, Third-Party, Ticks
Add-Metric
Description: Specifies the metric to add to the route metric for a route filter.
Usage: Specify a number. The number you specify must not result in a route metric greater than 15. The default is 0 (zero).
Dependencies: Add-Metric does not apply unless Action=Add.
Location:
Filter > Input-Filters > Route-Filter filter-name,
See Also: Action, Input-Filters, Output-Filters, Route-Address, Route-Filter (subprofile),
Route-Mask, Source-Address, Source-Address-Mask
Filter > Output-Filters > Route-Filter filter-name
Add-Persistence
Description: Specifies the number of seconds that average line utilization (ALU) must persist
beyond the Target-Utilization threshold before the MAX TNT adds bandwidth from available
channels. When adding bandwidth, the MAX TNT adds the number of channels specified by
Increment-Channel-Count.
Usage: Specify an integer from 1 to 300. The default is 5.
Example: set add-persistence=15
Dependencies: When the Seconds-History value is high, Add-Persistence has little effect.
Location:
Answer-Defaults > MPP-Answer, Connection station > MPP-Options
See Also: Bandwidth-Monitor-Direction, Base-Channel-Count, Decrement-Channel-Count,
Dynamic-Algorithm, Increment-Channel-Count, Maximum-Channels, Minimum-Channels,
MPP-Answer, MPP-Options, Seconds-History, Sub-Persistence, Target-Utilization
Address-Pool
Description: Specifies up to 128 IP address pools from which the MAX TNT can assign a
caller an IP address. You can define up to 128 pools in a Connection profile, and up to 50 in a
RADIUS user profile. Each pool may contain up to 255 addresses.
Usage: Specify a number from 0 to 128. The default is 0 (zero).
Example: set address-pool=5
Dependencies: If Address-Pool=0 and Assign-Address=Yes, the MAX TNT gets IP addresses from the first defined address pool.
Location:
Connection station > IP-Options
See Also: Assign-Address, Assign-Count, IP-Options, Pool-Base-Address, Pool-Summary
Admin-State
Description: A profile that stores the desired state and SNMP interface number of a device.
The profile resides in NVRAM, so a physical device keeps the same interface number across
system reset or power failures.
When you install the FrameLine card, the MAX TNT creates 20 Admin-State profiles. Ten are associated with the T1 lines, and 10 are associated with the SCA devices that do HDLC framing.
admin> read admin-state {1 9 19}
ADMIN-STATE/{ shelf-1 slot-9 19 } read
admin> listDependencies: At system startup, the MAX TNT reads the Admin-State profiles. If the addressed device is not present in the system and has been replaced by a device of another type, the MAX TNT deletes the profile associated with the device. The next time the system is reset or power cycled, the old device's SNMP interface number is made available for reassignment. Removing a slot card and leaving the slot empty does not, however, free up interface numbers. If you reinstall the slot card, the MAX TNT reassigns the same interface number.
device-address*={ shelf-1 slot-9 19 }
slot-type=48modem-card
snmp-interface=189
modem-table-index=0
desired-state=admin-state-up
In addition, removing a slot card and replacing it with a slot card of another type does not immediately free up the old interface numbers. New numbers are assigned to the new slot card, and the old numbers are made available at the next power cycle or system reset.
ADSL-Cap
Description: A profile containing configuration settings for the RADSL card.
Usage: Use the Read and List commands to make ADSL-Cap the working profile and list its contents. For example:
admin> read adsl-cap {1 1 0}
ADSL-CAP/{ shelf-1 slot-1 0 } read
admin> listYou can then use the Set command to modify the settings in the profile. To close the profile and save your changes, execute the Write command. For example:
name=""
physical-address*={ shelf-1 slot-1 0 }
enabled=no
line-config={ 0 0 static { any-shelf any-slot 0 } }
admin> writeSee Also: Enabled, Line-Config, Name, Physical-Address
ADSL-CAP/{ shelf-1 slot-1 0 } written
ADSL-Cap-Stat
Description: A profile indicating the status of the RADSL line.
Usage: Use the Read and List commands to make ADSL-Cap-Stat the working profile and list its contents. For example:
admin> read adsl-cap-stat {1 1 0}
ADSL-CAP-STAT/{ shelf-1 slot-1 0 } read
admin> listSee Also: Error-Count, Line-State, Physical-Address
physical-address*={ shelf-1 slot-1 0 }
line-state=active
error-count=0
ADSL-Cap-Statistics
Description: A profile that reports statistics about the RADSL interface.
Usage: Use the Read and List commands to make ADSL-Cap-Statistics the working profile and list its contents. For example:
admin> read adsl-cap-statistics {1 1 0}
ADSL-CAP-STATISTICS/{ shelf-1 slot-1 0 } read
admin> listSee Also: Connection-SQ, HDLC-RX-CRC-Error-Cnt, Line-Quality, Line-Up-Timer, Physical-Address , RS-Corrected-Errors, RS-Errors, RX-Attenuation, RX-Signal-Present, Self-Test, Transmit-Power, Up-Down-Cntr
physical-address*={ shelf-1 slot-1 0 }
line-up-timer={ 0 0 0 }
rx-signal-present=yes
line-quality=15
up-down-cntr=1
self-test=passed
rs-errors=0
rs-corrected-errors=0
transmit-power=0
rx-attenuation=0
connection-sq=0
hdlc-rx-crc-error-cnt=0
ADSL-Cap-Status
Description: A profile that indicates the status of the RADSL interface.
Usage: Use the Read and List commands to make ADSL-Cap-Status the working profile and list its contents. For example:
admin> read adsl-cap-status {1 1 0}
ADSL-CAP-STATUS/{ shelf-1 slot-1 0 } read
admin> listSee Also: Dev-Line-State, Down-Stream-Constellation, Down-Stream-Operational-Baud, Down-Stream-Rate, Hardware-Ver, IF-Group-Index, Major-Firmware-Ver, Minor-Firmware-Ver , Physical-Address, Unit-Type, Up-Stream-Constellation, Up-Stream-Rate
physical-address*={ shelf-1 slot-1 0 }
if-group-index=0
unit-type=coe
dev-line-state=startup-handshake
up-stream-rate=784000
down-stream-rate=784000
major-firmware-ver=13
minor-firmware-ver=2
hardware-ver=2
up-stream-constellation=auto
down-stream-constellation=auto
down-stream-operational-baud=0
Advanced-Agent-Enabled
Description: Indicates whether the Advanced MIB is in use. The Advanced MIB is the name
of the SNMP MIB previously called the WAN MIB.
Usage: The Advanced-Agent-Enabled setting is read only. Yes indicates that the Advanced MIB is in use. No indicates that the Advanced MIB is not in use.
Example: advanced-agent-enabled=yes
Location:
Base
See Also: AIM-Enabled, Countries-Enabled, Data-Call-Enabled, D-Channel-Enabled, Firewalls-Enabled
, Frame-Relay-Enabled, MAXLink-Client-Enabled, Modem-Dialout-Enabled,
Multi-Rate-Enabled, Network-Management-Enabled, PHS-Support, R2-Signaling-Enabled,
Selectools-Enabled, Serial-Number, Shelf-Number, Software-Level, Software-Revision, Software-Version
, Switched-Enabled, TNT-ADSL-Enabled, TNT-IDSL-Enabled,
TNT-SDSL-Enabled
Agent-Mode
Description: Specifies whether the MAX TNT operates as a foreign agent, a home agent, or
both on a tunnel-by-tunnel basis in an Ascend Tunnel Management Protocol (ATMP)
configuration.
Usage: Specify one of the following values:
Dependencies: If you change the Agent-Mode setting from its default, the new value does not take effect until you reset the system.
Location:
ATMP
See Also: Agent-Type, Home-Agent-Password, Retry-Limit, Retry-Timeout, UDP-Port
Agent-Type
Description: Specifies whether the MAX TNT reaches the home network as a gateway or a
router in an Ascend Tunnel Management Protocol (ATMP) configuration.
Usage: Specify one of the following values:
Dependencies: You must set Agent-Mode=Home-Agent for the Agent-Type setting to apply.
Location:
ATMP
See Also: Agent-Mode, Home-Agent-Password, Retry-Limit, Retry-Timeout, UDP-Port
AIM-Enabled
Description: Indicates whether the unit enables Ascend Inverse Multiplexing (AIM).
Usage: The AIM-Enabled setting is read only. Yes indicates that AIM is enabled. No indicates that AIM is not enabled.
Example: aim-enabled=yes
Location:
Base
See Also: Data-Call-Enabled, Frame-Relay-Enabled, MAXLink-Client-Enabled,
Modem-Dialout-Enabled, Multi-Rate-Enabled, R2-Signaling-Enabled, Switched-Enabled
AIS-Receive
Description: Indicates whether the remote end is sending an Alarm Indication Signal (AIS)
on the T1 line. The remote end sends an AIS (instead of normal data) to take the line out of
service.
Usage: The AIS-Receive setting is read only. True indicates that the remote end is sending an AIS. False indicates that the remote end is not sending an AIS.
Example: ais-receive=true
Location:
T1-Stat {shelf-N slot-N N}
See Also: Yellow-Receive
Alarm-Enabled
Description: Specifies whether the MAX TNT traps alarm events and sends a traps-PDU
(Protocol Data Unit) to the SNMP manager. The Ascend Enterprise MIB defines the following
alarm events (see the Ascend Enterprise MIB for the most up-to-date information):
Usage: Specify Yes or No. The default is Yes.
Location:
Trap host-name
See Also: Community-Name, Host-Address, Host-Address, Port-Enabled, Security-Mode
Allow-As-Client-DNS-Info
Description: Specifies whether the local DNS servers should be made accessible to PPP
connections if the client DNS servers are unavailable.
A client DNS configuration defines DNS server addresses that the MAX TNT presents to WAN connections during IPCP negotiation. The client DNS configuration provides a way to protect your local DNS information from WAN users. Client DNS has two levels: a global configuration (in the IP-Global profile) that applies to all PPP connections, and a connection-specific configuration (in a Connection profile). The MAX TNT uses the global client addresses only if none are specified for the particular connection.
Location:
IP-Global
See Also: Client-DNS-Addr-Assign, Client-DNS-Primary-Addr, Client-DNS-Secondary-Addr
, Client-Primary-DNS-Server, Client-Secondary-DNS-Server, Connection, DNS-Primary-Server
, DNS-Secondary-Server
Allow-Code
Description: Enables or disables permission to upload code to the MAX TNT system and use
the following code-level commands:
Location:
User name
See Also: Allow-Diagnostic, Allow-Password, Allow-System, Allow-Termserv,
Allow-Update
Allow-Diagnostic
Description: Enables or disables permission to use the following diagnostic commands:
Usage: Specify Yes or No. The default is No.
Location:
User name
See Also: Allow-Code, Allow-Password, Allow-System, Allow-Termserv, Allow-Update
Allow-Password
Description: Enables or disables permission to view passwords.
Usage: Specify Yes or No. The default is No.
Location:
User name
See Also: Allow-Code, Allow-Diagnostic, Allow-System, Allow-Termserv, Allow-Update
Allow-System
Description: Enables or disables permission to use the following system commands:
Usage: Specify Yes or No. The default is No.
Location:
User name
See Also: Allow-Code, Allow-Diagnostic, Allow-Password, Allow-Termserv, Allow-Update
Allow-Termserv
Description: Enables or disables permission to use the terminal server and its commands.
Usage: Specify Yes or No. The default is No.
Location:
User name
See Also: Allow-Code, Allow-Diagnostic, Allow-Password, Allow-System, Allow-Update
Allow-Update
Description: Enables or disables permission to use the following update commands:
Usage: Specify Yes or No. The default is No.
Location:
User name
See Also: Allow-Code, Allow-Diagnostic, Allow-Password, Allow-System, Allow-Termserv
Analog-Encoding
Description: Specifies the encoding standard for digitized analog data. The MAX TNT uses
the value you specify for all codecs on the MAX TNT.
Usage: Specify one of the following values:
Location:
System
See Also: E1, T1
Answer-N (N=1-2)
Description: Specifies the phone number to match when routing by incoming phone number.
Usage: Specify a phone number. The default is null. You may enter up to 18 characters, and you must limit your specification to the following characters:
1234567890()[]!z-*#|Example: set answer-1=555-1212
Location:
IDSL {shelf-N slot-N N} > Line-Interface
See Also: Enabled
Answer-Defaults
Description: A profile containing system defaults for incoming calls. The MAX TNT uses
the values in this profile until a caller passes authentication and the MAX TNT retrieves a copy
of the caller's profile. In addition, you can use the Answer-Defaults profile to supply defaults
for profiles retrieved from remote authentication servers.
Usage: Use the Read and List commands to make Answer-Defaults the working profile and list its contents. For example:
admin> read answer
ANSWER-DEFAULTS read
admin> listYou can then use the Set command to modify the settings in the profile. To close the profile and save your changes:
use-answer-for-all-defaults=no
force-56kbps=no
profiles-required=yes
clid-auth-mode=ignore
ppp-answer={ yes any-ppp-auth yes 0 none 1524 no 600 600 }
mp-answer={ yes 1 2 }
mpp-answer={ yes quadratic transmit 0 0 15 5 10 70 }
fr-answer={ yes }
tcp-clear-answer={ yes no "" 256 20 }
ara-answer={ no }
v120-answer={ yes 256 }
ip-answer={ yes yes yes 1 }
session-info={ "" "" no 120 no-idle 120 0 }
framed-only=no
admin> writeSee Also: Area, CLID-Auth-Mode, Force-56Kbps, FR-Answer, Framed-Only, IP-Answer, MP-Answer, MPP-Answer, PPP-Answer, Profiles-Required, Session-Info, TCP-Clear-Answer, Use-Answer-For-All-Defaults, V120-Answer
ANSWER-DEFAULTS written
Answer-Delay
Description: Specifies the number of milliseconds the MAX TNT waits before answering an
incoming R2 call.
Usage: Specify a number from 100 to 3000. The default is 200. Change the value if the MAX TNT answers calls too quickly.
Example: set answer-delay=500
Location:
E1 {shelf-N slot-N N} > Line-Interface
See Also: Line-Interface, Signaling-Mode
Answer-Originate
Description: Specifies whether the Connection profile enables incoming calls, outgoing calls,
or both.
Usage: Specify one of the following values:
Dependencies: Answer-Originate does not apply to nailed-up call types.
Location:
Connection station > Telco-Options
See Also: Call-Type, Telco-Options
AppleTalk-Options
Description: A subprofile containing settings for AppleTalk connections.
Usage: With a Connection profile as the working profile, list the AppleTalk-Options subprofile. For example:
admin> list appletalk-optionsYou can then use the Set command to modify the settings in the subprofile. To close the subprofile and return to a higher context in the working profile:
atalk-routing-enabled=no
atalk-static-ZoneName=""
atalk-static-NetStart=0
atalk-static-NetEnd=0
atalk-peer-mode=router-peer
admin> list ..Location:
Connection station
See Also: Atalk-Peer-Mode, Atalk-Routing-Enabled, Atalk-Static-NetEnd, Atalk-Static-NetStart
, Atalk-Static-ZoneName
ARA-Answer
Description: A subprofile that lets you enable AppleTalk Remote Access (ARA) for
incoming calls.
Usage: With Answer-Defaults as the working profile, list the ARA-Answer subprofile. For example:
admin> list ara-answerYou can then use the Set command to modify the settings in the subprofile. To close the subprofile and return to a higher context in the working profile:
enabled=no
admin> list ..Location:
Answer-Defaults
See Also: Enabled
ARA-Enabled
Description: Enables or disables AppleTalk Remote Access (ARA) processing for the
connection.
Usage: Specify Yes or No. The default is No.
Dependencies: For ARA-Enabled to apply, you must set Enabled=Yes in the ARA-Answer subprofile. You do not need to enable AppleTalk routing for ARA connections.
Location:
Connection station > ARA-Options
See Also: Maximum-Connect-Time
ARA-Options
Description: A subprofile that enables you to configure AppleTalk Remote Access (ARA)
connections.
Usage: With a Connection profile as the working profile, list the ARA-Options subprofile. For example:
admin> list ara-optionsYou can then use the Set command to modify the settings in the subprofile. To close the subprofile and return to a higher context in the working profile:
ara-enabled=no
maximum-connect-time=0
recv-password=""
admin> list ..Location:
Connection station
See Also: ARA-Enabled, Maximum-Connect-Time, Recv-Password
Area
Description: Specifies the OSPF area the connection or interface belongs to.
Usage: Specify an area ID in dotted decimal notation. The default is 0.0.0.0, which represents the backbone network.
Example: set area=0.0.0.1
Location:
Connection station > IP-Options > OSPF-Options,
See Also: Area-Type, ASE-Tag, ASE-Type, IP-Options, OSPF, OSPF-ASE-Pref,
OSPF-Options, OSPF-Pref, Third-Party
IP-Interface {{shelf-N slot-N N} N} > OSPF
Area-Type
Description: Specifies the type of OSPF area the connection or interface belongs to.
If your network is large, then the size of the database, the time required for route computation, and any related network traffic can all become excessive. You can partition an autonomous system (AS) into areas to provide hierarchical routing connected by a backbone.
Dependencies: You must set Area-Type consistently on all OSPF routers within the area.
Location:
Connection station > IP-Options > OSPF-Options,
See Also: Area, ASE-Tag, ASE-Type, IP-Options, OSPF, OSPF-ASE-Pref, OSPF-Options,
OSPF-Pref, Third-Party
IP-Interface {{shelf-N slot-N N} N} > OSPF
AS-Boundary-Router
Description: Specifies whether the MAX TNT performs Autonomous System Boundary
Router (ASBR) calculations.
ASBRs perform calculations related to external routes. Normally, when the MAX TNT imports external routes from RIP (for example, when it establishes a WAN link with a caller that does not support OSPF), it performs the ASBR calculations for those routes. However, you can use the AS-Boundary-Router setting to prevent the MAX TNT from performing ASBR calculations.
Location:
IP-Global > OSPF-Global
See Also: OSPF-Global
ASE-Tag
Description: Specifies the OSPF ASE tag for the link. The tag is attached to each external
route.
Usage: Specify a 32-bit hexadecimal number. The default is c0:00:00:00.
Example: set ase-tag=c8000000
Dependencies: The ASE-Tag setting is not used by the OSPF protocol itself. Border area routers can use it to filter a record.
Location:
Connection station > IP-Options > OSPF-Options,
See Also: Area, Area-Type, ASE-Type, IP-Options, OSPF, OSPF-ASE-Pref, OSPF-Options,
OSPF-Pref, Third-Party
IP-Interface {{shelf-N slot-N N} N} > OSPF, IP-Route name
ASE-Type
Description: Specifies the OSPF ASE type of the Link-State Advertisement (LSA).
Usage: Specify one of the following settings:
Location:
Connection station > IP-Options > OSPF-Options,
See Also: Area, Area-Type, ASE-Tag, IP-Options, OSPF, OSPF-ASE-Pref, OSPF-Options,
OSPF-Pref, Third-Party
IP-Interface {{shelf-N slot-N N} N} > OSPF, IP-Route name
Assign-Address
Description: Enables or disables dynamic IP address assignment for incoming calls.
Usage: Specify Yes or No. The default is No.
Dependencies: The MAX TNT must have at least one configured pool of IP addresses. You can configure the pool locally or in RADIUS.
Location:
Answer-Defaults > IP-Answer
See Also: Assign-Count, Address-Pool, IP-Answer, Must-Accept-Address-Assign,
Pool-Base-Address
Assign-Count
Description: Specifies the number of contiguous host addresses contained in each of up to
128 address pools. The defined pool of addresses is available for dynamic assignment to PPP
software during negotiation of a connection.
Usage: For each pool, specify a number from 0 to 254. The default is 0 (zero).
Example: set assign-count 3=254
Dependencies: The pool's initial address must be specified by Pool-Base-Address.
Location:
IP-Global
See Also: Assign-Address, Must-Accept-Address-Assign, Pool-Base-Address, Pool-Summary
Atalk-Default-Zone
Description: Specifies the zone assigned to an AppleTalk service on the interface if the
service does not select a zone in which to reside.
Usage: Specify the name of an AppleTalk zone. You may enter up to 32 characters. The default is null.
Example: set atalk-default-zone=Alameda
Dependencies: If Atalk-Routing-Enabled=No, Atalk-Router=Atlk-Router-Off, or Atalk-Router=Atlk-Router-Non-Seed, Atalk-Default-Zone does not apply.
Location:
Atalk-Interface {shelf-N slot-N N}
See Also: Atalk-Net-End, Atalk-Net-Start, Atalk-Router, Atalk-Routing-Enabled,
Atalk-Zone-List, Hint-Net-Hi, Hint-Net-Lo, Hint-Net-Node, Hint-Zone, Interface-Address
Atalk-Dialin-Pool-End
Description: Specifies the end of the network range for an AppleTalk network.
A network range is a contiguous range of integers. Each network range must be unique. No two networks may use the same range, and no two network ranges may overlap. Each number in the range can be associated with up to 253 nodes, so the range determines how many clients can dial in.
Example: set atalk-dialin-pool-end=300
Location:
Atalk-Global
See Also: Atalk-Dialin-Pool-Start
Atalk-Dialin-Pool-Start
Description: Specifies the beginning of the network range for an AppleTalk network.
A network range is a contiguous range of integers. Each network range must be unique. No two networks may use the same range, and no two network ranges may overlap. Each number in the range can be associated with up to 253 nodes, so the range determines how many clients can dial in.
Example: set atalk-dialin-pool-start=250
Location:
Atalk-Global
See Also: Atalk-Dialin-Pool-End
Atalk-Global
Description: A profile that enables you to define a virtual AppleTalk network.
Usage: Use the Read and List commands to make Atalk-Global the working profile and list its contents. For example:
admin> read atalk-global
ATALK-GLOBAL read
admin> listYou can then use the Set command to modify the settings in the profile. To close the profile and save your changes:
atalk-dialin-pool-start=100
atalk-dialin-pool-end=200
admin> writeSee Also: Atalk-Dialin-Pool-End, Atalk-Dialin-Pool-Start
ATALK-GLOBAL written
Atalk-Interface
Description: A profile in which you enable AppleTalk routing and specify whether the MAX
TNT operates as a seed router or a nonseed router on the interface. Only the built-in Ethernet
interface on the shelf controller can be configured as an AppleTalk interface.
Usage: Use the Read and List commands to make Atalk-Interface the working profile and list its contents. For example:
admin> read atalk-interface { { 1 c 1 } 0 }
ATALK-INTERFACE/ { { shelf-1 controller 1 } 0 } read
admin> listYou can then use the Set command to modify the settings in the profile. To close the profile and save your changes, execute the Write command. For example:
interface-address*={ { shelf-1 controller 1 } 0 }
atalk-routing-enabled=yes
hint-net-lo=1001
hint-net-hi=1010
hint-net-node=0
hint-zone="SLC Engineering"
atalk-Router=atlk-router-seed
atalk-Net-Start=1001
atalk-Net-End=1010
atalk-Default-Zone="SLC Engineering"
atalk-Zone-List=[ "SLC Engineering" "SLC Test 1" "SLC Test"
admin> writeSee Also: Atalk-Default-Zone, Atalk-Net-End, Atalk-Net-Start, Atalk-Router, Atalk-Routing-Enabled , Atalk-Zone-List, Hint-Net-Hi, Hint-Net-Lo, Hint-Net-Node, Hint-Zone, Interface-Address
ATALK-INTERFACE/ { { shelf-1 controller 1 } 0 } written
Atalk-Net-End
Description: Specifies the end of the network range for an AppleTalk network.
A network range is a contiguous range of integers. Each network range must be unique. No two networks may use the same range, and no two network ranges may overlap. Each number in the range can be associated with up to 253 nodes, so the range determines how many clients can dial in.
Example: set atalk-net-end=300
Dependencies: If Atalk-Routing-Enabled=No, Atalk-Router=Atlk-Router-Off, or Atalk-Router=Atlk-Router-Non-Seed, Atalk-Net-End does not apply.
Location:
Atalk-Interface {shelf-N slot-N N}
See Also: Atalk-Default-Zone, Atalk-Net-Start, Atalk-Router, Atalk-Routing-Enabled,
Atalk-Zone-List, Hint-Net-Hi, Hint-Net-Lo, Hint-Net-Node, Hint-Zone, Interface-Address
Atalk-Net-Start
Description: Specifies the beginning of the network range for an AppleTalk network.
A network range is a contiguous range of integers. Each network range must be unique. No two networks may use the same range, and no two network ranges may overlap. Each number in the range can be associated with up to 253 nodes, so the range determines how many clients can dial in.
Example: set atalk-net-start=150
Dependencies: If Atalk-Routing-Enabled=No, Atalk-Router=Atlk-Router-Off, or Atalk-Router=Atlk-Router-Non-Seed, Atalk-Net-Start does not apply.
Location:
Atalk-Interface {shelf-N slot-N N}
See Also: Atalk-Default-Zone, Atalk-Net-End, Atalk-Router, Atalk-Routing-Enabled,
Atalk-Zone-List, Hint-Net-Hi, Hint-Net-Lo, Hint-Net-Node, Hint-Zone, Interface-Address
Atalk-Peer-Mode
Description: Specifies whether the remote site is a dial-in AppleTalk Remote Access (ARA)
client or another AppleTalk router.
Usage: Specify one of the following values:
Dependencies: If Atalk-Routing-Enabled=No in the Atalk-Interface profile or AppleTalk-Options subprofile of the Connection profile, or if Enabled=No in the ARA-Answer subprofile, Atalk-Peer-Mode has no effect.
Location:
Connection station > AppleTalk-Options
See Also: Atalk-Routing-Enabled, Atalk-Static-NetEnd, Atalk-Static-NetStart,
Atalk-Static-ZoneName
Atalk-Router
Description: Specifies whether the AppleTalk router is a seed router or a nonseed router.
Usage: Specify one of the following values:
Dependencies: Consider the following:
Atalk-Interface {shelf-N slot-N N}
See Also: Atalk-Default-Zone, Atalk-Net-End, Atalk-Net-Start, Atalk-Routing-Enabled,
Atalk-Zone-List, Hint-Net-Hi, Hint-Net-Lo, Hint-Net-Node, Hint-Zone, Interface-Address
Atalk-Routing-Enabled
Description: Specifies whether AppleTalk routing is enabled:
Dependencies: Consider the following:
Atalk-Interface {shelf-N slot-N N}, Connection station > AppleTalk-Options
See Also: AppleTalk-Options, Atalk-Default-Zone, Atalk-Net-End, Atalk-Net-Start,
Atalk-Peer-Mode, Atalk-Router, Atalk-Static-NetEnd, Atalk-Static-NetStart,
Atalk-Static-ZoneName, Atalk-Zone-List, Hint-Net-Hi, Hint-Net-Lo, Hint-Net-Node,
Hint-Zone, Interface-Address
Atalk-Static-NetEnd
Description: Specifies the end of the network range for packets that the MAX TNT routes to
a remote site for a dialout AppleTalk connection.
A network range is a contiguous range of integers. Each network range must be unique. No two networks may use the same range, and no two network ranges may overlap. Each number in the range can be associated with up to 253 nodes, so the range determines how many clients can dial in.
Example: set atalk-static-netend=300
Dependencies: If Atalk-Routing-Enabled=No in the Atalk-Interface profile or AppleTalk-Options subprofile, Atalk-Static-NetEnd does not apply.
Location:
Connection station > AppleTalk-Options
See Also: Atalk-Peer-Mode, Atalk-Routing-Enabled, Atalk-Static-NetStart,
Atalk-Static-ZoneName
Atalk-Static-NetStart
Description: Specifies the beginning of the network range for packets that the MAX TNT
routes to a remote site for a dialout AppleTalk connection.
A network range is a contiguous range of integers. Each network range must be unique. No two networks may use the same range, and no two network ranges may overlap. Each number in the range can be associated with up to 253 nodes, so the range determines how many clients can dial in.
Example: set atalk-static-netstart=200
Dependencies: If Atalk-Routing-Enabled=No in the Atalk-Interface profile or AppleTalk-Options subprofile, Atalk-Static-NetStart does not apply.
Location:
Connection station > AppleTalk-Options
See Also: Atalk-Peer-Mode, Atalk-Routing-Enabled, Atalk-Static-NetEnd,
Atalk-Static-ZoneName
Atalk-Static-ZoneName
Description: Specifies the zone name the MAX TNT uses when routing packets to a remote
site for a dialout AppleTalk connection.
Usage: Specify a zone name of up to 32 characters. The default is null.
Example: set atalk-static-zonename=myzone
Dependencies: If Atalk-Routing-Enabled=No in the Atalk-Interface profile or AppleTalk-Options subprofile, Atalk-Static-ZoneName does not apply.
Location:
Connection station > AppleTalk-Options
See Also: Atalk-Peer-Mode, Atalk-Routing-Enabled, Atalk-Static-NetEnd, Atalk-Static-NetStart
Atalk-Zone-List
Description: Specifies a list of AppleTalk zone names for the local network.
Usage: Specify a list of up to 32 space-delimited zone names. Each name may consist of up to 32 characters, including embedded spaces. Enclose each name in quotation marks. The characters must be in the standard printing character set, and must not include an asterisk (*). Enclose the list in brackets, with a space after the opening bracket and before the closing bracket. The default is null.
Example: set atalk-zone-list=[ "Alameda" "WC" "LA" ]
Dependencies: If Atalk-Routing-Enabled=No, Atalk-Router=Atlk-Router-Off, or Atalk-Router=Atlk-Router-Non-Seed, Atalk-Zone-List does not apply.
Location:
Atalk-Interface {shelf-N slot-N N}
See Also: Atalk-Default-Zone, Atalk-Net-End, Atalk-Net-Start, Atalk-Router, Atalk-Routing-Enabled
, Hint-Net-Hi, Hint-Net-Lo, Hint-Net-Node, Hint-Zone, Interface-Address
ATMP
Description: A profile that enables you to configure an Ascend Tunnel Management Protocol
(ATMP) tunnel.
Usage: Use the Read and List commands to make ATMP the working profile and list its contents. For example:
admin> read atmp
ATMP read
admin> listYou can then use the Set command to modify the settings in the profile. To close the profile and save your changes:
agent-mode=tunnel-disabled
agent-type=gateway-home-agent
udp-port=5150
home-agent-password=""
retry-timeout=3
retry-limit=10
mtu-limit=0
force-fragmentation=no
admin> writeSee Also: Agent-Mode, Agent-Type, Force-Fragmentation, Home-Agent-Password, MTU-Limit, Retry-Limit, Retry-Timeout, UDP-Port
ATMP written
Auth-Attribute-Type
Description: Specifies the attribute(s) used for session matching.
Usage: Specify one of the following values:
Dependencies: If Rad-Serv-Enable is set to No, Auth-Attribute-Type does not apply.
Location:
External-Auth > Rad-Auth-Server
See Also: Rad-Auth-Server, Rad-Serv-Enable
Auth-Client N (N=1-9)
Description: Specifies up to nine IP addresses of RADIUS clients permitted to issue
RADIUS commands for session termination and filter changes.
Usage: Specify an IP address in dotted decimal notation. The address 255.255.255.255 indicates that any client can issue RADIUS commands. (Currently, a maximum of nine clients is supported.) The default is 0.0.0.0, which indicates that no client can issue RADIUS commands.
Example: set auth-client 1=10.2.3.4
Dependencies: If Rad-Serv-Enable is set to No, Auth-Client does not apply. In addition, if you do not use Auth-Netmask to supply a subnet mask, the system supplies a default subnet mask based on the address class.
Location:
External-Auth > Rad-Auth-Server
See Also: Auth-Key, Auth-Netmask N (N=1-9), Auth-Port, Auth-Server-N (N=1-3),
Auth-Src-Port, Auth-Timeout, Rad-Auth-Server, Rad-Serv-Enable
Auth-Frm-Adr-Start
Description: Specifies whether to send a second RADIUS Accounting Start record when the
RADIUS Framed-Address value is assigned.
Usage: Specify Yes or No. The default is No.
Location:
External-Auth > Rad-Auth-Client
See Also: Rad-Auth-Client,
Auth-ID-Fail-Return-Busy
Description: Specifies whether the MAX TNT returns User Busy (decimal 17) or Normal
Call Clearing (decimal 16) as the Cause Element in ISDN Disconnect packets when CLID or
called-number authentication fails.
Usage: Specify Yes or No. The default is No.
Location:
External-Auth > Rad-Auth-Client
See Also: Auth-ID-Timeout-Return-Busy
Auth-ID-Timeout-Return-Busy
Description: Specifies whether the MAX TNT returns User Busy (decimal 17) or Normal
Call Clearing (decimal 16) as the Cause Element in ISDN Disconnect packets when CLID or
called-number authentication times out.
Usage: Specify Yes or No. The default is No.
Location:
External-Auth > Rad-Auth-Client
See Also: Auth-ID-Fail-Return-Busy
Auth-Key
Description: Specifies an authentication key that appears in OSPF and external authentication
configurations:
ascend0. The default for RADIUS is null. For security
purposes, the string is hidden when Auth-Key is displayed.
Example: set auth-key=Ascend
Dependencies: For OSPF routing, Auth-Key does not apply if Authen-Type is None.
Location:
Connection station > IP-Options > OSPF-Options,
See Also: Authen-Type, Auth-Netmask N (N=1-9), Auth-Port, Auth-Server-N (N=1-3),
Auth-Src-Port, Auth-Timeout, IP-Options, OSPF, OSPF-Options, Rad-Auth-Client,
Rad-Auth-Server, Tac-Auth-Client, TacPlus-Auth-Client
External-Auth > Rad-Auth-Client, External-Auth > Rad-Auth-Server,
External-Auth > Tac-Auth-Client, External-Auth > TacPlus-Auth-Client,
IP-Interface {{shelf-N slot-N N} N} > OSPF
Auth-Netmask N (N=1-9)
Description: Specifies up to nine subnet masks. The MAX TNT matches each mask to the IP
addresses of a RADIUS client permitted to issue RADIUS commands for session termination
and filter changes.
Usage: Specify a subnet mask in dotted decimal notation. The default is 0.0.0.0.
Example: set auth-netmask 1=255.255.255.248
Dependencies: If Rad-Serv-Enable is set to No, or if no Auth-Client setting specifies an IP address, Auth-Netmask does not apply.
Location:
External-Auth > Rad-Auth-Server
See Also: Auth-Client N (N=1-9), Auth-Key, Auth-Port, Auth-Server-N (N=1-3),
Auth-Src-Port, Auth-Timeout, Rad-Auth-Server, Rad-Serv-Enable
Auth-Pool
Description: Enables or disables dynamic address assignment for RADIUS-authenticated
IP-routing connections.
Usage: Specify Yes or No. The default is No.
Dependencies: The RADIUS server must be configured with at least one pool of addresses for assignment, and must be running the Ascend daemon. If Auth-Type does not specify RADIUS or RADIUS/Logout, Auth-Pool does not apply.
Location:
External-Auth > Rad-Auth-Client
See Also: Auth-Type, Rad-Auth-Client
Auth-Port
Description: Specifies the UDP port to use for communication with the external
authentication server. It must match the port specified for use in the server's configuration.
Usage: Specify a UDP port number. Make sure that the number you specify matches the value that the external authentication daemon uses on the server.
/etc/services file (UNIX). The default for TACACS or TACACS+ is 49.
Location:
External-Auth > Rad-Auth-Client, External-Auth > Rad-Auth-Server,
See Also: Auth-Client N (N=1-9), Auth-Server-N (N=1-3), Rad-Auth-Client,
Rad-Auth-Server, Tac-Auth-Client, TacPlus-Auth-Client
External-Auth > Tac-Auth-Client, External-Auth > TacPlus-Auth-Client
Auth-Reset-Time
Description: Specifies the authentication-timeout period in seconds, after which the MAX
TNT returns to the primary RADIUS authentication server. (The Auth-Server-N setting
specifies the primary RADIUS authentication server. )
Usage: Specify the number of seconds. The default is 0 (zero), which specifies that the MAX TNT does not return to using the primary RADIUS authentication server.
Example: set auth-reset-time=60
Dependencies: For Auth-Reset-Time to apply, you must specify at least one value for Auth-Server-N.
Location:
External-Auth > Rad-Auth-Client
See Also: Auth-Server-N (N=1-3), Auth-Timeout, Rad-Auth-Client
Auth-Retries
Description: Specifies the number of times the MAX TNT attempts to connect to a backup
TACACS+ server.
Usage: Specify a number. The default is 0 (zero), which specifies that the MAX TNT does not attempt to connect to a backup TACACS+ server.
Example: set auth-retries=2
Location:
External-Auth > TacPlus-Auth-Client
See Also: Auth-Key, Auth-Port, Auth-Server-N (N=1-3), Auth-Src-Port, Auth-Timeout-Time
, TacPlus-Auth-Client
Auth-Rsp-Required
Description: Determines how the MAX TNT responds if an authentication request times out
after a call has been CLID authenticated.
Usage: Specify Yes or No. The default is Yes.
Dependencies: For Auth-Rsp-Required to apply, CLID authentication must be in use, and CLID-Auth-Mode must be set to Required.
Location:
External-Auth > Rad-Auth-Client
See Also: CLID, CLID-Auth-Mode, Rad-Auth-Client
Auth-Send67
Description: Specifies whether the MAX TNT requires RADIUS attributes 6 (User-Service)
and 7 (Framed-Protocol) in a RADIUS user profile when a user wants to initiate PPP.
Usage: Specify Yes or No. The default is No.
Location:
External-Auth > Rad-Auth-Client
See Also: Rad-Auth-Client
Auth-Server-N (N=1-3)
Description: Specifies the IP address of an external authentication server.
The MAX TNT first tries to connect to server #1. If it receives no response, it tries to connect to server #2. If it still receives no response, it tries server #3. If the MAX TNT connects to a server other than server #1, it continues to use that server until it fails to service requests, even if the first server has come back online.
Example: set auth-server-1=10.2.3.4/24
Location:
External-Auth > Rad-Auth-Client, External-Auth > Tac-Auth-Client,
See Also: Auth-Key, Auth-Port, Auth-Src-Port, Auth-Timeout, Auth-Type, Rad-Auth-Client,
Tac-Auth-Client, TacPlus-Auth-Client
External-Auth > TacPlus-Auth-Client
Auth-Sess-Interval
Description: Specifies the number of seconds between RADIUS authentication reports
concerning the number of open sessions.
Usage: Specify a number of seconds from 0 to 65535. The default is 0 (zero), which turns off regular RADIUS open-session reports.
Example: set auth-sess-interval=15
Dependencies: Auth-Sess-Interval applies only if Auth-Type=RADIUS or RADIUS/Logout.
Location:
External-Auth > Rad-Auth-Client
See Also: Auth-Type, Rad-Auth-Client
Auth-Session-Key
Description: Enables or disables session-key assignments.
Usage: Specify Yes or No. The default is No.
Dependencies: If Rad-Serv-Enable=No, Auth-Session-Key does not apply.
Location:
External-Auth > Rad-Auth-Server
See Also: Rad-Serv-Enable
Auth-Src-Port
Description: Identifies the UDP source port to use for external authentication.
Usage: Specify a value from 0 to 65535. The default is 0 (zero), which specifies that the source port is selected from the nonprivileged port range (1024-2000).
Dependencies: The MAX TNT uses the source port number to demultiplex the RADIUS reply packets to the appropriate slot cards. A separate source port is used for each slot card and shelf controller. On the MAX TNT, the actual source port is the value of Auth-Src-Port plus the slot number, where the shelf controller has a slot number of 0 (zero). So, if Auth-Src-Port is set to 1000, packets originating from the shelf controller have a source port value of 1000, while packets originating from slot 6 have a source port value of 1006.
Location:
External-Auth > Rad-Auth-Client, External-Auth > Tac-Auth-Client,
See Also: ,Auth-Key, Auth-Port, Auth-Server-N (N=1-3), Auth-Timeout, Auth-Type,
Rad-Auth-Client, Rad-Auth-Server, Tac-Auth-Client, TacPlus-Auth-Client
External-Auth > TacPlus-Auth-Client
Auth-TS-Secure
Description: Acts as a flag to prevent access to the terminal-server interface when the
RADIUS Login-Host value is not specified.
Usage: Specify Yes or No. The default is Yes.
Location:
External-Auth > Rad-Auth-Client
See Also: Rad-Auth-Client
Auth-Timeout
Description: Sets the number of seconds between attempts to reach an external authentication
server. The MAX TNT waits the specified number of seconds for a response to a RADIUS or
TACACS authentication request. If it does not receive a response within that time, it times out
and sends the authentication request to the next authentication server (for example,
Auth-Server-2).
Usage: Specify an integer from 1 to 10. The default is 1.
Example: set auth-timeout=5
Dependencies: If Auth-Type=None, Auth-Timeout does not apply.
Location:
External-Auth > Rad-Auth-Client, External-Auth > Tac-Auth-Client
See Also: Auth-Key, Auth-Server-N (N=1-3), Auth-Type, Rad-Auth-Client, Tac-Auth-Client
Auth-Timeout-Time
Description: Specifies the number of seconds that must elapse before the MAX TNT attempts
to connect to a backup TACACS+ server.
Usage: Specify the number of seconds. The default is 0 (zero), which specifies that the MAX TNT does not attempt to use a backup TACACS+ server.
Example: set auth-timeout-time=60
Location:
External-Auth > TacPlus-Auth-Client
See Also: Auth-Key, Auth-Port, Auth-Retries, Auth-Server-N (N=1-3), Auth-Src-Port
Auth-Type
Description: Specifies the type of external authentication server to access for incoming
connections.
Usage: Specify one of the following values:
Dependencies: If Auth-Type is set to a value other than None, you must specify at least one authentication server address.
Location:
External-Auth
See Also: Auth-Server-N (N=1-3)
Authen-Type
Description: Specifies the type of authentication to use for validating OSPF packet
exchanges.
Usage: Specify one of the following values:
Location:
Connection station > IP-Options > OSPF-Options,
See Also: Auth-Key, IP-Options, OSPF, OSPF-Options
IP-Interface {{shelf-N slot-N N} N} > OSPF
Auto-Logout
Description: Specifies whether or not to log out the current User profile and go back to
default privileges upon loss of Data Transmit Ready (DTR) from the serial port.
Usage: Specify Yes or No. The default is No.
Location:
Serial {shelf-N slot-N N}
See Also: Idle-Logout, User
Auto-Telnet
Description: Causes the terminal server to interpret an unknown command as the name of a
host for a Telnet session.
Usage: Specify Yes or No. The default is No.
Telnet and specify a hostname in order to initiate a Telnet session.
Dependencies: When terminal services are disabled, Auto-Telnet does not apply.
Location:
Terminal-Server > Terminal-Mode-Configuration > Telnet-Options
See Also: Telnet, Telnet-Options, Terminal-Mode-Configuration
Auto-Update
Description: Specifies whether the local DNS table is automatically updated by regular
successful DNS queries.
Usage: Specify Yes or No. The default is No.
Dependencies: The DNS-List-Attempt and DNS-List-Size settings affect how the table is updated when Auto-Update=Yes.
Location:
IP-Global > DNS-Local-Table
See Also: DNS-List-Attempt, DNS-List-Size, Enabled, Table-Config N
Aux-Send-Password
Description: Specifies the password the MAX TNT sends when it adds channels to an MP+
call that uses PAP-Token-CHAP authentication. The MAX TNT obtains authentication of the
first channel of the MP+ call from the user's hand-held security card.
Usage: Enter the same password specified by Ascend-Receive-Secret in the RADIUS user profile for the MAX TNT.
Example: set aux-send-password=Ascend
Dependencies: For Aux-Send-Password to apply, the call must use MP+.
Location:
Connection station > MPP-Options
See Also: MPP-Options, Send-Password
Back-To-Back
Description: Indicates whether the E1 line is connected back-to-back with another Ascend
unit.
Usage: Specify True or False. False is the default.
Location:
E1 {shelf-N slot-N N}
See Also: E1
Backup
Description: Specifies the name of a backup Connection profile for a nailed-up connection.
The profile serves as a backup if the remote device goes out of service. It is not intended to
provide alternative lines for getting to a single destination.
Usage: Specify the name of a Connection profile. You may enter up to 32 characters. The default is null.
Example: set backup=newyork
Dependencies: Backup applies only when a link is nailed up.
Location:
Connection station > Session-Options
See Also: Call-Type, Session-Options
Bandwidth-Monitor-Direction
Description: Specifies the direction in which the MAX TNT monitors link utilization for
multilink PPP calls.
Usage: Specify one of the following values:
Location:
Answer-Defaults > MPP-Answer, Connection station
See Also: Add-Persistence, Base-Channel-Count, Decrement-Channel-Count,
Dynamic-Algorithm, Increment-Channel-Count, Maximum-Channels, Minimum-Channels,
MPP-Answer, MPP-Options, Seconds-History, Sub-Persistence, Target-Utilization
Banner
Description: Specifies the terminal-server login banner.
Usage: Specify the banner text. You may enter up to 84 alphanumeric characters. The default is ** Ascend Terminal Server **.
Example: set banner="Welcome to the MAX TNT"
Dependencies: If terminal services are disabled, Banner does not apply.
Location:
Terminal-Server > Terminal-Mode-Configuration
See Also: Host-N (N=1-4), Remote-Configuration, Terminal-Mode-Configuration, Text-N
(N=1-4)
Base
Description: A read-only profile that displays the software versions in use, the enabled
features, network interfaces, and other system information.
Usage: Use the Get command to display the Base profile values. For example:
admin> get baseSee Also: Advanced-Agent-Enabled, AIM-Enabled, Countries-Enabled, Data-Call-Enabled, D-Channel-Enabled, Firewalls-Enabled, Frame-Relay-Enabled, MAXLink-Client-Enabled, Modem-Dialout-Enabled, Multi-Rate-Enabled, Network-Management-Enabled, PHS-Support, R2-Signaling-Enabled, Selectools-Enabled, Serial-Number, Shelf-Number, Software-Level, Software-Revision, Software-Version, Switched-Enabled, TNT-ADSL-Enabled, TNT-IDSL-Enabled, TNT-SDSL-Enabled
shelf-number=1
software-version=1
software-revision=0
software-level=E
d-channel-enabled=yes
aim-enabled=yes
switched-enabled=yes
multi-rate-enabled=yes
frame-relay-enabled=yes
maxlink-client-enabled=enabled
data-call-enabled=yes
r2-signaling-enabled=no
serial-number=6201734
countries-enabled=511
modem-dialout-enabled=yes
firewalls-enabled=no
network-management-enabled=no
advanced-agent-enabled=no
phs-support=no
selectools-enabled=no
tnt-adsl-enabled=no
tnt-sdsl-enabled=no
tnt-idsl-enabled=no
Base-Channel-Count
Description: Specifies the number of channels the MAX TNT uses when setting up a
connection. If the session uses MP (RFC 1990), Base-Channel-Count specifies the total
number of channels to use for the call. If the session uses MP+, Base-Channel-Count specifies
the initial number of channels to use for the call.
Usage: Specify a number from 0 (zero) to the value of Maximum-Channels. The default is 1.
Example: set base-channel-count=3
Dependencies: If the Base-Channel-Count value exceeds the Maximum-Channels value or falls below the Minimum-Channels value, an error results.
Location:
Connection station > MP-Options
See Also: Maximum-Channels, Minimum-Channels, MP-Options
BER-Receive
Description: Indicates whether the bit-error rate threshold has been reached.
Usage: The BER-Receive setting is read only. True indicates that the threshold has been reached. False indicates that the threshold has not been reached.
Example: ber-receive=true
Location:
T1-Stat {shelf-N slot-N N}
See Also: AIS-Receive, Yellow-Receive
Billing-Number
Description: Specifies a telephone number that the MAX TNT uses for billing purposes.
Usage: Specify the billing number provided by the carrier. You may enter up to 24 characters. The default is null.
Example: set billing-number=510-555-1972
Dependencies: Consider the following:
Connection station > Telco-Options, Frame-Relay fr-name
See Also: CalledNumber, CLID, CLID-Auth-Mode, Telco-Options
BOOTP-Enabled
Description: Specifies whether the MAX TNT uses BOOTP to get settings and check for a
new software load.
Usage: Specify Yes or No. The default is No.
Location:
IP-Global
See Also: SLIP-BOOTP
Bottom-Status
Description: Specifies the default contents of the bottom-right portion of the status window.
Usage: Specify one of the following values:
Location:
User name
See Also: Default-Status, Left-Status, Top-Status
Buffer-Chars
Description: Specifies whether the MAX TNT buffers input characters in a terminal-server
session, or processes each character as you enter it.
Usage: Specify Yes or No. The default is Yes.
Dependencies: If terminal services are disabled, Buffer-Chars does not apply.
Location:
Terminal-Server > Terminal-Mode-Configuration
See Also: Terminal-Mode-Configuration
Callback
Description: Enables or disables callback security. When you enable callback security, the
MAX TNT hangs up after receiving a call and calls back the calling device by using the
Dial-Number value.
Usage: Specify Yes or No. The default is No.
Dependencies: If you are using nailed-up call types, or if Answer-Originate does not enable outgoing calls, Callback does not apply. In addition, you must specify a value for Dial-Number.
Location:
Connection station > Telco-Options
See Also: Answer-Originate, Call-Type, Dial-Number
Call-By-Call
Description: In a T1 profile, specifies the Call-By-Call signaling value to set for routing calls
from a local device through the MAX TNT to the network. In a Connection profile, specifies
the Call-By-Call signaling value for PRI lines.
Usage: Specify a number from 0 to 65535, corresponding to the type of Call-By-Call service in use. The default is 0 (zero), which disables Call-By-Call service.
The following Call-By-Call services are available if the service provider is AT&T:
Location:
Connection station > Telco-Options, T1 {shelf-N slot-N N} > Line-Interface
See Also: Call-By-Call-ID, Line-Interface, Telco-Options
Call-By-Call-ID
Description: Specifies the PRI service to use when placing a call.
Usage: Specify a number from 0 to 65535, corresponding to the type of Call-By-Call-ID service in use. The default is 0, which disables Call-By-Call-ID service.
The following Call-By-Call-ID services are available if the service provider is AT&T:
Location:
Frame-Relay fr-name
See Also: Call-By-Call
Called-Number-Type
Description: Specifies the type of phone number entered in the Connection profile or
Frame-Relay profile.
Usage: Specify one of the following values:
Dependencies: Called-Number-Type does not apply to nailed-up connections.
Location:
Connection station, Frame-Relay fr-name
See Also: Dial-Number, Trunk-Group
CalledNumber
Description: For called-number authentication, specifies the number the remote end called to
establish the connection. In many cases, the number will be the same as the Dial-Number, but
without a trunk group or dial prefix.
Usage: Specify the called number. The default is null.
Example: set callednumber=5551212
Location:
Connection station
See Also: CLID-Auth-Mode
Caller-ID
Description: Specifies whether the MAX TNT requests the Calling Line ID (CLID) from the
switch. This setting applies only when Signaling-Mode=E1-Chinese-Signaling, which requires
that you set Caller-ID=Get-Caller-ID for CLID authentication to work.
Usage: Specify one of the following values:
Location:
E1 {shelf-N slot-N N} > Line-Interface
See Also: CLID, CLID-Auth-Mode, Line-Interface
Call-Filter
Description: Specifies the name of a call filter.
The MAX TNT uses a call filter to determine whether or not a packet should cause the unit to reset the idle timer or place a call. If you apply both a call filter and data filter to a connection, the MAX TNT applies the call filter after applying the data filter. Only those packets that the data filter forwards can reach the call filter.
Example: set call-filter=ignore-bcast
Dependencies: If all channels of a link are nailed up, or if the Filter-Name setting does not specify a call filter, Call-Filter does not apply.
Location:
Answer-Defaults > Session-Info, Connection station > Session-Options
See Also: Data-Filter, Filter, Filter-Name, Filter-Persistence, Idle-Timer, Session-Info, Session-Options
Call-Info
Description: Specifies whether, at the time an authenticated call ends, the MAX TNT reports
to Syslog the following information about the call:
"Conn=("cjones-p50" 5106785291->? PPP 56000 60/185) \
Auth=(3 347/12 332/13) \
Sess=(1 643/18 644/19), Terminated"
If some of the information is not available, that field is displayed as either a question-mark (for strings) or a zero (for numerals).Usage: To specify that the MAX TNT reports the information to Syslog, specify End-Of-Call. To specify that the MAX TNT does not report the information, specify None (the default).
Dependencies: Use Call-Info only for diagnosing session problems. The reports to Syslog rely on the UDP protocol, which does not guarantee delivery. Therefore, you should not use Call-Info for billing purposes.
Location:
Log
See Also: Facility, Host, Port, Save-Level, Save-Number, Syslog-Enabled
Call-Log-Enable
Description: Enables or disables call logging.
Usage: Specify Yes or No. No is the default.
Dependencies: If you set Call-Log-Enable=Yes, you must specify the IP address of at least one call-log host for the Call-Log-Host-N setting.
Location:
Call-Logging
See Also: Call-Log-Host-N, Call-Log-ID-Base, Call-Log-Key, Call-Log-Limit-Retry,
Call-Log-Port, Call-Log-Reset-Time, Call-Log-Stop-Only, Call-Log-Timeout
Call-Logging
Description: A profile that enables you to configure the MAX TNT to communicate with one
or more call-log hosts.
Call logging is a RADIUS-accounting based feature for logging call information from the MAX TNT. Its main purpose is to duplicate accounting information for sites that wish to keep accounting records separate from call-logging details used to manage resources or troubleshoot call problems.
admin> read call-logging
CALL-LOGGING read
admin> listYou can then use the Set command to modify the settings in the profile. To close the profile and save your changes:
CALL-LOGGING
call-log-enable=no
call-log-host-1=0.0.0.0
call-log-host-2=0.0.0.0
call-log-host-3=0.0.0.0
call-log-port=0
call-log-key=""
call-log-timeout=0
call-log-id-base=acct-base-10
call-log-reset-time=0
call-log-stop-only=yes
call-log-limit-retry=0
admin> writeSee Also: Call-Log-Enable, Call-Log-Host-N, Call-Log-ID-Base, Call-Log-Key, Call-Log-Limit-Retry, Call-Log-Port, Call-Log-Reset-Time, Call-Log-Stop-Only, Call-Log-Timeout
CALL-LOGGING written
Call-Log-Host-N
Description: Specifies the IP address of a call-log host.
The MAX TNT first tries to connect to host #1. If it receives no response, it tries to connect to host #2. If it still receives no response, it tries host #3. If the MAX TNT connects to a host other than host #1, it continues to use that host until it fails to service requests, even if the first host has come back online.
Example: set call-log-host-1=10.1.2.3
Dependencies: If Call-Log-Enable=No, Call-Log-Host-N does not apply.
Location:
Call-Logging
See Also: Call-Log-Enable, Call-Log-ID-Base, Call-Log-Key, Call-Log-Limit-Retry,
Call-Log-Port, Call-Log-Reset-Time, Call-Log-Stop-Only, Call-Log-Timeout
Call-Log-ID-Base
Description: Specifies whether the MAX TNT presents a session ID to the call-log host in
base 10 or base 16.
Usage: Specify one of the following values:
Dependencies: Consider the following:
Call-Logging
See Also: Call-Log-Enable, Call-Log-Host-N, Call-Log-Key, Call-Log-Limit-Retry,
Call-Log-Port, Call-Log-Reset-Time, Call-Log-Stop-Only, Call-Log-Timeout
Call-Log-Key
Description: Specifies a shared secret that enables the call-logging host to recognize data
from the MAX TNT. A shared secret acts as a password between the MAX TNT and the
call-log host.
Usage: Specify the text of the shared secret. The value you specify must match the value configured on the call-log-host. The default is null.
Example: set call-log-key=Ascend
Dependencies: If Call-Log-Enable=No, Call-Log-Key does not apply.
Location:
Call-Logging
See Also: Call-Log-Enable, Call-Log-Host-N, Call-Log-ID-Base, Call-Log-Limit-Retry,
Call-Log-Port, Call-Log-Reset-Time, Call-Log-Stop-Only, Call-Log-Timeout
Call-Log-Limit-Retry
Description: Specifies the maximum number of retries for call-logging packets.
When the MAX TNT is configured for call logging, it sends Start and Stop packets to the call-log host in order to record connections. If the host does not acknowledge a packet within the number of seconds you specify for Call-Log-Timeout, the MAX TNT tries again, resending the packet until the host responds, or dropping the packet if the queue of packets to be resent is full. You can limit the number of retries by setting a maximum.
Example: set call-log-limit-retry=10
Location:
Call-Logging
See Also: Call-Log-Enable, Call-Log-Host-N, Call-Log-ID-Base, Call-Log-Key,
Call-Log-Port, Call-Log-Reset-Time, Call-Log-Stop-Only, Call-Log-Timeout
Call-Log-Port
Description: Specifies the UDP destination port to use for call-logging requests.
Usage: Specify a UDP port number from 1 to 32767. The value must match the port number configured on the call-log host. The default of 0 (zero) indicates any UDP port.
Example: set call-log-port=1500
Dependencies: If Call-Log-Enable=No, Call-Log-Port does not apply.
Location:
Call-Logging
See Also: Call-Log-Enable, Call-Log-Host-N, Call-Log-ID-Base, Call-Log-Key,
Call-Log-Limit-Retry, Call-Log-Reset-Time, Call-Log-Stop-Only, Call-Log-Timeout
Call-Log-Reset-Time
Description: Specifies the number of seconds that must elapse before the MAX TNT returns
to using the primary call-log host (Call-Log-Host-1).
Usage: Specify the number of seconds. The default is 0 (zero), which specifies that the MAX TNT does not return to using the primary call-log host.
Example: set call-log-reset-time=60
Dependencies: For Call-Log-Reset-Time to apply, you must set Call-Log-Enable=Yes and specify at least one value for Call-Log-Host-N.
Location:
Call-Logging
Usage: Call-Log-Enable, Call-Log-Host-N, Call-Log-ID-Base, Call-Log-Key,
Call-Log-Limit-Retry, Call-Log-Port, Call-Log-Stop-Only, Call-Log-Timeout
Call-Log-Stop-Only
Description: Specifies whether the MAX TNT should send a Stop packet that does not
contain a user name. (At times, the MAX TNT can send a Stop packet to the call-log host
without having sent a Start packet. Such a Stop packet has no user name.)
Usage: Specify Yes or No. Yes is the default.
Location:
Call-Logging
See Also: Call-Log-Enable, Call-Log-Host-N, Call-Log-ID-Base, Call-Log-Key,
Call-Log-Limit-Retry, Call-Log-Port, Call-Log-Reset-Time, Call-Log-Timeout
Call-Log-Timeout
Description: Specifies the amount of time (in seconds) that the MAX TNT waits for a
response to a call-logging request.
If it does not receive a response within the specified time, the MAX TNT sends the request to the next host specified by Call-Log-Host-N. If all call-logging hosts are busy, the MAX TNT stores the request and tries again at a later time. It can queue up to 154 requests.
Example: set call-log-timeout=5
Dependencies: If Call-Log-Enable=No, Call-Log-Timeout does not apply.
Location:
Call-Logging
See Also: Call-Log-Enable, Call-Log-Host-N, Call-Log-ID-Base, Call-Log-Key,
Call-Log-Limit-Retry, Call-Log-Port, Call-Log-Reset-Time, Call-Log-Stop-Only
Call-Route
Description: A profile that the MAX TNT uses to control the routing of incoming and
outgoing calls. Every possible destination within a MAX TNT system has one or more profiles
of this type.
Usage: Use the Read and List commands to make Call-Route the working profile and list its contents. For example:
admin> read call-route { { {1 9 33} 0} 0}
CALL-ROUTE/{ { { shelf-1 slot-9 33 } 0 } 0 } read
admin> listYou can then use the Set command to modify the settings in the profile. To close the profile and save your changes:
index*={ { { shelf-1 slot-9 33 } 0 } 0 }
trunk-group=0
phone-number=""
preferred-source={ { shelf-1 slot-13 0 } 0 }
call-route-type=any-call-type
admin> writeSee Also: Call-Route-Type, Index, Phone-Number, Preferred-Source, Trunk-Group
CALL-ROUTE/{ { { shelf-1 slot-9 33 } 0 } 0 } written
Call-Route-Info
Description: A deprecated setting that specifies a device to which the MAX TNT should
route calls received on a particular channel.
As with the call routing method used by Ascend products older than the MAX TNT, Call-Route-Info indicates "route any call received on this channel to the specified device." This value is a mirror-image of the Preferred-Source setting in a Call-Route profile, which indicates "route any call received on the specified T1 channel to me (the index address)."
Example: set call-route-info={ 1 6 48 }
Location:
E1 {shelf-N slot-N N} > Line-Interface > Channel-Config N,
See Also: Call-Route, Channel-Config, Line-Config, Preferred-Source
SWAN {shelf-N slot-N N} > Line-Config,
T1 {shelf-N slot-N N} > Line-Interface > Channel-Config N
Call-Route-Type
Description: Specifies the type of call that the MAX TNT can route to a host device.
Usage: Specify one of the following values:
Location:
Call-Route {{{shelf-N slot-N N} N} N}
See Also: Call-Route, Index, Phone-Number, Preferred-Source, Trunk-Group
Call-Routing-Sort-Method
Description: Specifies whether to use the old slot-first call-routing sort method or the new
item-first sort method for analog calls.
When the system resets, the MAX TNT creates the call-routing database by sorting the list of all installed devices. During active use, the MAX TNT resorts the list on the basis of system activity, but the initial sort order determines the initial order in which the MAX TNT uses host cards. In previous software releases, the order in which the MAX TNT sorted device addresses caused all channels of a host card to be grouped together, forcing a single card to be completely full before the MAX TNT started using another card.
shelf slot item logical-itemThe current sort-order default provides load balancing across cards by ordering device-address components in the following manner:
item shelf slot logical-itemThis sort order causes the channels of different cards to be interspersed, resulting in load balancing across all cards, even after a system reset.
Usage: Specify one of the following values:
Location:
System
See Also: Call-Route, Call-Route-Info, Call-Route-Type, Digital-Call-Routing-Sort-Method
Call-Type
Description: Specifies nailed-up-channel usage for a connection.
Usage: Specify one of the following values:
Dependencies: If Nailed-Groups is set to 0 (zero), Call-Type does not apply.
Location:
Connection station > Telco-Options
See Also: Nailed-Groups, Telco-Options
Carrier-Established
Description: Indicates whether error conditions exist on the T1 line.
Usage: The Carrier-Established setting is read only. True indicates that no error conditions exist. False indicates error conditions on the line.
Example: carrier-established=true
Location:
T1-Stat {shelf-N slot-N N}
See Also: AIS-Receive, BER-Receive, Loss-Of-Carrier, Loss-Of-Sync, Yellow-Receive
Cell-Level
Description: Specifies the modem cellular-communications transmit and receive level.
Usage: Specify one of the following values:
Dependencies: If terminal services are disabled, Cell-Level does not apply.
Location:
Terminal-Server > Modem-Configuration
See Also: Cell-Mode-First, Modem-Configuration
Cell-Mode-First
Description: Determines whether the MAX TNT attempts a cellular connection before a
land-based connection.
Usage: Specify Yes or No. The default is No.
Dependencies: If terminal services are disabled, Cell-Mode-First does not apply.
Location:
Terminal-Server > Modem-Configuration
See Also: Cell-Level, Modem-Configuration
Channel-Config
Description: A subprofile containing channel-configuration subprofiles, one for each channel
of a T1 or E1 line.
Usage: With a T1 or E1 profile as the working profile, enter list line channel to display the Channel-Config subprofile. For example:
admin> list line channelTo close the Channel-Config subprofile and return to a higher context in the profile:
channel-config[1]={ switched-channel 9 "" {any-shelf any-slot 0 }0}
channel-config[2]={ switched-channel 9 "" {any-shelf any-slot 0 }0}
channel-config[3]={ switched-channel 9 "" {any-shelf any-slot 0 }0}
channel-config[4]={ switched-channel 9 "" {any-shelf any-slot 0 }0}
...
admin> list ..Location:
E1 {shelf-N slot-N N} > Line-Interface, T1 {shelf-N slot-N N} > Line-Interface
See Also: Channel-Config N, Channel-State, Channel-State N, Channel-Usage, Line-Interface
Channel-Config N
Description: A subprofile of the Channel-Config subprofile. Channel-Config N contains
configuration options for an individual channel of an E1, ISDN BRI, or T1 line. The index for
each subprofile is a channel number.
Usage: With an IDSL, T1, or E1 profile as the working profile, use the List command to display the configuration for one of the channels.
For example, to display the configuration for channel 1 in the T1 profile:
admin> list line channel 1You can then use the Set command to modify the settings in the subprofile. To close the subprofile and return to a higher context in the working profile:
channel-usage=switched-channel
trunk-group=9
phone-number=""
call-route-info={ any-shelf any-slot 0 }
nailed-group=0
admin> list ..Location:
E1 {shelf-N slot-N N} > Line-Interface > Channel-Config,
IDSL {shelf-N slot-N N} > Line-Interface > Channel-Config,
T1 {shelf-N slot-N N} > Line-Interface > Channel-Config
See Also: Call-Route-Info, Channel-Config, Channel-State, Channel-State N, Channel-Usage,
Line-Interface, Nailed-Group, Phone-Number, Trunk-Group
Channel-State
Description: An array listing the state of each channel of a T1 or ISDN BRI line. The index to
each array component is a channel number (1-24 for T1, 1-2 for ISDN BRI).
Usage: Use the List command to display the array. In the following example, T1-Stat is the working profile:
admin> list channelIn the following example, IDSL-Stat is the working profile:
channel-state[1]=idle
channel-state[2]=idle
channel-state[3]=dialing
...
admin> list channelTo close the array and return to a higher context in the profile:
channel-state[1]=idle
channel-state[2]=idle
admin> list ..Location:
IDSL-Stat {shelf-N slot-N N}, T1-Stat {shelf-N slot-N N}
See Also: Channel-Config, Channel-Config N, Channel-State N, Channel-Usage, Line-State
Channel-State N
Description: Specifies the individual state of a channel in a T1 or ISDN BRI line. The index
to each component is a channel number (1-24 for T1, 1-2 for ISDN BRI).
Usage: The Channel-State N setting may be one of the following:
Location:
T1-Stat {shelf-N slot-N N} > Channel-State
See Also: Channel-Config, Channel-Config N, Channel-State, Channel-Usage, Line-State
Channel-Usage
Description: Specifies the usage for a channel.
Usage: For a T1, E1, or ISDN BRI channel, specify one of the following values:
Only T1 channels support the following additional usage values:
Dependencies: Channel usage may be different from the usage specified for the line itself. For example, the line might specify switched usage, while individual channels within that line might specify nailed-up usage.
Location:
E1 {shelf-N slot-N N} > Line-Interface > Channel-Config N,
See Also: Channel-Config, Channel-Config N, Channel-State, Line-Interface, NFAS-ID, Signaling-Mode
IDSL {shelf-N slot-N N} > Line-Interface > Channel-Config N,
T1 {shelf-N slot-N N} > Line-Interface > Channel-Config N
Circuit-Name
Description: Specifies a name for a Data Link Connection Indicator (DLCI) endpoint. When
combined as a circuit, two DLCI endpoints act as a tunnel. Data received on one DLCI
bypasses the Ascend router and is sent out on the other DLCI.
A Frame Relay circuit is a Permanent Virtual Circuit (PVC) segment that consists of two DLCI endpoints and possibly two Frame Relay profiles. It requires two and only two DLCI numbers. If the circuit has only one DLCI number, data is dropped. If more than two are defined, only two are used. Circuits are defined in two Connection profiles or RADIUS user profiles. Data coming in on the DLCI configured in the first profile is switched to the DLCI configured in the second one.
Example: set circuit-name=circuit-1
Dependencies: If FR-Direct-Enabled=Yes, Circuit-Name does not apply. It applies only to gateway or circuit connections.
Location:
Connection station > FR-Options
See Also: Encapsulation-Protocol, FR-Direct-Enabled, FR-Options
Clear-Call
Description: Specifies whether the MAX TNT clears a dial-in connection when an interactive
Telnet, Rlogin, or TCP session terminates.
Usage: Specify Yes or No. The default is No.
Dependencies: If terminal services are disabled, Clear-Call does not apply.
Location:
Terminal-Server > Terminal-Mode-Configuration
See Also: Terminal-Mode-Configuration
Clear-Screen
Description: Specifies whether the MAX TNT clears the screen when a terminal-server
session begins.
Usage: Specify Yes or No. The default is Yes.
Dependencies: If terminal services are disabled, Clear-Screen does not apply.
Location:
Terminal-Server > Terminal-Mode-Configuration
See Also: Terminal-Mode-Configuration
CLID
Description: Specifies the phone number of the remote station (the calling line ID). If present
for an incoming call, the MAX TNT can use the CLID value for CLID authentication before
answering the call.
Usage: Specify the calling party's phone number. You may enter up to 24 characters. The default is null.
Example: set clid=510-555-1213
Location:
Connection station
See Also: CLID-Auth-Mode
CLID-Auth-Mode
Description: Specifies how the MAX TNT uses the telco-provided Calling-Line ID (CLID)
for authenticating incoming calls.
Usage: Specify one of the following values:
Location:
Answer-Defaults
See Also: CalledNumber, CLID
Client-Default-Gateway
Description: Specifies the default gateway to use for traffic from this connection if no
specific route appears in the IP routing table.
Usage: Specify an IP address in dotted decimal notation. The default is 0.0.0.0, which causes the system to use the Default route.
Example: set client-default-gateway=10.207.23.13
Location:
Connection station > IP-Options
See Also: Ignore-Def-Route, IP-Options
Client-DNS-Addr-Assign
Description: Specifies whether the MAX TNT presents client DNS server addresses while
the connection is being negotiated.
Usage: Specify Yes or No. The default is No.
Location:
Connection station > IP-Options
See Also: Allow-As-Client-DNS-Info, Client-DNS-Primary-Addr, Client-DNS-Secondary-Addr
, Client-Primary-DNS-Server, Client-Secondary-DNS-Server, IP-Options
Client-DNS-Primary-Addr
Description: Specifies a primary DNS server address to send to a client that is connecting to
the MAX TNT.
A client configuration defines DNS servers that the MAX TNT presents to WAN connections during IPCP negotiation. These servers provide a way to protect your local DNS information from WAN users. Client DNS has two levels: a global configuration that applies to all PPP connections, and a connection-specific configuration. The Client-DNS-Primary-Addr setting applies to the connection-specific level.
Example: set client-dns-primary-addr=10.1.2.3/24
Dependencies: If Client-DNS-Addr-Assign=No, Client-DNS-Primary-Addr does not apply.
Location:
Connection station > IP-Options
See Also: Allow-As-Client-DNS-Info, Client-DNS-Addr-Assign, Client-DNS-Secondary-Addr
, Client-Primary-DNS-Server, Client-Secondary-DNS-Server, IP-Options
Client-DNS-Secondary-Addr
Description: Specifies a secondary DNS server address to send to a client that is connecting
to the MAX TNT. The MAX TNT presents this server address only if the server specified by
Client-DNS-Primary-Addr is inaccessible.
Usage: Specify the IP address of the secondary DNS server for the connection. Separate the optional subnet mask from the address by entering a forward slash. The default is 0.0.0.0/0, which specifies that no secondary DNS server is available for the connection.
Example: set client-dns-secondary-addr=10.5.6.7/24
Dependencies: If Client-DNS-Addr-Assign=No, Client-DNS-Secondary-Addr does not apply.
Location:
Connection station > IP-Options
See Also: Allow-As-Client-DNS-Info, Client-DNS-Addr-Assign, Client-DNS-Primary-Addr
, Client-Primary-DNS-Server, Client-Secondary-DNS-Server, IP-Options
Client-Primary-DNS-Server
Description: Specifies a primary DNS server address to send to a client that is connecting to
the MAX TNT.
Client DNS has two levels: a global configuration that applies to all PPP connections, and a connection-specific configuration. The Client-Primary-DNS-Server setting defines the global level. The MAX TNT uses the global client addresses only if the Connection profile specifies no DNS server addresses. You can also choose to present your local DNS servers to clients if no other servers are defined or available.
Example: set client-primary-dns-server=10.9.8.7/24
Location:
IP-Global
See Also: Allow-As-Client-DNS-Info, Client-DNS-Addr-Assign, Client-DNS-Primary-Addr
, Client-DNS-Secondary-Addr, Client-Secondary-DNS-Server
Client-Secondary-DNS-Server
Description: Specifies a secondary DNS server address to send to any client connecting to the
MAX TNT.
Client DNS has two levels: a global configuration that applies to all PPP connections, and a connection-specific configuration. The Client-Primary-DNS-Server setting defines the global level. The MAX TNT uses the global client addresses only if the Connection profile specifies no DNS server addresses. You can also choose to present your local DNS servers to clients if no other servers are defined or available.
Example: set client-secondary-dns-server=10.9.8.3/24
Location:
IP-Global
See Also: Allow-As-Client-DNS-Info, Client-DNS-Addr-Assign, Client-DNS-Primary-Addr
, Client-DNS-Secondary-Addr, Client-Primary-DNS-Server
Clock-Priority
Description: Assigns a clock priority to a T1 or E1 line. When multiple lines are eligible to be
the clock source for synchronous transmissions, the MAX TNT uses the value you specify to
select a line as the master clock source. If multiple lines are eligible to be the clock source, and
each line has an equal Clock-Priority value, the MAX TNT chooses a source at random.
Usage: Specify one of the following values:
Example: set clock-priority=middle-priority
Location:
E1 {shelf-N slot-N N} > Line-Interface, T1 {shelf-N slot-N N} > Line-Interface
See Also: Clock-Source, Line-Interface
Clock-Source
Description: Specifies whether the MAX TNT can use the T1 or E1 line as the master clock
source for synchronous connections.
The entire multishelf MAX TNT system uses a single PLL synchronous clock source. The MAX TNT chooses the clock source from lines configured with Clock-Source set to Eligible. If there are no eligible external sources, the system uses an internal clock generated from the master shelf-controller.
Location:
E1 {shelf-N slot-N N} > Line-Interface, T1 {shelf-N slot-N N} > Line-Interface
See Also: Clock-Priority, Line-Interface
Community-Name
Description: Specifies the SNMP community name associated with SNMP PDUs (Protocol
Data Units). The string you specify becomes a password that the MAX TNT sends to the
SNMP manager when an SNMP trap event occurs. The password authenticates the sender
identified by Host-Address.
Usage: Specify the community name. You may enter up to 31 characters. The default is
public.
Example: set community-name=Ascend
Location:
Trap host-name
See Also: Alarm-Enabled, Host-Address, Host-Name, Port-Enabled, Security-Mode
Comp-Neq
Description: Specifies the type of comparison to make between a packet's contents and the
Value specified for a filter.
Usage: Specify Yes or No. The default is No.
Dependencies: Comp-Neq applies only when Type=Generic-Filter.
Location:
Filter filter-name > Input-Filters > Gen-Filter,
See Also: Gen-Filter, Input-Filters, Output-Filters, Type
Filter filter-name > Output-Filters > Gen-Filter
Connection
Description: A profile containing connection-specific information, including authentication
settings, compression values, filter specifications, and telco options.
The MAX TNT uses the settings in the Answer-Defaults profile to answer a call and determine whether to attempt to build a connection. It then looks for a Connection profile or RADIUS user profile.
admin> read conn newyork
CONNECTION/newyork read
admin> listYou can then use the Set command to modify the settings in the profile. To close the profile and save your changes:
station*=newyork
active=yes
encapsulation-protocol=mpp
called-number-type=national
dial-number=""
clid=""
ip-options={ yes yes 10.122.99.1/24 0.0.0.0/0 7 100 255 no no 0 0.0.0+
ipx-options={ no router-peer both both no 00:00:00:00 00:00:00:00: +
session-options={ "" "" no 120 no-idle 120 "" 0}
telco-options={ ans-and-orig no off 1 no no 56k-restricted 0 "" "" no+
ppp-options={ "" "" stac 1524 no 600 600 }
mp-options={ 1 1 2 }
mpp-options={ "" quadratic transmit 1 1 15 5 10 70 }
fr-options={ frlink 16 "" no "" 16 }
tcp-clear-options={ "" 0 no "" 256 20 }
ara-options={ "" 0 }
appletalk-options={ no "" 0 0 peer-router }
usrRad-options={ global 0.0.0.0 1646 "" 1 acct-base-10 }
calledNumber=""
framed-only=no
tunnel-options={ disabled 0 "" "" 5150 "" "" }
admin> writeSee Also: Active, CalledNumber, Called-Number-Type, CLID, Dial-Number, Encapsulation-Protocol , IP-Options, PPP-Options, Session-Options, Station, Telco-Options, UsrRad-Options
CONNECTION/newyork written
Connection-SQ
Description: Indicates the signal quality (SQ) reading.
Usage: The Connection-SQ value is read only.
Dependencies: If the difference between the Line-Quality value and the Connection-SQ value is greater than 6dB (for 22 seconds or more), the MAX TNT disconnects the line. This situation occurs when a line becomes open or the remote unit loses power.
Location:
ADSL-Cap-Statistics {shelf-N slot-N N}
See Also: HDLC-RX-CRC-Error-Cnt, Line-Quality, Line-Up-Timer, Physical-Address,
RS-Corrected-Errors, RS-Errors, RX-Attenuation, RX-Signal-Present, Self-Test, Transmit-Power
, Up-Down-Cntr
Contact
Description: Specifies the person or department to contact for reporting error conditions. The
Contact value is SNMP readable and settable.
Usage: Specify the name of a contact person or department. You may enter up to 80 characters. The default is null.
Example: set contact=rchu
Location:
SNMP
See Also: Location
Cost
Description: Specifies the cost of an OSPF link. The lower the cost, the more likely OSPF
will use the interface to forward data traffic.
Usage: Specify a number greater than 0 and less than 16777215. The default is 1 on the Ethernet interface, or 10 on a WAN link.
With the exception of links to stub networks, the output cost must always be nonzero. A link with a cost of 0xFFFFFF (16777215) is considered nonoperational.
Example: set cost=50
Location:
Connection station > IP-Options > OSPF-Options,
See Also: ASE-Type, IP-Options, OSPF, OSPF-Options
IP-Interface {{shelf-N slot-N N} N} > OSPF, IP-Route name
Countries-Enabled
Description: Contains a bit set identifying the enabled countries.
Usage: The Countries-Enabled setting is read only.
Example: countries-enabled=0
Location:
Base
See Also: AIM-Enabled, Data-Call-Enabled, Frame-Relay-Enabled, MAXLink-Client-Enabled
, Modem-Dialout-Enabled, Multi-Rate-Enabled, R2-Signaling-Enabled,
Switched-Enabled
CSU-Build-Out
Description: Specifies the line buildout value for T1 lines with an internal Channel Service
Unit (CSU). The buildout value is the amount of attenuation the MAX TNT should apply to
the line's network interface in order to match the cable length from the MAX TNT to the next
repeater.
Attenuation is a measure of the power lost on a transmission line or on a portion of that line. When you specify a buildout value, the MAX TNT applies an attenuator to the T1 line, reducing the line's power. Repeaters boost the signal on a T1 line, and can make the signal too strong. If the MAX TNT is too close to a repeater, you need to add some attenuation.
Dependencies: CSU-Build-Out applies only if the T1 line has an internal CSU.
Location:
T1 {shelf-N slot-N N} > Line-Interface
See Also: Front-End-Type, Line-Interface
Current-State
Description: Indicates the current operational state of the slot.
Usage: The Current-State value is read only. It can have one of the following values:
Example: current-state=oper-state-up
Location:
Slot-State {shelf-N slot-N N}
See Also: Channel-State, Line-State
Copyright © 1998, Ascend Communications, Inc. All rights reserved.