/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/IPDevice/blib/lib/IPDevice/RouterBase/BGPGroup.pm


NAME

IPDevice::RouterBase::BGPGroup


SYNOPSIS

 use IPDevice::RouterBase::BGPGroup;
 my $neigh = new IPDevice::RouterBase::BGPGroup;
 $neigh->set_name('Neighbor Name');
 $neigh->set_ip('192.168.0.2');


DESCRIPTION

This module provides routines for storing informations regarding a Cisco Router BGP neighbor group.


CONSTRUCTOR AND METHODS

This class provides all methods from IPDevice::RouterBase::BGPNeighbor.


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>

 /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/IPDevice/blib/lib/IPDevice/RouterBase/BGPGroup.pm