IPDevice::IPDevice::CiscoRouter::Card is a Perl module that provides routines for storing informations regarding a Cisco Router card.
SYNOPSIS
use IPDevice::IPDevice::CiscoRouter::Card;
my $card = new IPDevice::IPDevice::CiscoRouter::Card;
$card->module(1)->interface(2)->set_encapsulation('ppp');
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.
Product's homepage
Requirements:
· Perl