forked from sunspec/models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmdx_00011.xml
137 lines (137 loc) · 4.62 KB
/
smdx_00011.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<sunSpecModels v="1">
<!-- 11: ethernet link layer -->
<model id="11" len="13">
<block len="13">
<point id="Spd" offset="0" type="uint16" mandatory="true" units="Mbps" />
<point id="CfgSt" offset="1" type="bitfield16" mandatory="true" >
<symbol id="LINK">0</symbol>
<symbol id="FULL_DUPLEX">1</symbol>
<symbol id="AUTO_NEG1">2</symbol>
<symbol id="AUTO_NEG2">3</symbol>
<symbol id="AUTO_NEG3">4</symbol>
<symbol id="RESET_REQUIRED">5</symbol>
<symbol id="HW_FAULT">6</symbol>
</point>
<point id="St" offset="2" type="enum16" mandatory="true" >
<symbol id="UNKNOWN">0</symbol>
<symbol id="ENABLED">1</symbol>
<symbol id="DISABLED">2</symbol>
<symbol id="TESTING">3</symbol>
</point>
<point id="MAC" offset="3" type="eui48" />
<point id="Nam" offset="7" type="string" len="4" access="rw" />
<point id="Ctl" offset="11" type="bitfield16" access="rw" >
<symbol id="AUTO">0</symbol>
<symbol id="FULL_DUPLEX">1</symbol>
</point>
<point id="FrcSpd" offset="12" type="uint16" access="rw" units="Mbps" />
</block>
</model>
<strings id="11" locale="en">
<model>
<label>Ethernet Link Layer</label>
<description>Include to support a wired ethernet port</description>
<notes></notes>
</model>
<point id="Spd">
<label>Ethernet Link Speed</label>
<description>Interface speed in Mb/s</description>
<notes></notes>
</point>
<point id="CfgSt">
<label>Interface Status Flags</label>
<description>Bitmask values Interface flags.</description>
<notes></notes>
<symbol id="LINK">
<label>link status</label>
<description>link is up</description>
<notes></notes>
</symbol>
<symbol id="FULL_DUPLEX">
<label>full duplex</label>
<description>link is in full duplex mode</description>
<notes></notes>
</symbol>
<symbol id="AUTO_NEG1">
<label>auto negotiation 1</label>
<description>Auto-negotiation bits are encoded as: 000 - in progress. 001 - speed detection has failed. 010 - negotiation has failed. 011 - negotiated speed and duplex. 100 - negotiation not attempted.</description>
<notes></notes>
</symbol>
<symbol id="AUTO_NEG2">
<label>auto negotiation 2</label>
<description>See AUTO_NEG1</description>
<notes></notes>
</symbol>
<symbol id="AUTO_NEG3">
<label>auto negotiation 3</label>
<description>See AUTO_NEG1</description>
<notes></notes>
</symbol>
<symbol id="RESET_REQUIRED">
<label>reset required</label>
<description>Setting requires reset</description>
<notes></notes>
</symbol>
<symbol id="HW_FAULT">
<label>hw fault</label>
<description>Hardware fault</description>
<notes></notes>
</symbol>
</point>
<point id="St">
<label>Link State</label>
<description>Enumerated value. State information for this interface</description>
<notes></notes>
<symbol id="UNKNOWN">
<label>unknown</label>
<description>Unknown state</description>
<notes></notes>
</symbol>
<symbol id="ENABLED">
<label>enabled</label>
<description>Link is enabled and read</description>
<notes></notes>
</symbol>
<symbol id="DISABLED">
<label>disabled</label>
<description>Link is disabled</description>
<notes></notes>
</symbol>
<symbol id="TESTING">
<label>testing</label>
<description>Link is in test</description>
<notes></notes>
</symbol>
</point>
<point id="MAC">
<label>MAC</label>
<description>IEEE MAC address of this interface</description>
<notes></notes>
</point>
<point id="Nam">
<label>Name</label>
<description>Interface name (8 chars)</description>
<notes></notes>
</point>
<point id="Ctl">
<label>Control</label>
<description>Control flags</description>
<notes></notes>
<symbol id="AUTO">
<label>auto</label>
<description>Enable auto-negotiation</description>
<notes></notes>
</symbol>
<symbol id="FULL_DUPLEX">
<label>duplex</label>
<description>Force full duplex</description>
<notes></notes>
</symbol>
</point>
<point id="FrcSpd">
<label>Forced Speed</label>
<description>Forced interface speed in Mb/s when AUTO is disabled</description>
<notes></notes>
</point>
</strings>
</sunSpecModels>