The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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).

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>