cc/td/doc/product/software/ios112
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

LAT Configuration Commands

LAT Configuration Commands

This chapter describes the function and displays the syntax of Local Area Transport (LAT) commands. See theAccess Services Command Reference for more infomration about defaults and usage guidelines.

access-class

To define restrictions on incoming and outgoing connections, use the access-class line configuration command. To remove the access-list number, use the no form of this command.

access-class access-list-number {in | out}
no access-class
number
access-list-number Specifies an integer between 1 and 199 that defines the access list.
in Controls which nodes can make LAT connections into the server.
out Defines the access checks made on outgoing connections. (A user who types a node name at the system prompt to initiate a LAT connection is making an outgoing connection.)

clear entry

To delete an entry from the list of queued host-initiated connections, enter the clear entry EXEC command at the system prompt.

clear entry number
number An entry number obtained from the show entry EXEC command.

lat access-list

To specify access conditions to nodes on the LAT network, use the lat access-list global configuration command. To remove a specified access list number, use the no form of this command.

lat access-list number {permit | deny} nodename
no lat access-list
number
number Specifies a number between 1 and 199 assigned to the line using the access-class line configuration command.
permit Allows any matching node name to access the line.
deny Denies access to any matching node name.
nodename Specifies the name of the LAT node, with or without regular expression pattern matching characters, with which to compare for access. The UNIX style regular expression characters allow for pattern matching of characters and character strings in the node name.

lat enabled

To enable LAT, use the lat enabled interface configuration command. To disable LAT, use the no form of this command.

lat enabled
no lat enabled

lat group-list

Use the lat group-list global configuration command to allow a name to be assigned to the group list. A group list is any combination of group names, numbers, or ranges. To remove the specified group list, use the no form of this command.

lat group-list groupname {number | range | all} [enabled | disabled]
no lat group-list groupname {number | range | all} [enabled | disabled]
groupname Specifies a group code name.
number Specifies a group code number. You can enter both a group code name and group code numbers.
range Specifies a hyphenated range of numbers.
all Specifies the range from 0 to 255.
enabled (Optional) Allows incremental changes to the list; that is, you can add a group code without retyping the entire command.
disabled (Optional) Allows selective removal of a group code from the list.

lat host-buffers

To set the number of receive buffers that will be negotiated when the router is acting as a LAT host, use the lat host-buffers global configuration command. To return to the default of one receive buffer, use the no form of this command.

lat host-buffers receive-buffers
no lat host-buffers receive-buffers
receive-buffers An integer that specifies the number of receive buffers that will be negotiated. The argument can be any number between 1 and 128.

lat host-delay

To set the delayed acknowledgment for incoming LAT slave connections, use the lat host-delay global command. To restore the default, use the no form of this command.

lat host-delay number
no host-delay
number The delay in milliseconds.

lat ka-timer

To set the rate of the keepalive timer, use the lat ka-timer global configuration command. To restore the default, use the no form of this command.

lat ka-timer seconds
no lat ka-timer
seconds The timer rate in seconds. The default is 20 seconds.

lat node

To change the LAT node name without changing the system host name, use the lat node global configuration command.

lat node node-name
node-name Name of the LAT node.

lat out-group

To define a group list for a line's outgoing user-initiated connections, use the lat out-group line configuration command.

lat out-group {groupname number range | all}
groupname Group code name.
number Group code number. You can also enter both a group code name and group code numbers.
range Hyphenated range of numbers.
all Range from 0 to 255. The default group code number is 0.

lat remote-modification

To enable remote LAT modification of a line's characteristics, e.g., baud rate, use the lat remote-modification line configuration command. To disable remote LAT modification of line characteristics, use the no form of this command.

lat remote-modification
no lat remote-modification

lat retransmit-limit

To set the number of times that LAT retransmits a message before declaring the remote system unreachable, use the lat retransmit-limit global configuration command. To restore the default retry value, use the no form of this command.

lat retransmit-limit number
no lat retransmit-limit
number Number of retries; any number between 4 and 255. The default is 8 retries.

lat server-buffers

To set the number of receive buffers that will be negotiated when the router is acting as a LAT server, use the lat server-buffers global configuration command. To return to the default of one receive buffer, use the no form of this command.

lat server-buffers receive-buffers
no lat server-buffers receive-buffers
receive-buffers Integer that specifies the number of receive buffers that will be negotiated. The argument can be any number between 1 and 128, and 1 is the default.

lat service-announcements

To reenable LAT broadcast service announcements, use the lat service-announcements global configuration command. To disable the sending of LAT service announcements, use the no form of this command.

lat service-announcements
no lat service-announcements

lat service autocommand

To associate a command with a service, use the lat service autocommand global configuration command. To remove the specified autocommand, use the no form of this command.

lat service service-name autocommand command
no lat service service-name autocommand command
service-name Name of the service.
command Command to be associated with the service.

lat service enabled

To enable inbound connections to the specified service and enable the advertisement of this service to routers on the network, use the lat service enabled global configuration command. To delete the named service, use the no form of this command.

lat service service-name enabled
no lat service service-name enabled
service-name Name of the service.

lat service-group

To specify a group code mask to use when advertising all services for this node and to control incoming services, use the lat service-group global configuration command. To remove the group code mask specified, use the no form of this command.

lat service-group {groupname | number | range | all} [enabled | disabled]
no lat service-group {groupname | number | range | all} [enabled | disabled]
groupname Specifies a group code name.
number Specifies a group code number.
range Specifies a hyphenated range of numbers between 0 and 255.
all Specifies the range from 0 to 255.
enabled (Optional) Allows incremental changes to the list; that is, you can add a group code without retyping the entire command.
disabled (Optional) Allows selective removal of a group code from the list.

lat service ident

To set the LAT service identification for a specified service, use the lat service ident global configuration command. To remove the identification, use the no form of this command.

lat service service-name ident identification
no lat service service-name ident
service-name Name of the service.
identification Descriptive name (text only) that identifies the service.

lat service password

To set up a LAT password for a service, use the lat service password global configuration command. To remove the password, use the no form of this command.

lat service service-name password password
no lat service service-name password
service-name Name of the service.
password Password.

lat service rating

To set a static service rating for the specified service, use the lat service rating global configuration command. To remove the service rating, use the no form of this command.

lat service service-name rating static-rating
no lat service service-name rating
service-name Name of the service.
static-rating Static service rating. The rating must be in the range of 1 to 255.

lat service-responder

To configure a node to act as proxy for other nodes when a solicit-information multicast message is received, use the lat service-responder global configuration command. To remove any proxy definition set up using the lat service-responder command, use the no form of this command.

lat service-responder
no lat service responder

lat service rotary

To associate a rotary group with a service, use the lat service rotary global configuration command. To remove the association, use the no form of this command.

lat service service-name rotary group
no lat service service-name rotary
service-name Name of the service.
group Rotary group number.

lat service-timer

To adjust the time between LAT service advertisements, use the lat service-timer global configuration command.

lat service-timer interval
interval Number of seconds between service announcements. Note that the granularity offered by this command is ten-second intervals, and the interval value is rounded up.

lat vc-sessions

To set the maximum number of sessions to be multiplexed onto a single LAT virtual circuit, use the lat vc-sessions global configuration command. To remove a prior session's definition, use the no form of this command.

lat vc-sessions number
no lat vc-sessions
number
number Specifies the number of sessions to be multiplexed onto a single LAT virtual circuit. This number cannot be greater than 255.

lat vc-timer

To set the interval of time LAT waits before sending any traffic, use the lat vc-timer global configuration command. To remove a timer definition, use the no form of this command.

lat vc-timer milliseconds
no lat vc-timer
milliseconds
milliseconds Timer value. Specifies the amount of time LAT will wait before sending traffic. Acceptable values are between 10 and 1000 milliseconds, and 80 milliseconds is the default.

show entry

Use the show entry EXEC command to display the list of queued host-initiated connections to a router. You can use this command to determine which LAT hosts have queue entries for printers on routers.

show entry

show lat advertised

Use the show lat advertised EXEC command to display the LAT services a router offers to other systems running LAT on the network.

show lat advertised

show lat groups

Use the show lat groups EXEC command to display the groups that were defined in the Cisco IOS software using the lat group-list command.

show lat groups

show lat nodes

Use the show lat nodes EXEC command to display information about all known LAT nodes.

show lat nodes

show lat traffic

Use the show lat traffic EXEC command to display information about traffic and resource utilization statistics on all active lines.

show lat traffic

show node

Use the show node EXEC command to display information about LAT nodes. The show node command with no further parameters shows a one-line summary of all known nodes. The show node command displays three different sets of information about a node: the node counters, the node status, or a one-line summary of the node status.

show node [all | node-name] [counters | status | summary]
all (Optional) Specifies all nodes.
node-name (Optional) Indicates the name of the node for which status is required.
counters (Optional) Specifies the various node counters.
status (Optional) Specifies detailed node status. This is the default if a node name is specified.
summary (Optional) Specifies a status summary for the node. This is the default if no node name is specified.

show service

Use the show service EXEC command to display specific LAT learned services.

show service [service-name]
service-name (Optional) The name of a specific LAT service.

hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1997 © Cisco Systems Inc.