The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>