|
3 | 3 | <id>neighbor.enabled</id>
|
4 | 4 | <label>Enabled</label>
|
5 | 5 | <type>checkbox</type>
|
| 6 | + <grid_view> |
| 7 | + <width>6em</width> |
| 8 | + <type>boolean</type> |
| 9 | + <formatter>rowtoggle</formatter> |
| 10 | + </grid_view> |
6 | 11 | </field>
|
7 | 12 | <field>
|
8 | 13 | <id>neighbor.description</id>
|
|
28 | 33 | <type>text</type>
|
29 | 34 | <advanced>true</advanced>
|
30 | 35 | <help>Set a password for BGP authentication.</help>
|
| 36 | + <grid_view> |
| 37 | + <visible>false</visible> |
| 38 | + </grid_view> |
31 | 39 | </field>
|
32 | 40 | <field>
|
33 | 41 | <id>neighbor.weight</id>
|
34 | 42 | <label>Weight</label>
|
35 | 43 | <type>text</type>
|
36 | 44 | <advanced>true</advanced>
|
37 | 45 | <help>Specify a default weight value for the neighbor’s routes.</help>
|
| 46 | + <grid_view> |
| 47 | + <visible>false</visible> |
| 48 | + </grid_view> |
38 | 49 | </field>
|
39 | 50 | <field>
|
40 | 51 | <id>neighbor.localip</id>
|
41 | 52 | <label>Local Initiater IP</label>
|
42 | 53 | <type>text</type>
|
43 | 54 | <advanced>true</advanced>
|
44 | 55 | <help>Set the local IP connecting to the neighbor. This is only required for BGP authentication.</help>
|
| 56 | + <grid_view> |
| 57 | + <visible>false</visible> |
| 58 | + </grid_view> |
45 | 59 | </field>
|
46 | 60 | <field>
|
47 | 61 | <id>neighbor.updatesource</id>
|
48 | 62 | <label>Update-Source Interface</label>
|
49 | 63 | <type>dropdown</type>
|
50 | 64 | <help><![CDATA[Physical name of the IPv4 interface facing the peer. Please refer to the <a href="http://docs.frrouting.org/en/stable-7.4/bgp.html#clicmd-[no]neighborPEERupdate-source%3CIFNAME|ADDRESS%3E">FRR documentation</a> for more information.]]></help>
|
| 65 | + <grid_view> |
| 66 | + <visible>false</visible> |
| 67 | + </grid_view> |
51 | 68 | </field>
|
52 | 69 | <field>
|
53 | 70 | <id>neighbor.linklocalinterface</id>
|
54 | 71 | <label>IPv6 link-local interface</label>
|
55 | 72 | <type>dropdown</type>
|
56 | 73 | <advanced>true</advanced>
|
57 | 74 | <help><![CDATA[Interface to use for IPv6 link-local neighbours. Please refer to the <a href="http://docs.frrouting.org/en/stable-7.4/bgp.html#clicmd-[no]neighborPEERinterfaceIFNAME">FRR documentation</a> for more information.]]></help>
|
| 75 | + <grid_view> |
| 76 | + <visible>false</visible> |
| 77 | + </grid_view> |
58 | 78 | </field>
|
59 | 79 | <field>
|
60 | 80 | <id>neighbor.nexthopself</id>
|
61 | 81 | <label>Next-Hop-Self</label>
|
62 | 82 | <type>checkbox</type>
|
| 83 | + <grid_view> |
| 84 | + <type>boolean</type> |
| 85 | + <formatter>boolean</formatter> |
| 86 | + <visible>false</visible> |
| 87 | + </grid_view> |
63 | 88 | </field>
|
64 | 89 | <field>
|
65 | 90 | <id>neighbor.nexthopselfall</id>
|
66 | 91 | <label>Next-Hop-Self All</label>
|
67 | 92 | <type>checkbox</type>
|
68 | 93 | <help>Add the parameter "all" after next-hop-self command.</help>
|
| 94 | + <grid_view> |
| 95 | + <type>boolean</type> |
| 96 | + <formatter>boolean</formatter> |
| 97 | + <visible>false</visible> |
| 98 | + </grid_view> |
69 | 99 | </field>
|
70 | 100 | <field>
|
71 | 101 | <id>neighbor.multihop</id>
|
|
75 | 105 | When the neighbor is not directly connected and this knob is not enabled, the session will not establish.
|
76 | 106 | </help>
|
77 | 107 | <type>checkbox</type>
|
| 108 | + <grid_view> |
| 109 | + <type>boolean</type> |
| 110 | + <formatter>boolean</formatter> |
| 111 | + <visible>false</visible> |
| 112 | + </grid_view> |
78 | 113 | </field>
|
79 | 114 | <field>
|
80 | 115 | <id>neighbor.multiprotocol</id>
|
81 | 116 | <label>Multi-Protocol</label>
|
82 | 117 | <type>checkbox</type>
|
83 | 118 | <advanced>true</advanced>
|
84 | 119 | <help><![CDATA[Is this neighbour multiprotocol capable per <a href="https://datatracker.ietf.org/doc/html/rfc2283.html">RFC 2283</a>]]></help>
|
| 120 | + <grid_view> |
| 121 | + <type>boolean</type> |
| 122 | + <formatter>boolean</formatter> |
| 123 | + <visible>false</visible> |
| 124 | + </grid_view> |
85 | 125 | </field>
|
86 | 126 | <field>
|
87 | 127 | <id>neighbor.rrclient</id>
|
88 | 128 | <label>Route Reflector Client</label>
|
89 | 129 | <type>checkbox</type>
|
| 130 | + <grid_view> |
| 131 | + <type>boolean</type> |
| 132 | + <formatter>boolean</formatter> |
| 133 | + <visible>false</visible> |
| 134 | + </grid_view> |
90 | 135 | </field>
|
91 | 136 | <field>
|
92 | 137 | <id>neighbor.soft_reconfiguration_inbound</id>
|
93 | 138 | <label>Soft reconfiguration inbound</label>
|
94 | 139 | <type>checkbox</type>
|
95 | 140 | <help>This option allows changing policies without clearing the BGP session.</help>
|
| 141 | + <grid_view> |
| 142 | + <type>boolean</type> |
| 143 | + <formatter>boolean</formatter> |
| 144 | + <visible>false</visible> |
| 145 | + </grid_view> |
96 | 146 | </field>
|
97 | 147 | <field>
|
98 | 148 | <id>neighbor.bfd</id>
|
99 | 149 | <label>BFD</label>
|
100 | 150 | <type>checkbox</type>
|
101 | 151 | <help>You can enable BFD support for this neighbor.</help>
|
| 152 | + <grid_view> |
| 153 | + <type>boolean</type> |
| 154 | + <formatter>boolean</formatter> |
| 155 | + <visible>false</visible> |
| 156 | + </grid_view> |
102 | 157 | </field>
|
103 | 158 | <field>
|
104 | 159 | <id>neighbor.keepalive</id>
|
105 | 160 | <label>Keepalive</label>
|
106 | 161 | <type>text</type>
|
107 | 162 | <advanced>true</advanced>
|
108 | 163 | <help>Keepalive timer to check if the neighbor is still up. Default when unset is 60 seconds.</help>
|
| 164 | + <grid_view> |
| 165 | + <visible>false</visible> |
| 166 | + </grid_view> |
109 | 167 | </field>
|
110 | 168 | <field>
|
111 | 169 | <id>neighbor.holddown</id>
|
112 | 170 | <label>Hold Down Time</label>
|
113 | 171 | <type>text</type>
|
114 | 172 | <advanced>true</advanced>
|
115 | 173 | <help>The time in seconds when a neighbor is considered dead. This is usually 3 times the keeplive timer and when unset 180 seconds.</help>
|
| 174 | + <grid_view> |
| 175 | + <visible>false</visible> |
| 176 | + </grid_view> |
116 | 177 | </field>
|
117 | 178 | <field>
|
118 | 179 | <id>neighbor.connecttimer</id>
|
119 | 180 | <label>Connect Timer</label>
|
120 | 181 | <type>text</type>
|
121 | 182 | <advanced>true</advanced>
|
122 | 183 | <help>The time in seconds how fast a neighbor tries to reconnect.</help>
|
| 184 | + <grid_view> |
| 185 | + <visible>false</visible> |
| 186 | + </grid_view> |
123 | 187 | </field>
|
124 | 188 | <field>
|
125 | 189 | <id>neighbor.defaultoriginate</id>
|
126 | 190 | <label>Send Defaultroute</label>
|
127 | 191 | <type>checkbox</type>
|
| 192 | + <grid_view> |
| 193 | + <type>boolean</type> |
| 194 | + <formatter>boolean</formatter> |
| 195 | + <visible>false</visible> |
| 196 | + </grid_view> |
128 | 197 | </field>
|
129 | 198 | <field>
|
130 | 199 | <id>neighbor.asoverride</id>
|
131 | 200 | <label>Enable AS-Override</label>
|
132 | 201 | <type>checkbox</type>
|
133 | 202 | <help>Override AS number of the originating router with the local AS number. This command is only allowed for eBGP peers.</help>
|
| 203 | + <grid_view> |
| 204 | + <type>boolean</type> |
| 205 | + <formatter>boolean</formatter> |
| 206 | + <visible>false</visible> |
| 207 | + </grid_view> |
134 | 208 | </field>
|
135 | 209 | <field>
|
136 | 210 | <id>neighbor.disable_connected_check</id>
|
137 | 211 | <label>Disable Connected Check</label>
|
138 | 212 | <type>checkbox</type>
|
139 | 213 | <help>Allow peerings between directly connected eBGP peers using loopback addresses.</help>
|
| 214 | + <grid_view> |
| 215 | + <type>boolean</type> |
| 216 | + <formatter>boolean</formatter> |
| 217 | + <visible>false</visible> |
| 218 | + </grid_view> |
140 | 219 | </field>
|
141 | 220 | <field>
|
142 | 221 | <id>neighbor.attributeunchanged</id>
|
143 | 222 | <label>Attribute Unchanged</label>
|
144 | 223 | <type>dropdown</type>
|
145 | 224 | <advanced>true</advanced>
|
146 | 225 | <help><![CDATA[This specifies attributes to be left unchanged when sending advertisements to a peer. Read more at <a href="https://docs.frrouting.org/en/latest/bgp.html#clicmd-neighbor-PEER-attribute-unchanged-as-path-next-hop-med">FRR documentation</a>.]]></help>
|
147 |
| - </field> |
| 226 | + <grid_view> |
| 227 | + <visible>false</visible> |
| 228 | + </grid_view> |
| 229 | + </field> |
148 | 230 | <field>
|
149 | 231 | <id>neighbor.linkedPrefixlistIn</id>
|
150 | 232 | <label>Prefix-List In</label>
|
|
174 | 256 | <label>Peer Group</label>
|
175 | 257 | <type>dropdown</type>
|
176 | 258 | <help>Peer Group this neighbor belongs to.</help>
|
| 259 | + <grid_view> |
| 260 | + <visible>false</visible> |
| 261 | + </grid_view> |
177 | 262 | </field>
|
178 | 263 | </form>
|
0 commit comments