blob: ea14e9a5cb181f85bbd5f5d6d210061d255f17c9 (
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
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="ipoe-server">
<properties>
<help>show ipoe-server status</help>
</properties>
<children>
<leafNode name="sessions">
<properties>
<help>Show active IPoE server sessions</help>
</properties>
<command>/usr/bin/accel-cmd -p 2002 show sessions ifname,called-sid,calling-sid,ip,ip6,ip6-dp,rate-limit,state,uptime,sid</command>
</leafNode>
<leafNode name="statistics">
<properties>
<help>Show IPoE server statistics</help>
</properties>
<command>/usr/bin/accel-cmd -p 2002 show stat</command>
</leafNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|