Comtech EF Data Vipersat CDM-570 User manual

Type
User manual

This manual is also suitable for

Part Number MN/CDM570L.IOM Revision 4
IMPORTANT NOTE: The information contained in this document supersedes all previously published
information regarding this product. Product specifications are subject to change without prior notice.
CDM-570/570L
Installation and Operation Manual
CDM-570 -
70/140 MHz Satellite Modem
CDM-570L - L-band Satellite Modem
Optional IP Module
For Firmware Version 1.5.1 or hi
g
he
r
(
see New in this Release
Section 1.5
)
Copyright © Comtech EF Data Corporation, 2006.
All rights reserved.
Printed in the USA.
Comtech EF Data Corporation, 2114 W. 7
th
Street, Tempe, Arizona 85281 USA, (480) 333-2200, FAX: (480) 333-2161.
Comtech EF Data is an ISO 9001
Registered Company
CDM-570/570L
Satellite Modem
Installation and Operation Manual
Addendum A
Subject: Incorporate NMCS Protocol
Part Number: MN/CDM570L.AA4
Addendum A
October 9, 2006
Special Instructions:
This document contains new information for the CDM-570/570L satellite modem installation and
operation manual, part number MN/CDM570L.IOM Rev. 4 dated April 12, 2006.
Notes:
1. Insert this title page immediately after the manual title page to indicate that the manual was
updated with this addendum.
2. To identify changes made to the previous edition, refer to the change bars located in the
outside margins. [or:] Change bars were not utilized.
Collating Instructions
To update the manual, remove and insert the pages as follows:
Remove Insert
Remote Control Section
Page 1 of 54 MN/CDM570L.AA4
CDM/CDD NMCS Protocol
Rev 1.0
Revision History
Date Rev Author Comments
October 4, 2004 Draft 1.0 Wallace Davis Created for Internal Distribution
3/01/05 Draft 1.1 Bryan Wilcutt Modifications for implementation
6/27/05 Rev 1.0 Bryan Wilcutt Released revision
11/10/2005 Rev 1.0 Harish Talanki Modifications
Copyright © 2006, Comtech EF Data
Comtech EF Data
All Rights Reserved.
IMPORTANT
Reproduction, adaptation, or transmission of this document by any means without
prior written permission is prohibited, except as allowed under copyright laws.
CDM570/570L Satellite Modem
Incorporate NMCS Protocol MN/CDM570L.AA4
Page 2 of 54 MN/CDM570L.AA4
Notes:
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CDM570/570L Satellite Modem MN/CDM570L.AA4
Incorporate NMCS Protocol
Page 3 of 54 MN/CDM570L.AA4
Table of Contents
1.0 Introduction 4
2.0 Architecture 4
3.0 Introduction 5
3.2 Basic Protocol 5
3.3 Command Structure 6
3.3.1 Start Of Packet 7
3.3.2 Address 7
3.3.3 Instruction Code 7
3.3.4 Instruction Code Qualifier 8
3.3.5 Message Arguments 10
3.3.6 Table Support Qualifier 10
3.4 Modem Commands 11
3.4.1 IP Commands 13
3.4.2 Interface Commands 21
3.4.3 QoS Commands 23
3.4.4 Protocol Commands 27
3.4.6 Operations and Maintenance Commands 30
3.4.7 Redundancy Commands 34
3.4.8 Routing Commands 35
3.4.9 Statistics Commands 38
3.4.9.1 Wan Stats 38
3.4.9.2 IP Stats 40
3.4.9.3 Ethernet Stats 43
3.4.9.4 QoS Stats 45
3.5 PARAM Files 46
CDM570/570L Satellite Modem
Incorporate NMCS Protocol MN/CDM570L.AA4
Page 4 of 54 MN/CDM570L.AA4
1.0 Introduction
The scope of this document is to define the interface specification that will be used for a new
Remote Control based interface to the CDM/CDD family of products. The primary interface is to
be Telnet, however other interfaces may adapt to the CIM implementation, programmatically, via
specific API calls.
2.0 Architecture
The Remote NMCS attaches to an external interface, such as Telnet, and processes basic text
based commands to the CiM database manager. The database manager is responsible for
resolving GET and SET actions to Local and Remote objects. (See Figure 1.)
Command
Parser
Interface
(Telnet)
Text Command
Database
Engine
Managed
Obejcts
Get/Set
Get/Set
Basic Architecture Layout
Figure 1. Architecture
CDM570/570L Satellite Modem MN/CDM570L.AA4
Incorporate NMCS Protocol
Page 5 of 54 MN/CDM570L.AA4
NMCS Protocol
3.0 Introduction
The following sections outline the basic command set supported in this version of the CIM
NMCS protocol.
3.1 Telnet interface
Telnet interface into the NMCS system must be on port 7023, which has been reserved for this
protocol by the IANA.
The login process requires a name and password, which are defined by the systems administrator
of the controlling equipment. This name and password is usually associated to the name and
password of an administrator account.
3.2 Basic Protocol
All bytes within a command are printable ASCII characters, less than ASCII code 127. In this
context, the Carriage Return (cr) and Line Feed (lf) characters are considered printable.
All messages from controller to target require a response as indicated. This will be either to return
data that has been requested by the controller, or to acknowledge reception of an instruction to
change the configuration of the target.
CDM570/570L Satellite Modem
Incorporate NMCS Protocol MN/CDM570L.AA4
Page 6 of 54 MN/CDM570L.AA4
3.3 Command Structure
Controller-to-target:
Start of
Packet
Target
Address
Address
De-limiter
Instruction
Code
Row Index
(Optional)
Code
Qualifier
Optional
Arguments
End of Packet
<
ASCII
code 60
(1
character)
1 to 4
chars
/
ASCII
code 47
(1
character)
(3
characters)
1 to 3
characters
contained
within [ and
] brackets.
= or ?
ASCII code
61
or 63
(1
character)
(n
characters)
Carriage
Return
And
Line Feed.
ASCII code 13
and code 10
[ 0x0D 0x0A ]
(2 character)
Example: <0135/TFQ=1949.2345{CR}
Example: <1/rte[1]=
rt1|239.022.033.044.32|1|***************|0011|0|0|0|0|3
Target-to-controller:
Start of
Packet
Target
Address
Address
De-limiter
Instruction
Code
Code Qualifier Optional
Arguments
End of Packet
>
ASCII
code 62
(1
character)
(4
characters)
/
ASCII
code 47
(1
character)
(3
characters)
=, ?, !, *, # or ~
ASCII code 61,
63, 33, 42, 35,
126
(1 character)
(From 0 to n
characters)
Carriage Return,
Line Feed
ASCII code
13,10
(2 characters)
Example: >0654/RSW=32{CR}{LF}
Example: <RTE[4]?
>0001/rte[4]=
rt4|239.022.033.044.32|1|***************|0011|0|0|0|0|3
CDM570/570L Satellite Modem MN/CDM570L.AA4
Incorporate NMCS Protocol
Page 7 of 54 MN/CDM570L.AA4
3.3.1 Start Of Packet
Controller to Target: This is the character ‘<’ (ASCII code 60)
Target to Controller: This is the character ‘>’ (ASCII code 62)
Because this is used to provide a reliable indication of the start of packet, these two characters
may not appear anywhere else within the body of the message. For multi line text message, each
line should end with a new line character ‘\n’. The carriage return & new line [\r\n] combination
should present only at the end of the message.
3.3.2 Address
Up to 9999 devices can be uniquely addressed. Even though the any number of devices can be
addressed, but they all should be associated with single IP Address.
For a CDM570, address of ‘1’ is being used to address both modulator and
demodulator.
For CDD564, each demodulator is identified by unique address from 1 to 4
respectively for all the four demodulators.
The address is not significant for commands targeted system wide. But, it does has significance
when associated with demod specific commands like Frequency, data rate etc.
IMPORTANT
The controller sends a packet with the address of a
target - the destination of the packet. When the target
responds, the address used is the same address, to
indicate to the controller the source of the packet. The
controller does not have its own address.
3.3.3 Instruction Code
This is a three-character alphabetic sequence that identifies the subject of the message. Wherever
possible, the instruction codes have been chosen to have some significance.
For example, TFQ stands for Transmit Frequency, RMD is for Receive Modulation type, etc.
This aids in the readability of the message, should it be displayed in its raw ASCII form. Only
upper case alphabetic characters may be used (A-Z, ASCII codes 65 - 90).
CDM570/570L Satellite Modem
Incorporate NMCS Protocol MN/CDM570L.AA4
Page 8 of 54 MN/CDM570L.AA4
3.3.4 Instruction Code Qualifier
This is a single character that further qualifies the preceding instruction code.
Code Qualifiers obey the following rules:
3.3.4.1 Controller to Target
The only permitted values are:
= (ASCII code 61)
? (ASCII code 63)
= Code
The = code (controller to target) is used as the assignment operator, and is
used to indicate that the parameter defined by the preceding byte should be
set to the value of the argument(s) which follow it.
For example, in a message from controller to target, TFQ=0950.0000 would
mean “set the transmit frequency to 950 MHz.
? Code
The ? code (controller to target) is used as the query operator, and is used to
indicate that the target should return the current value of the parameter
defined by the preceding byte.
For example, in a message from controller to target, TFQ? would mean
‘return the current value of the transmit frequency’.
CDM570/570L Satellite Modem MN/CDM570L.AA4
Incorporate NMCS Protocol
Page 9 of 54 MN/CDM570L.AA4
3.3.4.2 Target to Controller
The only permitted values are:
= (ASCII code 61)
! (ASCII code 33)
= Code
The = code (target to controller) is used in two ways:
First, if the controller has sent a query code to a target (for example TFQ?,
meaning ‘what’s the Transmit frequency?’), the target would respond with
TFQ=xxxx.xxxx, where xxxx.xxxx represents the frequency in question.
Second, if the controller sends an instruction to set a parameter to a particular
value, then, providing the value sent in the argument is valid, the target will
acknowledge the message by replying with TFQ= (with no message
arguments).
! Code
The ! code (target to controller) is only used as follows:
If the controller sends an instruction to set a parameter to a particular value,
then, if the value sent in the argument is not valid, the target will acknowledge
the message by replying (for example) with TFQ! (with no message
arguments). This indicates that there was an error in the message sent by the
controller.
If the controller sends an instruction to set a parameter to a particular value, and, if the
value sent in the argument is valid, BUT the modem will not permit that particular
parameter to be changed at that time, then the target will acknowledge the message by
replying (for example) with TFQ! (with no message arguments).
If the controller sends an instruction code which the target does not recognize, then the
target will acknowledge the message by echoing the invalid instruction, followed by the !
character. Example: XYZ!
Right now the CDM software is not organized to categorize various error codes, so it
combines various errors into a single code (!).
CDM570/570L Satellite Modem
Incorporate NMCS Protocol MN/CDM570L.AA4
Page 10 of 54 MN/CDM570L.AA4
3.3.5 Message Arguments
Arguments are not required for all messages. Arguments include ASCII codes for the characters 0
to 9 (ASCII 48 to 57), period (ASCII 46), and | (ASCII 124), plus miscellaneous printable
characters.
3.3.6 Table Support Qualifier
In order to support accessing information that is represented in a table, the following syntax is
supported.
3.3.6.1 Index
The desired row shall be encapsulated within ‘[‘ and ‘]’ brackets. This option is only
applicable for data that is represented as table. For example:
Get a route table entry (will return the contents of the four route table entry):
<1/RTE[4]?
Get a the entry route table (will return the contents of the four route table entry):
$NumEntries = <0/RTN?
for($I=1, $I<$NumEntries, $I++)
{
entryInfo[$I] = <0/RTE[$I]?
}
To add a new route table entry:
$NumEntries = <0/RTN?
$NewRouteEntry = $NumEntries + 1
<1/RTE[$NewRouteEntry]=
rt4|239.011.033.022.32|1|192.168.001.221|00ab|1|0|1|4|3
To modify an existing route table entry:
<1/rte[1]=
rt4|239.011.033.022.32|1|192.168.001.221|00ab|1|0|1|4|3
CDM570/570L Satellite Modem MN/CDM570L.AA4
Incorporate NMCS Protocol
Page 11 of 54 MN/CDM570L.AA4
3.3.6.2 Argument lists
In order to enforce atomic reads and writes and well as allow for checking related
parameter for validity, multi-argument lists will have the following format:
Arguments are positioned in fixed length format (see specification for each
argument)
‘|’ Is used to separate different argument values from each other.
3.3.7 End Of Packet
Controller to Target: This is the ‘Carriage Return’ character (ASCII code 13).
Target to Controller: This is the two-character sequence ‘Carriage Return’, ‘Line Feed’. (ASCII
code 13, and code 10.)
Both indicate the valid termination of a command.
3.4 Modem Commands
Unless otherwise specifically called out in the IP Commands section, the remaining commands
are provided as part of the base modem command set and are defined in the CDM-570L modem
manual.
CDM570/570L Satellite Modem
Incorporate NMCS Protocol MN/CDM570L.AA4
Page 12 of 54 MN/CDM570L.AA4
Notes:
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
Page 15 of 54 MN/CDM570L.AA4
13
3.4.1 IP Commands
3.4.1.1 Admin Commands
Parameter
Type
Command
(Instruction
Code and
Qualifier)
Arguments
for Command
or Response
to Query
Description of Arguments
Response to
Command
Query
(Instruction
Code and
Qualifier)
Response to Query
System
Working Mode
SWM= 1 byte, value
of 0 through 1
Command or Query here:
1 -- Router - Small Network
2 -- Router - Large Network
3 -- Router - Point to Point
4 -- Router - Vipersat
5 -- Easy Connect.
Router-Vipersat mode needs the vipersat option to be available on
the modem. Changing the address/working mode may reboot the
modem.
SWM=
SWM!
SWM? SWM =x
(see description of
arguments)
EasyConnect
Multicast
Option
EMO= 1 byte, value
of 0 or 1
Command or Query where,
0=Disabled
1= Enabled
Enables or disabled forwarding of multicast traffic while in
EasyConnect mode.
Valid only when in EasyConnect mode on 570.
EMO =
EMO!
EMO? EMO =x
(see description of
arguments)
Header
Compression
Refresh rate –
UDP/RTP1
HRR= 3 bytes Command or Query.
Header compression refresh rate, 1 to 600
Resolution=1 packet
Refresh rate for UDP/RTP1 streams.
Example: HRR=50
Restrictions: 570 only
HRR =
HRR!
HRR? HRR =xxx
(see description of
arguments)
Page 14 of 54 MN/CDM570L.AA4
Parameter
Type
Command
(Instruction
Code and
Qualifier)
Arguments
for Command
or Response
to Query
Description of Arguments
Response to
Command
Query
(Instruction
Code and
Qualifier)
Response to Query
Header
Compression
Refresh rate –
UDP
HRU= 3 bytes Command or Query.
Header compression refresh rate, 1 to 600
Resolution=1 packet
Refresh rate for UDP only stream.
Example: HRU =50
Restrictions: 570 only
HRU =
HRU!
HRU? HRU =xxx
(see description of
arguments)
Header
Compression
Refresh rate –
All Others
HRA= 3 bytes Command or Query.
Header compression refresh rate, 1 to 600
Resolution=1 packet
Refresh rate for all other streams.
Example: HRU =50
Restrictions: 570 only
HRA =
HRA!
HRA? HRA =xxx
(see description of
arguments)
Payload
Compression
Refresh rate
PRA= 3 bytes Command or Query.
Payload compression refresh rate, 1 to 600
Resolution=1 packet
Refresh rate for all other streams.
Example: PRU =50
Restrictions: 570 only
PRA =
PRA!
PRA? PRA =xxx
(see description of
arguments)
Telnet timeout TET= 2 bytes Command or Query.
Telnet log in timeout, 1 to 60
Resolution=1 minute
Inactivity timeout on cli menu screen.
Example: <1/TET=50
TET =
TET!
TET? TET =xx
(see description of
arguments)
Administrator
UserName
ADU=
11 bytes
No spaces
allowed.
Command or Query.
Change the administrator username, where:
Example: ADU=comtech
To get the new user name effective, ADP must be issued
Immediately after ADU. Then query ADU? to see the new.
ADU =
ADU!
ADU?
ADU =xxxxxxxxxxx
(see description of
arguments)
Page 15 of 54 MN/CDM570L.AA4
15
Parameter
Type
Command
(Instruction
Code and
Qualifier)
Arguments
for Command
or Response
to Query
Description of Arguments
Response to
Command
Query
(Instruction
Code and
Qualifier)
Response to Query
Administrator
Password
ADP=
11 bytes
No spaces
allowed.
Command or Query.
Change the administrator password, where:
Example: ADP=comtech
ADP =
ADP!
ADP?
ADP =xxxxxxxxxxx
(see description of
arguments)
ReadWrite
UserName
RWU=
11 bytes
No spaces
allowed.
Command or Query.
Change the ReadWrite username, where:
Example: RWU =comtech
To get the new user name effective, RWP must be issued
Immediately after RWU.
RWU =
RWU!
RWU?
RWU =xxxxxxxxxxx
(see description of
arguments)
ReadWrite
Password
RWP=
11 bytes
No spaces
allowed.
Command or Query.
Change the ReadWrite password, where:
Example: RWP =comtech
RWP =
RWP!
RWP?
RWP =xxxxxxxxxxx
(see description of
arguments)
ReadOnly
UserName
ROU=
11 bytes
No spaces
allowed.
Command or Query.
Change the ReadOnly username, where:
Example: ROU =comtech
To get the new user name effective, ROP must be issued
Immediately after ROU.
ROU =
ROU!
ROU?
ROU =xxxxxxxxxx
(see description of
arguments)
ReadOnly
Password
ROP=
11 bytes
No spaces
allowed.
Command or Query.
Change the ReadOnly password, where:
Example: ROP =comtech
ROP =
ROP!
ROP?
ROP =xxxxxxxxxxx
(see description of
arguments)
Access Client
List
ACL= 18 bytes,
numerical
Command or Query.
Used to set the Access list entry, which contains a subnet and mask.
Once the access list is enabled, only devices from the allowed
ranges are allowed to communicate with the modem.:
xxx.xxx.xxx.xxx/yy, where:
xxx.xxx.xxx.xxx is the IP address, and
yy is the network prefix (0-31)
Returns 000.000.000.000/32 when a particular Access Client is not
configured.
Example: <1/ACL[1]=010.006.030.001.24
ACL =
ACL!
ACL? ACL=
xxx.xxx.xxx.xxx.yy (see
description of
arguments)
Access List
Delete
ACD=x 1-byte
numerical
1…4
Command only.
Delete the specified access list entry from the access list table.
<1/ACD=x, where x is value of 1…4
ACD=
ACD!
N/A ACD=x [1..4]
(see description of
arguments)
Page 14 of 54 MN/CDM570L.AA4
Parameter
Type
Command
(Instruction
Code and
Qualifier)
Arguments
for Command
or Response
to Query
Description of Arguments
Response to
Command
Query
(Instruction
Code and
Qualifier)
Response to Query
IGMP
enable/disable
IGE= 1 byte, value
of 0 or 1
Command or Query
where,
0=Disabled
1= Enabled
Enables or disables the IGMP feature.
IGE =
IGE!
IGE? IGE =x
(see description of
arguments)
Access List
Enforcement
ACE= 1 byte, value
of 0 or 1
Command or Query
where,
0=Disabled
1= Enabled
Enables or disabled access list enforcement.
ACE =
ACE!
ACE? ACE =x
(see description of
arguments)
Ping Reply
Enabled
PRE= 1 byte, value
of 0 or 1
Command or Query where,
0=Disabled
1= Enabled
Enables or disables ping reply. When disabled, the modem will not
respond to pings (network security feature)
PRE =
PRE!
PRE? PRE =x
(see description of
arguments)
Telnet Enabled TLE= 1 byte, value
of 0 or 1
Command or Query where,
0=Disabled
1= Enabled
Enables or disables the telnet interface. When disabled, the user
will not be able to log in to the telnet interface.
TLE =
TLE!
TLE? TLE =x
(see description of
arguments)
SNMP
Enabled
SPE= 1 byte, value
of 0 or 1
Command or Query where,
0=Disabled
1= Enabled
Enables or disables the snmp interface. When disabled, the user
will not be able to use the snmp interface.
SPE =
SPE!
SPE? SPE =x
(see description of
arguments)
Downlink
Route All
Multicast
DRM= 1 byte, 0 or 1 Command or Query where,
0=Disabled
1=Enabled
Enable/Disable Downlink Route All Multicast option.
DRM=
DRM!
DRM? DRM=x
x – 0 or 1.
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377
  • Page 378 378
  • Page 379 379
  • Page 380 380
  • Page 381 381
  • Page 382 382
  • Page 383 383
  • Page 384 384
  • Page 385 385
  • Page 386 386
  • Page 387 387
  • Page 388 388
  • Page 389 389
  • Page 390 390
  • Page 391 391
  • Page 392 392
  • Page 393 393
  • Page 394 394
  • Page 395 395
  • Page 396 396
  • Page 397 397
  • Page 398 398
  • Page 399 399
  • Page 400 400
  • Page 401 401
  • Page 402 402
  • Page 403 403
  • Page 404 404
  • Page 405 405
  • Page 406 406
  • Page 407 407
  • Page 408 408
  • Page 409 409
  • Page 410 410
  • Page 411 411
  • Page 412 412
  • Page 413 413
  • Page 414 414
  • Page 415 415
  • Page 416 416
  • Page 417 417
  • Page 418 418
  • Page 419 419
  • Page 420 420
  • Page 421 421
  • Page 422 422
  • Page 423 423
  • Page 424 424
  • Page 425 425
  • Page 426 426
  • Page 427 427
  • Page 428 428
  • Page 429 429
  • Page 430 430
  • Page 431 431
  • Page 432 432
  • Page 433 433
  • Page 434 434
  • Page 435 435
  • Page 436 436
  • Page 437 437
  • Page 438 438
  • Page 439 439
  • Page 440 440
  • Page 441 441
  • Page 442 442
  • Page 443 443
  • Page 444 444
  • Page 445 445
  • Page 446 446
  • Page 447 447
  • Page 448 448
  • Page 449 449
  • Page 450 450
  • Page 451 451
  • Page 452 452

Comtech EF Data Vipersat CDM-570 User manual

Type
User manual
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI