/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/IPDevice/blib/lib/IPDevice/RouterBase/ISIS.pm


NAME

IPDevice::RouterBase::ISIS


SYNOPSIS

 use IPDevice::RouterBase::ISIS;
 my $isis = new IPDevice::RouterBase::ISIS;
 $isis->set_level(1);


DESCRIPTION

This module provides a base class, providing routines for storing informations regarding an ISIS instance of a router.


CONSTRUCTOR AND METHODS

new([%args])

Object constructor.

set_active($active)

Defines whether ISIS is active (BOOLEAN).

get_active()

Returns whether ISIS is active (BOOLEAN).

set_level($level)

Defines the ISIS level.

get_level()

Returns the ISIS level.

set_network($network)

Defines the ISIS network address (ISO).

get_network()

Returns ISIS network address (ISO).

print_data()

Prints all ISIS informations to STDOUT.


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>