Skip to content

Commit

Permalink
Adding xml output for loopback.100
Browse files Browse the repository at this point in the history
  • Loading branch information
gjim83 committed Jan 18, 2018
1 parent e848015 commit 6e80953
Showing 1 changed file with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<response status="success">
<result>
<ifnet>
<mssadjv4>0</mssadjv4>
<name>loopback.100</name>
<service/>
<tunnel/>
<vsys>vsys1</vsys>
<counters>
<ifnet>
<entry>
<icmp_frag>0</icmp_frag>
<ifwderrors>0</ifwderrors>
<ierrors>0</ierrors>
<macspoof>0</macspoof>
<pod>0</pod>
<flowstate>0</flowstate>
<ipspoof>0</ipspoof>
<teardrop>0</teardrop>
<ibytes>0</ibytes>
<noarp>0</noarp>
<noroute>0</noroute>
<noneigh>0</noneigh>
<nomac>0</nomac>
<l2_encap>0</l2_encap>
<zonechange>0</zonechange>
<obytes>0</obytes>
<land>0</land>
<name>loopback.100</name>
<neighpend>0</neighpend>
<ipackets>0</ipackets>
<opackets>0</opackets>
<l2_decap>0</l2_decap>
<idrops>0</idrops>
</entry>
</ifnet>
<hw/>
</counters>
<dyn-addr/>
<tcpmss>False</tcpmss>
<mtu>1500</mtu>
<addr6/>
<ra>False</ra>
<vr>default</vr>
<tag>0</tag>
<mode>layer3</mode>
<fwd_type>vr</fwd_type>
<mssadjv6>0</mssadjv6>
<zone>foobar</zone>
<id>256</id>
<mgt_subnet>False</mgt_subnet>
<addr>
<member>155.1.1.1/32</member>
</addr>
</ifnet>
<dp>dp0</dp>
</result>
</response>

0 comments on commit 6e80953

Please sign in to comment.