Specifications
Chapter 7 - Configuration File Download Configuration File Example
114
Mediatrix 4100
Configuration File Example
The configuration file format uses XML (eXtensible Markup Language). The following is the accepted format:
The following is an example of a configuration file:
Supported Characters
When creating and/or editing a configuration file, the following ASCII codes are supported:
All other ASCII codes will result in an invalid configuration file.
<MX_Config_File FileId="MX_MIBFILE" MIBVersionNumber="" VersionNumber="1.0">
<Object Prefix="" Suffix="" Value=""/>
<Object Prefix="" Suffix="" Value=""/>
</MX_Config_File>
<MX_Config_File FileId="MX_MIBFILE" MIBVersionNumber="1.0" VersionNumber="1.0">
<Object Prefix="1.3.6.1.4.1.4935.15.1.8.1" Suffix="0" Value="0"/>
<Object Prefix="1.3.6.1.4.1.4935.15.1.10.1" Suffix="0" Value="0"/>
<Object Prefix="1.3.6.1.4.1.4935.15.1.10.10.1" Suffix="0" Value="192.168.0.10"/>
<Object Prefix="1.3.6.1.4.1.4935.15.1.20.1" Suffix="0" Value="0"/>
<Object Prefix="1.3.6.1.4.1.4935.15.3.1.30.1" Suffix="0" Value="0"/>
<Object Prefix="1.3.6.1.4.1.4935.15.3.1.30.3" Suffix="0" Value="ConfigFile.xml"/>
<Object Prefix="1.3.6.1.4.1.4935.15.15.1.5" Suffix="0" Value="0"/>
<Object Prefix="1.3.6.1.4.1.4935.15.35.1.20.1.1" Suffix="3" Value="0"/>
<Object Prefix="1.3.6.1.4.1.4935.15.35.1.20.1.1" Suffix="4" Value="0"/>
</MX_Config_File>
10 LF, line feed
13 CR, carriage return
32 space
33 !, exclamation mark
34 ", double quote
35 #, hash
36 $, dollar
37 %, percent
38 &, ampersand
39 ', quote
40 (, open parenthesis
41 ), close parenthesis
42 *, asterisk
43 +, plus
44 ,, comma
45 -, minus
46 ., full stop
47 /, oblique stroke
48 0, zero
49 1
50 2
51 3
52 4
53 5
54 6
55 7
56 8
57 9
58 :, colon
59 ;, semicolon
60 <, less than
61 =, equals
62 >, greater than
63 ?, question mark
64 @, commercial at
65 A
66 B
67 C
68 D
69 E
70 F
71 G
72 H
73 I
74 J
75 K
76 L
77 M
78 N
79 O
80 P
81 Q
82 R
83 S
84 T
85 U
86 V
87 W
88 X
89 Y
90 Z
91 [, open square bracket
92 \, backslash
93 ], close square bracket
94 ^, caret
95 _, underscore
96 `, back quote
97 a
98 b
99 c
100 d
101 e
102 f
103 g
104 h
105 i
106 j
107 k
108 l
109 m
110 n
111 o
112 p
113 q
114 r
115 s
116 t
117 u
118 v
119 w
120 x
121 y
122 z
123 {, open curly bracket
124 |, vertical bar
125 }, close curly bracket
126 ~, tilde