summaryrefslogtreecommitdiff
path: root/interface-definitions/lldp.xml.in
blob: 25fb575b6a013e6df1381644081374488664819a (plain)
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="service">
    <children>
      <node name="lldp" owner="${vyos_conf_scripts_dir}/lldp.py">
        <properties>
          <help>LLDP settings</help>
          <priority>985</priority>
        </properties>
        <children>
          <tagNode name="interface">
            <properties>
              <help>Location data for interface</help>
              <valueHelp>
                <format>all</format>
                <description>Location data all interfaces</description>
              </valueHelp>
              <valueHelp>
                <format>txt</format>
                <description>Location data for a specific interface</description>
              </valueHelp>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces</script>
                <list>all</list>
              </completionHelp>
            </properties>
            <children>
              #include <include/generic-disable-node.xml.i>
              <node name="location">
                <properties>
                  <help>LLDP-MED location data</help>
                </properties>
                <children>
                  <node name="coordinate-based">
                    <properties>
                      <help>Coordinate based location</help>
                    </properties>
                    <children>
                      <leafNode name="altitude">
                        <properties>
                          <help>Altitude in meters</help>
                          <valueHelp>
                            <format>0</format>
                            <description>No altitude</description>
                          </valueHelp>
                          <valueHelp>
                            <format>[+-]&lt;meters&gt;</format>
                            <description>Altitude in meters</description>
                          </valueHelp>
                          <constraintErrorMessage>Altitude should be a positive or negative number</constraintErrorMessage>
                          <constraint>
                            <validator name="numeric"/>
                          </constraint>
                        </properties>
                        <defaultValue>0</defaultValue>
                      </leafNode>
                      <leafNode name="datum">
                        <properties>
                          <help>Coordinate datum type</help>
                          <valueHelp>
                            <format>WGS84</format>
                            <description>WGS84</description>
                          </valueHelp>
                          <valueHelp>
                            <format>NAD83</format>
                            <description>NAD83</description>
                          </valueHelp>
                          <valueHelp>
                            <format>MLLW</format>
                            <description>NAD83/MLLW</description>
                          </valueHelp>
                          <completionHelp>
                            <list>WGS84 NAD83 MLLW</list>
                          </completionHelp>
                          <constraintErrorMessage>Datum should be WGS84, NAD83, or MLLW</constraintErrorMessage>
                          <constraint>
                            <regex>(WGS84|NAD83|MLLW)</regex>
                          </constraint>
                        </properties>
                        <defaultValue>WGS84</defaultValue>
                      </leafNode>
                      <leafNode name="latitude">
                        <properties>
                          <help>Latitude</help>
                          <valueHelp>
                            <format>&lt;latitude&gt;</format>
                            <description>Latitude (example "37.524449N")</description>
                          </valueHelp>
                          <constraintErrorMessage>Latitude should be a number followed by S or N</constraintErrorMessage>
                          <constraint>
                            <regex>(\d+)(\.\d+)?[nNsS]</regex>
                          </constraint>
                        </properties>
                      </leafNode>
                      <leafNode name="longitude">
                        <properties>
                          <help>Longitude</help>
                          <valueHelp>
                            <format>&lt;longitude&gt;</format>
                            <description>Longitude (example "122.267255W")</description>
                          </valueHelp>
                          <constraintErrorMessage>Longiture should be a number followed by E or W</constraintErrorMessage>
                          <constraint>
                            <regex>(\d+)(\.\d+)?[eEwW]</regex>
                          </constraint>
                        </properties>
                      </leafNode>
                    </children>
                  </node>
                  <leafNode name="elin">
                    <properties>
                      <help>ECS ELIN (Emergency location identifier number)</help>
                      <valueHelp>
                        <format>u32:0-9999999999</format>
                        <description>Emergency Call Service ELIN number (between 10-25 numbers)</description>
                      </valueHelp>
                      <constraint>
                        <regex>[0-9]{10,25}</regex>
                      </constraint>
                      <constraintErrorMessage>ELIN number must be between 10-25 numbers</constraintErrorMessage>
                    </properties>
                  </leafNode>
                </children>
              </node>
            </children>
          </tagNode>
          <node name="legacy-protocols">
            <properties>
              <help>Legacy (vendor specific) protocols</help>
            </properties>
            <children>
              <leafNode name="cdp">
                <properties>
                  <help>Listen for CDP for Cisco routers/switches</help>
                  <valueless/>
                </properties>
              </leafNode>
              <leafNode name="edp">
                <properties>
                  <help>Listen for EDP for Extreme routers/switches</help>
                  <valueless/>
                </properties>
              </leafNode>
              <leafNode name="fdp">
                <properties>
                  <help>Listen for FDP for Foundry routers/switches</help>
                  <valueless/>
                </properties>
              </leafNode>
              <leafNode name="sonmp">
                <properties>
                  <help>Listen for SONMP for Nortel routers/switches</help>
                  <valueless/>
                </properties>
              </leafNode>
            </children>
          </node>
          <leafNode name="management-address">
            <properties>
              <help>Management IP Address</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_local_ips.sh --both</script>
              </completionHelp>
              <valueHelp>
                <format>ipv4</format>
                <description>IPv4 Management Address</description>
              </valueHelp>
              <valueHelp>
                <format>ipv6</format>
                <description>IPv6 Management Address</description>
              </valueHelp>
              <constraint>
                <validator name="ip-address"/>
              </constraint>
              <multi/>
            </properties>
          </leafNode>
          <leafNode name="snmp">
            <properties>
              <help>Enable SNMP queries of the LLDP database</help>
              <valueless/>
            </properties>
          </leafNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>