Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

The Atmadm Command in Windows: A Practical Guide

Understand The Atmadm Command in Windows with clear explanations, practical examples, and useful tips. This updated guide covers the essential concepts and...

Table of Contents

The Atmadm Command in Windows is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

Note: The atmadm command applies to: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012.

The atmadm command keeps track of the connection and the address registered by the atM call Manager call manager on asynchronous transfer mode (atM) . You can use the atmadm command to display statistics for incoming and outgoing calls on the atM adapter. If used without parameters, atmadm will display statistics to monitor the status of active atM connections.

Syntax

 atmadm [/ c] [/ a] [/ s] 

Parameters

Parameter Description / c Displays call information for all current connections to atM network adapters installed on the computer. / a Displays the registered atM (NSAP) network service access address for each adapter installed in the computer. / s Display statistics to monitor the status of active ATM connections. /? Show help at the command prompt.

Note

  • The atmadm / c command produces the following result:
 Windows atM call Manager Statistics atM Connections on Interface: [009] Olicom atM 
 PCI 155 Adapter Connection VPI / VCI remote address / Media Parameters (rates printed 
 bytes / sec) Print PMP SVC 0/193 47000580FFE1000000F21A2E180020481A2E180B 
 Tx: UBR, Peak 0, Avg 0, MaxSdu 1516 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 1516 
 Out PP SVC 0/192 47000580FFE1000000F21A2E180020481A2E180B Tx: UBR, Peak 16953936, Avg 
 16953936, MaxSdu 1516 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 1516 In PMP SVC 0/191 
 47000580FFE1000000F21A2E180020481A2E180B Tx: UBR, Peak 0, Avg 0, MaxSdu 1516 Rx: UBR, Peak 
 16953936, Avg 16953936, MaxSdu 1516 Out PP SVC 0/190 
 47000580FFE1000000F21A2E180020481A2E180B Tx: UBR, Peak 
 16953936, Avg 16953936, MaxSdu 1516 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 
 1516 Print PP SVC 0/475 47000580FFE1000000F21A2E180000C110081501 Tx: UBR, Peak 
 16953984, Avg 16953984, MaxSdu 9188 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 
 9188 Out PMP SVC 0/194 47000580FFE1000000F21A2E180000C110081501 (0) 
 Tx: UBR, Peak 16953984, Avg 16953984, MaxSdu 9180 Rx: UBR, Peak 0, Avg 0, MaxSdu 0 
 Out PP SVC 0/474 4700918100000000613E5BFE010000C110081500 Tx: UBR, Peak 
 16953984, Avg 16953984, MaxSdu 9188 Rx: UBR, Peak 16953984, Avg 16953984, MaxSdu 
 9188 In PMP SVC 0/195 47000580FFE1000000F21A2E180000C110081500 
 Tx: UBR, Peak 0, Avg 0, MaxSdu 0 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 9180 

The following table contains descriptions of each element in the sample result of the atmadm / c command:

Data type Displayed on the screen Description Connection Information In / Out The direction of the call. In it, Print is an ATM network adapter from another device. Out is from atM adapter for another device.

PMP

PP

SVC

Point-to-multipoint call

Point-to-point call

Connection set on a virtual circuit switch. PVC Connection set on a virtual circuit permanently. VPI / VCI Information VPI / VCI Virtual path and virtual channel of incoming or outgoing calls. remote address / Media Parameters

47000580FFE1000000F21

A2E180000C110081500

The NSAP address of the atM device is called (In) or called (Out). Tx

The parameter Tx includes the following three elements:

  • Default or specified bit rate type (UBR, CBR, VBR or ABR).
  • Default or specified flow rate.
  • The SDU size is specified
Rx

The parameter Rx includes the following three elements:

  • Default or specified bit rate type (UBR, CBR, VBR or ABR)
  • Default or specified flow rate
  • Service unit data size (SDU) is specified
  • The atmadm / a command produces the following result:
 Windows atM call Manager Statistics atM addresses for Interface: [009] Olicom atM 
 PCI 155 Adapter 47000580FFE1000000F21A2E180000C110081500 
  • The atmadm / s command produces results similar to the following:
 Windows atM call Manager Statistics atM call Manager statistics for Interface: [009] Olicom atM 
 PCI 155 Adapter Current active calls = 4 Total successful Incoming calls = 1332 Total successful 
 Outgoing calls = 1297 Unsuccessful Incoming calls = 1 Unsuccessful Outgoing calls = 1 
 ?ã ?óng k?t n?i t? xa = 1302 Call Closed Locally = 1323 Signaling and ILMI Packets Sent = 33655 
 Signaling and ILMI Packets Received = 34989 

The following table contains descriptions of each element in the sample result of the atmadm / s command:

Statistics call Manager Description Current active calls Calls that are currently active on the atM adapter are installed on the computer. Total successful Incoming calls Calls received successfully from other devices on the internet. Total successful Outgoing calls Calls completed successfully to other atM devices on the network from the computer. Unsuccessful Incoming calls Incoming calls are not connected to the computer. Unsuccessful Outgoing calls Outgoing calls cannot be connected to other devices on the network. calls Closed by remote Calls end a remote device on the network. calls Closed Locally Calls are terminated by the computer. Signaling and ILMI Packets Sent The number of integrated local management interface packages - the Integrated local management interface (ILMI) is sent to the switch that the computer is trying to connect to. Signaling and ILMI Packets Received The number of ILMI packets received from ATM switching.

For instance,

To display call information for all current connections, to the atM network adapter installed on the computer, enter:

 atmadm / c 
  • The assoc in Windows command
  • Append command in Windows
  • Auditpol command in Windows

FAQ

What should you know about syntax atmadm [/ c] [/ a] [/ s] Parameters Parameter Description / c Displays call information for all current connections to atM network adapters installed on the computer. / a Displays the registered atM (NSAP) network service access address for each adapter installed in the computer. / s Display statistics to monitor the status of active ATM connections. /? Show help at the command prompt. Note The atmadm / c command produces the following result: Windows atM call Manager Statistics atM Connections on Interface: [009] Olicom atM PCI 155 Adapter Connection VPI / VCI remote address / Media Parameters (rates printed bytes / sec) Print PMP SVC 0/193 47000580FFE1000000F21A2E180020481A2E180B Tx: UBR, Peak 0, Avg 0, MaxSdu 1516 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 1516 Out PP SVC 0/192 47000580FFE1000000F21A2E180020481A2E180B Tx: UBR, Peak 16953936, Avg 16953936, MaxSdu 1516 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 1516 In PMP SVC 0/191 47000580FFE1000000F21A2E180020481A2E180B Tx: UBR, Peak 0, Avg 0, MaxSdu 1516 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 1516 Out PP SVC 0/190 47000580FFE1000000F21A2E180020481A2E180B Tx: UBR, Peak 16953936, Avg 16953936, MaxSdu 1516 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 1516 Print PP SVC 0/475 47000580FFE1000000F21A2E180000C110081501 Tx: UBR, Peak 16953984, Avg 16953984, MaxSdu 9188 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 9188 Out PMP SVC 0/194 47000580FFE1000000F21A2E180000C110081501 (0) Tx: UBR, Peak 16953984, Avg 16953984, MaxSdu 9180 Rx: UBR, Peak 0, Avg 0, MaxSdu 0 Out PP SVC 0/474 4700918100000000613E5BFE010000C110081500 Tx: UBR, Peak 16953984, Avg 16953984, MaxSdu 9188 Rx: UBR, Peak 16953984, Avg 16953984, MaxSdu 9188 In PMP SVC 0/195 47000580FFE1000000F21A2E180000C110081500 Tx: UBR, Peak 0, Avg 0, MaxSdu 0 Rx: UBR, Peak 16953936, Avg 16953936, MaxSdu 9180 The following table contains descriptions of each element in the sample result of the atmadm / c command: Data type Displayed on the screen Description Connection Information In / Out The direction of the call. In it, Print is an ATM network adapter from another device. Out is from atM adapter for another device. PMP PP SVC Point-to-multipoint call Point-to-point call Connection set on a virtual circuit switch. PVC Connection set on a virtual circuit permanently. VPI / VCI Information VPI / VCI Virtual path and virtual channel of incoming or outgoing calls. remote address / Media Parameters 47000580FFE1000000F21 A2E180000C110081500 The NSAP address of the atM device is called (In) or called (Out). Tx The parameter Tx includes the following three elements: Default or specified bit rate type (UBR, CBR, VBR or ABR). Default or specified flow rate. The SDU size is specified Rx The parameter Rx includes the following three elements: Default or specified bit rate type (UBR, CBR, VBR or ABR) Default or specified flow rate Service unit data size (SDU) is specified The atmadm / a command produces the following result: Windows atM call Manager Statistics atM addresses for Interface: [009] Olicom atM PCI 155 Adapter 47000580FFE1000000F21A2E180000C110081500 The atmadm / s command produces results similar to the following: Windows atM call Manager Statistics atM call Manager statistics for Interface: [009] Olicom atM PCI 155 Adapter Current active calls = 4 Total successful Incoming calls = 1332 Total successful Outgoing calls = 1297 Unsuccessful Incoming calls = 1 Unsuccessful Outgoing calls = 1 ?ã ?óng k?t n?i t? xa = 1302 Call Closed Locally = 1323 Signaling and ILMI Packets Sent = 33655 Signaling and ILMI Packets Received = 34989 The following table contains descriptions of each element in the sample result of the atmadm / s command: Statistics call Manager Description Current active calls Calls that are currently active on the atM adapter are installed on the computer. Total successful Incoming calls Calls received successfully from other devices on the internet. Total successful Outgoing calls Calls completed successfully to other atM devices on the network from the computer. Unsuccessful Incoming calls Incoming calls are not connected to the computer. Unsuccessful Outgoing calls Outgoing calls cannot be connected to other devices on the network. calls Closed by remote Calls end a remote device on the network. calls Closed Locally Calls are terminated by the computer. Signaling and ILMI Packets Sent The number of integrated local management interface packages - the Integrated local management interface (ILMI) is sent to the switch that the computer is trying to connect to. Signaling and ILMI Packets Received The number of ILMI packets received from ATM switching. For instance,?

To display call information for all current connections, to the atM network adapter installed on the computer, enter:

What is The Atmadm Command in Windows?

Note: The atmadm command applies to: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012.

Why is The Atmadm Command in Windows important?

A clear understanding of The Atmadm Command in Windows helps you make informed decisions, avoid common mistakes, and use the relevant tools or techniques more effectively.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.