blob: e003ad11044e46e1e562826f0751adbff6b4ee03 (
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
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="ipv6">
<properties>
<help>Show IPv6 routing information</help>
</properties>
<children>
<node name="prefix-list">
<properties>
<help>Show IPv6 prefix-lists</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list"</command>
<children>
<node name="detail">
<properties>
<help>Show detail of IPv6 prefix-lists</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list detail"</command>
</node>
<tagNode name="detail">
<properties>
<help>Show detail of specified IPv6 prefix-list</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list detail $5"</command>
</tagNode>
<node name="summary">
<properties>
<help>Show summary of IPv6 prefix-lists</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list summary"</command>
</node>
<tagNode name="summary">
<properties>
<help>Show summary of specified IPv6 prefix-list</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list summary $5"</command>
</tagNode>
</children>
</node>
<tagNode name="prefix-list">
<properties>
<help>Show specified IPv6 prefix-list</help>
<completionHelp>
<list>WORD</list>
</completionHelp>
</properties>
<command>vtysh -c "show ipv6 prefix-list $4"</command>
<children>
<node name="node.tag">
<properties>
<help>Show select prefix of specified IPv6 prefix-list</help>
<completionHelp>
<list><h:h:h:h:h:h:h:h/x></list>
</completionHelp>
</properties>
<command>vtysh -c "show ipv6 prefix-list $4 $5"</command>
<children>
<node name="first-match">
<properties>
<help>Show first-match from select prefix of named IPv6 prefix-list</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list $4 $5 first-match"</command>
</node>
<node name="longer">
<properties>
<help>Show longer match of select prefix from named IPv6 prefix-list</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list $4 $5 longer"</command>
</node>
</children>
</node>
<node name="seq">
<properties>
<help>Show specified sequence from specified IPv6 prefix-list</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list $4 seq"</command>
</node>
<tagNode name="seq">
<properties>
<help>Show specified sequence from specified IPv6 prefix-list</help>
</properties>
<command>vtysh -c "show ipv6 prefix-list $4 seq $6"</command>
</tagNode>
</children>
</tagNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|