Skip to content

Latest commit

 

History

History
141 lines (114 loc) · 6.89 KB

File metadata and controls

141 lines (114 loc) · 6.89 KB
titledescriptionms.topicms.assetidms.authorauthormanagerms.date
atmadm
Reference article for the atmadm command, which monitors connections and addresses that are registered by the atM call Manager on an asynchronous transfer mode (atM) network.
reference
37156c2e-c4d4-4fd8-a03d-245fb60bf996
mosagie
robinharwood
mtillman
10/16/2017

atmadm

Monitors connections and addresses that are registered by the atM call Manager on an asynchronous transfer mode (atM) network. You can use atmadm to display statistics for incoming and outgoing calls on atM adapters. Used without parameters, atmadm displays statistics for monitoring the status of active atM connections.

Syntax

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

Parameters

ParameterDescription
/cDisplays call information for all current connections to the atM network adapter installed on this computer.
/aDisplays the registered atM network service access point (NSAP) address for each adapter installed in this computer.
/sDisplays statistics for monitoring the status of active atM connections.
/?Displays help at the command prompt.

Remarks

  • The atmadm /c command produces output 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 0,Avg 0,MaxSdu 1516 Rx:UBR,Peak 16953936,Avg 16953936,MaxSdu 1516 Out P-P 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 P-P SVC 0/190 47000580FFE1000000F21A2E180020481A2E180B Tx:UBR,Peak 16953936,Avg 16953936,MaxSdu 1516 Rx:UBR,Peak 16953936,Avg 16953936,MaxSdu 1516 In P-P 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 P-P 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 atmadm /c sample output.

    Type of DataScreen DisplayDescription
    Connection InformationIn/OutDirection of the call. In is to the atM network adapter from another device. Out is from the atM network adapter to another device.
    PMPPoint-to-multipoint call.
    P-PPoint-to-point call.
    SVCConnection is on a switched virtual circuit.
    PVCConnection is on a permanent virtual circuit.
    VPI/VCI InformationVPI/VCIVirtual path and virtual channel of the incoming or outgoing call.
    Remote address/Media Parameters47000580FFE1000000F21A2E180000C110081500NSAP address of the calling (In) or called (Out) atM device.
    TxThe Tx parameter includes the following three elements:
    • Default or specified bit-rate type (UBR, CBR, VBR, or ABR)
    • Default or specified line speed
    • Specified service data unit (SDU) size.
    RxThe Rx parameter includes the following three elements:
    • Default or specified bit-rate type (UBR, CBR, VBR, or ABR)
    • Default or specified line speed
    • Specified SDU size.
  • The atmadm /a command produces output similar to the following:

    Windows atM call Manager Statistics atM addresses for Interface : [009] Olicom atM PCI 155 Adapter 47000580FFE1000000F21A2E180000C110081500 
  • The atmadm /s command produces output 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 Signaling and ILMI Packets Sent = 33655 Signaling and ILMI Packets Received = 34989 

    The following table contains descriptions of each element in the atmadm /s sample output.

    Call Manager StatisticDescription
    Current active callsCalls currently active on the atM adapter installed on this computer.
    Total successful Incoming callsCalls successfully received from other devices on this atM network.
    Total successful Outgoing callsCalls successfully completed to other atM devices on this network from this computer.
    Unsuccessful Incoming callsIncoming calls that failed to connect to this computer.
    Unsuccessful Outgoing callsOutgoing calls that failed to connect to another device on the network.
    Calls Closed by remoteCalls closed by a remote device on the network.
    Calls Closed LocallyCalls closed by this computer.
    Signaling and ILMI Packets SentNumber of integrated local management interface (ILMI) packets sent to the switch to which this computer is attempting to connect.
    Signaling and ILMI Packets ReceivedNumber of ILMI packets received from the atM switch.

Examples

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

atmadm /c 

To display the registered atM network service access point (NSAP) address for each adapter installed in this computer, type:

atmadm /a 

To display statistics for monitoring the status of active atM connections, type:

atmadm /s 

Related links

close