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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"group": {
"desc": "Include this model for a simple IPv4 network stack",
"label": "Simple IP Network",
"name": "model_16",
"points": [
{
"desc": "Model identifier",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 16
},
{
"desc": "Model length",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
{
"access": "RW",
"desc": "Interface name. (8 chars)",
"label": "Name",
"name": "Nam",
"size": 4,
"type": "string"
},
{
"desc": "Enumerated value. Force IPv4 configuration method",
"label": "Config",
"mandatory": "M",
"name": "Cfg",
"size": 1,
"symbols": [
{
"name": "STATIC",
"value": 0
},
{
"name": "DHCP",
"value": 1
}
],
"type": "enum16"
},
{
"access": "RW",
"desc": "Bitmask value Configure use of services",
"label": "Control",
"mandatory": "M",
"name": "Ctl",
"size": 1,
"symbols": [
{
"name": "ENABLE_DNS",
"value": 0
},
{
"name": "ENABLE_NTP",
"value": 1
}
],
"type": "bitfield16"
},
{
"access": "RW",
"desc": "IP address",
"label": "Address",
"mandatory": "M",
"name": "Addr",
"size": 8,
"type": "string"
},
{
"access": "RW",
"desc": "Netmask",
"label": "Netmask",
"mandatory": "M",
"name": "Msk",
"size": 8,
"type": "string"
},
{
"access": "RW",
"desc": "Gateway IP address",
"label": "Gateway",
"name": "Gw",
"size": 8,
"type": "string"
},
{
"access": "RW",
"desc": "32 bit IP address of DNS server",
"label": "DNS1",
"name": "DNS1",
"size": 8,
"type": "string"
},
{
"access": "RW",
"desc": "32 bit IP address of DNS server",
"label": "DNS2",
"name": "DNS2",
"size": 8,
"type": "string"
},
{
"desc": "IEEE MAC address of this interface",
"label": "MAC",
"name": "MAC",
"size": 4,
"type": "eui48"
},
{
"access": "RW",
"desc": "Bitmask value. Link control flags",
"label": "Link Control",
"name": "LnkCtl",
"size": 1,
"symbols": [
{
"name": "AUTONEGOTIATE",
"value": 0
},
{
"name": "FULL_DUPLEX",
"value": 1
},
{
"name": "FORCE_10MB",
"value": 2
},
{
"name": "FORCE_100MB",
"value": 3
},
{
"name": "FORCE_1GB",
"value": 4
}
],
"type": "bitfield16"
},
{
"name": "Pad",
"size": 1,
"type": "pad"
}
],
"type": "group"
},
"id": 16
}