Skip to content

All About ATMADM Windows command

The Windows atmadm command is a powerful tool for managing Asynchronous Transfer Mode (ATM) configurations. With atmadm, users can create virtual connections, modify connection parameters, and control ATM interfaces. This command provides essential functionality for network administrators working with ATM technology. By mastering the atmadm command, users can efficiently configure their ATM networks to meet specific requirements and optimize network performance.

ATMADM Syntax:

Terminal window
atmadm [options] [parameters]

Options:

OptionDescription
-cDisplays the current ATM configuration.
-fForces the network connections to be disconnected.
-sStops the ATM services.
-rRestarts the ATM services.

Parameters:

ParameterDescription
ATMIDSpecifies the ATM interface ID.
SVCNAMESpecifies the ATM connection service name.

ATMADM CMD Examples:

Add a Reservation

Terminal window
atmadm addres -c IPV4 -i 192.168.1.100 -m 255.255.255.0

Adds a reservation for an IPv4 address with the specified IP address and subnet mask.

Delete a Reservation

Terminal window
atmadm delres -c IPV4 -i 192.168.1.100

Deletes a reservation for the specified IPv4 address.

Show ATM PVC Information

Terminal window
atmadm showmps -c <CircOrVcc> -n <PVCNumber>

Displays the ATM Permanent Virtual Circuit (PVC) information for the specified circuit or VCC number.

Set ATM Emulation Mode

Terminal window
atmadm setemul -e <EmulationType>

Sets the ATM emulation mode to the specified type.

Show ATM Statistics

Terminal window
atmadm querystats

Displays the current ATM statistics for the system.

How do I use atmadm in CMD?

To use the atmadm command in CMD, execute the following command:

Terminal window
atmadm --config

What is the purpose of the atmadm command?

The atmadm command in CMD is used for managing ATM mapping.

Terminal window
atmadm --list

How can I display a list of ATM devices using atmadm?

To display a list of ATM devices, you can use the atmadm command with the —list option.

Terminal window
atmadm --list

How do I add an ATM device using atmadm in CMD?

You can add an ATM device with the atmadm command by specifying the device’s parameters.

Terminal window
atmadm --add <device_parameters>

Can I remove an ATM device with atmadm?

Yes, you can remove an ATM device using the atmadm command.

Terminal window
atmadm --remove <device_id>

How do I set configuration settings for an ATM device?

To configure settings for an ATM device, you can use the atmadm command with the —config option.

Terminal window
atmadm --config

What is the syntax for updating ATM parameters with atmadm?

To update ATM parameters, use the atmadm command with the —update option.

Terminal window
atmadm --update <device_id> <new_parameters>

Is there a command to display detailed information about an ATM device?

You can get detailed information about an ATM device by using the atmadm command with the —info option.

Terminal window
atmadm --info <device_id>

Applications of the atmadm Command

  • Managing ATM network interfaces and connections.