Page MenuHomeVyOS Platform

show-interfaces-pppoe.xml
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

show-interfaces-pppoe.xml

<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="interfaces">
<children>
<tagNode name="pppoe">
<properties>
<help>Show PPPoE interface information</help>
<completionHelp>
<script>${vyos_completion_dir}/list_pppoe_peers.sh</script>
</completionHelp>
</properties>
<command>${vyatta_bindir}/vyatta-show-interfaces.pl pppoe --intf="$4"</command>
<children>
<node name="log">
<properties>
<help>Show PPPoE logs</help>
</properties>
<command>cat /var/log/vyatta/ppp_$4.log</command>
<children>
<leafNode name="tail">
<properties>
<help>Watch PPPoE logs</help>
</properties>
<command>tail --follow=name /var/log/vyatta/ppp_$4.log</command>
</leafNode>
</children>
</node>
<leafNode name="statistics">
<properties>
<help>Show specified wirelessmodem interface statistics</help>
<completionHelp>
<script>${vyos_completion_dir}/list_pppoe_peers.sh</script>
</completionHelp>
</properties>
<command>/usr/sbin/pppstats $4</command>
</leafNode>
</children>
</tagNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>

File Metadata

Mime Type
text/xml
Expires
Sun, Jan 11, 10:18 AM (23 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3085749
Default Alt Text
show-interfaces-pppoe.xml (1 KB)

Event Timeline