new([%args])set_active($active)get_active()set_level($level)get_level()set_network($network)get_network()print_data()
IPDevice::RouterBase::ISIS
use IPDevice::RouterBase::ISIS; my $isis = new IPDevice::RouterBase::ISIS; $isis->set_level(1);
This module provides a base class, providing routines for storing informations regarding an ISIS instance of a router.
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 (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.
Samuel Abels <spam debain org>