IPDevice::RouterBase::BGPGroup
use IPDevice::RouterBase::BGPGroup; my $neigh = new IPDevice::RouterBase::BGPGroup; $neigh->set_name('Neighbor Name'); $neigh->set_ip('192.168.0.2');
This module provides routines for storing informations regarding a Cisco Router BGP neighbor group.
This class provides all methods from IPDevice::RouterBase::BGPNeighbor.
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>