#! /usr/bin/perl use strict; use warnings; use DBI; package nms::config; # Don't change this file for your local setup; use config.local.pm instead. our $db_name = ""; our $db_host = "nms.tg08.gathering.org"; our $db_username = ""; our $db_password = ""; our $zyxel_password = ""; our $telnet_timeout = 300; # Tech:Net sets up at least a read-community for SNMP for use our $ios_user = ""; our $ios_pass = ""; # No longer in use as of '12 ? #our $telegw_ip = "12.34.56.78"; #our @telegw_wanlinks = ("gig1/1", "gig1/2"); 1;