The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

IPDevice::CiscoRouter

SYNOPSIS

 use IPDevice::CiscoRouter;
 my $router = new IPDevice::CiscoRouter;
 $router->set_hostname('hostname');
 my $card = $router->card(0);
 my $acl  = $router->accesslist('DENYSTUPIDS');

DESCRIPTION

This module provides routines for storing informations regarding a Cisco router.

CONSTRUCTOR AND METHODS

This module provides, in addition to all methods from Router, the following methods.

accesslist($name)

Returns the IPDevice::CiscoRouter::Accesslist with the given name. If the IPDevice::CiscoRouter::Accesslist does not yet exist, it will be created.

COPYRIGHT

Copyright (c) 2004 Samuel Abels. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Samuel Abels <spam debain org>