Cisco-SNMP

 view release on metacpan or  search on metacpan

lib/Cisco/SNMP/IP.pm  view on Meta::CPAN

  $ips->ipReasmOKs();

Return the IP reassembly OK of the device.

=head3 ipReasmFails() - return IP reassembly fails

  $ips->ipReasmFails();

Return the IP reassembly fails of the device.

=head3 ipFragOKs() - return IP fragments OK

  $ips->ipFragOKs();

Return the IP fragments OK of the device.

=head3 ipFragFails() - return IP fragment fails

  $ips->ipFragFails();

Return the IP fragment fails of the device.

=head3 ipFragCreates() - return IP fragment creates

  $ips->ipFragCreates();

Return the IP fragment creates of the device.

=head2 ip_forwardingOn - enable IP forwarding

  $cm->ip_forwardingOn;

Enable IP forwarding (C<ip routing> command).

=head2 ip_forwardingOff - disable IP forwarding

  $cm->ip_forwardingOff;



( run in 2.217 seconds using v1.01-cache-2.11-cpan-364913b4093 )