cc/td/doc/product/atm/ls1010s/wa3/11_2_5
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

D Commands for the LightStream  1010 ATM Switch

D Commands for the LightStream  1010 ATM Switch

databits

To set the number of data bits per character that are interpreted and generated by hardware, use the databits line configuration command.

databits {5 | 6 | 7 | 8}
no databits

Syntax Description

5

Five data bits per character.

6

Six data bits per character.

7

Seven data bits per character.

8

Eight data bits per character.

Default

8

Command Mode

Line configuration

Usage Guidelines

This command pertains to the auxiliary port only.

The databits line configuration command can be used to mask the high bit on input from devices that generate 7 data bits with parity. If parity is being generated, specify 7  data bits per character. If no parity generation is in effect, specify 8 data bits per character. The other keywords are supplied for compatibility with older devices and generally are not used.

Example

The following example changes the data bits to 7 on the auxiliary port.

Switch(config)# line aux 0
Switch(config-line)# databits 7
Related Commands

data-character-bits
terminal data-character-bits
terminal databits

data-character-bits

To set the number of data bits per character that are interpreted and generated by software, use the data-character-bits line configuration command.

data-character-bits {7 | 8}
no data-character-bits
Syntax Description

7

Seven data bits per character.

8

Eight data bits per character.

Default

8

Command Mode

Line configuration

Usage Guidelines

The data-character-bits line configuration command does not work on hardwired lines.

Example

The following example sets the number of data bits per character for virtual terminal line 1 to 7.

Switch(config)# line vty 1
Switch(config-line)# data-character-bits 7

debug atm accounting

To enable debugging for ATM accounting, use the debug atm accounting EXEC command. To disable debugging, use the no form of this command.

debug atm accounting error
debug atm accounting event

Syntax Description

error

Logs significant errors to the console.

event

Logs significant events to the console.

Default

Disabled

Command Mode

EXEC


Note Not all of the debug commands are included in this publication. For a complete guide to the debug commands, refer to the Router Products Debug Command Reference publication.

debug atm oam-all

The debug atm oam-all privileged EXEC command enables all the debug flags for the OAM. Use the no form of the command to disable the debug command.

debug atm oam-all
no debug atm oam-all

Syntax Description

This command has no arguments or keywords.

Command Mode

Privileged EXEC

Usage Guidelines
Caution This command can generate a significant amount of output when it is invoked.

Note Not all of the debug commands are included in this publication. For a complete guide to the debug commands, refer to the Router Products Debug Command Reference publication.

debug atm oam-pkt

To display the transmit and receive OAM traffic, use the debug atm oam-pkt privileged EXEC command. This command also decodes individual OAM cells. Use the no form of the command to disable the debug command.

debug atm oam-pkt
no debug atm oam-pkt

Syntax Description

This command has no arguments or keywords.

Command Mode

Privileged EXEC


Note Not all of the debug commands are included in this publication. For a complete guide to the debug commands, refer to the Router Products Debug Command Reference publication.

debug atm pnni

To debug the PNNI configuration, use the following debug atm pnni EXEC commands.

debug atm pnni adj-events
debug atm pnni adj-packet
debug atm pnni all
debug atm pnni api
debug atm pnni election
debug atm pnni flood-packet
debug atm pnni hello-packet
debug atm pnni rm
debug atm pnni route-all
debug atm pnni route-errors
debug atm pnni snmp
debug atm pnni topology

no debug atm pnni adj-events
no debug atm pnni adj-packet
no debug atm pnni all
no debug atm pnni api
no debug atm pnni election
no debug atm pnni flood-packet
no debug atm pnni hello-packet
no debug atm pnni rm
no debug atm pnni route-all
no debug atm pnni route-errors
no debug atm pnni snmp
no debug atm pnni topology

Syntax Description

adj-events

Turns on adjacency-related event debugging. The feature can be turned on for a specific PNNI interface.

adj-packet

Turns on database summary and request packet debugging. The feature can be turned on for a specific PNNI interface.

all

Turns on all PNNI debugging. The feature can be turned on for a specific PNNI interface.

api

Turns on the application interface debugging.

election

Turns on the PGL PNNI election debugging.

flood-packet

Turns on PTSP and ACK packet debugging.

hello-packet

Turns on hello packet debugging. The feature can be turned on for a specific PNNI interface.

rm

Turns on the resource management debugging.

route-all

Turns on all route debugging.

route-errors

Turns on PNNI route errors debugging.

snmp

Turns on debugging of SNMP events (get and set) related to the PNNI MIBs.

topology

Turns on the internal topology maintenance debugging.

Command Mode

EXEC


Note Not all of the debug commands are included in this publication. For a complete guide to the debug commands, refer to the Router Products Debug Command Reference publication.

debug atm rm

To enable the debug printout messages for ATM resource manager, use the debug atm rm privileged EXEC command. To disable the printout message, use the no form of this command.

debug atm rm errors
debug atm rm events
debug atm rm pnni-api
no debug atm rm errors
no debug atm rm events
no debug atm rm pnni-api

Syntax Description

This command has no arguments or keywords.

Command Mode

Privileged EXEC

Caution This command can generate a significant amount of output and can interfere with other activity on the switch when it is invoked.

Note Not all of the debug commands are included in this publication. For a complete guide to the debug commands, refer to the Router Products Debug Command Reference publication.

debug atm sig

To debug the ATM signaling module, use the debug atm sig privileged EXEC commands. Use the no form of the command to disable the debug command.

debug atm sig-all
debug atm sig-error
[atm card/subcard/port]
debug atm sig-events [atm card/subcard/port]
debug atm sig-ie [atm card/subcard/port]
debug atm sig-nni [atm card/subcard/port]
debug atm sig-packets [atm card/subcard/port]

no debug atm sig-all
no debug atm sig-error
[atm card/subcard/port]
no debug atm sig-events [atm card/subcard/port]
no debug atm sig-ie [atm card/subcard/port]
no debug atm sig-nni [atm card/subcard/port]
no debug atm sig-packets [atm card/subcard/port]
Syntax Description

sig-all

Turns on the debug output for all of the above conditions.

sig-errors

Turns on the debug output for the atmsig error conditions.

sig-events

Turns on the debug output for the atmsig state machine events.

sig-ie

Turns on the debug output for the atmsig messages information element encoding.

sig-nni

Turns on the debug output for the atmsig NNI state machine events.

sig-packets

Turns on the debug output for the atmsig packets.

card/subcard/ port

Specifies the card, subcard, and port number for the ATM interface.

Command Mode

Privileged EXEC


Note Not all of the debug commands are included in this publication. For a complete guide to the debug commands, refer to the Router Products Debug Command Reference publication.

debug ports

To enable driver-level debugging of specific remote ports, use the debug ports privileged EXEC command.

debug ports port
Syntax Description

9

Specifies aal5 | oc3 | ds3e3 | oc12 | netclock | t1e1 as the port to be debugged.

Command Mode

Privileged EXEC

Usage Guidelines

If you specify aal5, you can provide the ATM interface number. Use the netclock option to show network clock switching debug information.


Note Not all of the debug commands are included in this publication. For a complete guide to the debug commands, refer to the Router Products Debug Command Reference publication.

debug sscop

To debug the ATM signaling SSCOP, use the following debug sscop privileged EXEC commands. Use the no form of the command to disable the debug command.

debug sscop errors [atm card/subcard/port]
debug sscop events [atm card/subcard/port]
debug sscop packets [atm card/subcard/port]

no debug sscop errors
[atm card/subcard/port]
no debug sscop events [atm card/subcard/port]
no debug sscop packets [atm card/subcard/port]
Syntax Description

errors

Turns on the debug output for the sscop error conditions.

events

Turns on the debug output for the sscop SSCOP state machine events.

packets

Turns on the debug output for the sscop SSCOP packets.

atm card/subcard/port

Specifies the card, subcard, and port number of the ATM interface.

Default

no

Command Mode

Global configuration

Interface configuration when atm card/subcard/port is specified.


Note Not all of the debug commands are included in this publication. For a complete guide to the debug commands, refer to the Router Products Debug Command Reference publication.

default-name

To provide an emulated LAN name in the configuration server's database for those client MAC addresses and client ATM addresses that do not have explicit emulated LAN name bindings, use the default-name database configuration command. To remove the default name, use the no form of this command.

default-name elan-name
no default-name

Syntax Description

elan-name

Default emulated LAN name for any LANE client MAC address or LANE client ATM address not explicitly bound to any emulated LAN name. Maximum length is 32 characters.

Default

No name is provided.

Command Mode

Database configuration

Usage Guidelines

This command affects only the bindings in the configuration server's database. It has no effect on the LANE components.

The named emulated LAN must exist in the configuration servers database before using this command. If the default name-to-emulated LAN name binding already exists, it is replaced by the new binding.

The default-name command is a subcommand of the global lane database command.

Related Commands

client-atm-address name
lane database
name server-atm-address

default-value exec-character-bits

To define the EXEC character width for either 7 bits or 8 bits, use the default-value exec-character-bits global configuration command.

default-value exec-character-bits {7 | 8}
Syntax Description

7

Selects the 7-bit ASCII character set.

8

Selects the full 8-bit ASCII character set.

Default

7

Command Mode

Global configuration

Usage Guidelines

Configuring the EXEC character width to 8 bits allows you to add graphical and international characters in banners, prompts, and so forth. However, setting the EXEC character width to 8 bits can also cause failures. If a user on a terminal that is sending parity enters the command help, an "unrecognized command" message is displayed because the system is reading all 8 bits and the eighth bit is not needed for the help command.

Example

The following example selects the full 8-bit ASCII character set for EXEC banners and prompts.

Switch# default-value exec-character-bits 8
Related Commands

exec-character-bits
special-character-bits
terminal exec-character-bits
terminal special-character-bits

default-value special-character-bits

To configure the flow control default value from a 7-bit width to an 8-bit width, use the default-value special-character-bits global configuration command.

default-value special-character-bits {7 | 8}
Syntax Description

7

Selects the 7-bit character set.

8

Selects the full 8-bit character set.

Default

7

Command Mode

Global configuration

Usage Guidelines

Configuring the special character width to 8 bits enables you to add graphical and international characters in banners, prompts, and so forth.

Example

The following example selects the full 8-bit special character set.

Switch# default-value special-character-bits 8
Related Commands

exec-character-bits
special-character-bits
terminal exec-character-bits
terminal special-character-bits

delay


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

delete

To delete any file on a Flash memory device, use the delete privileged EXEC command.

delete [device:] filename

device:

Device containing the file to be deleted. (The colon (:) is required.) Valid devices are as follows:

· bootflash: This device is the internal Flash memory.

· slot0: This device is the first PCMCIA slot on the ASP card and is the initial default device.

· slot1: This device is the second PCMCIA slot.

filename

Name of the file to be deleted. The maximum filename length is 63 characters.

Syntax Description
Command Mode

Privileged EXEC

description (interface)

To add a description to an interface configuration, use the description interface configuration command. Use the no form of this command to remove the description.

description string
no description
Syntax Description

string

Comment or a description to help you remember what is attached to this interface.

Default

No description is added.

Command Mode

Interface configuration

Usage Guidelines

The description command is meant solely as a comment to be put in the configuration to help you remember what certain interfaces are used for. The description appears in the output of the following EXEC commands: show startup-config, show interfaces, and show running-config.

Example

The following example describes a 3174 controller on async interface 0.

Switch(config)# interface async 0
Switch(config-if)# description 3174 Controller for test lab
Related Commands

show atm interface
show running-config
show startup-config

dialer-list list


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

dir

To display a list of files on a Flash memory device, use the dir EXEC command.

dir [/all | /deleted] [/long] [device:] [filename]

/all

(Optional) Lists deleted files, undeleted files, and files with errors.

/deleted

(Optional) Lists only the deleted files.

/long

(Optional) Displays additional information about the files listed, including the following information:

· File's index number (#).

· Whether the file contains an error (E) or is deleted (D).

· File's type (1 = configuration file, 2 = image file). The switch displays these values only when the file's type is certain. When the file's type is unknown, the system displays a zero or FFFFFFFF in this field.

· File's Cyclic Redundant Checksum (crc).

· Offset into the file system of the next file (seek).

· Length of file's name (nlen).

· Length of the file itself (length).

· The date/time file was created (date/time).

· File's name (name).

device:

(Optional) Device containing the file(s) to list. (The colon (:) is required.) Valid devices are as follows:

· bootflash: This device is the internal Flash memory.

· slot0: This device is the first PCMCIA slot on the ASP card and is the initial default device.

· slot1: This device is the second PCMCIA slot.

filename

(Optional) Name of the file(s) to display on a specified device. The files can be of any type. You can use wildcards in the filename. A wildcard character (*) matches all patterns. Strings after a wildcard are ignored.

Syntax Description
Default

The initial default device is slot0:. Otherwise, the default device is that specified by the cd command. When you omit all keywords and arguments, the switch displays only undeleted files for the default device specified by the cd command in short format.

Command Mode

EXEC

Usage Guidelines

If you omit the device, the switch uses the default device specified by the cd command.

When you use one of the keywords (/all, /deleted, /long), the system displays file information in long format. The long format includes the following categories:

When you omit all keywords (/all, /deleted, /long), the system displays file information in short format. Short format includes the following categories:

Examples

The following example instructs the switch to list undeleted files for the default device specified by the cd command. Notice that the switch displays the information in short format because no keywords are used.

Switch# dir
-#- -length- -----date/time------ name
1   5393     May 03 1996 14:32:57 startup-config
2   2229876  Apr 11 1997 10:46:10 ls1010-wp-mz.112-4.4.WA3.1.1
3   2261104  Apr 28 1997 11:32:09 ls1010-wp-mz.112-4.4.WA3.1.8
3498632 bytes available (4496760 bytes used)

The following example displays the long version of the same device:

Switch# dir /long
-#- ED --type-- --crc--- -seek-- nlen -length- -----date/time------ name
1   .. 1        AE9B32B  21594   14   5393     May 03 1996 14:32:57 startup-conf
ig
2   .. FFFFFFFF 53252C10 241C88  28   2229876  Apr 11 1997 10:46:10 ls1010-wp-mz
.112-4.4.WA3.1.1
3   .. FFFFFFFF 2CC16752 469D78  28   2261104  Apr 28 1997 11:32:09 ls1010-wp-mz
.112-4.4.WA3.1.8
3498632 bytes available (4496760 bytes used)
Related Commands

cd
config-register
delete
undelete

dis

To disassemble the instruction stream, use the dis ROM monitor command.

dis
Syntax Description

This command has no keywords or arguments.

Command Mode

ROM monitor

disable

To return to the EXEC mode by exiting the privileged EXEC mode, use the disable EXEC command.

disable level
Command Syntax

level

(Optional) You can specify up to 16 privilege levels, using numbers 0 through 15. Level 1 is normal EXEC-mode user privileges. If this argument is not specified, the privilege level defaults to 15 (traditional enable privileges).

Default

15

Command Mode

EXEC

Usage Guidelines

In the following example, the user is logging out from privilege level 5:

Switch# disable 5
Related Command

enable

disconnect

To disconnect an existing network connection, use the disconnect privileged EXEC command.

disconnect ip-address | name
Syntax Description

ip-address

Number of the IP address.

name

Name of the network connection.

Command Mode

Privileged EXEC

Related Command

connect

dnsix-dmdp retries


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

dnsix-nat authorized-redirection


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

dnsix-nat primary


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

dnsix-nat secondary


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

dnsix-nat source


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

dnsix-nat transmit-count


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

downward-compatible-config


Note This command or some of its parameters might not function as expected in the LightStream  1010 ATM switch environment.

hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1998 © Cisco Systems Inc.