SoFunction
Updated on 2025-04-08

Use atmadm to display statistics on incoming and outgoing calls on the ATM adapter

Atmadm
ATM Call Manager registers monitor connections and addresses on the Asynchronous Transfer Mode (ATM) network. You can use atmadm to display statistics on incoming and outgoing calls on the ATM adapter. If used without parameters, atmadm will display statistics for monitoring the active ATM connection status.

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

parameter
/c 
Displays call information about all current connections to the ATM network card installed on this computer.
/a 
Displays the registered ATM Network Service Access Point (NSAP) address for each adapter installed on the computer.
/s 
Displays statistics on the ATM connection status of monitoring activity.
/? 
Show help in the command prompt.
example
Show call information
For the ATM network adapter installed on this computer, to display all the call information currently connected to it, type:

atmadm /c

Using the atmadm/c command will output results similar to the following:


Windows ATM Call Manager Statistics

ATM Connections on Interface :[009] Olicom ATM PCI 155 Adapter

Connection   VPI/VCI   Remote Address/
Media Parameters (rates in bytes/sec)
In  PMP SVC    0/193   47000580FFE1000000F21A2E180020481A2E180B
Tx:UBR,Peak 1516,Avg 0,MaxSdu 0
Rx:UBR,Peak 16953936,Avg 16953936,MaxSdu 1516
Out P-P SVC    0/192   47000580FFE1000000F21A2E180020481A2E180B
Tx:UBR,Peak 1516,Avg 16953936,MaxSdu 16953936
Rx:UBR,Peak 16953936,Avg 16953936,MaxSdu 1516
In  PMP SVC    0/191   47000580FFE1000000F21A2E180020481A2E180B
Tx:UBR,Peak 1516,Avg 0,MaxSdu 0
Rx:UBR,Peak 16953936,Avg 16953936,MaxSdu 1516
Out P-P SVC    0/190   47000580FFE1000000F21A2E180020481A2E180B
Tx:UBR,Peak 1516,Avg 16953936,MaxSdu 16953936
Rx:UBR,Peak 16953936,Avg 16953936,MaxSdu 1516
In  P-P SVC    0/475   47000580FFE1000000F21A2E180000C110081501
Tx:UBR,Peak 9188,Avg 16953984,MaxSdu 16953984
Rx:UBR,Peak 16953936,Avg 16953936,MaxSdu 9188
Out PMP SVC    0/194   47000580FFE1000000F21A2E180000C110081501 (0)
Tx:UBR,Peak 9180,Avg 16953984,MaxSdu 16953984
Rx:UBR,Peak 0,Avg 0,MaxSdu 0
Out P-P SVC    0/474   4700918100000000613E5BFE010000C110081500
Tx:UBR,Peak 9188,Avg 16953984,MaxSdu 16953984
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 a description of each element in the atmadm/c output example.

Date type Screen display instructions
Connection information In/Out Call direction. In represents from other devices to ATM network adapter. Out represents from the ATM network adapter to other devices.
PMP Point-to-multipoint call.
P-P Point-to-point call.
SVC is connected through a switchable virtual switching circuit.
PVC is connected through a permanent virtual circuit.
VPI/VCI Information VPI/VCI Virtual path and virtual channel for incoming and outgoing calls.
Remote address/media parameters 47000580FFE100000F21A2E180000C110081500 NSAP address of the ATM device called (input) or called (output).
Tx Tx parameter includes the following three elements:
Default or specified transmission rate type (UBR, CBR, VBR, or ABR)
Default or specified line speed
The size of the specified service data unit (SDU)

Rx Rx The parameter contains the following three elements:
Default or specified transmission rate type (UBR, CBR, VBR, or ABR)
Default or specified line speed
The size of the specified SDU


List all registered addresses
For each adapter installed in the computer, the address of its registered ATM Network Service Access Point (NSAP) is displayed.

atmadm /a

Using the atmadm/a command will output results similar to the following:


Windows ATM Call Manager Statistics

ATM Addresses for Interface :[009] Olicom ATM PCI 155 Adapter

47000580FFE1000000F21A2E180000C110081500

Display statistics
To display statistics on the ATM connection status that monitors activity, type:

atmadm /s 

Using atmadm/s will output 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
    Calls Closed by Remote                      = 1302
    Calls Closed Locally                        = 1323
    Signalling and ILMI Packets Sent            = 33655
    Signalling and ILMI Packets Received        = 34989

The following table contains a description of each element in the atmadm/s output example.

Call Manager Statistics Description
Currently active call The ATM adapter installed on this computer is currently calling.
All successful incoming calls successfully received calls from other devices on this ATM network.
All successful outgoing calls From then on, the computer calls other ATM devices on the network successfully completed.
Failed Incoming Call The incoming call failed to connect to this computer.
Failed outgoing call An outgoing call that failed to connect to other devices on the network.
Remotely closed call The call is turned off by a remote device on the network.
Locally closed call The call is closed by this computer.
The number of integrated local management interface (ILMI) packets sent to the switch that the computer is connecting to.
Signal and received ILMI packets The number of ILMI packets received from the ATM switch.