|
/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/IPDevice/blib/lib/IPDevice/CiscoRouter/Card.pm |
set_l3engine($name)get_l3engine()set_rommon($rommon)get_rommon()set_fabric($fabric)get_fabric()
IPDevice::IPDevice::CiscoRouter::Card
use IPDevice::IPDevice::CiscoRouter::Card;
my $card = new IPDevice::IPDevice::CiscoRouter::Card;
$card->module(1)->interface(2)->set_encapsulation('ppp');
This module provides routines for storing informations regarding a Cisco Router card.
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 (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>
|
/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/IPDevice/blib/lib/IPDevice/CiscoRouter/Card.pm |