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

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>