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::JuniperRouter

SYNOPSIS

 use IPDevice::JuniperRouter;
 my $router = new IPDevice::JuniperRouter;
 $router->set_hostname('hostname');
 my $card = $router->add_card('0');
 $card->add_module('0/1');

DESCRIPTION

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

CONSTRUCTOR AND METHODS

This module provides, in addition to all methods from IPDevice::RouterBase, the following methods.

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>