[Top][Contents][Prev][Next][Last]Search

Numeric A B C D E F G H I L M N O P Q R S T U V W Y

Rad-Auth-Client

Description: A subprofile that enables you to define how the MAX TNT interacts as a client to RADIUS authentication servers.

Usage: With External-Auth as the working profile, list the Rad-Auth-Client subprofile. For example:

admin> list rad-auth-client
auth-server-1=0.0.0.0
auth-server-2=0.0.0.0
auth-server-3=0.0.0.0
auth-port=0
auth-src-port=0
auth-key=""
auth-pool=no
auth-timeout=0
auth-rsp-required=no
auth-sess-interval=0
auth-ts-secure=yes
auth-Send67=yes
auth-frm-adr-start=no
auth-id-fail-return-busy=no
auth-id-timeout-return-busy=no
You 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:

admin> list ..
Location: External-Auth

See Also: Auth-Frm-Adr-Start, Auth-ID-Fail-Return-Busy, Auth-ID-Timeout-Return-Busy, Auth-Key, Auth-Pool, Auth-Port, Auth-Rsp-Required, Auth-Send67, Auth-Server-N (N=1-3), Auth-Sess-Interval, Auth-Src-Port, Auth-Timeout, Auth-TS-Secure

Rad-Auth-Server

Description: A subprofile that enables you to define how RADIUS clients interact with the MAX TNT. With the appropriate software, clients can issue RADIUS commands for session termination and filter changes.

Usage: With External-Auth as the working profile, list the Rad-Auth-Server subprofile. For example:

admin> list rad-auth-server
auth-port=0
auth-session-key=no
auth-attribute-type=rad-serv-attr-any
auth-client=[ 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0+
auth-netmask=[ 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.+
auth-key=""
You 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:

admin> list ..
Location: External-Auth

See Also: Auth-Attribute-Type, Auth-Client N (N=1-9), Auth-Key, Auth-Netmask N (N=1- 9), Auth-Port, Auth-Session-Key

Rad-ID-Source-Unique

Description: Specifies whether each RADIUS accounting request should be identified by the UDP source port value, as well as by RADIUS ID, in order to extend the available number of unique IDs for accounting requests.

RADIUS uses ID values in Request-Response matching. For each unique accounting request (including retries, if a response is not received within the configured timeout period), RADIUS assigns an 8-bit ID value. The assigned value is freed when the request is no longer pending-that is, when RADIUS matches a request with a response, or the request times out.

When the MAX TNT runs at high capacity, RADIUS can run out of unique IDs. By default, when the server reaches its limit of 256 outstanding requests, no unique values are available for the next accounting request. To overcome this limitation, you can specify that each request be identified by the UDP source port as well as by the RADIUS ID value.

Usage: Specify one of the following values:

Example: set rad-id-source-unique=port-unique

Location: External-Auth

See Also: Acct-Type, Auth-Type, Local-Profiles-First, Rad-Acct-Client, Rad-Auth-Client, Rad-Auth-Server, Rad-ID-Space, Rad-Serv-Enable, Tac-Auth-Client, TacPlus-Acct-Client, TacPlus-Auth-Client

Rad-ID-Space

Description: Specifies whether the MAX TNT uses a single sequence space for the RADIUS ID number.

RADIUS uses an ID value to aid in Request-Response matching. By default, the MAX TNT uses a single sequence space for the RADIUS ID number in all RADIUS messages, which limits the number of IDs available for assignment to 256. A combined total of 256 authentication and accounting packets are sent before the ID sequence rolls over. However, by setting Rad-ID-Space=Distinct, you can configure distinct ID sequence spaces for RADIUS accounting and authentication packets.

Usage: Specify one of the following values:

Example: set rad-id-space=distinct

Dependencies: When you configure the MAX TNT to use distinct ID sequence spaces, the RADIUS server must perform additional checks for duplicate detection. The server should check the RADIUS ID value as well as the service type and destination UDP port in each packet. The service type can be determined by sorting all values of the code field into two classes-Auth and Acct-and then comparing the received code value to the sorted list in order to determine which class it belongs to. The destination UDP port can be the same for both services when a single RADIUS server performs them.

Location: External-Auth

See Also: Acct-Type, Auth-Type, Local-Profiles-First, Rad-Acct-Client, Rad-Auth-Client, Rad-Auth-Server, Rad-ID-Source-Unique, Rad-Serv-Enable, Tac-Auth-Client, TacPlus-Acct-Client , TacPlus-Auth-Client

Rad-Serv-Enable

Description: Specifies whether RADIUS clients can send RADIUS commands for session termination and filter changes to the MAX TNT.

Usage: Specify Yes or No. The default is No.

Example: set rad-server-enable=no

Location: External-Auth

See Also: Auth-Attribute-Type, Auth-Client N (N=1-9), Auth-Key, Auth-Netmask N (N=1- 9), Auth-Port, Auth-Session-Key, Rad-Auth-Server

RARP-Enabled

Description: Enables the MAX TNT to use the Reverse Address Resolution Protocol (RARP) to obtain its IP address from a RARP server.

Usage: Specify Yes or No. The default is No.

Example: set rarp-enabled=yes

Location: IP-Global

See Also: Atalk-Peer-Mode, Proxy-Mode

Read-Access-Hosts

Description: An array containing up to five IP addresses of SNMP managers that have Read permission. If Enforce-Address-Security=Yes, the MAX TNT responds to SNMP Get and Get-Next commands only from the SNMP managers you specify in the array.

Usage: Each element in the array can specify an IP address. When SNMP is the working profile, you can use the List command to display the array elements. For example:

admin> list read-access
read-access-hosts[1]=0.0.0.0
read-access-hosts[2]=0.0.0.0
read-access-hosts[3]=0.0.0.0
read-access-hosts[4]=0.0.0.0
read-access-hosts[5]=0.0.0.0
You can then set a value in Read-Access-Hosts by specifying the numeric index of one of the array elements and the value for that element. For example:

admin> set 1 10.2.3.4/24
Or, you can set an array element without listing the array. For example:

admin> set read-access-hosts 1 10.2.3.4/24
Dependencies: You must set Enforce-Address-Security=Yes for Read-Access-Hosts to have any effect.

Location: SNMP

See Also: Enforce-Address-Security, Read-Community, Read-Write-Community, Write-Access-Hosts

Read-Community

Description: Specifies an SNMP community name. An SNMP manager must send the correct community name to access the SNMP Get and Get-Next commands.

Usage: Specify the community name. You can enter up to 32 characters. The default is public.

Example: set read-community=Ascend

Location: SNMP

See Also: Enforce-Address-Security, Read-Access-Hosts, Read-Write-Community, Write-Access-Hosts

Read-Write-Community

Description: Specifies a read/write SNMP community name. An SNMP manager must send the correct community name to access the SNMP Get, Get-Next, and Set commands.

Usage: Specify the community name. You can enter up to 32 characters. The default is write.

Example: set read-write-community=secret

Location: SNMP

See Also: Enforce-Address-Security, Read-Access-Hosts, Read-Community, Write-Access-Hosts

Receive-Auth-Mode

Description: Specifies the authentication protocol to use for incoming PPP, MP, and MP+ calls.

Usage: Specify one of the following settings:

Setting

Description

No-PPP-Auth (the default)

No authentication is required.

PAP-PPP-Auth

The connection must use Password Authentication Protocol (PAP). The remote end sends its password in the clear. The password is not encrypted.

CHAP-PPP-Auth

The connection must use Challenge Handshake Authentication Protocol (CHAP). The remote end does not send its password in the clear. An MD5 digest calculated from the password and a random challenge are sent instead.

Any-PPP-Auth

The connection must use PAP, CHAP or MS-CHAP (Microsoft's extension of CHAP).

DES-PAP-PPP-Auth

The connection must use PAP with dynamic passwords.

Token-PAP-PPP-Auth

The connection must use PAP with dynamic passwords. When you specify this setting, the system uses one-time DES password encryption and sends a challenge in the token.

Token-CHAP-PPP-Auth

The connection must use PAP-Token for the first call of a multichannel session, and CHAP for additional channels.

Cache-Token-PPP-Auth

The connection must use CHAP with dynamic passwords. The system uses CHAP with challenges, but caches token responses and uses them for authenticating additional channels.

MS-CHAP-PPP-Auth

The connection must use MS-CHAP, designed mostly for Windows NT/Lan Manager platforms. (For more information, see ftp://ftp.microsoft.com/DEVELOPR/RFC/chapexts.txt.)

Example: set receive-auth-mode=both-ppp-auth

Dependencies: You must specify a password for each PPP call if Receive-Auth-Mode is set to any value other than No-PPP-Auth.

Location: Answer-Defaults > PPP-Answer

See Also: PPP-Answer, Recv-Password, Send-Auth-Mode

Recv-Password

Description: Specifies the password that the MAX TNT must receive from the caller.

Usage: Specify a text string of up to 20 characters. The password is case sensitive. If the MAX TNT does not require a password from the remote end, accept the default of null.

Example: set recv-password=remote

Dependencies: If Receive-Auth-Mode=No-PPP-Auth, Recv-Password does not apply for PPP calls. You must specify a value for Recv-Password if Receive-Auth-Mode specifies an authentication mode.

Location: Connection station > PPP-Options, Connection station > ARA-Options

See Also: ARA-Enabled, ARA-Options, PPP-Options, Receive-Auth-Mode, Send-Password

Remote-Address

Description: Specifies the IP address of the remote station. The MAX TNT uses the value you specify to match the address presented by an incoming IP connection.

Usage: Specify an IP address in dotted decimal notation. Separate the optional subnet mask from the address by entering a forward slash. The default is 0.0.0.0.

Example: set remote-address=10.77.156.4/24

Location: Connection station > IP-Options

See Also: IP-Options, Local-Address

Remote-Configuration

Description: Specifies whether a RADIUS server remotely configures a login banner and a list of Telnet hosts.

Usage: Specify Yes or No. The default is No.

Example: set remote-configuration=no

Dependencies: If terminal services are disabled or RADIUS is not in use, Remote-Configuration does not apply.

Location: Terminal-Server > Menu-Mode-Options

See Also: Banner, Host-N (N=1-4), Menu-Mode-Options, Text-N (N=1-4)

Reqd-State

Description: Specifies the required operational state of a slot or device.

Changing the value of Reqd-State initiates a state change. The state change is complete when the Reqd-State value is equal to the Device-State or Current-State value.

Usage: In a Device-State profile, specify one of the following values:

In a Slot-State profile, specify one of the following values:

Example: set reqd-state=down-req-state

Dependencies: You can also set Reqd-State by using the Device or Slot command. In a Slot-State profile, setting Reqd-State=Down-Reqd-State does not persist across system resets.

Location: Device-State {{shelf-N slot-N N} N}, Slot-State {shelf-N slot-N N}

See Also: Current-State, Device-State

Retransmit-Interval

Description: Specifies the number of seconds between retransmissions of OSPF protocol packets. OSPF uses the Retransmit-Interval value for Link-State Advertisement (LSA) transmissions, and for retransmitting Database-Description and Link-State-Request packets.

Usage: Specify a number greater than zero. The default is 5.

Example: set retransmit-interval=15

Location: IP-Interface {{shelf-N slot-N N} N} > OSPF,
Connection station > IP-Options > OSPF-Options

See Also: IP-Options, OSPF, OSPF-Options, Transit-Delay

Retry-Limit

Description: Controls the maximum number of attempts the MAX TNT makes to establish an Ascend Tunnel Management Protocol (ATMP) tunnel before switching to an alternative home agent.

Usage: Specify an integer from 1 to 100. The default is 10.

Example: set retry-limit=25

Location: ATMP

See Also: Agent-Mode, Agent-Type, Home-Agent-Password, Retry-Timeout, UDP-Port

Retry-Timeout

Description: Controls the time (in seconds) to wait between retries when attempting to establish an Ascend Tunnel Management Protocol (ATMP) tunnel.

Usage: Specify the number of seconds. The default is 3, which is appropriate for most sites.

Example: set retry-timeout=5

Location: ATMP

See Also: Agent-Mode, Agent-Type, Home-Agent-Password, Retry-Timeout, UDP-Port

RIP

Description: Specifies RIP behavior for a Connection profile:


Note: The IETF has voted to move RIP-v1 into the historic category, and its use is no longer recommended. You should upgrade all routers and hosts to RIP-v2. If you must maintain RIP-v1, Ascend recommends that you create a separate subnet, and place all RIP-v1 routers and hosts on that subnet.

Usage: In the IP-Options subprofile, specify one of the following settings:

Setting

Description

Routing-Off (the default)

The MAX TNT does not send routing updates, and ignores any routing updates it receives for the connection.

Routing-Send-Only

The MAX TNT sends RIP-v1 routing updates, but ignores any it receives for the connection.

Routing-Recv-Only

The MAX TNT does not send RIP-v1 routing updates, but accepts any routing updates it receives for the connection.

Routing-Send-And-Recv

The MAX TNT both sends RIP-v1 routing updates and accepts any it receives for the connection.

Routing-Send-Only-V2

The MAX TNT sends RIP-v2 routing updates, but ignores any it receives for the connection.

Routing-Recv-Only-V2

The MAX TNT does not send RIP-v2 routing updates, but accepts any routing updates it receives for the connection.

Routing-Send-And-Recv-V2

The MAX TNT both sends RIP-v2 routing updates and accepts any it receives for the connection.

In the IPX-Options subprofile, specify one of the following settings:

Setting

Description

Off (the default)

IPX RIP is turned off for the connection.

Send

The MAX TNT sends IPX RIP packets, but does not accept any on the connection.

Recv

The MAX TNT accepts IPX RIP packets, but does not send any on the connection.

Both

The MAX TNT both sends and accepts IPX RIP packets on the connection.

Example: set rip=routing-send-only-v2

Dependencies: If the MAX TNT does not route either IP or IPX for the connection, or if both IP routing and IPX routing are globally disabled, RIP does not apply.

Location: Connection station > IP-Options, Connection station > IPX-Options

See Also: Dial-Query, IP-Options, IPX-Header-Compression, IPX-Options, IPX-Routing-Enabled , IPX-SAP-HS-Proxy, IPX-SAP-HS-Proxy-Net, Net-Alias, Net-Number, Peer-Mode, RIP, RIP2-Use-Multicast, RIP-ASE-Type, RIP-Mode, RIP-Policy, RIP-Pref, RIP-Tag, SAP, SAP-Filter, Summarize-RIP-Routes

RIP2-Use-Multicast

Description: Enables or disables the default RIP-v2 behavior of using the multicast address (224.0.0.9) to send and receive updates.

Usage: Specify Yes or No. The default is Yes.

Example: set rip2-use-multicast=yes

Dependencies: The RIP2-Use-Multicast setting does not apply to RIP-v1.

Location: IP-Interface

See Also: RIP, RIP-ASE-Type, RIP-Mode, RIP-Policy, RIP-Pref, RIP-Tag, Summarize-RIP-Routes

RIP-ASE-Type

Description: Specifies the OSPF ASE type associated with RIP routes.

Usage: Specify one of the following values:

Example: set rip-ase-type=1

Location: IP-Global

See Also: ASE-Type

RIP-Mode

Description: Specifies whether the interface should run RIP version 1 or RIP version 2, and whether it should send updates, receive them, or both.

The IETF has voted to move RIP-v1 into the historic category, and its use is no longer recommended. You should upgrade all routers and hosts to RIP-v2. If you must maintain RIP-v1, Ascend recommends that you create a separate subnet, and place all RIP-v1 routers and hosts on that subnet.

Usage: Specify one of the following settings:

Setting

Description

Routing-Off (the default)

The MAX TNT does not send routing updates, and ignores any routing updates it receives for the connection.

Routing-Send-Only

The MAX TNT sends RIP-v1 routing updates, but ignores any it receives for the connection.

Routing-Recv-Only

The MAX TNT does not send RIP-v1 routing updates, but accepts any routing updates it receives for the connection.

Routing-Send-And-Recv

The MAX TNT both sends RIP-v1 routing updates and accepts any it receives for the connection.

Routing-Send-Only-V2

The MAX TNT sends RIP-v2 routing updates, but ignores any it receives for the connection.

Routing-Recv-Only-V2

The MAX TNT does not send RIP-v2 routing updates, but accepts any routing updates it receives for the connection.

Routing-Send-And-Recv-V2

The MAX TNT both sends RIP-v2 routing updates and accepts any it receives for the connection.

Example: set rip-mode=routing-send-only-v2

Location: IP-Interface {{shelf-N slot-N N} N}

See Also: RIP, RIP2-Use-Multicast, RIP-ASE-Type, RIP-Policy, RIP-Pref, RIP-Tag, Summarize-RIP-Routes

RIP-Policy

Description: Specifies whether the MAX TNT propagates routes back to the subnet from which they were received.

Usage: Specify one of the following values:

Example: set rip-policy=split-horzn

Dependencies: The RIP-Policy setting is relevant only to RIP-v1. Ascend recommends that you do not set RIP-Policy when interacting with RIP-v2 routers.

Location: IP-Global

See Also: RIP, RIP2-Use-Multicast, RIP-ASE-Type, RIP-Mode, RIP-Pref, RIP-Tag, Summarize-RIP-Routes

RIP-Pref

Description: Specifies the default preference for routes the MAX TNT learns from the Routing Information Protocol (RIP).

When choosing the routes to put in the routing table, the router first compares their preference values, preferring the lowest number. If the preference values are equal, the router compares the metric values, using the route with the lowest metric.

Usage: Specify a number from 0 to 255. A value of 255 prevents the use of the route. Following are the default preferences for different types of routes:

Example: set rip-pref=50

Location: IP-Global

See Also: Down-Preference, OSPF-ASE-Pref, OSPF-Pref, Preference, Static-Pref

RIP-Queue-Depth

Description: Specifies the queue depth for RIP packets.

Usage: Specify a number between 0 and 1024. The default is 0 (zero), which means that the MAX TNT does not drop the packets, no matter what the state of the routing subsystem or system memory.

Example: set rip-queue-depth=128

Location: IP-Global

See Also: Queue-Depth

RIP-Tag

Description: Specifies a tag to associate with RIP routes. A tag is a 32-bit hexadecimal number. OSPF border routers can use the tag to filter a record.

Usage: Specify a 32-bit hexadecimal number. The default is c8:00:00:00.

Example: set rip-tag=cfc80000

Location: IP-Global

See Also: ASE-Tag

Rlogin

Description: Enables or disables the use of the Rlogin command from the terminal-server interface.

Usage: Specify Yes or No. The default is No.

Example: set rlogin=yes

Dependencies: If terminal services are disabled, Rlogin does not apply.

Location: Terminal-Server > Terminal-Mode-Configuration

See Also: Ping, PPP, SLIP, TCP, Telnet, Terminal-Mode-Configuration, Traceroute

Robbed-Bit-Mode

Description: Specifies the call-control mechanism for robbed-bit signaling. The mechanisms you can specify are based on the AT&T Special Access Connections specification for ACCUNET T1.5 services (AT&T TR 41458).

Usage: Specify one of the following values:

Example: set robbed-bit-mode=wink-start

Dependencies: Consider the following:

Location: T1 {shelf-N slot-N N} > Line-Interface

See Also: Line-Interface, Signaling-Mode

Route-Address

Description: Specifies a route address that the MAX TNT compares to a packet's route address (after applying the mask specified by Route-Mask).

Usage: Specify an IP address in dotted decimal notation. The default is 0.0.0.0, which matches all route addresses in all packets.

Example: set route-address=10.62.201.56

Location: Filter filter-name > Input-Filters > Route-Filter,
Filter filter-name > Output-Filters > Route-Filter

Dependencies: Route-Address applies only if Type=Route-Filter.

See Also: Action, Add-Persistence, Input-Filters, Output-Filters, Route-Filter, Route-Filter (subprofile), Route-Mask, Source-Address, Source-Address-Mask, Type

Route-Filter

Description: Specifies the route filter to apply to a LAN interface (in an IP-Interface profile) or a WAN interface (in a Connection profile).

Usage: Specify the name of the Filter profile that contains the route-filter definition. The default is null.

Example: set route-filter=route-test

Dependencies: The Route-Filter setting applies only if you have defined a route filter in the Route-Filter subprofile.

Location: Connection station > IP-Options, IP-Interface {{shelf-N slot-N N} N}

See Also: Action, Add-Persistence, Route-Address, Route-Filter (subprofile), Route-Mask, Source-Address, Source-Address-Mask, Type

Route-Filter (subprofile)

Description: A subprofile containing a route-filter specification.

Usage: With a Filter profile as the working profile, list the Route-Filter subprofile. For example:

admin> list input 1 route-filter
source-address-mask=255.255.255.192
source-address=200.100.50.128
route-mask=0.0.0.0
route-address=0.0.0.0
add-metric=0
action=none
You 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:

admin> list ..
Location: Filter filter-name > Input-Filters, Filter filter-name > Output-Filters

See Also: Action, Add-Persistence, Input-Filters, Output-Filters, Route-Address, Route-Filter , Route-Mask, Source-Address, Source-Address-Mask, Type

Route-Mask

Description: Specifies a mask to apply to the Route-Address before comparing the resulting value to the route address in a packet.You can use Route-Mask to hide the host portion of a route, or the host and subnet portion.

After translating the Mask and Route-Address into binary format, the MAX TNT applies the mask to the specified Route-Address by performing a logical AND. The mask hides the bits that appear behind each binary 0 (zero) in the mask.

Usage: Specify a mask in dotted decimal notation. A mask of all ones (FF:FF:FF:FF:FF:FF:FF:FF) masks no bits, so the Route-Address value must match the full route address for a single host. The default is 0.0.0.0, which matches all route addresses.

Example: set route-mask=255.255.255.0

Dependencies: Route-Mask applies only if Type=Route-Filter.

Location: Filter filter-name > Input-Filters > Route-Filter,
Filter filter-name > Output-Filters > Route-Filter

See Also: Action, Add-Persistence, Input-Filters, Output-Filters, Route-Address, Route-Filter , Route-Filter (subprofile), Source-Address, Source-Address-Mask, Type

Routing-Metric

Description: Assigns a RIP-style metric to a route.

Usage: Specify an integer from 1 to 15. The default is 7.

Example: set routing-metric=1

Location: Answer-Defaults > IP-Answer, Connection station > IP-Options

See Also: IP-Answer, IP-Options, Private-Route, RIP

RS-Corrected-Errors

Description: Indicates the number of Reed Solomon (RS) errors that have been corrected.

Usage: The RS-Corrected-Errors setting is read only.

Location: ADSL-Cap-Statistics {shelf-N slot-N N}

See Also: RS-Errors

RS-Errors

Description: Indicates the number of Reed Solomon (RS) errors that have not been corrected.

Usage: The RS-Errors setting is read only.

Dependencies: Only the Customer Premises Equipment (CPE) unit uses the value of RS-Errors. If the CPE unit detects a very high rate of RS errors (255 every 50ms) for eight consecutive seconds, it disconnects the line.

Location: ADSL-Cap-Statistics {shelf-N slot-N N}

See Also: RS-Corrected-Errors

RX-Attenuation

Description: Indicates the attenuation level of the signal transmitted by the remote end.

Usage: The RX-Attenuation setting is read only.

Location: ADSL-Cap-Statistics {shelf-N slot-N N}

See Also: RX-Signal-Present

RX-Signal-Present

Description: Indicates whether the local node is receiving a signal from the remote node.

Usage: The RX-Signal-Present setting is read only. Yes indicates that the local node is receiving a signal from the remote node. No indicates that the local node is not receiving a signal from the remote node.

Location: ADSL-Cap-Statistics {shelf-N slot-N N}, SDSL-Statistics {shelf-N slot-N N}

See Also: RX-Attenuation

S

SAP

Description: Specifies IPX SAP behavior for the connection when the peer is a router.

Usage: Specify one of the following values:

Example: set sap=both

Dependencies: If the MAX TNT does not route IPX for the connection, or if IPX routing is globally disabled, SAP does not apply.

See Also: Dial-Query, IPX-Header-Compression, IPX-Routing-Enabled, IPX-SAP-HS-Proxy, IPX-SAP-HS-Proxy-Net, Net-Alias, Net-Number, Peer-Mode, RIP, SAP-Filter

SAP-Filter

Description: Specifies the SAP filter to apply to the connection.

A SAP filter includes or excludes specific servers or services from the MAX TNT unit's SAP table. If the directory services feature is not supported, servers or services that are not in the MAX TNT table are inaccessible to clients across the WAN.

Usage: Specify the name of a SAP filter defined in the IPX-SAP-Filter profile. The default is null.

Example: set sap-filter=Alameda

Dependencies: If the MAX TNT does not route IPX for the connection, or if IPX routing is globally disabled, SAP-Filter does not apply.

Location: Connection station > IPX-Options

See Also: Dial-Query, IPX-Header-Compression, IPX-Routing-Enabled, IPX-SAP-HS-Proxy, IPX-SAP-HS-Proxy-Net, Net-Alias, Net-Number, Peer-Mode, RIP, SAP

Save-Level

Description: Indicates the lowest level of log messages the MAX TNT displays in the log status window.

Usage: Specify one of the following settings:

Setting

Lowest-level message indicates

None (the default)

The MAX TNT does not display log messages.

Emergency

The unit has an error condition and is unlikely to be operating normally.

Alert

The unit has an error condition but is still operating normally.

Critical

An interface has gone down or a security error has occurred.

Error

An error event has occurred.

Warning

An unusual event has occurred, but the unit is otherwise operating normally. For example, this type of message appears when a login attempt has failed because the user entered an incorrect user name or password.

Notice

Events of interest in normal operation have occurred (a link going up or down, for example).

Info

State and status changes that are commonly not of general interest have occurred.

Debug

Helpful debugging information.

Example: set save-level=error

Dependencies: Log levels are also configurable on a per-user basis in User profiles.

Location: Log

See Also: Facility, Host, Log-Display-Level, Save-Number, Syslog-Enabled

Save-Number

Description: Specifies the maximum number of log messages that the MAX TNT saves for display in the status windows.

Usage: Specify an integer. The default is 100.

Example: set save-number=150

Location: Log

See Also: Facility, Host, Log-Display-Level, Save-Level, Syslog-Enabled

SDSL

Description: A profile containing configuration settings for an SDSL card.

Usage: Use the Read and List commands to make SDSL the working profile and list its contents. For example:

admin> read sdsl {1 1 0}
SDSL/{ shelf-1 slot-1 0 } read
admin> list
name=""
physical-address*={ shelf-1 slot-1 0 }
enabled=no
line-config={ 0 0 static { any-shelf any-slot 0 } }
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
SDSL/{ shelf-1 slot-1 0 } written
See Also: Enabled, Line-Config, Name, Physical-Address

SDSL-Stat

Description: A profile indicating the status of the SDSL line.

Usage: Use the Read and List commands to make SDSL-Stat the working profile and list its contents. For example:

admin> read sdsl-stat {1 1 0}
SDSL-STAT/{ shelf-1 slot-1 0 } read
admin> list
physical-address*={ shelf-1 slot-1 0 }
line-state=active
error-count=0
See Also: Error-Count, Line-State, Physical-Address

SDSL-Statistics

Description: A profile that reports statistics about the SDSL interface.

Usage: Use the Read and List commands to make SDSL-Statistics the working profile and list its contents. For example:

admin> read sdsl-statistics {1 1 0}
SDSL-STATISTICS/{ shelf-1 slot-1 0 } read
admin> list
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
far-end-db-attenuation=4
See Also: Far-End-dB-Attenuation, Line-Quality, Line-Up-Timer, Physical-Address, RX-Signal-Present , Self-Test, Up-Down-Cntr

SDSL-Status

Description: A profile that indicates the status of the SDSL interface.

Usage: Use the Read and List commands to make SDSL-Status the working profile and list its contents. For example:

admin> read sdsl-status {1 1 0}
SDSL-STATUS/{ shelf-1 slot-1 0 } read
admin> list
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
See Also: Dev-Line-State, Down-Stream-Rate, Hardware-Ver, IF-Group-Index, Major-Firmware-Ver , Minor-Firmware-Ver, Physical-Address, Unit-Type, Up-Stream-Rate

Sec-Domain-Name

Description: Specifies a secondary domain name that the MAX TNT searches by means of the Domain Name System (DNS).

Usage: Specify a secondary domain name. The default is null.

Example: set sec-domain-name=xyz.com

Location: IP-Global

See Also: Domain-Name, DNS-Primary-Server, DNS-Secondary-Server

Secondary-Home-Agent

Description: Specifies the IP address or hostname of the Ascend Tunnel Management Protocol (ATMP) secondary home agent.

Usage: Specify an IP address in dotted decimal notation, or a symbolic hostname containing up to 31 characters. The default is 0.0.0.0.

If you specify a hostname, the MAX TNT uses the Domain Name System (DNS) to look up the host IP address. If the home agent requires a UDP port number different from the value specified by UDP-Port, you can specify a port value by appending a colon character (:) and the port number to the IP address or hostname. For example:

admin> set secondary-home-agent=10.11.22.33:8877
admin> set secondary-home-agent=home-agent.company.com:6969
The home agent IP address should be the system address, not the IP address of the interface on which the home agent receives tunneled data.

Dependencies: You must set Profile-Type=Mobile Client for the Secondary-Home-Agent setting to apply.

Location: Connection station > Tunnel-Options

See Also: Home-Agent-Password, Home-Network-Name, Max-Tunnels, Primary-Home-Agent , Profile-Type, UDP-Port

Seconds-History

Description: Specifies the number of seconds to use as the basis for calculating average line utilization (ALU). When the ALU exceeds or falls below the Target-Utilization percentage for a specified number of seconds, the MAX TNT adds or subtracts bandwidth.

Usage: Specify an integer from 1 to 300. The default is 15 seconds.

Example: set seconds-history=60

Dependencies: The number of seconds you specify should be related to traffic patterns. For example, if you want to average spikes with normal traffic flow, you might want the MAX TNT to base ALU on a longer time period. If, on the other hand, traffic patterns consist of many spikes that are short in duration, you might want to specify a shorter period of time. Doing so gives less weight to the short spikes.

Location: Answer-Defaults > MPP-Answer, Connection station > MPP-Options

See Also: Add-Persistence, Aux-Send-Password, Bandwidth-Monitor-Direction, Decrement-Channel-Count , Dynamic-Algorithm, Enabled, Increment-Channel-Count, MPP-Answer, MPP-Options, Sub-Persistence, Target-Utilization

Security-Enabled

Description: Specifies whether the MAX TNT traps security events and sends a traps-PDU to the SNMP manager.

Security events notify users of security problems and track access to the unit. (For the most up-to-date information about security events, see the Ascend Enterprise MIB.) The MAX TNT traps the following security events:

Event

Indication

authenticationFailure (RFC-1215 trap-type 4)

The MAX TNT sending the trap is the addressee of a protocol message that is not properly authenticated.

consoleStateChange (Ascend trap-type 12)

The console associated with the passed console index has changed state. To read the console's state, get ConsoleEntry from the Ascend Enterprise MIB.

maxTelnetAttempts (Ascend trap-type 15)

There have been three consecutive failed attempts to log into the MAX TNT via Telnet.

Usage: Specify Yes or No. The default is Yes.

Example: set security-enabled=yes

Location: Trap host-name

See Also: Alarm-Enabled, Community-Name, Host-Address, Host-Name, Port-Enabled

Security-For-Direct-Access

Description: Specifies the type of security required for the direct-access dialout service.

Usage: Specify one of the following values:

Example: set security-for-direct-access=global

Dependencies: If Direct-Access=No, Security-For-Direct-Access does not apply.

Location: Terminal-Server > Dialout-Configuration

See Also: Direct-Access, Password-For-Direct-Access, Port-For-Direct-Access

Security-Mode

Description: Specifies the type of terminal-server security in use.

Usage: Specify one of the following values:

Example: set security-mode=full

Location: Terminal-Server

See Also: Menu-Mode-Options, System-Password

Selectools-Enabled

Description: Indicates whether Selectools are enabled.

Usage: The Selectools-Enabled setting is read only. Yes indicates that Selectools are enabled. No indicates that Selectools are disabled.

Example: selectools-enabled=yes

Location: Base

See Also: MAXLink-Client-Enabled, PHS-Support

Self-Test

Description: Indicates whether the card has passed the Power-On Self Test (POST).

Usage: The Self-Test setting is read only. Passed indicates that the card passed the POST. Failed indicates that the card failed the POST.

Location: ADSL-Cap-Statistics {shelf-N slot-N N}, SDSL-Statistics {shelf-N slot-N N}

See Also: Connection-SQ, Far-End-dB-Attenuation, HDLC-RX-CRC-Error-Cnt, Line-Quality , Line-Up-Timer, Physical-Address, RX-Signal-Present, Up-Down-Cntr, RS-Corrected-Errors , RS-Errors, RX-Attenuation, Transmit-Power

Send-Auth-Mode

Description: Specifies the authentication protocol that the MAX TNT requests when initiating an outgoing call with PPP, MP, or MP+ encapsulation. The answering side of the connection determines which authentication protocol the connection uses (if any).

Usage: Specify one of the following settings:

Setting

Description

No-PPP-Auth (the default)

No authentication is requested.

PAP-PPP-Auth specifies

The connection requests Password Authentication Protocol (PAP). The remote end sends its password in the clear. The password is not encrypted.

CHAP-PPP-Auth

The connection requests Challenge Handshake Authentication Protocol (CHAP). The remote end does not send its password in the clear. An MD5 digest calculated from the password and a random challenge are sent instead.

MS-CHAP-PPP-Auth

The connection requests MS-CHAP, designed mostly for Windows NT/Lan Manager platforms. (For more information, see ftp://ftp.microsoft.com/DEVELOPR/RFC/chapexts.txt.)

Example: set send-auth-mode=any-ppp-auth

Dependencies: Consider the following:

Location: Connection station > PPP-Options

See Also: PPP-Options, Receive-Auth-Mode, Send-Password

SendDisc-Val

Description: Specifies the number of seconds the MAX TNT waits before sending an ISDN disconnect to the switch.

Usage: Specify an integer. The default is 0 (zero).

Example: set sendDisc-val=10

Location: T1 {shelf-N slot-N N} > Line-Interface

See Also: Line-Interface

Send-Password

Description: Specifies the password the MAX TNT sends to the remote end during authentication of an outgoing PPP connection.

Usage: Specify up to 20 characters. The password is case sensitive. If the remote end does not require a password, accept the default of null.

Example: set send-password=Ascend

Dependencies: You must specify a value for Send-Password when PAP, CHAP, or Cache-Token authentication is in use. If the Connection profile does not make outgoing calls, do not enter a value for Send-Password.

Location: Connection station > PPP-Options

See Also: PPP-Options, Recv-Password, Send-Auth-Mode

Serial

Description: A profile that specifies physical interface settings for a system serial interface.

Usage: Use the Read and List commands to make Serial the working profile and list its contents. For example:

admin> read serial { 1 c 2 }
SERIAL/{ shelf-1 controller 2 } read
admin> list
physical-address*={ shelf-1 controller 2 }
term-rate=9600-bps
flow-control=none
user-profile=admin
auto-logout=no
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
SERIAL/{ shelf-1 controller 2 } written
See Also: Auto-Logout, Flow-Control, Physical-Address, Term-Rate, User-Profile

Serial-Number

Description: Displays the MAX TNT unit's serial number.

Usage: The Serial-Number setting is read only.

Example: serial-number=6201732

Location: Base, Slot-Info {shelf-N slot-N N}

See Also: Software-Level, Software-Revision, Software-Version

Server-Name

Description: Specifies a local or remote NetWare server. If the server is on the local network and you are specifying a SAP output filter, the Server-Type setting specifies whether to include or exclude advertisements for the server in SAP response packets. If the server is on the remote IPX network and you are specifying a SAP input filter, Server-Type specifies whether to include or exclude the server in the MAX TNT SAP table.

Usage: Specify the name of a NetWare server. The default is null.

Example: set server-name=server_1

Location: IPX-SAP-Filter > Input-IPX-SAP-Filters,
IPX-SAP-Filter > Output-IPX-SAP-Filters

See Also: Server-Type, Type-Filter, Valid-Filter

Server-Node

Description: Specifies the node number for the NetWare server.

Usage: Specify a hexadecimal number of up to 12 digits. The default is 00:00:00:00:00:01 (the typical node number for a NetWare file server).

Example: set server-node=00:00:00:00:00:01

Location: IPX-Route name

See Also: Active-Route, Dest-Network, Hops, Name, Profile-Name, Server-Socket, Server-Type, Ticks

Server-Socket

Description: Specifies the socket number for the NetWare server.

Usage: Enter a hexadecimal number of up to four digits. Typically, the NetWare file server uses socket 0451. The default is 0000.

Example: set server-socket=04:51

Dependencies: The number you specify must be a well-known socket number. Services that use dynamic socket numbers might use a different socket each time they load and will not work with IPX-Route profiles. To bring up a connection to a remote service that uses a dynamic socket number, specify a master server that uses a well-known socket number on the remote network.

Location: IPX-Route name

See Also: Active-Route, Dest-Network, Hops, Name, Profile-Name, Server-Node, Server-Type, Ticks

Server-Type

Description: Specifies the Service Advertising Protocol (SAP) service type of the NetWare server.

Usage: Specify a hexadecimal number of up to four digits. A NetWare file server has SAP service type 0004. The default is 0000.

Example: set server-type=0004

Dependencies: In a SAP output filter, Server-Type specifies whether to include or exclude advertisements for the service type in SAP response packets. In a SAP input filter, Server-Type specifies whether to include or exclude services of this type in the SAP table.

Location: IPX-Route name, IPX-SAP-Filter > Input-IPX-SAP Filters,
IPX-SAP-Filter > Output-IPX-SAP-Filters

See Also: Active-Route, Dest-Network, Hops, Name, Profile-Name, Server-Name, Server-Node, Server-Socket, Ticks, Type-Filter, Valid-Filter

Service

Description: Enables or disables immediate mode, and specifies the immediate service type. In immediate mode, an interactive user immediately connects to a host by means of a specified service.

Usage: Specify one of the following values:

Example: set service=rlogin

Dependencies: If terminal services are disabled, Service does not apply.

Location: Terminal-Server > Immediate-Mode-Options

See Also: Host, Immediate-Mode-Options, Port, Service, Telnet-Host-Auth

SessionID-Base

Description: Specifies the base number the MAX TNT uses for generating a unique ID for each session.

The MAX TNT can pass a session ID to SNMP, RADIUS, or other external entities. If the value of SessionID-Base is nonzero, the MAX TNT uses it as the initial base for calculating session IDs after a system reset. The ID for each subsequent session is incremented by 1.

If SessionID-Base is zero, the MAX TNT sets the initial base for session IDs to the absolute clock. For example, if the clock is 0x11cf4959, the subsequent session IDs use 0x11cf4959 as a base. However, if the clock is changed and the system reboots or clears NVRAM, session IDs might be duplicated.

Usage: Specify an integer from 1 to 2147483647. The default is 0 (zero), which causes the MAX TNT to generate a session ID base using the absolute clock.

Example: set sessionid-base=5

Dependencies: You can also set a session ID base by using the Set SessID command in the terminal-server interface. The terminal server provides a Show SessID command to display the next session ID the unit will use.

Location: System

See Also: Analog-Encoding, Call-Routing-Sort-Method, Idle-Logout, Master-Shelf-Controller , Name, Parallel-Dialing, Shelf-Controller-Type, Single-File-Incoming, System-Rmt-Mgmt, Use-Trunk-Groups

Session-Info

Description: A subprofile containing default settings for incoming connections. The settings in the Session-Info subprofile are not specific to any encapsulation method or network protocol.

Usage: With Answer-Defaults as the working profile, list the Session-Info subprofile. For example:

admin> list session-info
call-filter=""
data-filter=""
filter-persistence=no
idle-timer=120
ts-idle-mode=no-idle
ts-idle-timer=120
max-call-duration=0
You 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:

admin> list ..
Location: Answer-Defaults

See Also: Call-Filter, Data-Filter, Filter-Persistence, Idle-Timer, Max-Call-Duration, TS-Idle-Mode, TS-Idle-Timer

Session-Options

Description: A subprofile that specifies session settings not specific to any encapsulation method or network protocol.

Usage: With a Connection profile as the working profile, list the Session-Options subprofile. For example:

admin> list session
call-filter=""
data-filter=""
filter-persistence=no
idle-timer=120
ts-idle-mode=no-idle
ts-idle-timer=120
backup=""
max-call-duration=0
You 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:

admin> list ..
Location: Connection station

See Also: Backup, Call-Filter, Data-Filter, Filter-Persistence, Idle-Timer, Max-Call-Duration, TS-Idle-Mode, TS-Idle-Timer

Shared-Prof

Description: Specifies whether multiple incoming calls can share a Connection profile.

Usage: Specify Yes or No. The default is No.

Example: set shared-prof=no

Dependencies: Use the Shared-Prof setting only when the MAX TNT dynamically assigns each caller an IP address. A shared profile must not contain a hard-coded remote IP address.

Location: IP-Global

See Also: Address-Pool, Assign-Count, Must-Accept-Address-Assign, Pool-Base-Address

Shelf

Description: Specifies the shelf in which an item resides. If you are using a single-shelf system, the shelf number is always 1. For call-routing purposes, a value of 0 (zero) or any-shelf specifies any shelf.

Usage: For a Device-Address, Physical-Address, or Call-Route-Info setting, specify an integer from 1 to 6. In an Error profile, the Shelf setting is read only.

Example: set shelf=1

Location: Call-Route-Info, Device-Address, Error, Physical-Address

See Also: Call-Route-Info, Device-Address, Item-Number, Physical-Address, Slot

Shelf-Controller-Type

Description: Specifies the type of controller on the shelf.

Usage: Specify one of the following values:

Example: set shelf-controller-type=master

Location: System

See Also: Master-Shelf-Controller

Shelf-Number

Description: Indicates the shelf number of the MAX TNT unit.

Usage: The Shelf-Number setting is read only.

Example: shelf-number=1

Location: Base

See Also: Master-Shelf-Controller, Shelf, Shelf-Controller-Type

Signaling-Mode

Description: Specifies the type of signaling used on a T1 or E1 line.

Usage: For a T1 line, specify one of the following values:

For an E1 line, specify one of the following values:

Example: set signaling-mode=isdn

Location: T1 {shelf-N slot-N N} > Line-Interface, E1 {shelf-N slot-N N} > Line-Interface

See Also: Call-By-Call, Caller-ID, Channel-Usage, Data-Service, D-Channel-Enabled, Encoding, FDL, Frame-Type, Line-Interface, NFAS-ID, Number-Complete, R2-Signaling-Enabled , Robbed-Bit-Mode, Switch-Type

Silent-Mode

Description: Specifies whether the MAX TNT suppresses status messages upon establishment of an interactive terminal-server connection.

Usage: Specify Yes or No. The default is No.

Example: set silent-mode=yes

Dependencies: If terminal services are disabled, Silent-Mode does not apply.

Location: Terminal-Server > Terminal-Mode-Configuration

See Also: Terminal-Mode-Configuration

Single-File-Incoming

Description: Specifies whether the MAX TNT treats incoming calls as a single-file list, or handles them in parallel.

Usage: Specify Yes or No. The default is Yes.

Example: set single-file-incoming=yes

Location: System

See Also: Parallel-Dialing

SLIP

Description: Enables or disables the use of the terminal-server SLIP command.

Usage: Specify Yes or No. The default is No.

Example: set slip=yes

Dependencies: If terminal services are disabled, SLIP does not apply.

Location: Terminal-Server > SLIP-Mode-Configuration

See Also: Ping, PPP, Rlogin, SLIP-Mode-Configuration, TCP, Telnet, Terminal-Mode-Configuration , Traceroute

SLIP-BOOTP

Description: Specifies whether the MAX TNT responds to BOOTP within SLIP sessions.

Usage: Specify Yes or No. The default is No.

Example: set slip-bootp=yes

Dependencies: If terminal services are disabled, SLIP-BOOTP does not apply.

Location: Terminal-Server > SLIP-Mode-Configuration

See Also: Address-Pool, Assign-Count, Pool-Base-Address, SLIP, SLIP-Mode-Configuration

SLIP-Mode-Configuration

Description: A subprofile with terminal-server configuration options for asynchronous Serial Line IP (SLIP) users.

Usage: With Terminal-Server as the working profile, list the SLIP-Mode-Configuration subprofile. For example:

admin> list slip
slip=no
slip-bootp=no
You 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:

admin> list ..
Location: Terminal-Server

See Also: SLIP, SLIP-BOOTP

Slot

Description: Specifies the number of the item's expansion slot. Physical expansion slots are numbered from 1 to 16, starting with 1 for the slot just below the shelf controller. The slot value 17, controller, or c specifies the shelf controller card.

For call-routing purposes, a value of 0 (zero) or any-slot specifies that the item can use any slot. For example, to address the first slot on shelf 1:

{ 1 1 0 }

For a 48-modem card, which uses two slots, the slot number is always the lower of the two slots. For example, if the card uses slots 2 and 3, the following specification addresses the entire slot card:

{ 1 2 0 }
Usage: For a Device-Address, Physical-Address, or Call-Route-Info setting, specify an integer from 1 to 17. In an Error profile, the Slot setting is read only.

Example: set slot=10

Location: Call-Route-Info. Device-Address, Error, Physical-Address

See Also: Call-Route-Info, Device-Address, Item-Number, Physical-Address, Shelf

Slot-Address

Description: Indicates the physical address of the slot.

Usage: In most cases, the value of Slot-Address is obtained from the system. However, you can clone a profile by reading an existing one and changing its physical address. To modify the value after reading a Slot-Info, Slot-State, or Slot-Type profile, use the List and Set commands. For example:

admin> list slot
shelf=shelf-1
slot=slot-9
item-number=37
admin> set shelf=shelf-2
As an alternative, you can simply use the Set command. For example:

admin> set slot shelf=shelf-2
Location: Slot-Info {shelf-N slot-N N}, Slot-State {shelf-N slot-N N},
Slot-Type {shelf-N slot-N N}

See Also: Physical-Address

Slot-Enabled

Description: Specifies whether the host specified by Host-Address receives a multishelf trap when the SNMP MIB object multiShelfStateTrapState (multiShelf 6) is set to Enabled. This object determines whether a trap is generated when a multishelf link is down (if one of the shelves is down). If it is set to Disabled (2), the trap is not sent, regardless of your Trap profile configuration.

Usage: Specify Yes or No. The default is No.

Example: An administrator sets Host-A (10.2.3.4) to receive multishelf traps, but not Host-B (10.5.6.7):

admin> new trap host-a
TRAP/host-a read
admin> list
host-name*=test
community-name=""
host-address=0.0.0.0
alarm-enabled=yes
security-enabled=no
port-enabled=no
slot-enabled=no
admin> set host-address=10.2.3.4
admin> set slot-enabled=yes
admin> write
TRAP/host-a written
admin> new trap host-b
TRAP/host-b read
admin> set host-address=10.5.6.7
admin> write
TRAP/host-b written
Dependencies: If the administrator sets the multiShelf.multiShelfStatTrapState object to 2 (disabled), neither host receives multishelf traps.

Location: Trap host-name

See Also: Host-Address, Host-Name

Slot-Info

Description: A profile that displays the software version, serial number, and other system information about the MAX TNT.

Usage: The Slot-Info profile is read only. Use the Get command to display its contents. For example:

admin> get slot-info
slot-address={ shelf-1 slot-7 0 }
serial-number=77777777
software-version=1
software-revision=2
software-level=E
See Also: Serial-Number, Slot-Address, Software-Level, Software-Revision, Software-Version

Slot- State

Description: A profile that stores the current state of a slot card. The Slot-State profile does not reside in NVRAM, so it does not persist across system resets or power cycles. SNMP managers can read the Slot-State profile.

Usage: Use the Read and List commands to make Slot-State the working profile and list its contents. For example:

admin> read slot-state {1 2 0}
SLOT-STATE/{ shelf-1 slot-2 0 } read
admin> list
slot-address*={ shelf-1 slot-2 0 }
current-state=oper-state-none
reqd-state=reqd-state-up
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
SLOT-STATE/{ shelf-1 slot-2 0 } written
See Also: Current-State, Reqd-State, Slot-Address

Slot-Type

Description: Specifies the type of device in the slot. If the actual type of device discerned by the system at startup differs from the type specified by Slot-Type, the MAX TNT assumes that you have changed slot cards. It then deletes the old SNMP interface numbers.

Usage: Specify one of the following values:

Value

Specifies

None

No card is installed.

Unknown

The software does not recognize the card.

Shelf-Controller

MAX TNT shelf controller.

Router-Card

Standalone router card.

8T1-Card

Eight-line T1 card.

8E1-Card

Eight-line E1 card.

48Modem-Card

48-modem card.

128HDLC-Card

128-channel HDLC card.

4Ether-Card

Four-interface Ethernet card.

4SWAN-Card

Four-interface serial WAN card.

4HSSI-card

Four-interface high-speed serial card.

10FT1-Card

Ten-interface unchannelized T1 card.

Analog-Modem-Card

36-analog-modem card.

T3-Card

Single-interface channelized DS3.

Example: set slot-type=8t1-card

Dependencies: You can also display the slot type for a particular device by using the terminal-server Show command.

Location: Admin-State {shelf-N slot-N N}, Slot-Type {shelf-N slot-N N}

See Also: Slot, Slot-Address, Slot-Info, Slot- State, Slot-Type (profile)

Slot-Type (profile)

Description: A profile that stores the type of slot card installed in each shelf/slot location. The Slot-Type profile resides in NVRAM and persists over system resets.

Usage: Use the Read and List commands to make Slot-Type the working profile and list its contents. For example:

admin> read slot-type {1 8 0}
SLOT-TYPE/{ shelf-1 slot-8 0 } read
admin> list
slot-address*={ shelf-1 slot-8 0 }
slot-type=8e1-card
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
SLOT-TYPE/{ shelf-1 slot-8 0 } written
See Also: Slot, Slot-Address, Slot-Info, Slot- State, Slot-Type

SNMP

Description: A profile containing settings that determine SNMP security, specify a contact and location, and control which hosts can access the MAX TNT by means of the SNMP manager utilities.

Usage: Use the Read and List commands to make SNMP the working profile and list its contents. For example:

admin> read snmp
SNMP read
admin> list
enabled=no
read-community=public
read-write-community=write
enforce-address-security=no
read-access-hosts=[ 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 ]
write-access-hosts=[ 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 ]
contact=""
location=""
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
SNMP written
See Also: Contact, Enabled, Enforce-Address-Security, Location, Read-Access-Hosts, Read-Community, Read-Write-Community, Write-Access-Hosts

SNMP-Interface

Description: Indicates the SNMP interface number assigned to the device by the system.

Usage: The SNMP-Interface setting is read only.

Example: snmp-interface=65

Dependencies: 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, however, does not free up interface numbers. If you reinstall the slot card, the MAX TNT reassigns the same interface number.

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 become available at the next power cycle or system reset.

Location: Admin-State {shelf-N slot-N N}

See Also: SNMP

Soft-IP-Interface-Addr

Description: Specifies an IP address that is not associated with a physical interface.

A soft interface is just like any other interface on the MAX TNT, except that it is never down. In general, the soft IP address is used for packets destined for the MAX TNT. You can specify the soft interface address as the system IP address, in which case it becomes the source address for the traffic generated by the MAX TNT.

Usage: Specify an IP address in dotted decimal notation. The default is 0.0.0.0. The address you specify for the soft interface has the same requirements as an address assigned to a physical interface. Routing protocols advertise the address, with a mask of 32, as a host route that uses the loopback interface.

Example: set soft-ip-interface-addr=10.1.2.3

Dependencies: Other hosts on the network must be able to reach the address you assign as the soft interface address, so you must either enable routing protocols (RIP, OSPF) or configure static routes in routers one hop away from the MAX TNT. To verify that other hosts in your network have a route to the soft address, use Ping and Traceroute from the other hosts to the MAX TNT.

Location: IP-Global

See Also: OSPF, RIP, RIP-Mode, System-IP-Addr

Software-Level

Description: Indicates the software-version level of the shelf-controller code.

Usage: The Software-Level setting is read only.

Example: software-level=H

Location: Base, Slot-Info {shelf-N slot-N N}

See Also: Software-Revision, Software-Version

Software-Revision

Description: Indicates the software revision number of the MAX TNT unit.

Usage: The Software-Revision setting is read only.

Example: software-revision=1

Location: Base, Slot-Info {shelf-N slot-N N}

See Also: Software-Level, Software-Version

Software-Version

Description: Indicates the software version of the MAX TNT unit.

Usage: The Software-Version setting is read only.

Example: software-version=1.0

Dependencies: You can also use the Version command to view the current system software version.

Location: Base, Slot-Info {shelf-N slot-N N}

See Also: Software-Level, Software-Revision

Source-Address

Description: Specifies a source IP address that the MAX TNT compares to a packet's source IP address (after applying the mask specified by Source-Address-Mask).

Usage: Specify an IP address in dotted decimal notation. The default is 0.0.0.0, which matches all packets.

Example: set source-address=10.62.201.56

Dependencies: Source-Address applies only if Type=IP-Filter.

Location: Filter filter-name > Input-Filters > IP-Filter,
Filter filter-name > Output-Filters > IP-Filter

See Also: Input-Filters, IP-Filter, Output-Filters, Source-Address-Mask

Source-Address-Mask

Description: Specifies a mask to apply to the Source-Address value before comparing the value to the source address in a packet. You can use the Source-Address-Mask value to hide the host portion of an address, or its host and subnet portion.

After translating the mask and address into binary format, the MAX TNT applies the mask to the address by performing a logical AND. The mask hides the portion of the address that appears behind each binary 0 (zero) in the mask.

Usage: Specify a mask of ones and zeros in dotted decimal notation. The default is 0.0.0.0, which masks all bits. A mask of all ones (255.255.255.255) masks no bits, and specifies the full source address of a single host.

Example: set source-address-mask=255.255.255.0

Dependencies: Source-Address-Mask applies only if Type=Filter.

Location: Filter filter-name > Input-Filters > IP-Filter,
Filter filter-name > Output-Filters > IP-Filter

See Also: Input-Filters, IP-Filter, Output-Filters, Source-Address

Source-Port

Description: Specifies a value to compare with the source-port field in a packet.

Usage: Specify a number from 0 to 65535. The default is 0 (zero), which matches any port.

Example: set source-port=25

Dependencies: Consider the following:

Location: Filter filter-name > Input-Filters > IP-Filter,
Filter filter-name > Output-Filters > IP-Filter

See Also: Input-Filters, IP-Filter, Output-Filters, Src-Port-Cmp

Split-Code-Dot-User-Enabled

Description: Specifies whether the system can split user names longer than five characters under CACHE-TOKEN authentication.

Usage: Specify Yes or No. The default is No.

Example: set split-code-dot-user-enabled=yes

Location: Connection > PPP-Options

See Also: Disconnect-On-Auth-Timeout, Enabled, Link-Compression, LQM, LQM-Maximum-Period , LQM-Minimum-Period, MRU, Recv-Password, Send-Password

Src-Net-Address

Description: Specifies an IPX network address that the MAX TNT compares to a packet's source IPX network address.

Usage: Specify an IPX network address in hexadecimal format. The default is 00:00:00:00, which matches all packets.

Example: set src-net-address=01:01:01:01

Dependencies: Src-Net-Address applies only if Type=IPX-Filter.

Location: Filter filter-name > Input-Filters > IPX-Filter,
Filter filter-name > Output-Filters > IPX-Filter

See Also: Input-Filters, IPX-Filter, Output-Filters, Type

Src-Node-Address

Description: Specifies an IPX node number that the MAX TNT compares to a packet's source IPX node number.

Usage: Specify an IPX node number in hexadecimal format. The default is 00:00:00:00, which matches all packets.

Example: set src-node-address=01:01:01:01

Dependencies: Src-Node-Address applies only if Type=IPX-Filter.

Location: Filter filter-name > Input-Filters > IPX-Filter,
Filter filter-name > Output-Filters > IPX-Filter

See Also: Input-Filters, IPX-Filter, Output-Filters, Type

Src-Port-Cmp

Description: Specifies the type of comparison to use when comparing the value of Source-Port to a packet's source-port field.

Usage: Specify one of the following values:

Example: set src-port-cmp=less

Dependencies: For Src-Port-Cmp to apply, you must set Type=IP-Filter. In addition, only TCP and UDP packets contain source ports.

Location: Filter filter-name > Input-Filters > IP-Filter,
Filter filter-name > Output-Filters > IP-Filter

See Also: Input-Filters, IP-Filter, Output-Filters, Source-Port

Src-Socket

Description: Specifies an IPX socket number that the MAX TNT compares to a packet's source IPX socket number.

Usage: Specify an IPX socket number. The default is 00:00, which matches all packets.

Example: set src-socket=01:01

Dependencies: Src-Socket applies only if Type=IPX-Filter.

Location: Filter filter-name > Input-Filters > IPX-Filter,
Filter filter-name > Output-Filters > IPX-Filter

See Also: Input-Filters, IPX-Filter, Output-Filters, Type

Src-Socket-Cmp

Description: Specifies the type of comparison to use when comparing the Src-Socket value to a packet's source-socket field.

Usage: Specify one of the following values:

Example: set src-socket-cmp=less

Dependencies: For Src-Socket-Cmp to apply, you must set Type=IPX-Filter.

Location: Filter filter-name > Input-Filters > IPX-Filter,
Filter filter-name > Output-Filters > IPX-Filter

See Also: Input-Filters, IPX-Filter, Output-Filters, Type

Stack-Trace

Description: Indicates the stack trace record created when an error occurred.

Usage: The Stack-Trace setting is read only. It consists of an array of 6 elements.

Example: stack-trace= [ 000000 ]

Location: Error

See Also: Index, IP-Address, IS-Post, Loadname, Shelf, Slot, Type, User-Profile, Version

Start-With-Menus

Description: Determines whether the terminal server presents a menu interface for an interactive user initiating a connection.

Usage: Specify Yes or No. The default is No.

Example: set start-with-menus=yes

Dependencies: If terminal services are disabled, Start-With-Menus does not apply.

Location: Terminal-Server > Menu-Mode-Options

See Also: Menu-Mode-Options

Static-Pref

Description: Specifies the default preference given to static IP routes. When choosing the routes to put in the routing table, the router first compares their preference values, preferring the lowest number. If the preference values are equal, the router compares the metric values, using the route with the lowest metric.

Usage: Specify a number from 0 to 255. A value of 255 prevents the use of the route. Following are the default preferences for different types of routes:

Example: set static-pref=50

Location: IP-Global

See Also: Down-Preference, OSPF-ASE-Pref, OSPF-Pref, Preference, RIP-Pref

Station

Description: Specifies the name of the remote device that communicates with the MAX TNT.

Usage: Specify the name of the remote station. You can enter up to 31 characters. The value you specify is case sensitive, and must exactly match the name of the remote device. If you are not sure about the exact name, contact the administrator of the remote network. The default is null.

Example: set station=robin-gw

Dependencies: The name you specify for Station is not necessarily a DNS hostname. The MAX TNT does not use the Station name to obtain an IP address.

Location: Connection station

See Also: Index, Name

Sub-Persistence

Description: Specifies the number of seconds that average line utilization (ALU) must persist below the Target-Utilization threshold before the MAX TNT subtracts bandwidth from the connection. When subtracting bandwidth, the MAX TNT removes the number of channels specified by Decrement-Channel-Count. However, it does not clear the base channel of the call, or cause the number of channels to fall below the Minimum-Channels value.

Usage: Specify an integer from 1 to 300. The default is 10.

Example: set sub-persistence=15

Dependencies: Sub-Persistence has little effect when the Seconds-History value is high.

Location: Answer-Defaults > MPP-Answer, Connection station > MPP-Options

See Also: Add-Persistence, Bandwidth-Monitor-Direction, Base-Channel-Count, Decrement-Channel-Count , Dynamic-Algorithm, Increment-Channel-Count, Maximum-Channels, Minimum-Channels, MPP-Answer, MPP-Options, Seconds-History, Target-Utilization

Summarize-RIP-Routes

Description: Specifies whether the MAX TNT summarizes RIP-v1 subnet information when advertising routes.

If the MAX TNT summarizes RIP routes, it advertises one route to all the subnets of the same class in the same network. For example, it advertises the route to 200.5.8.13/28 (a class C address) as a route to 200.5.8.0. When the MAX TNT does not summarize information, it advertises each route as it appears in its routing table. For the route to 200.5.8.13/28, the MAX TNT advertises a route to 200.5.8.13.

Usage: Specify Yes or No. The default is Yes.

Example: set summarize-rip-routes=no

Dependencies: The Summarize-RIP-Routes setting is not applicable if RIP-v2 is in use or if RIP is turned off.

Location: IP-Global

See Also: RIP, RIP-Mode, RIP-Policy

SWAN

Description: A profile that contains line-configuration settings for the Serial WAN card.

Usage: Use the Read and List commands to make SWAN the working profile and list its contents. For example:

admin> read swan {1 15 2}
SWAN/{ shelf-1 slot-15 2 } read
admin> list
name=1:15:2
physical-address*={ shelf-1 slot-15 2 }
enabled=no
line-config={ 0 0 static { any-shelf any-slot 0 } }
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
SWAN/{ shelf-1 slot-15 2 } written
See Also: Enabled, Line-Config, Name, Physical-Address

SWAN-Stat

Description: A profile that displays information about the state of a Serial WAN line.

Usage: Use the Read and List commands to make SWAN-Stat the working profile and list its contents. For example:

admin> read swan-stat {1 8 1}
SWAN-STAT/{ shelf-1 slot-8 1 } read
admin> list
physical-address*={ shelf-1 slot-8 1 }
line-state=disabled
error-count=0
See Also: Error-Count, Line-State, Physical-Address

Switch-Type

Description: Specifies the type of network switch that provides ISDN service.

Usage: For a PRI line, you can specify one of the following switch-type settings:

Setting

Specifies

ATT-PRI

AT&T, the default in the U.S.

NT1-PRI

Northern Telecom

GlobanD-PRI

Q.931W GloBanD

Japan-PRI

ISDN PRI in Japan

VN3-PRI

French VN3 ISDN PRI

OneTR6-PRI

German 1TR6

Net5-PRI

Euro ISDN services in Belgium, the Netherlands, Switzerland,
Sweden, and Singapore

Danish-PRI

ISDN services in Denmark

Austral-PRI

PRI service in Australia

NAT-ISDN-2-PRI

National ISDN-2

E1 lines support the following additional DPNSS and DASS-2 switch types:

Example: set switch-type=nt1-pri

Dependencies: The Switch-Type setting is required for ISDN NFAS signaling.

Location: T1 {shelf-N slot-N N} > Line-Interface, E1 {shelf-N slot-N N} > Line-Interface

See Also: Line-Interface, Signaling-Mode

Switched-Call-Type

Description: Specifies the type of bearer-channel capability the MAX TNT sets up for each switched call in a session.

Usage: Specify one of the following values:

Value

Specifies

Voice

The MAX TNT sets up a voice call, even though the MAX TNT will transmit data over the channel. The Voice setting assumes that only 56 Kbps is available.

56K-Restricted (the default)

The MAX TNT sets up a data call with an explicit request for 56-Kbps restricted data transfer. Data is transmitted to meet the density requirements for AMI-encoded T1 lines. These requirements dictate that you cannot transmit 16 consecutive zeroes. Use this setting only for a connection that uses robbed-bit signaling.

56K-Clear

The MAX TNT sets up a data call that uses 56-Kbps of the data channel. 56K-Clear is a common setting for T1 PRI lines.

64K-Restricted

The MAX TNT sets up a data call with an explicit request for 64-Kbps restricted data transfer. The call should be set up as a data call at a rate of 64 Kbps on an AMI-encoded line. With each transmission, a binary 1 is inserted in the least significant bit position.

64K-Clear

The MAX TNT sets up a data call that uses the full 64-Kbps bandwidth of the data channel.

384K-Restricted

The MAX TNT sets up a data call that connects to Multi-Rate or
GlobanD data services at 384 Kbps.

384K-Clear

The MAX TNT sets up a data call that connects to the Switched-384 data service. This AT&T data service does not require Multi-Rate or
GlobanD.

DWS-384-Clear

A 384-Kbps call coded as Multi-Rate, not H0.

1536K-Clear

The MAX TNT sets up a data call that connects to the Switched-1536 data service at 1536 Kbps. NFAS signaling is required for the Switched-1536 data service. (Because all 24 channels of the T1 PRI line carry user data, the D channel must be on another line.)

1536K-Restricted

The same service as 1536K-Clear, but with a request for restricted data transfer. With each transmission, a binary 1 is inserted in the least significant bit position.

128K-Clear to 1472K-Clear
(in multiples of 64)

Multi-Rate bit rates.

Modem

The MAX TNT sets up the call as a voice call. When the call is up, the MAX TNT routes it to a digital modem.

Example: set switched-call-type=56k-restricted

Dependencies: To ensure data integrity:

If a nailed-up connection is in use, Switched-Call-Type does not apply.

Location: Frame-Relay fr-name

See Also: Data-Service

Switched-Enabled

Description: Indicates whether the unit can make switched calls.

Usage: The Switched-Enabled setting is read only. Yes indicates that the unit can make switched calls. No indicates that the unit can use only nailed-up links.

Example: switched-enabled=yes

Location: Base

See Also: Data-Call-Enabled, D-Channel-Enabled, Multi-Rate-Enabled, R2-Signaling-Enabled

Syslog-Enabled

Description: Enables or disables forwarding of log messages to the UNIX Syslog server.

Syslog is not a MAX TNT status display, but a facility that sends system status messages to a host computer, known as the Syslog host. (For information about the syslog daemon, see the UNIX man pages for logger(1), syslog(3), syslog.conf(5), and syslogd(8).) The Syslog function requires UDP port 514.

Usage: Specify Yes or No. The default is No.

Example: set syslog-enabled=yes

Location: Log

See Also: Facility, Host

Syslog-Format

Description: Specifies the format that the MAX TNT uses for Syslog messages.

Usage: Specify one of the following settings:

Example: set syslog-format=max

Location: Log

See Also: Facility, Host, Save-Level, Save-Number, Syslog-Enabled

System

Description: A profile that contains system-wide settings for call management.

Usage: Use the Read and List commands to make System the working profile and list its contents. For example:

admin> read sys
SYSTEM read
admin> list
name=test-227
system-rmt-mgmt=yes
use-trunk-groups=yes
call-routing-sort-method=item-first
idle-logout=0
parallel-dialing=2
single-file-incoming=yes
analog-encoding=u-law
sessionid-base=0
shelf-controller-type=standalone
master-shelf-controller=1
new-nas-port-id-format=yes
perm-conn-upd-mode=all
userstat-format=%i %l %s %r %d %a %u %c %t %n
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
SYSTEM written
See Also: Analog-Encoding, Call-Routing-Sort-Method, Idle-Logout, Master-Shelf-Controller , Name, New-NAS-Port-ID-Format, Parallel-Dialing, Perm-Conn-Upd-Mode, SessionID-Base , Shelf-Controller-Type, Single-File-Incoming, System-Rmt-Mgmt, Userstat-Format, Use-Trunk-Groups

System-IP-Addr

Description: Designates the source address for IP traffic originating from the MAX TNT. By default, the system address is the IP address assigned to the shelf-controller Ethernet interface, and the source address for outgoing IP traffic is the address of the interface on which the MAX TNT transmits a packet.

Usage: Specify an IP address. The default is 0.0.0.0.

Example: set system-ip-addr=10.2.3.4

Dependencies: If the System-IP-Addr becomes unreachable because of a topology change in the network, you can still use Telnet to reach any of the unit's interface addresses (subject to packet filtering throughout the network).

The following algorithm determines the source address of packets from the MAX TNT:

  1. The source address of IP-routing protocol packets (RIP and OSPF) is always the local address of the transmitting interface.

  2. For incoming Telnet sessions, the source address of transmitted packets is the destination address of the originating TCP SYN packet.

  3. If the IP-Global profile setting for System-IP-Addr is nonzero, all other transmitted packets have System-IP-Addr as the source address.

  4. The source address of all other transmitted packets is the local address of the transmitting interfaces.

Protocols that follow this algorithm include:

Location: IP-Global

See Also: IP-Address, Local-Address, Remote-Address, Soft-IP-Interface-Addr

System-Password

Description: Specifies a password for access to the terminal server.

Usage: Specify a password of up to 20 characters. The password is case sensitive. The default is null.

Example: set system-password=Ascend

Dependencies: If terminal services are disabled, System-Password does not apply. If Security-Mode=None, the terminal server does not require a password.

Location: Terminal-Server > Terminal-Mode-Configuration

See Also: Aux-Send-Password, Password, Recv-Password, Security-Mode, Send-Password, Telnet-Password, Terminal-Mode-Configuration

System-Rmt-Mgmt

Description: Enables or disables remote management across multichannel calls.

Usage: Specify Yes or No. The default is Yes.

Example: set system-rmt-mgmt=yes

Location: System

See Also: Remote-Configuration

T

T1

Description: A profile that contains configuration settings for a T1 line and its channels.

Usage: Use the Read and List commands to make T1 the working profile and list its contents. For example:

admin> read t1 {1 15 2}
T1/{ shelf-1 slot-15 2 } read
admin> list
name=trunk-1
nfas-group-id=0
physical-address*={ shelf-1 slot-15 2 }
line-interface={ no d4 ami eligible middle-priority inband wink-start+
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
T1/{ shelf-1 slot-15 2 } written
See Also: Line-Interface, Name, Physical-Address

T1-Stat

Description: A profile that displays information about the state of a T1 line and its channels.

Usage: Use the Read and List commands to make T1-Stat the working profile and list its contents. For example:

admin> read t1-stat {1 8 1}
T1-STAT/{ shelf-1 slot-8 1 } read
admin> list
physical-address*={ shelf-1 slot-8 1 }
line-state=loss-of-sync
channel-state=[unavailable unavailable unavailable unavailable +
error-count=[ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]
loss-of-carrier=False
loss-of-sync=True
ais-receive=False
yellow-receive=False
ber-receive=False
carrier-established=False
network-loopback=False
See Also: AIS-Receive, BER-Receive, Carrier-Established, Channel-State, Error-Count, Line-State, Loss-Of-Carrier, Loss-Of-Sync, Network-Loopback, Physical-Address, Yellow-Receive

T3

Description: A profile that contains configuration settings for a DS3 line.

Usage: Use the Read and List commands to make T3 the working profile and list its contents. For example:

admin> read t3 {1 15 2}
T3/{ shelf-1 slot-15 2 } read
admin> list
name=trunk-3
physical-address*={ shelf-1 slot-15 2 }
enabled=no
frame-type=m13
line-length=0-255
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
T3/{ shelf-1 slot-15 2 } written
See Also: Enabled, Frame-Type, Line-Length, Name, Physical-Address

T302-Timer


Note: This setting is for a customer-specific application outside of the United States. It is not intended for general use.

Description: Specifies the number of milliseconds the MAX TNT waits before assuming that there are no more subaddress digits to collect for a T-Online call.

Usage: Specify an integer from 100 to 30000. The value you specify represents thousandths of a second. When a subscriber dials in, the MAX TNT receives a layer 3 SETUP message from the switch. Depending on the contents of that message, the MAX TNT can use the T302 timer to pause for additional information.

Dependencies: If the Setup message contains Sending Completion IE, the MAX TNT does not use the T302-Timer.

Location: E1 {shelf-N slot-N N} > Line-Interface

See Also: T-Online, T-Online-Most-Avail-Chan, T-Online-Offset, T-Online-Type

T391-Val

Description: Sets the Link Integrity Verification polling timer.

Usage: Specify the number of seconds as an integer from 5 to 30. The value you enter should be less than the value of T392-Val. The default is 10.

Example: set t391-val=15

Dependencies: If Link-Type=DCE, T391-Val does not apply.

Location: Frame-Relay fr-name

See Also: Link-Type, T392-Val

T392-Val

Description: Specifies the time for Status Enquiry messages. The MAX TNT records an error if it does not receive a Status Enquiry within T392 seconds.

Usage: Specify an integer from 5 to 30. The default is 15.

Example: set t392-val=20

Dependencies: If Link-Type is DTE, T392-Val does not apply.

Location: Frame-Relay fr-name

See Also: Link-Type, T391-Val

T3-Stat

Description: A profile that displays information about the state of a DS3 line and its individual multiplexed DS2 lines.

Usage: Use the Read and List commands to make T3-Stat the working profile and list its contents. For example:

admin> read t3-stat {1 8 1}
T3-STAT/{ shelf-1 slot-8 1 } read
admin> list
physical-address*={ shelf-1 slot-8 1 }
line-state=active
ds2-state=[active active active active active active active]
See Also: DS2-State, Line-State, Physical-Address

Table-Config N

Description: A subprofile that enables you to configure entries for a local DNS table.

Usage: With DNS-Local-Table as the working profile, list the Table-Config subprofiles. For example:

admin> list table-config
table-config[1]={ host1.abc.com 10.1.2.3 }
table-config[2]={ "" 0.0.0.0 }
table-config[3]={ "" 0.0.0.0 }
table-config[4]={ "" 0.0.0.0 }
table-config[5]={ "" 0.0.0.0 }
table-config[6]={ "" 0.0.0.0 }
table-config[7]={ "" 0.0.0.0 }
table-config[8]={ "" 0.0.0.0 }
You 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:

admin> list ..
Location: IP-Global > DNS-Local-Table

See Also: Auto-Update, Enabled

Tac-Auth-Client

Description: A subprofile that defines how the MAX TNT interacts as a client of TACACS authentication servers.

Usage: With External-Auth as the working profile, list the Tac-Auth-Client subprofile. For example:

admin> list tac-auth-client
auth-server-1=0.0.0.0
auth-server-2=0.0.0.0
auth-server-3=0.0.0.0
auth-port=0
auth-src-port=0
auth-key=""
auth-timeout=0
You 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:

admin> list ..
Location: External-Auth

See Also: Auth-Key, Auth-Port, Auth-Server-N (N=1-3), Auth-Src-Port, Auth-Timeout

TacPlus-Acct-Client

Description: A subprofile that defines how the MAX TNT interacts as a client of TACACS+ accounting servers.

Usage: With External-Auth as the working profile, list the TacPlus-Acct-Client subprofile. For example:

admin> list tacplus-acct-client
acct-server-1=0.0.0.0
acct-server-2=0.0.0.0
acct-server-3=0.0.0.0
acct-port=0
acct-src-port=0
acct-key=""
You 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:

admin> list ..
Location: External-Auth

See Also: Acct-Key, Acct-Port, Acct-Server-N (N=1-3), Acct-Src-Port

TacPlus-Auth-Client

Description: A subprofile that defines how the MAX TNT interacts as a client of TACACS+ authentication servers.

Usage: With External-Auth as the working profile, list the TacPlus-Auth-Client subprofile. For example:

admin> list tacplus-auth-client
auth-server-1=0.0.0.0
auth-server-2=0.0.0.0
auth-server-3=0.0.0.0
auth-port=0
auth-src-port=0
auth-key=""
You 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:

admin> list ..
Location: External-Auth

See Also: Auth-Key, Auth-Port, Auth-Server-N (N=1-3), Auth-Src-Port

Target-Utilization

Description: Specifies a percentage of line utilization to use as a threshold for determining when to add or subtract bandwidth. The device adds bandwidth when average line utilization (ALU) exceeds the Target-Utilization value, and subtracts bandwidth when it falls below that value.

Usage: Specify a number from 0 to 100. The default is 70.

Example: set target-utilization=70

Location: Answer-Defaults > MPP-Answer, Connection station > MP-Options

See Also: Add-Persistence, 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

TCP

Description: Enables or disables the TCP command from the terminal-server interface.

Usage: Specify Yes or No. The default is No.

Example: set tcp=yes

Dependencies: If terminal services are disabled, TCP does not apply.

Location: Terminal-Server > Terminal-Mode-Configuration

See Also: Ping, PPP, Rlogin, SLIP, Telnet, Terminal-Mode-Configuration, Traceroute

TCP-Clear-Answer

Description: A subprofile containing default settings for TCP-Clear connections.

Usage: With Answer-Defaults as the working profile, list the TCP-Clear-Answer subprofile. For example:

admin> list tcp-clear-answer
enabled=yes
detect-end-of-packet=no
end-of-packet-pattern=""
flush-length=256
flush-time=20
You 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:

admin> list ..
Location: Answer-Defaults

See Also: Detect-End-Of-Packet, Enabled, End-Of-Packet-Pattern, Flush-Length, Flush-Time

TCP-Clear-Options

Description: A subprofile with default settings for TCP-Clear connections.

Usage: With a Connection profile as the working profile, list the TCP-Clear-Options subprofile. For example:

admin> list tcp
host=""
port=0
detect-end-of-packet=no
end-of-packet-pattern=""
flush-length=256
flush-time=20
You 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:

admin> list ..
Dependencies: For TCP-Clear-Options to apply, you must set Enabled=Yes in the TCP-Clear-Answer subprofile.

Location: Connection station

See Also: Detect-End-Of-Packet, End-Of-Packet-Pattern, Flush-Length, Flush-Time, Host, Port, TCP-Clear-Answer

TCP-Estab

Description: Specifies whether a filter should match only established TCP connections.

Usage: Specify Yes or No. The default is No.

Example: set tcp-estab=yes

Dependencies: TCP-Estab applies only if Protocol=6 (TCP).

Location: Filter filter-name > Input-Filters > IP-Filter,
Filter filter-name > Output-Filters > IP-Filter

See Also: Input-Filters, IP-Filter, Output-Filters, Protocol

TCP-Timeout

Description: Specifies a timeout period for TCP connection attempts that use the DNS-List-Attempt feature.

TCP-Timeout applies to all TCP connection attempts initiated from the MAX TNT, including Telnet, Rlogin, TCP-Clear, and the TCP portion of DNS queries. It applies to established TCP connections as well as to initial attempts to connect.

When a user in a client-software terminal-server session enters a hostname, DNS returns a list of IP addresses for the host. If the first addresses prove unreachable, and the attempts to reach them do not time out quickly enough, the client software times out before finding a good address. The TCP-Timeout setting enables the administrator to adjust the TCP retry timer so that each unsuccessful connection attempt terminates quickly, allowing more rapid progress through the list to a good address if one is present. (Some client software times out in less than 170 seconds.)

Usage: Specify an integer indicating the number of seconds for a TCP timeout. Valid values range from 0 to 200 seconds. At the default value of 0 (zero), the system attempts a fixed number of retries at escalating intervals, adding up to about 170 seconds total. (Other limits in the system terminate TCP retries after about 170 seconds, even if the value is set to a higher number.) If you set TCP-Timeout to a nonzero value, the value is the number of seconds TCP retries persist. After the specified number of seconds, the retries stop and the connection is considered lost.

The optimal setting for TCP-Timeout must be determined by experience, and depends on the characteristics of the TCP destination hosts. For example, if the destinations are all on a LAN under the same administrative control as the MAX TNT and are lightly loaded, then a short timeout (such as a few seconds) might be reasonable, because a host that does not respond within that interval is probably down. Conversely, if the environment includes servers with longer network latency times (such as those connected across the WAN), if the load is high in the network or the router, or if the characteristics of the remote hosts are not well known, a longer timeout is appropriate. Values of 30 to 60 seconds are common in UNIX TCP implementations.

Example: set tcp-timeout=30

Location: IP-Global

See Also: DNS-List-Attempt, DNS-List-Size

Telco-Options

Description: A subprofile that enables you to set telephone-company options for a connection.

Usage: With a Connection profile as the working profile, list the Telco-Options subprofile. For example:

admin> list telco-options
answer-originate=ans-and-orig
call-type=nailed-mode-off
nailed-groups=1
ft1-caller=no
force-56kbps=no
data-service=56k-restricted
call-by-call=0
billing-number=""
transit-number=""
dialout-allowed=no
You 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:

admin> list ..
Location: Connection station

See Also: Answer-Originate, Billing-Number, Call-By-Call, Call-Type, Data-Service, Dialout-Allowed , Force-56Kbps, FT1-Caller, Nailed-Groups, Transit-Number

Telnet

Description: Enables or disables the Telnet command from the terminal-server interface.

Usage: Specify Yes or No. The default is No.

Example: set telnet=yes

Dependencies: If terminal services are disabled, Telnet does not apply.

Location: Terminal-Server > Terminal-Mode-Configuration > Telnet-Options

See Also: Ping, PPP, Rlogin, SLIP, TCP, Telnet-Options, Terminal-Mode-Configuration, Traceroute

Telnet-Host-Auth

Description: Determines whether immediate Telnet sessions require local authentication or authentication only by the Telnet host.

Usage: Specify Yes or No. The default is No.

Example: set telnet-host-auth=yes

Dependencies: If terminal services are disabled, Telnet-Host-Auth does not apply.

Location: Terminal-Server > Immediate-Mode-Options

See Also: Immediate-Mode-Options, Telnet

Telnet-Mode

Description: Specifies the default Telnet mode.

Usage: Specify one of the following values:

Example: set telnet-mode=ascii

Dependencies: Consider the following:

Location: Terminal-Server > Terminal-Mode-Configuration > Telnet-Options

See Also: Telnet, Telnet-Options, Terminal-Mode-Configuration

Telnet-Options

Description: A nested subprofile that contains terminal-server configuration options for interactive users.

Usage: With Terminal-Server as the working profile, list the Terminal-Mode-Configuration subprofile's Telnet-Options subprofile. For example:

admin> list terminal terminal-mode-configuration telnet
telnet=no
telnet-mode=ascii
auto-telnet=no
local-echo=no
You 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:

admin> list ..
Location: Terminal-Server

See Also: Auto-Telnet, Local-Echo, Telnet, Telnet-Mode

Telnet-Password

Description: Specifies the password users must enter to access the MAX TNT unit via Telnet. If you specify a password, a user is allowed three tries of 60 seconds each to enter the correct password.

Usage: Specify a password of up to 20 characters. The default is null. If you accept the default, the MAX TNT does not prompt a user for a password.

Example: set telnet-password=Ascend

Location: IP-Global

See Also: Auto-Telnet, Telnet, Telnet-Host-Auth

Temporary-Route

Description: Specifies that the MAX TNT adds the route to the routing table only when the link is up. Temporary-Route is especially useful for nailed-up IP-routing connections.

Usage: Specify Yes or No. The default is No.

Example: set temporary-route=no

Location: Connection station > IP-Options

See Also: IP-Options, IP-Routing-Enabled, Private-Route, RIP

Terminal-Mode-Configuration

Description: A subprofile containing terminal-server configuration options for interactive users.

Usage: With Terminal-Server as the working profile, list the Terminal-Mode-Configuration subprofile. For example:

admin> list terminal
silent-mode=no
clear-screen=yes
system-password=""
banner="** Ascend Terminal Server **"
login-prompt="Login: "
password-prompt="Password: "
third-login-prompt=""
third-prompt-sequence=last
prompt="ascend% "
terminal-type=vt100
clear-call=no
buffer-chars=yes
ping=no
traceroute=no
tcp=no
rlogin=no
telnet-options={ no ascii no no }
ip-add-msg="IP address is "
prompt-format=no
login-timeout=300
You 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:

admin> list ..
Location: Terminal-Server

See Also: Banner, Buffer-Chars, Clear-Call, Clear-Screen, IP-Add-Msg, Login-Prompt, Password-Prompt , Ping, Prompt, Prompt-Format, Rlogin, Silent-Mode, System-Password, TCP, Telnet-Options, Terminal-Type, Third-Login-Prompt, Traceroute

Terminal-Server

Description: A profile that enables you to configure terminal-server features.

Usage: Use the Read and List commands to make Terminal-Server the working profile and list its contents. For example:

admin> read term
TERMINAL-SERVER read
admin> list
enabled=no
security-mode=none
modem-configuration={ will-v42 33600-max-baud -10-db-mdm-trn-level no+
terminal-mode-configuration={ no yes "" "** Ascend Terminal Server+
immediate-mode-options={ none no "" 0 }
menu-mode-options={ no no no "" 0.0.0.0 "" 0.0.0.0 "" 0.0.0.0 "" 0.0.+
ppp-mode-configuration={ no 5 no session-ppp }
slip-mode-configuration={ no no }
dialout-configuration={ no no 5000 }
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
TERMINAL-SERVER written
See Also: Dialout-Configuration, Enabled, Immediate-Mode-Options, Menu-Mode-Options, Modem-Configuration, PPP-Mode-Configuration, Security-Mode, SLIP-Mode-Configuration, Terminal-Mode-Configuration,

Terminal-Type

Description: Specifies the default terminal type for Telnet and Rlogin sessions.

Usage: Specify a terminal type. You can enter up to 15 characters. The default is vt100.

Example: set terminal-type=vt100

Dependencies: If terminal services are disabled, Terminal-Type does not apply.

Location: Terminal-Server > Terminal-Mode-Configuration

See Also: Terminal-Mode-Configuration

Term-Rate

Description: Specifies the bit rate of a MAX TNT serial port. When you modify the bit rate of a serial port, you might also need to change the data-rate setting of the terminal accessing that port.

Usage: Specify one of the following values:

57600
38400
19200
9600 (the default)
4800
2400

Example: set term-rate=9600

Location: Serial {shelf-N slot-N N}

See Also: Auto-Logout, Flow-Control, Physical-Address, User-Profile

Text-N (N=1-4)

Description: Specifies text that the MAX TNT displays in the terminal-server menu for the Telnet host specified by Host-N.

Usage: Specify a text string describing the corresponding Telnet host. The default is null.

Example: set text-1=database-server

Dependencies: When terminal services are disabled, Text-N does not apply. In addition, Text-N is ignored if Remote-Configuration is set to Yes.

Location: Terminal-Server > Menu-Mode-Options

See Also: Menu-Mode-Options, Remote-Configuration

Third-Login-Prompt

Description: Specifies an optional third prompt for a terminal-server login. When a user logs into the terminal server, he or she supplies a user name and password. The Third-Login-Prompt setting enables the MAX TNT to get additional information from the user. The MAX TNT does not use the information, but passes it to the RADIUS server. The user can enter up to 80 characters.

Usage: Specify up to 20 characters. The default is null, which specifies that no third prompt appears.

Example: set third-login-prompt=ID Number>>

If Third-Prompt-Sequence=First, the terminal server displays the third prompt before the login and password prompts:

ID Number>>
Login:
Password:
If Third-Prompt-Sequence=Last, the terminal server displays the third prompt after the login and password prompts:

Login: 
Password:
ID Number>>
Dependencies: Consider the following:

Location: Terminal-Server > Terminal-Mode-Configuration

See Also: Auth-Type, Login-Prompt, Password-Prompt, Prompt, Prompt-Format, Terminal-Mode-Configuration , Third-Prompt-Sequence

Third-Party

Description: Enables or disables OSPF third-party routing for a static route. When Third-Party=Yes, the Gateway-Address value is the third-party router for the route.

Usage: Specify Yes or No. The default is No.

Example: set third-party=yes

Location: IP-Route name

See Also: Gateway-Address

Third-Prompt-Sequence

Description: Specifies whether the Third-Login-Prompt should appear before or after the Login-Prompt and Password-Prompt in the login sequence.

Usage: Specify First or Last. The default is Last.

Example: set third-prompt-sequence=last

Location: Terminal-Server > Terminal-Mode-Configuration

See Also: Login-Prompt, Password-Prompt, Prompt, Prompt-Format, Terminal-Mode-Configuration , Third-Login-Prompt

Ticks

Description: Specifies the distance to the destination network, in IBM PC clock ticks (one-eighteenth of a second). The Ticks setting is for round-trip timer calculation and for determining the nearest server of a given type.

Usage: Enter an integer. The default is 12.

Example: set ticks=6

Location: IPX-Route name

See Also: Active-Route, Dest-Network, Hops, Name, Profile-Name, Server-Node, Server-Socket, Server-Type

Time

Description: A subprofile that specifies the current hour, minute, and second.

Usage: With Timedate as the working profile, list the Time subprofile. For example:

admin> list time
hour=12
minute=37
second=33
You can then use the Set command to modify the settings in the subprofile.

admin> set hour=16
As an alternative, you can simply use the Set command:

admin> set time hour=16
Dependencies: You can also use the Date command to set the current hour, minute, and second.

Location: Timedate

See Also: Date

Timedate

Description: A profile that shows the current system time and date.

Usage: Use the Read and List commands to make Timedate the working profile and list its contents. For example:

admin> read time
TIMEDATE read
admin> list
time={ 12 37 33 }
date={ Friday October 18 1996 }
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
TIMEDATE written
See Also: Date, Time

TNT-ADSL-Enabled

Description: Indicates whether ADSL cards are enabled and modem cards disabled.

Usage: The TNT-ADSL-Enabled setting is read only. Yes indicates that ADSL cards are enabled and modem cards disabled. No indicates that ADSL cards are disabled.

Example: tnt-adsl-enabled=yes

Location: Base

See Also: TNT-IDSL-Enabled, TNT-SDSL-Enabled

TNT-IDSL-Enabled

Description: Indicates whether ADSL and IDSL cards are enabled, and modem cards disabled.

Usage: The TNT-IDSL-Enabled setting is read only. Yes indicates that ADSL and IDSL cards are enabled, and modem cards disabled. No indicates that both ADSL and IDSL cards are disabled.

Example: tnt-idsl-enabled=yes

Dependencies: Base

See Also: TNT-ADSL-Enabled, TNT-SDSL-Enabled

TNT-SDSL-Enabled

Description: Indicates whether ADSL and SDSL cards are enabled, and modem cards disabled.

Usage: The TNT-SDSL-Enabled setting is read only. Yes indicates that ADSL and SDSL cards are enabled, and modem cards disabled. No indicates that both ADSL and SDSL cards are disabled.

Example: tnt-sdsl-enabled=yes

Dependencies: Base

See Also: TNT-ADSL-Enabled, TNT-IDSL-Enabled

Toggle-Screen

Description: Specifies whether an interactive user can switch between terminal-server menu mode and command mode.

Usage: Specify Yes or No. The default is Yes.

Example: set toggle-screen=no

Dependencies: If terminal services are disabled, Toggle-Screen does not apply.

Location: Terminal-Server > Menu-Mode-Options

See Also: Menu-Mode-Options, Start-With-Menus

T-Online


Note: This setting is for a customer-specific application outside of the United States. It is not intended for general use.

Description: Specifies whether the MAX TNT routes calls to a T-Online server. PRI-to-PRI switching for T-Online provides a network side implementation of NET-5 to support switching calls from the Deutsche Telekom public network to a T-Online server. If T-Online is enabled, the MAX TNT compares the phone number and subaddress number it obtains from the call Setup and Info messages to the Dirdo information stored in RADIUS. It switches the inbound call to the T-Online server if it finds any of the following matches in RADIUS:

The MAX TNT begins collecting the subaddress information, and for each call Setup message from the switch that does not include "Sending Complete Information Element," it starts the T302 timer (the Setup Ack timer). The MAX TNT stops the timer when it receives a message that includes "Sending Complete Information Element." The MAX TNT assumes there are no more subaddress digits to collect when the T302 timer stops or expires.

Usage: Specify Yes or No. The default is No.

Example: set t-online=yes

Location: System

See Also: T302-Timer, T-Online-Most-Avail-Chan, T-Online-Offset, T-Online-Type

T-Online-Most-Avail-Chan


Note: This setting is for a customer-specific application outside of the United States. It is not intended for general use.

Description: Specifies which link to choose for redirecting a call to a T-Online server.

Usage: Specify Yes or No. The default is No.

Example: set t-online-most-avail-chan=yes

Dependencies: Consider the following:

Location: System

See Also: T302-Timer, T-Online, T-Online-Offset, T-Online-Type

T-Online-Offset


Note: This setting is for a customer-specific application outside of the United States. It is not intended for general use.

Description: Specifies the offset to the TE line number.

The offset you specify is used to form the TE-NT pair of E1 PRI lines. PRI-to-PRI switching requires two E1 PRI lines. A call is received on one line (the TE line, which communicates with the carrier switch) and internally switched to another (the NT line, which communicates with the ZGR server). The MAX TNT determines which line to use for the NT line by applying the offset to the TE line number.

Usage: Specify an integer from 1 to 4. For example, if T-Online-Offset is set to 1 and the MAX TNT receives a call on E1 PRI line 5, the NT line is line 6.

Example: set t-online-offset=1

Dependencies: If T-Online=No, T-Online-Offset does not apply.

Location: System

See Also: T302-Timer, T-Online, T-Online-Most-Avail-Chan, T-Online-Type

T-Online-Type


Note: This setting is for a customer-specific application outside of the United States. It is not intended for general use.

Description: Specifies the E1 PRI line's function for T-Online PRI-to-PRI switching.

Usage: Specify one of the following values:

Example: set t-online-type=TE

Dependencies: Consider the following:

Location: E1 {shelf-N slot-N N} > Line-Interface

See Also: T302-Timer, T-Online, T-Online-Most-Avail-Chan, T-Online-Offset

Top-Status

Description: Specifies the default content of the upper-right portion of the status window.

Usage: Specify one of the following values:

Example: set top-status=general-info

Location: User name

See Also: User

Traceroute

Description: Enables or disables the use of the Traceroute command in the terminal-server interface.

Usage: Specify Yes or No. The default is No.

Example: set traceroute=yes

Dependencies: If terminal services are disabled, Traceroute does not apply.

Location: Terminal-Server > Terminal-Mode-Configuration

See Also: Ping, PPP, Rlogin, SLIP, TCP, Telnet, Telnet-Options, Terminal-Mode-Configuration

Transit-Delay

Description: Specifies the estimated number of seconds it takes to transmit a Link State Update (LSU) packet over the interface. Before transmission, Link State Advertisements (LSAs) contained in the LSU packet have their ages incremented by the amount you specify.

Usage: Specify a number greater than 0 (zero). The value you specify should take into account transmission and propagation delays. The default is 1.

Example: set transit-delay=5

Location: IP-Interface {{shelf-N slot-N N} N} > OSPF,
Connection station > IP-Options > OSPF-Options

See Also: IP-Options, OSPF, OSPF-Options, Retransmit-Interval

Transit-Number

Description: Specifies an Interexchange Carrier (IEC) for long-distance PRI calls.

Usage: Specify one of the following dialing prefixes:

288 (AT&T)
222 (MCI)
333 (Sprint)

The default is null. If you accept the default, the MAX TNT uses any available IEC for long-distance calls.

Example: set transit-number=222

Dependencies: If a nailed-up Frame-Relay datalink connection is in use, Transit-Number does not apply.

Location: Connection station > Telco-Options, Frame-Relay fr-name

See Also: Telco-Options

Transmit-Power

Description: Indicates the transmission power level in decibels.

Usage: The Transmit-Power setting is read only.

Location: ADSL-Cap-Statistics {shelf-N slot-N N}

See Also: Line-Quality, Line-Up-Timer, RS-Corrected-Errors, RS-Errors, RX-Attenuation, RX-Signal-Present, Self-Test

Trap

Description: A profile containing settings that determine how the MAX TNT traps events.

A trap is a mechanism in SNMP for reporting system change in real time. To report system change, the MAX TNT sends a traps-PDU (Protocol Data Unit) to the SNMP manager. (For the most up-to-date information about events, see the Ascend Enterprise MIB.)

Usage: Use the Read and List commands to make Trap the working profile and list its contents. For example:

admin> read trap host-231
TRAP/host-231 read
admin> list
host-name*=host-231
community-name=Ascend
host-address=10.2.3.4/24
alarm-enabled=yes
security-enabled=yes
port-enabled=no
slot-enabled=no
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
TRAP/host-231 written
See Also: Alarm-Enabled, Community-Name, Host-Address, Host-Name, Port-Enabled, Security-Enabled, Slot-Enabled

Trunk-Group

Description: Specifies a trunk group number.

Usage: Specify a trunk group number from 2 to 9. In a T1 or E1 profile, the default is 9. In a Call-Route profile, the default is 0 (zero), which matches any trunk group number.

Example: set trunk-group=4

Dependencies: Use-Trunk-Groups must be set to Yes for Trunk-Group to have an effect.

Location: Call-Route {{{shelf-N slot-N N} N} N},
E1 {shelf-N slot-N N} > Line-Interface > Channel-Config N,
SWAN {shelf-N slot-N N} > Line-Config,
T1 {shelf-N slot-N N} > Line-Interface > Channel-Config N

See Also: Call-Route, Channel-Config N, Line-Config, Use-Trunk-Groups

TS-Idle-Mode

Description: Specifies when the MAX TNT is to reset the terminal-server idle-session timer.

Usage: Specify one of the following values:

Example: set ts-idle-mode=input-only-idle

Location: Answer-Defaults > Session-Info, Connection station > Session-Options

See Also: Session-Info, Session-Options, TS-Idle-Timer

TS-Idle-Timer

Description: Specifies the number of seconds a terminal-server session can remain idle before being terminated.

Usage: Specify a number from 0 to 65535. The default is 120.

Example: set ts-idle-timer=360

Dependencies: The TS-Idle-Timer setting has no effect if TS-Idle-Mode=No-Idle.

Location: Answer-Defaults > Session-Info, Connection station > Session-Options

See Also: Session-Info, Session-Options, TS-Idle-Mode

Tunnel-Options

Description: A subprofile that enables you to configure Ascend Tunnel Management Protocol (ATMP) settings.

Usage: With a Connection profile as the working profile, list the Tunnel-Options subprofile. For example:

admin> list tunnel-options
profile-type=disabled
max-tunnels=0
primary-home-agent=""
secondary-home-agent=""
udp-port=5150
home-agent-password=""
home-network-name=""
You 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:

admin> list ..
Location: Connection station

See Also: Home-Agent-Password, Home-Network-Name, Max-Tunnels, Primary-Home-Agent , Profile-Type, Secondary-Home-Agent, UDP-Port

Type

Description: In a Filter profile, specifies whether the current filter is a generic filter, an IP filter, or a route filter:

In an Error profile, indicates the type of error that occurred.

Usage: In a Filter profile, specify one of the following values:

In an Error profile, the Type setting is read only.

Example: set type=generic-filter

Location: Error, Filter filter-name > Input-Filters, Filter filter-name > Output-Filters

See Also: Index, Input-Filters, IP-Address, IS-Post, Loadname, Output-Filters, Shelf, Slot, Stack-Trace, User-Profile, Version

Type-Filter

Description: Specifies whether the IPX SAP filter will explicitly include the service in the SAP table or exclude it.

Usage: Specify one of the following values:

Example: set type-filter=include

Location: IPX-SAP-Filter > Input-IPX-SAP-Filters,
IPX-SAP-Filter > Output-IPX-SAP-Filters

See Also: Server-Name, Server-Type, Valid-Filter

U

UDP-Cksum

Description: Enables or disables the use of UDP checksums on the interface. If you enable UDP checksums, the MAX TNT generates a checksum whenever it sends out a UDP packet. It sends out UDP packets for queries and responses related to the following protocols and facilities:

ATMP
DNS
ECHOSERV
RADIUS
RIP
SYSLOG
TACACS
TFTP

Usage: Specify Yes or No. The default is Yes.

Example: set udp-cksum=yes

Dependencies: You might want to enable UDP-Cksum if data integrity is of the highest concern for your environment, and having redundant checks is important. This setting is also appropriate if your UDP-based servers are located on the remote side of a WAN link that is prone to errors.

Location: IP-Global

See Also: Protocol

UDP-Port

Description: In an ATMP profile, specifies the User Datagram Protocol (UDP) port that the MAX TNT uses locally to manage the Ascend Tunnel Management Protocol (ATMP) tunnel. In a Connection profile, sets the default UDP port to use when communicating with a home agent.

Usage: Specify a UDP port number. Both ends of the tunnel must agree on the number. The default is 5150.

Example: set udp-port=5100

Dependencies: In a Connection profile, you can override the value of UDP-Port by specifying a UDP port in the Primary-Home-Agent or Secondary-Home-Agent setting. If you change the UDP-Port setting, the new value does not take effect until you reset the system.

Location: ATMP, Connection station > Tunnel-Options

See Also: Agent-Mode, Agent-Type, Home-Agent-Password, Home-Network-Name, Max-Tunnels, Primary-Home-Agent, Profile-Type, Retry-Limit, Retry-Timeout, Secondary-Home-Agent

Unit-Type

Description: Indicates the operating mode of the RADSL or SDSL card.

Usage: The Unit-Type setting is read only. It can have one of the following values:

Example: unit-type=coe

Location: ADSL-Cap-Status {shelf-N slot-N N}, SDSL-Status {shelf-N slot-N N}

See Also: Dev-Line-State, Hardware-Ver, Major-Firmware-Ver, Minor-Firmware-Ver, Physical-Address

Up-Down-Cntr

Description: Indicates the number of times the link has gone from an up state to a down state since the card was last reset.

Usage: The Up-Down-Cntr setting is read only.

Example: up-down-cntr=0

Location: ADSL-Cap-Statistics {shelf-N slot-N N}, SDSL-Statistics {shelf-N slot-N N}

See Also: Far-End-dB-Attenuation, HDLC-RX-CRC-Error-Cnt, Line-Quality, Line-Up-Timer, RS-Corrected-Errors, RS-Errors, RX-Attenuation, RX-Signal-Present, Self-Test, Transmit-Power

Up-Status

Description: Indicates the status of a device.

Usage: The Up-Status setting is read only. It can have one of the following values:

Example: up-status=idle-up-status

Location: Device-State {{shelf-N slot-N N} N}

See Also: Device-Address, Device-State, Reqd-State

Up-Stream-Constellation

Description: Indicates the operational upstream constellation. A constellation is the number of points within the digital spectrum.

Usage: The Up-Stream-Constellation setting is read only. A value of 0 (zero) indicates that the upstream constellation is unknown. A value of 1 (one) indicates automatic.

Example: up-stream-constellation=0

Location: ADSL-Cap-Status {shelf-N slot-N N}

See Also: Up-Stream-Rate

Up-Stream-Rate

Description: Indicates the upstream data rate for the RADSL or SDSL interface.

Usage: The Up-Stream-Rate setting is read only. A value of 0 (zero) indicates that the data rate is unknown.

Example: up-stream-rate=0

Dependencies: RADSL and SDSL ensure maximum throughput for the particular condition of the line. The better the line quality, the higher the data rate.

Location: ADSL-Cap-Status {shelf-N slot-N N}, SDSL-Status {shelf-N slot-N N}

See Also: Up-Stream-Constellation

Use-Answer-For-All-Defaults

Usage: Indicates whether values in the Answer-Defaults profile should override values in the default Internet profile when the MAX TNT uses RADIUS or TACACS to validate an incoming call.

Usage: Specify Yes or No. The default is Yes.

Example: set use-answer-for-all-defaults=no

Location: Answer-Defaults

See Also: Profiles-Required

User

Description: A profile that defines a name, a password, privileges, and default displays for user login accounts.

Usage: Use the Read and List commands to make User the working profile and list its contents. For example:

admin> read user default
USER/default read
admin> list
name*=default
password=""
active-enabled=yes
allow-termserv=no
allow-system=no
allow-diagnostic=no
allow-update=no
allow-password=no
allow-code=no
idle-logout=0
prompt="admin> "
default-status=no
top-status=general-info
bottom-status=log-window
left-status=connection-list
use-scroll-regions=yes
log-display-level=none
You can then use the Set command to modify the settings in the profile. To close the profile and save your changes:

admin> write
USER/default written
See Also: Active-Enabled, Allow-Code, Allow-Diagnostic, Allow-Password, Allow-System, Allow-Termserv, Allow-Update, Bottom-Status, Default-Status, Idle-Logout, Left-Status, Log-Display-Level, Nailed-Up-Group, Password, Prompt, Top-Status, Use-Scroll-Regions

User-Profile

Description: In the IP-Global profile, specifies the name of the default User profile associated with Telnet sessions. In a Serial profile, specifies the name of the default User profile associated with serial access to the MAX TNT command interface. In an Error profile, indicates the name of the user that reset the unit.

Usage: In the IP-Global or Serial profile, specify the name of a User profile. For the IP-Global profile, the default is null. For the Serial profile, the default is admin. In either profile, a null value specifies that the user must log in explicitly. In an Error profile, the User-Profile setting is read only.

Example: set user-profile=default

Location: Error, IP-Global, Serial {shelf-N slot-N N}

See Also: Index, IP-Address, IS-Post, Loadname, Shelf, Slot, Stack-Trace, Type, Version

Userstat-Format

Description: Enables you to customize the output of the Userstat command or a Finger query.

Usage: Specify a series of conversion strings. You can enter up to 72 characters. The maximum width of the output string depends on the width of the fields present in the session listing output. If you enter a character without a percent sign, it is printed as a literal character in the session-listing output. You can enter one or more of the following strings:

String

Field width

Output text

Meaning

%i

10

SessionID
Unique ID assigned to the session

%l

10

Line/Chan
Physical address (shelf.slot.line/chan)

%s

11

Slot:Item
Shelf:slot:item/logical-item of the host port

%r

11

Tx/Rx Rate
Transmit and receive rates

%d

3

Svc
A three-letter code showing the type of service

%a

15

Address
IP address

%u

14

Username
Connection profile name

%c

10

ConnTime
Amount of time connected, in hours:minutes:seconds

%t

10

IdleTime
Amount of time idle, in hours:minutes:seconds

%n

24

Dialed#
Number dialed if known

The default value of Userstat-Format causes the standard session-listing output format for both the Userstat command and Finger queries.

Example: An administrator customizes the session-listing output to include only the Username, Svc, and ConnTime information, and specifies an at-sign between the service and connection time for each session:

admin> read system
SYSTEM read
admin> set userstat-format=%u (%d) @ %c
admin> write
SYSTEM written
admin> userstat
Username       Svc    ConnTime
joeb          (PPP) @ 1:22:34
jimmyq (PPP) @ 3:44:19
sallyg (PPP) @ 5:12:56
<end user list>  3 active user(s)
Location: System

See Also: Finger, Userstat

Use-Scroll-Regions

Description: Specifies whether the VT100 scroll-region commands are used to reduce screen redraws when the status screen is displayed.

Usage: Specify Yes or No. The default is Yes.

Example: set use-scroll-regions=yes

Location: User name

See Also: Bottom-Status, Default-Status, Left-Status, Top-Status

Use-Trunk-Groups

Description: Enables or disables the use of trunk groups for all network lines. When trunk groups are enabled, channels must be assigned trunk group numbers.

Usage: Specify Yes or No. The default is No.

Example: set use-trunk-groups=yes

Dependencies: When Use-Trunk-Groups=Yes, the T1 or E1 channel configuration must specify Trunk-Group assignments.

Location: System

See Also: Call-Type, Channel-Config N, Dial-Number, Trunk-Group

UsrRad-Options

Description: A subprofile that defines connection-specific RADIUS accounting options.

Usage: With a Connection profile as the working profile, list the UsrRad-Options subprofile. For example:

admin> list usr
acct-type=global
acct-host=0.0.0.0
acct-port=1646
acct-key=""
acct-timeout=1
acct-id-base=acct-base-10
You 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:

admin> list ..
Dependencies: RADIUS accounting must be configured in the Rad-Acct-Client subprofile of the External-Auth profile.

Location: Connection station

See Also: Acct-Host, Acct-ID-Base, Acct-Key, Acct-Port, Acct-Timeout, Acct-Type, Rad-Acct-Client

V

V42/MNP

Description: Specifies how the digital modems negotiate LAPM/MNP error control with the analog modem at the other end of the connection.

Usage: Specify one of the following values:

Example: set v42/mnp=will-v42

Dependencies: If terminal services are disabled, V42/MNP does not apply.

Location: Terminal-Server > Modem-Configuration

See Also: Modem-Configuration

V120-Answer

Description: A subprofile containing default settings for V.120 calls.

Usage: With Answer-Defaults as the working profile, list the V120-Answer subprofile. For example:

admin> list v120-answer
enabled=yes
frame-length=256
You 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:

admin> list ..
Location: Answer-Defaults

See Also: Enabled, Frame-Length

Valid-Entry

Description: Enables or disables the current input or output filter.

Usage: Specify Yes or No. The default is No.

Example: set valid-entry=yes

Location: Filter filter-name > Input-Filters, Filter filter-name > Output-Filters

See Also: Input-Filters, Output-Filters

Valid-Filter

Description: Enables or disables the IPX SAP input or output filter.

Usage: You can specify Yes or No. The default is No.

Example: set valid-filter=yes

Location: IPX-SAP-Filter > Input-IPX-SAP-Filters,
IPX-SAP-Filter > Output-IPX-SAP-Filters

See Also: Server-Name, Server-Type, Type-Filter

Value

Description: Specifies a hexadecimal number to be compared to specific bits contained in packets after the generic filter's Offset, Len, and Mask calculations have been performed.

Usage: Specify a hexadecimal number representing up to 12 bytes.

Example: set value=aaaa0300000080f3

Location: Filter filter-name > Input-Filters > Gen-Filter,
Filter filter-name > Output-Filters > Gen-Filter

See Also: Gen-Filter, Input-Filters, Output-Filters

Version

Description: In the Firewall profile, specifies the firewall version. In an Error profile, specifies the software version that was running when an error occurred.

Usage: Only the Secure Access Manager should set the Version value in the Firewall profile. If you change its value in the Firewall profile, one of the following messages appears:

error: Base 64 decode failed
error: Firewall does not load properly (corrupted?)
In an Error profile, the Version setting is read only.

Location: Firewall name

See Also: Data, Index, IP-Address, IS-Post, Loadname, Shelf, Slot, Stack-Trace, Type, User-Profile

VJ-Header-Prediction

Description: Specifies whether Van Jacobson IP header prediction should be negotiated on incoming calls.

Usage: Specify Yes or No. The default is Yes.

Example: set vj-header-prediction=no

Location: Answer-Defaults > IP-Answer, Connection station > IP-Options

See Also: IP-Answer, IP-Options, IPX-Routing-Enabled

W

Write-Access-Hosts

Description: An array specifying up to five IP addresses of SNMP managers that have SNMP write permission. The MAX TNT responds to SNMP Set, Get, and Get-Next commands from only the SNMP managers you specify.

Usage: Each element in the array can specify an IP address. With SNMP as the working profile, use the List command to display the array elements. For example:

admin> list write-access
write-access-hosts[1]=0.0.0.0
write-access-hosts[2]=0.0.0.0
write-access-hosts[3]=0.0.0.0
write-access-hosts[4]=0.0.0.0
write-access-hosts[5]=0.0.0.0
You can then set a Write-Access-Hosts value by specifying its numeric index and entering an address:

admin> set 1 10.2.3.4/24
Or, you can set an array element without first listing the array:

admin> set write-access-hosts 1 10.2.3.4/24
or

admin> set write-access 2=10.5.6.7/29
Dependencies: For Write-Access-Hosts to restrict read-write access to the MAX TNT, you must set Enforce-Address-Security=Yes.

Location: SNMP

See Also: Enabled, Enforce-Address-Security, Read-Access-Hosts, Read-Community, Read-Write-Community

Y

Yellow-Receive

Description: Specifies whether the local device has received a loss-of-frame (Yellow Alarm) indication. A Yellow Alarm indicates that a device on the line has detected framing errors in the signal.

Usage: The Yellow-Receive setting is read only. True specifies that the local device has received a Yellow Alarm indication. False specifies that the local device has not received a Yellow Alarm indication.

Location: T1-Stat {shelf-N slot-N N}

See Also: AIS-Receive



[Top][Contents][Prev][Next][Last]Search

techpubs@eng.ascend.com

Copyright © 1998, Ascend Communications, Inc. All rights reserved.