blob: 3f15802b1d35bb13c0cb246c0447c4912ebe72d1 (
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
|
<!-- include start from bgp/neigbhor-local-role.xml.i -->
<tagNode name="local-role">
<properties>
<help>Local role for this bgp session.</help>
<completionHelp>
<list>customer peer provider rs-client rs-server</list>
</completionHelp>
<valueHelp>
<format>customer</format>
<description>Using Transit</description>
</valueHelp>
<valueHelp>
<format>peer</format>
<description>Public/Private Peering</description>
</valueHelp>
<valueHelp>
<format>provider</format>
<description>Providing Transit</description>
</valueHelp>
<valueHelp>
<format>rs-client</format>
<description>RS Client</description>
</valueHelp>
<valueHelp>
<format>rs-server</format>
<description>Route Server</description>
</valueHelp>
<constraint>
<regex>(provider|rs-server|rs-client|customer|peer)</regex>
</constraint>
<constraintErrorMessage>Invalid Option</constraintErrorMessage>
</properties>
<children>
<leafNode name="strict">
<properties>
<help>Your neighbor must send you Capability with the value of his role. Otherwise, a Role Mismatch Notification will be sent.</help>
<valueless/>
</properties>
</leafNode>
</children>
</tagNode>
<!-- include end -->
|