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

NAME

IPDevice::IPDevice::CiscoRouter::Card

SYNOPSIS

 use IPDevice::IPDevice::CiscoRouter::Card;
 my $card = new IPDevice::IPDevice::CiscoRouter::Card;
 $card->module(1)->interface(2)->set_encapsulation('ppp');

DESCRIPTION

This module provides routines for storing informations regarding a Cisco Router card.

CONSTRUCTOR AND METHODS

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

set_l3engine($name)

Defines the l3 engine name.

get_l3engine()

Returns the l3 engine name.

set_rommon($rommon)

Defines the rom monitor type.

get_rommon()

Returns the rom monitor type.

set_fabric($fabric)

Defines the fabric type.

get_fabric()

Returns the fabric type.

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>