[cricket-users] Cricket Config pt.2

From: Loucks Guy (Guy.Loucks@det.nsw.edu.au)
Date: Mon Oct 18 1999 - 17:02:32 PDT


From: Loucks Guy <Guy.Loucks@det.nsw.edu.au>

It appears the attachments were gobbled by the list-server:

DEFAULTS:
#
# Top Level Defaults
#

Target --default--
        dataDir =
%auto-base%/../cricket-data/%auto-target-path%
        rrd-datafile = %dataDir%/%auto-target-name%.rrd
        rrd-poll-interval = 300
        snmp-host = %auto-target-name%
        snmp-community = xxxxxxxx
        snmp-port = 161
        snmp =
%snmp-community%@%snmp-host%:%snmp-port%

OID sysUptime 1.3.6.1.2.1.1.3.0
OID ifNumber 1.3.6.1.2.1.2.1.0

OID ifIndex 1.3.6.1.2.1.2.2.1.1
OID ifDescr 1.3.6.1.2.1.2.2.1.2
OID ifType 1.3.6.1.2.1.2.2.1.3
OID ifMtu 1.3.6.1.2.1.2.2.1.4
OID ifSpeed 1.3.6.1.2.1.2.2.1.5
OID ifPhysAddress 1.3.6.1.2.1.2.2.1.6
OID ifAdminStatus 1.3.6.1.2.1.2.2.1.7
OID ifOperStatus 1.3.6.1.2.1.2.2.1.8
OID ifLastChange 1.3.6.1.2.1.2.2.1.9
OID ifInOctets 1.3.6.1.2.1.2.2.1.10
OID ifInUcastPkts 1.3.6.1.2.1.2.2.1.11
OID ifInNUcastPkts 1.3.6.1.2.1.2.2.1.12
OID ifInDiscards 1.3.6.1.2.1.2.2.1.13
OID ifInErrors 1.3.6.1.2.1.2.2.1.14
OID ifInUnknownProtos 1.3.6.1.2.1.2.2.1.15
OID ifOutOctets 1.3.6.1.2.1.2.2.1.16
OID ifOutUcastPkts 1.3.6.1.2.1.2.2.1.17
OID ifOutNUcastPkts 1.3.6.1.2.1.2.2.1.18
OID ifOutDiscards 1.3.6.1.2.1.2.2.1.19
OID ifOutErrors 1.3.6.1.2.1.2.2.1.20
OID ifOutQLen 1.3.6.1.2.1.2.2.1.21

OID ifAlias 1.3.6.1.2.1.31.1.1.1.18

dataSource --default--
        rrd-ds-type = COUNTER
        # if no updates are received for 15 minutes, consider the datasource
        # unknown -- i.e. dead
        rrd-heartbeat = 900

dataSource ifInOctets
        ds-source = snmp://%snmp%/ifInOctets.%inst%

dataSource ifOutOctets
        ds-source = snmp://%snmp%/ifOutOctets.%inst%

# rra
#
# The RRA dictionary specifies the config of the datafiles on disk.
# Unles you really know what you are doing, don't muck around with these.
# Trust me, the defaults will do what you want.

# this set of RRA's exactly duplicates the storage capacity of a
# rateup logfile (this assumes rrd-poll-interval is 300 (5 min))

# The second field (0.5, below) is NEW as of RRD 0.99. It
# is the xfiles-factor, which used to be in the target
# dictionary.

# one point per 5 minutes, spanning 3 months
rra 5minAve AVERAGE:0.5:1:24192
# one point per 30 minutes, spanning 1 year
rra 30minAve AVERAGE:0.5:6:17568
# one point every 2 hours, spanning 2 years
rra 2hrAve AVERAGE:0.5:24:8784
rra 2hrMax MAX:0.5:24:8784
# one point every day, spanning 5 years
rra 1dayAve AVERAGE:0.5:288:1830
rra 1dayMax MAX:0.5:288:1830

# we will add datasources to each specific target-type later
targetType --default--
        rra = "5minAve, 30minAve, 2hrAve, 2hrMax, 1dayAve,
1dayMax"

# The HTML dict has bits and pieces of HTML that gets used
# by the grapher.

html body-options bgcolor=white

html page-header
    <!-- you could put your company logo on every page here: -->
    <!-- <img src="images/company-logo.gif" align=left> -->
    <h1>%auto-title%</h1>
    <br clear=left>

html contact-name
    <a href="mailto:cricket">the Cricket Admins</a>
  
html contact
    For questions or comments about this data, contact
    %contact-name%.

html page-footer
        <table width=100% cellpadding=3>
                <tr>
        <td>
            <a href="http://www.munitions.com/~jra/cricket"><img align=left
width=58 height=55 src="images/cricket-sm.gif" border=0></a>
                </td>
                <td width=15% valign=center>
                        <p align=left><font size=+2>
                        <a
href="http://www.munitions.com/~jra/cricket">Cricket</a>
                        <font size=2><br>Version %auto-short-version%</font>
                </td>
                <td>
                        %contact%
                </td>
        <td width=120 valign=center>
            <center>
            <a href="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool"><img
width=120 height=34 src="images/rrdtool.gif" border=0></a>
        </td>
                </tr>
        </table>
    <p>
        <font color=red>%auto-error%</font>
    </p>

html head
        <title>%auto-title%</title>
# <link rel="stylesheet" src="cricket.css" type="text/css">

# Colors are in HTML #RRGGBB format, without the #
# I'm not very creative. Cool color schemes would be a welcome addition.

color dark-green 00cc00
color blue 0000ff
color red ff0000
color cyan 00ffff
color magenta ff00ff
color yellow ffff00
color dark-red cc0000
color dark-blue 0000cc
# thanks to Shannon Reis <sreis@fastlane.net> for these
color cornflower 0080C0
color light-purple 8080C0
color pink FF0080
color purple 800080
color deep-blue 0000A0
color green 408080
color brown 808000
color black 000000
color neongrn 00FF00
color skyblue 0080FF
color orange FF8000
color burntorng 800000
color purply FB31FB

# this tells the grapher which colors to choose first, if
# it was not given colors
color --order-- "dark-green, blue, red, cyan, magenta,
yellow,
        dark-red, dark-blue, cornflower, light-purple, pink, purple,
        deep-blue, green, brown, black, neongrn, skyblue, orange, burntorng
        purply"

# graph
#
# This dictionary controls how data is presented.

graph --default--
    draw-as = LINE1
    width = 500
    height = 200
        interleaved = false
        # Set these by looking at what size RRD makes your
        # finished graphs. It's too much trouble to try to calculate
        # them at runtime. If there is any doubt, don't set them. Bad hints
        # are worse than no hints!
        width-hint = 596
        height-hint = 267
        # if this attribute exists, then vertical rules will be placed
        # on the graphs at every zero-time, i.e. midnight, Monday, first of
        # the month, first of the year.
        vrule-color = red

graph ifInOctets
    color = dark-green
    draw-as = AREA
    legend = "Average bits in"
    y-axis = "bits per second"
    units = "bits/sec"
    scale = 8,*
        bytes = true
 
graph ifOutOctets
    color = blue
    legend = "Average bits out"
    y-axis = "bits per second"
    units = "bits/sec"
    scale = 8,*
        bytes = true

# map
#
# This dict is used to control the instance mapping code.
# See the docs for more information about the map dictionary.

map interface-name
    base-oid = ifDescr
    match = %interface-name%

# This is a neat map that will let you tie Cricket target
# names to the extended interface descriptions that Ciscos
# support (called "aliases" by the MIB). For example,
# if your target name is "corporate-ds3", then do
# this on your Cisco:
#
# router#config term
# router(config)#int Hssi/0/0/0
# router(config-if)#description [corporate-ds3] 45 Mbps DS3 to
Corporate
# router(config-if)#^Z
#
# And set inst to "map(alias-matches-target)" for that target.

map alias-matches-target
    base-oid = ifAlias
    match = /^.*\\[%auto-target-name%\\].*$/

# events can be associated with a target, and then those
# events will be marked on the graph.

event --default--
    color = magenta

event test
    name = "Events were added to Cricket"
    date = "6/2/99 14:30"

ROUTER DEFAULTS:

# router sub-tree
#
# This is where we collect stats on the chassis of our routers
# (i.e. memory, CPU, temperature). These are kept separate from
# the interfaces themselves since they have quite different
# configuration needs.

Target --default--
        router = %auto-target-name%
        snmp-host = %router%
        # you could set a router-specific community string here:
        # snmp-community = not-public
        #
        # Provide no default type, since each router will be different,
        # and if we want to specify each model explicitly, or
        # get a warning.
        target-type = undef

# OID's we'll be using in this tree
OID cpu5sec 1.3.6.1.4.1.9.2.1.56.0
OID cpu1min 1.3.6.1.4.1.9.2.1.57.0
OID cpu5min 1.3.6.1.4.1.9.2.1.58.0
OID tempInlet 1.3.6.1.4.1.9.9.13.1.3.1.3.1
OID tempOutlet 1.3.6.1.4.1.9.9.13.1.3.1.3.3
OID tempState 1.3.6.1.4.1.9.9.13.1.3.1.6.1
OID mem5minUsed 1.3.6.1.4.1.9.9.48.1.1.1.5.1
OID mem5minFree 1.3.6.1.4.1.9.9.48.1.1.1.6.1

datasource --default--
        rrd-ds-type = GAUGE
        rrd-heartbeat = 900
        rrd-min = undef
        rrd-max = undef
        
datasource cpu5sec ds-source =
snmp://%snmp%/cpu5sec
datasource cpu1min ds-source =
snmp://%snmp%/cpu1min
datasource cpu5min ds-source =
snmp://%snmp%/cpu5min
datasource tempInlet ds-source =
snmp://%snmp%/tempInlet
datasource tempOutlet ds-source =
snmp://%snmp%/tempOutlet
datasource tempState ds-source =
snmp://%snmp%/tempState
datasource mem5minUsed ds-source =
snmp://%snmp%/mem5minUsed
datasource mem5minFree ds-source =
snmp://%snmp%/mem5minFree

targetType Cisco-7200-Router
        ds = "cpu5sec, cpu1min, cpu5min, tempInlet, tempOutlet,
mem5minUsed, mem5minFree"
        view = "cpu: cpu5sec cpu1min cpu5min,
                                        temperature: tempInlet tempOutlet,
                                        memory: mem5minUsed mem5minFree"

targetType Cisco-7500-Router
    ds = "cpu5sec, cpu1min, cpu5min, tempInlet, tempOutlet, mem5minUsed,
mem5minFree"
    view = "cpu: cpu5sec cpu1min cpu5min,
                    temperature: tempInlet tempOutlet,
                    memory: mem5minUsed mem5minFree"

# 3600 routers do not report temperature -- they only
# report tempterature states:
# normal(1),
# warning(2),
# critical(3),
# shutdown(4),
# notPresent(5)

targetType Cisco-3600-Router
        ds = "cpu5sec, cpu1min, cpu5min, tempState, mem5minUsed,
mem5minFree"
    view = "cpu: cpu5sec cpu1min cpu5min,
                                        tempAlarm: tempState,
                                        memory: mem5minUsed mem5minFree"

# 2500 routers don't even report the temperature. Feh.

targetType Cisco-2500-Router
        ds = "cpu5sec, cpu1min, cpu5min, mem5minUsed,
mem5minFree"
    view = "cpu: cpu5sec cpu1min cpu5min,
                                        memory: mem5minUsed mem5minFree"

html short-desc Router Chassis

graph cpu5sec
    units = "%"
    color = red
    y-axis = "Percent CPU utilization"
    legend = "5 Second CPU utilization"
        # fixed y-axis, since this is a percentage
        y-min = 0
        y-max = 100

graph cpu1min
    units = "%"
    color = dark-green
    draw-as = AREA
    y-axis = "Percent CPU utilization"
    legend = "1 minute CPU utilization"
        # fixed y-axis, since this is a percentage
        y-min = 0
        y-max = 100

graph cpu5min
    units = "%"
    color = blue
    y-axis = "Percent CPU utilization"
    legend = "5 minute CPU utilization"
        # fixed y-axis, since this is a percentage
        y-min = 0
        y-max = 100

graph tempInlet
    color = dark-green
    draw-as = AREA
    y-axis = "degrees Centigrade"
        units = "&#176;"
        space = ""
    legend = "Inlet temperature in C"
        precision = integer

graph tempOutlet
    color = blue
    y-axis = "degrees Centigrade"
        units = "&#176;"
        space = ""
    legend = "Outlet temperature in C"
        precision = integer

graph mem5minUsed
    color = dark-green
    draw-as = AREA
    y-axis = "Bytes"
    legend = "5 minute used memory"

graph mem5minFree
    color = blue
    y-axis = "Bytes"
    legend = "5 minute free memory"

ROUTERINT-DEFAULTS:

# router interface sub-tree
#
# This is where we collect stats on the interfaces of our routers
# (i.e. Octets, Packets, Errors). These are kept seperate from the
# routers themselves since they have quite different configuration needs.

Target --default--
        inst = map(interface-name)
        # snmp-community = secret
        snmp-host = %router%
        target-type = standard-interface

datasource --default--
        rrd-ds-type = COUNTER
        rrd-heartbeat = 900
        rrd-min = undef
        rrd-max = undef

# ifInOctets and ifOutOctets come from above, since they
# are used by switch-ports as well

datasource ifSpeed
        ds-source = snmp://%snmp%/ifSpeed.%inst%
        rrd-ds-type = GAUGE

datasource ifInErrors
        ds-source = snmp://%snmp%/ifInErrors.%inst%

datasource ifOutErrors
        ds-source = snmp://%snmp%/ifOutErrors.%inst%

datasource ifInUcastPackets
        ds-source = snmp://%snmp%/ifInUcastPkts.%inst%

datasource ifOutUcastPackets
        ds-source = snmp://%snmp%/ifOutUcastPkts.%inst%

targetType standard-interface
        ds = "ifInOctets, ifOutOctets, ifInErrors, ifInDiscards,
                                ifOutErrors, ifInUcastPackets,
                                ifOutUcastPackets, ifInNUcastPackets,
                                ifOutNUcastPackets, ifSpeed"
        view = "Octets: ifInOctets ifOutOctets,
                UcastPackets: ifInUcastPackets ifOutUcastPackets,
                Errors: ifInErrors ifOutErrors"

targetType sub-interface
        ds = "ifInOctets, ifOutOctets"
    view = "Octets: ifInOctets ifOutOctets"

# likewise, graph params for ifInOctets and ifOutOctets come from above

graph ifInDiscards
    color = red
    y-axis = "packets per second"
    units = "pkt/sec"
    legend = "Average num Packets Discarded"
 
graph ifInNUcastPackets
    color = green
    y-axis = "packets per second"
    units = "pkt/sec"
    legend = "Average num Packets In"
 
graph ifInUcastPackets
    color = dark-green
    draw-as = AREA
    y-axis = "packets per second"
    units = "pkt/sec"
    legend = "Average num Packets In"
 
graph ifOutNUcastPackets
    color = skyblue
    y-axis = "packets per second"
    units = "pkt/sec"
    legend = "Average num Packets Out"
 
graph ifOutUcastPackets
    color = blue
    y-axis = "packets per second"
    units = "pkt/sec"
    legend = "Average num Packets Out"
 
graph ifInErrors
    color = dark-green
    draw-as = AREA
    y-axis = "errors per second"
    units = "err/sec"
    legend = "Average Errors In"

graph ifOutErrors
    color = blue
    y-axis = "errors per second"
    legend = "Average Errors Out"
    units = "err/sec"

And the logfile:

[18-Oct-1999 11:54:53 ] Starting collector: Cricket version 0.70 ( Wed Aug
11 11:33:37 PDT 1999 )
[18-Oct-1999 11:54:53 ] Processing
/routers/Central/isbr01.isd.tafensw.edu.au...
[18-Oct-1999 11:54:53 ] Preparing map(interface-name)
[18-Oct-1999 11:54:53 ] Evaling inst which is: 0
[18-Oct-1999 11:54:53*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:53*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:53 ] Walking ifDescr for isbr01.isd.tafensw.edu.au:161 to
resolve interface-name mapping
[18-Oct-1999 11:54:53 ] Attempting lookup on %interface-name%.
[18-Oct-1999 11:54:53*] Failed to map instance for
isbr01.isd.tafensw.edu.au. Instance is now set to nothing.
[18-Oct-1999 11:54:53 ] target isbr01.isd.tafensw.edu.au
        --mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../..
        auto-target-path = /routers/Central
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central
        inst =
        router = isbr01.isd.tafensw.edu.au
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01.is
d.tafensw.edu.au.rrd
        rrd-poll-interval = 300
        short-desc = isbr01.isd.tafensw.EDU.AU
        snmp = xxxxxxxx@isbr01.isd.tafensw.edu.au:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.edu.au
        snmp-port = 161
        target-type = Cisco-7500-Router

[18-Oct-1999 11:54:53 ] Retrieving data for target isbr01.isd.tafensw.edu.au
() (cisco-7500-router)
[18-Oct-1999 11:54:53 ] Getting from xxxxxxxx@isbr01.isd.tafensw.edu.au:161
1.3.6.1.4.1.9.2.1.56.0 1.3.6.1.4.1.9.2.1.57.0 1.3.6.1.4.1.9.2.1.58.0
1.3.6.1.4.1.9.9.13.1.3.1.3.1 1.3.6.1.4.1.9.9.13.1.3.1.3.3
1.3.6.1.4.1.9.9.48.1.1.1.5.1 1.3.6.1.4.1.9.9.48.1.1.1.6.1
[18-Oct-1999 11:54:53 ] Got: 5 4 4 22 29 14031432 99058868
[18-Oct-1999 11:54:53 ] Retrieved data for isbr01.isd.tafensw.edu.au ():
5,4,4,22,29,14031432,99058868
[18-Oct-1999 11:54:53 ] Processing
/routers/Central/isbr02.isd.tafensw.edu.au...
[18-Oct-1999 11:54:53 ] Preparing map(interface-name)
[18-Oct-1999 11:54:53 ] Evaling inst which is: 0
[18-Oct-1999 11:54:53*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:53*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:53 ] Walking ifDescr for isbr02.isd.tafensw.edu.au:161 to
resolve interface-name mapping
[18-Oct-1999 11:54:53 ] Attempting lookup on %interface-name%.
[18-Oct-1999 11:54:53*] Failed to map instance for
isbr02.isd.tafensw.edu.au. Instance is now set to nothing.
[18-Oct-1999 11:54:53 ] target isbr02.isd.tafensw.edu.au
        --mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../..
        auto-target-path = /routers/Central
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central
        inst =
        router = isbr02.isd.tafensw.edu.au
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02.is
d.tafensw.edu.au.rrd
        rrd-poll-interval = 300
        short-desc = isbr02.isd.tafensw.EDU.AU
        snmp = xxxxxxxx@isbr02.isd.tafensw.edu.au:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.edu.au
        snmp-port = 161
        target-type = Cisco-7500-Router

[18-Oct-1999 11:54:53 ] Retrieving data for target isbr02.isd.tafensw.edu.au
() (cisco-7500-router)
[18-Oct-1999 11:54:53 ] Getting from xxxxxxxx@isbr02.isd.tafensw.edu.au:161
1.3.6.1.4.1.9.2.1.56.0 1.3.6.1.4.1.9.2.1.57.0 1.3.6.1.4.1.9.2.1.58.0
1.3.6.1.4.1.9.9.13.1.3.1.3.1 1.3.6.1.4.1.9.9.13.1.3.1.3.3
1.3.6.1.4.1.9.9.48.1.1.1.5.1 1.3.6.1.4.1.9.9.48.1.1.1.6.1
[18-Oct-1999 11:54:54 ] Got: 6 5 5 22 30 13916156 99174160
[18-Oct-1999 11:54:54 ] Retrieved data for isbr02.isd.tafensw.edu.au ():
6,5,5,22,30,13916156,99174160
[18-Oct-1999 11:54:54 ] Processing
/routers/Central/ugbr01.isd.tafensw.edu.au...
[18-Oct-1999 11:54:54 ] Preparing map(interface-name)
[18-Oct-1999 11:54:54 ] Evaling inst which is: 0
[18-Oct-1999 11:54:54*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:54*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:54 ] Walking ifDescr for ugbr01.isd.tafensw.edu.au:161 to
resolve interface-name mapping
[18-Oct-1999 11:54:54 ] Attempting lookup on %interface-name%.
[18-Oct-1999 11:54:54*] Failed to map instance for
ugbr01.isd.tafensw.edu.au. Instance is now set to nothing.
[18-Oct-1999 11:54:54 ] target ugbr01.isd.tafensw.edu.au
        --mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../..
        auto-target-path = /routers/Central
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central
        inst =
        router = ugbr01.isd.tafensw.edu.au
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01.is
d.tafensw.edu.au.rrd
        rrd-poll-interval = 300
        short-desc = ugbr01.isd.tafensw.EDU.AU
        snmp = xxxxxxxx@ugbr01.isd.tafensw.edu.au:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.edu.au
        snmp-port = 161
        target-type = Cisco-7500-Router

[18-Oct-1999 11:54:54 ] Retrieving data for target ugbr01.isd.tafensw.edu.au
() (cisco-7500-router)
[18-Oct-1999 11:54:54 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.edu.au:161
1.3.6.1.4.1.9.2.1.56.0 1.3.6.1.4.1.9.2.1.57.0 1.3.6.1.4.1.9.2.1.58.0
1.3.6.1.4.1.9.9.13.1.3.1.3.1 1.3.6.1.4.1.9.9.13.1.3.1.3.3
1.3.6.1.4.1.9.9.48.1.1.1.5.1 1.3.6.1.4.1.9.9.48.1.1.1.6.1
[18-Oct-1999 11:54:54 ] Got: 3 3 2 19 24 4464096 113545796
[18-Oct-1999 11:54:54 ] Retrieved data for ugbr01.isd.tafensw.edu.au ():
3,3,2,19,24,4464096,113545796
[18-Oct-1999 11:54:54 ] Processing
/routers/Central/ugbr02.isd.tafensw.edu.au...
[18-Oct-1999 11:54:54 ] Preparing map(interface-name)
[18-Oct-1999 11:54:54 ] Evaling inst which is: 0
[18-Oct-1999 11:54:54*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:54*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:54 ] Walking ifDescr for ugbr02.isd.tafensw.edu.au:161 to
resolve interface-name mapping
[18-Oct-1999 11:54:54 ] Attempting lookup on %interface-name%.
[18-Oct-1999 11:54:54*] Failed to map instance for
ugbr02.isd.tafensw.edu.au. Instance is now set to nothing.
[18-Oct-1999 11:54:54 ] target ugbr02.isd.tafensw.edu.au
        --mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../..
        auto-target-path = /routers/Central
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central
        inst =
        router = ugbr02.isd.tafensw.edu.au
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02.is
d.tafensw.edu.au.rrd
        rrd-poll-interval = 300
        short-desc = ugbr02.isd.tafensw.EDU.AU
        snmp = xxxxxxxx@ugbr02.isd.tafensw.edu.au:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.edu.au
        snmp-port = 161
        target-type = Cisco-7500-Router

[18-Oct-1999 11:54:54 ] Retrieving data for target ugbr02.isd.tafensw.edu.au
() (cisco-7500-router)
[18-Oct-1999 11:54:54 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.edu.au:161
1.3.6.1.4.1.9.2.1.56.0 1.3.6.1.4.1.9.2.1.57.0 1.3.6.1.4.1.9.2.1.58.0
1.3.6.1.4.1.9.9.13.1.3.1.3.1 1.3.6.1.4.1.9.9.13.1.3.1.3.3
1.3.6.1.4.1.9.9.48.1.1.1.5.1 1.3.6.1.4.1.9.9.48.1.1.1.6.1
[18-Oct-1999 11:54:54 ] Got: 4 2 2 19 24 3387208 114622680
[18-Oct-1999 11:54:54 ] Retrieved data for ugbr02.isd.tafensw.edu.au ():
4,2,2,19,24,3387208,114622680
[18-Oct-1999 11:54:54 ] Processing
/routers/Central/isbr05.isd.tafensw.edu.au...
[18-Oct-1999 11:54:54 ] Preparing map(interface-name)
[18-Oct-1999 11:54:54 ] Evaling inst which is: 0
[18-Oct-1999 11:54:54*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:54*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:54 ] Walking ifDescr for isbr05.isd.tafensw.edu.au:161 to
resolve interface-name mapping
[18-Oct-1999 11:54:54 ] Attempting lookup on %interface-name%.
[18-Oct-1999 11:54:54*] Failed to map instance for
isbr05.isd.tafensw.edu.au. Instance is now set to nothing.
[18-Oct-1999 11:54:54 ] target isbr05.isd.tafensw.edu.au
        --mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../..
        auto-target-path = /routers/Central
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central
        inst =
        router = isbr05.isd.tafensw.edu.au
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr05.is
d.tafensw.edu.au.rrd
        rrd-poll-interval = 300
        short-desc = isbr05.isd.tafensw.EDU.AU
        snmp = xxxxxxxx@isbr05.isd.tafensw.edu.au:161
        snmp-community = xxxxxxxx
        snmp-host = isbr05.isd.tafensw.edu.au
        snmp-port = 161
        target-type = Cisco-3600-Router

[18-Oct-1999 11:54:54 ] Retrieving data for target isbr05.isd.tafensw.edu.au
() (cisco-3600-router)
[18-Oct-1999 11:54:54 ] Getting from xxxxxxxx@isbr05.isd.tafensw.edu.au:161
1.3.6.1.4.1.9.2.1.56.0 1.3.6.1.4.1.9.2.1.57.0 1.3.6.1.4.1.9.2.1.58.0
1.3.6.1.4.1.9.9.13.1.3.1.6.1 1.3.6.1.4.1.9.9.48.1.1.1.5.1
1.3.6.1.4.1.9.9.48.1.1.1.6.1
[18-Oct-1999 11:54:55 ] Got: 7 5 4 1 2168496 36662076
[18-Oct-1999 11:54:55 ] Retrieved data for isbr05.isd.tafensw.edu.au ():
7,5,4,1,2168496,36662076
[18-Oct-1999 11:54:55 ] Processing
/routers/Central/inet-gw.dmz1.tafensw.edu.au...
[18-Oct-1999 11:54:55 ] Preparing map(interface-name)
[18-Oct-1999 11:54:55 ] Evaling inst which is: 0
[18-Oct-1999 11:54:55*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:55*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:55 ] Walking ifDescr for inet-gw.dmz1.tafensw.edu.au:161
to resolve interface-name mapping
[18-Oct-1999 11:54:55 ] Attempting lookup on %interface-name%.
[18-Oct-1999 11:54:55*] Failed to map instance for
inet-gw.dmz1.tafensw.edu.au. Instance is now set to nothing.
[18-Oct-1999 11:54:55 ] target inet-gw.dmz1.tafensw.edu.au
        --mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../..
        auto-target-path = /routers/Central
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central
        inst =
        router = inet-gw.dmz1.tafensw.edu.au
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw.d
mz1.tafensw.edu.au.rrd
        rrd-poll-interval = 300
        short-desc = inet-gw.dmz1.tafensw.EDU.AU
        snmp = xxxxxxxx@inet-gw.dmz1.tafensw.edu.au:161
        snmp-community = xxxxxxxx
        snmp-host = inet-gw.dmz1.tafensw.edu.au
        snmp-port = 161
        target-type = Cisco-7500-Router

[18-Oct-1999 11:54:55 ] Retrieving data for target
inet-gw.dmz1.tafensw.edu.au () (cisco-7500-router)
[18-Oct-1999 11:54:55 ] Getting from
xxxxxxxx@inet-gw.dmz1.tafensw.edu.au:161 1.3.6.1.4.1.9.2.1.56.0
1.3.6.1.4.1.9.2.1.57.0 1.3.6.1.4.1.9.2.1.58.0 1.3.6.1.4.1.9.9.13.1.3.1.3.1
1.3.6.1.4.1.9.9.13.1.3.1.3.3 1.3.6.1.4.1.9.9.48.1.1.1.5.1
1.3.6.1.4.1.9.9.48.1.1.1.6.1
[18-Oct-1999 11:54:55 ] Got: 0 0 0 12 16 7752344 105365108
[18-Oct-1999 11:54:55 ] Retrieved data for inet-gw.dmz1.tafensw.edu.au ():
0,0,0,12,16,7752344,105365108
[18-Oct-1999 11:54:55 ] Processing
/routers/Central/isbr10.isd.tafensw.edu.au...
[18-Oct-1999 11:54:55 ] Preparing map(interface-name)
[18-Oct-1999 11:54:55 ] Evaling inst which is: 0
[18-Oct-1999 11:54:55*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:55*] Variable expansion uses undefined variable:
interface-name.
[18-Oct-1999 11:54:55 ] Walking ifDescr for isbr10.isd.tafensw.edu.au:161 to
resolve interface-name mapping
[18-Oct-1999 11:54:55 ] Attempting lookup on %interface-name%.
[18-Oct-1999 11:54:55*] Failed to map instance for
isbr10.isd.tafensw.edu.au. Instance is now set to nothing.
[18-Oct-1999 11:54:55 ] target isbr10.isd.tafensw.edu.au
        --mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../..
        auto-target-path = /routers/Central
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central
        inst =
        router = isbr10.isd.tafensw.edu.au
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10.is
d.tafensw.edu.au.rrd
        rrd-poll-interval = 300
        short-desc = isbr10.isd.tafensw.EDU.AU
        snmp = xxxxxxxx@isbr10.isd.tafensw.edu.au:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.edu.au
        snmp-port = 161
        target-type = Cisco-7500-Router

[18-Oct-1999 11:54:55 ] Retrieving data for target isbr10.isd.tafensw.edu.au
() (cisco-7500-router)
[18-Oct-1999 11:54:55 ] Getting from xxxxxxxx@isbr10.isd.tafensw.edu.au:161
1.3.6.1.4.1.9.2.1.56.0 1.3.6.1.4.1.9.2.1.57.0 1.3.6.1.4.1.9.2.1.58.0
1.3.6.1.4.1.9.9.13.1.3.1.3.1 1.3.6.1.4.1.9.9.13.1.3.1.3.3
1.3.6.1.4.1.9.9.48.1.1.1.5.1 1.3.6.1.4.1.9.9.48.1.1.1.6.1
[18-Oct-1999 11:54:55 ] Got: 1 0 0 13 18 9605960 101445092
[18-Oct-1999 11:54:55 ] Retrieved data for isbr10.isd.tafensw.edu.au ():
1,0,0,13,18,9605960,101445092
[18-Oct-1999 11:54:55 ] Processing /routers/Central/inet-gw/fddi1_0_0...
[18-Oct-1999 11:54:55 ] Preparing map(interface-name)
[18-Oct-1999 11:54:55 ] Evaling inst which is: 0
[18-Oct-1999 11:54:55 ] target fddi1_0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/inet-gw
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw
        inst = 1
        interface-name = Fddi1/0/0
        router = inet-gw.dmz1.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw/f
ddi1_0_0.rrd
        rrd-poll-interval = 300
        short-desc = => Internal DMZ1
        snmp = xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = inet-gw.dmz1.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:55 ] Retrieving data for target fddi1_0_0 (1)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:55*] Could not find a fetcher with type to fetch data
for fddi1_0_0 (1).
[18-Oct-1999 11:54:55 ] Getting from
xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161 1.3.6.1.2.1.2.2.1.10.1
1.3.6.1.2.1.2.2.1.16.1 1.3.6.1.2.1.2.2.1.14.1 1.3.6.1.2.1.2.2.1.20.1
1.3.6.1.2.1.2.2.1.11.1 1.3.6.1.2.1.2.2.1.17.1 1.3.6.1.2.1.2.2.1.5.1
1.3.6.1.2.1.2.2.1.2.1
[18-Oct-1999 11:54:55 ] Got: 659334006 113869874 0 0 202283218 239164629
100000000 Fddi1/0/0
[18-Oct-1999 11:54:55 ] Retrieved data for fddi1_0_0 (1):
659334006,113869874,0,U,0,202283218,239164629,U,U,100000000
[18-Oct-1999 11:54:55 ] Some data is missing for fddi1_0_0 (1).
[18-Oct-1999 11:54:55 ] Processing /routers/Central/inet-gw/ethernet1_1_0...
[18-Oct-1999 11:54:55 ] Preparing map(interface-name)
[18-Oct-1999 11:54:55 ] Evaling inst which is: 0
[18-Oct-1999 11:54:55 ] target ethernet1_1_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/inet-gw
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw
        inst = 2
        interface-name = Ethernet1/1/0
        router = inet-gw.dmz1.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw/e
thernet1_1_0.rrd
        rrd-poll-interval = 300
        short-desc = => External Lan
        snmp = xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = inet-gw.dmz1.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:55 ] Retrieving data for target ethernet1_1_0 (2)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:55*] Could not find a fetcher with type to fetch data
for ethernet1_1_0 (2).
[18-Oct-1999 11:54:55 ] Getting from
xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161 1.3.6.1.2.1.2.2.1.10.2
1.3.6.1.2.1.2.2.1.16.2 1.3.6.1.2.1.2.2.1.14.2 1.3.6.1.2.1.2.2.1.20.2
1.3.6.1.2.1.2.2.1.11.2 1.3.6.1.2.1.2.2.1.17.2 1.3.6.1.2.1.2.2.1.5.2
1.3.6.1.2.1.2.2.1.2.2
[18-Oct-1999 11:54:55 ] Got: 1846431102 1779049933 0 0 4572334 5600797
10000000 Ethernet1/1/0
[18-Oct-1999 11:54:55 ] Retrieved data for ethernet1_1_0 (2):
1846431102,1779049933,0,U,0,4572334,5600797,U,U,10000000
[18-Oct-1999 11:54:55 ] Some data is missing for ethernet1_1_0 (2).
[18-Oct-1999 11:54:55 ] Processing /routers/Central/inet-gw/fddi4_0_0...
[18-Oct-1999 11:54:55 ] Preparing map(interface-name)
[18-Oct-1999 11:54:55 ] Evaling inst which is: 0
[18-Oct-1999 11:54:55 ] target fddi4_0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/inet-gw
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw
        inst = 10
        interface-name = Fddi4/0/0
        router = inet-gw.dmz1.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw/f
ddi4_0_0.rrd
        rrd-poll-interval = 300
        short-desc = => SMF to Telstra Big Pond - Chatswood
        snmp = xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = inet-gw.dmz1.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:55 ] Retrieving data for target fddi4_0_0 (10)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:55*] Could not find a fetcher with type to fetch data
for fddi4_0_0 (10).
[18-Oct-1999 11:54:55 ] Getting from
xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161 1.3.6.1.2.1.2.2.1.10.10
1.3.6.1.2.1.2.2.1.16.10 1.3.6.1.2.1.2.2.1.14.10 1.3.6.1.2.1.2.2.1.20.10
1.3.6.1.2.1.2.2.1.11.10 1.3.6.1.2.1.2.2.1.17.10 1.3.6.1.2.1.2.2.1.5.10
1.3.6.1.2.1.2.2.1.2.10
[18-Oct-1999 11:54:55 ] Got: 3598685068 3906646318 0 0 136207875 126336267
100000000 Fddi4/0/0
[18-Oct-1999 11:54:55 ] Retrieved data for fddi4_0_0 (10):
3598685068,3906646318,0,U,0,136207875,126336267,U,U,100000000
[18-Oct-1999 11:54:55 ] Some data is missing for fddi4_0_0 (10).
[18-Oct-1999 11:54:55 ] Processing
/routers/Central/inet-gw/fastethernet4_1_0...
[18-Oct-1999 11:54:55 ] Preparing map(interface-name)
[18-Oct-1999 11:54:55 ] Evaling inst which is: 0
[18-Oct-1999 11:54:55 ] target fastethernet4_1_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/inet-gw
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw
        inst = 11
        interface-name = FastEthernet4/1/0
        router = inet-gw.dmz1.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw/f
astethernet4_1_0.rrd
        rrd-poll-interval = 300
        short-desc = => OZEMAIL Link
        snmp = xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = inet-gw.dmz1.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:55 ] Retrieving data for target fastethernet4_1_0 (11)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:55*] Could not find a fetcher with type to fetch data
for fastethernet4_1_0 (11).
[18-Oct-1999 11:54:55 ] Getting from
xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161 1.3.6.1.2.1.2.2.1.10.11
1.3.6.1.2.1.2.2.1.16.11 1.3.6.1.2.1.2.2.1.14.11 1.3.6.1.2.1.2.2.1.20.11
1.3.6.1.2.1.2.2.1.11.11 1.3.6.1.2.1.2.2.1.17.11 1.3.6.1.2.1.2.2.1.5.11
1.3.6.1.2.1.2.2.1.2.11
[18-Oct-1999 11:54:55 ] Got: 1278242570 291627702 0 0 103870968 74786869
100000000 FastEthernet4/1/0
[18-Oct-1999 11:54:55 ] Retrieved data for fastethernet4_1_0 (11):
1278242570,291627702,0,U,0,103870968,74786869,U,U,100000000
[18-Oct-1999 11:54:55 ] Some data is missing for fastethernet4_1_0 (11).
[18-Oct-1999 11:54:55 ] Processing /routers/Central/inet-gw/null0...
[18-Oct-1999 11:54:55 ] Preparing map(interface-name)
[18-Oct-1999 11:54:55 ] Evaling inst which is: 0
[18-Oct-1999 11:54:55 ] target null0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/inet-gw
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw
        inst = 12
        interface-name = Null0
        router = inet-gw.dmz1.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/inet-gw/n
ull0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = inet-gw.dmz1.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:55 ] Retrieving data for target null0 (12)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:55*] Could not find a fetcher with type to fetch data
for null0 (12).
[18-Oct-1999 11:54:55 ] Getting from
xxxxxxxx@inet-gw.dmz1.tafensw.EDU.AU:161 1.3.6.1.2.1.2.2.1.10.12
1.3.6.1.2.1.2.2.1.16.12 1.3.6.1.2.1.2.2.1.14.12 1.3.6.1.2.1.2.2.1.20.12
1.3.6.1.2.1.2.2.1.11.12 1.3.6.1.2.1.2.2.1.17.12 1.3.6.1.2.1.2.2.1.5.12
1.3.6.1.2.1.2.2.1.2.12
[18-Oct-1999 11:54:56 ] Got: 0 0 0 0 0 0 4294967295 Null0
[18-Oct-1999 11:54:56 ] Retrieved data for null0 (12):
0,0,0,U,0,0,0,U,U,4294967295
[18-Oct-1999 11:54:56 ] Some data is missing for null0 (12).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/fddi1_0_0...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target fddi1_0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 3
        interface-name = Fddi1/0/0
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/fd
di1_0_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target fddi1_0_0 (3)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for fddi1_0_0 (3).
[18-Oct-1999 11:54:56 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.3 1.3.6.1.2.1.2.2.1.16.3 1.3.6.1.2.1.2.2.1.14.3
1.3.6.1.2.1.2.2.1.20.3 1.3.6.1.2.1.2.2.1.11.3 1.3.6.1.2.1.2.2.1.17.3
1.3.6.1.2.1.2.2.1.5.3 1.3.6.1.2.1.2.2.1.2.3
[18-Oct-1999 11:54:56 ] Got: 1209116580 2678639293 532 2 1125130205
263113588 100000000 Fddi1/0/0
[18-Oct-1999 11:54:56 ] Retrieved data for fddi1_0_0 (3):
1209116580,2678639293,532,U,2,1125130205,263113588,U,U,100000000
[18-Oct-1999 11:54:56 ] Some data is missing for fddi1_0_0 (3).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/serial1_1_0...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target serial1_1_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 4
        interface-name = Serial1/1/0
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_0.rrd
        rrd-poll-interval = 300
        short-desc = => umbr01s0 (Ultimo)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target serial1_1_0 (4)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for serial1_1_0 (4).
[18-Oct-1999 11:54:56 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.4 1.3.6.1.2.1.2.2.1.16.4 1.3.6.1.2.1.2.2.1.14.4
1.3.6.1.2.1.2.2.1.20.4 1.3.6.1.2.1.2.2.1.11.4 1.3.6.1.2.1.2.2.1.17.4
1.3.6.1.2.1.2.2.1.5.4 1.3.6.1.2.1.2.2.1.2.4
[18-Oct-1999 11:54:56 ] Got: 932427754 2875001375 0 0 25517731 26916775
2048000 Serial1/1/0
[18-Oct-1999 11:54:56 ] Retrieved data for serial1_1_0 (4):
932427754,2875001375,0,U,0,25517731,26916775,U,U,2048000
[18-Oct-1999 11:54:56 ] Some data is missing for serial1_1_0 (4).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/serial1_1_1...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target serial1_1_1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 5
        interface-name = Serial1/1/1
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_1.rrd
        rrd-poll-interval = 300
        short-desc = lfbr01s0 (Loftus)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target serial1_1_1 (5)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for serial1_1_1 (5).
[18-Oct-1999 11:54:56 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.5 1.3.6.1.2.1.2.2.1.16.5 1.3.6.1.2.1.2.2.1.14.5
1.3.6.1.2.1.2.2.1.20.5 1.3.6.1.2.1.2.2.1.11.5 1.3.6.1.2.1.2.2.1.17.5
1.3.6.1.2.1.2.2.1.5.5 1.3.6.1.2.1.2.2.1.2.5
[18-Oct-1999 11:54:56 ] Got: 2934459546 1039799224 5297 0 24482637 25204815
504000 Serial1/1/1
[18-Oct-1999 11:54:56 ] Retrieved data for serial1_1_1 (5):
2934459546,1039799224,5297,U,0,24482637,25204815,U,U,504000
[18-Oct-1999 11:54:56 ] Some data is missing for serial1_1_1 (5).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/serial1_1_2...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target serial1_1_2
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 6
        interface-name = Serial1/1/2
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_2.rrd
        rrd-poll-interval = 300
        short-desc = => mfbr01s0 (Macquarie Fields)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target serial1_1_2 (6)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for serial1_1_2 (6).
[18-Oct-1999 11:54:56 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.6 1.3.6.1.2.1.2.2.1.16.6 1.3.6.1.2.1.2.2.1.14.6
1.3.6.1.2.1.2.2.1.20.6 1.3.6.1.2.1.2.2.1.11.6 1.3.6.1.2.1.2.2.1.17.6
1.3.6.1.2.1.2.2.1.5.6 1.3.6.1.2.1.2.2.1.2.6
[18-Oct-1999 11:54:56 ] Got: 4267819893 2299250562 4155 0 15838953 13728989
504000 Serial1/1/2
[18-Oct-1999 11:54:56 ] Retrieved data for serial1_1_2 (6):
4267819893,2299250562,4155,U,0,15838953,13728989,U,U,504000
[18-Oct-1999 11:54:56 ] Some data is missing for serial1_1_2 (6).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/serial1_1_3...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target serial1_1_3
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 7
        interface-name = Serial1/1/3
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_3.rrd
        rrd-poll-interval = 300
        short-desc = => wobr01s0 (Wollongong)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target serial1_1_3 (7)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for serial1_1_3 (7).
[18-Oct-1999 11:54:56 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.7 1.3.6.1.2.1.2.2.1.16.7 1.3.6.1.2.1.2.2.1.14.7
1.3.6.1.2.1.2.2.1.20.7 1.3.6.1.2.1.2.2.1.11.7 1.3.6.1.2.1.2.2.1.17.7
1.3.6.1.2.1.2.2.1.5.7 1.3.6.1.2.1.2.2.1.2.7
[18-Oct-1999 11:54:56 ] Got: 2307430317 2001936544 1841 0 20478765 20772323
504000 Serial1/1/3
[18-Oct-1999 11:54:56 ] Retrieved data for serial1_1_3 (7):
2307430317,2001936544,1841,U,0,20478765,20772323,U,U,504000
[18-Oct-1999 11:54:56 ] Some data is missing for serial1_1_3 (7).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/serial1_1_4...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target serial1_1_4
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 8
        interface-name = Serial1/1/4
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_4.rrd
        rrd-poll-interval = 300
        short-desc = => wibr01s0 (Western)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target serial1_1_4 (8)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for serial1_1_4 (8).
[18-Oct-1999 11:54:56 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.8 1.3.6.1.2.1.2.2.1.16.8 1.3.6.1.2.1.2.2.1.14.8
1.3.6.1.2.1.2.2.1.20.8 1.3.6.1.2.1.2.2.1.11.8 1.3.6.1.2.1.2.2.1.17.8
1.3.6.1.2.1.2.2.1.5.8 1.3.6.1.2.1.2.2.1.2.8
[18-Oct-1999 11:54:56 ] Got: 1332266621 659986225 48693 0 29003241 30083067
504000 Serial1/1/4
[18-Oct-1999 11:54:56 ] Retrieved data for serial1_1_4 (8):
1332266621,659986225,48693,U,0,29003241,30083067,U,U,504000
[18-Oct-1999 11:54:56 ] Some data is missing for serial1_1_4 (8).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/serial1_1_5...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target serial1_1_5
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 9
        interface-name = Serial1/1/5
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_5.rrd
        rrd-poll-interval = 300
        short-desc = => wabr01s0 (Wagga)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target serial1_1_5 (9)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for serial1_1_5 (9).
[18-Oct-1999 11:54:56 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.9 1.3.6.1.2.1.2.2.1.16.9 1.3.6.1.2.1.2.2.1.14.9
1.3.6.1.2.1.2.2.1.20.9 1.3.6.1.2.1.2.2.1.11.9 1.3.6.1.2.1.2.2.1.17.9
1.3.6.1.2.1.2.2.1.5.9 1.3.6.1.2.1.2.2.1.2.9
[18-Oct-1999 11:54:56 ] Got: 2562863611 3944370949 33780 0 14295607 13908722
504000 Serial1/1/5
[18-Oct-1999 11:54:56 ] Retrieved data for serial1_1_5 (9):
2562863611,3944370949,33780,U,0,14295607,13908722,U,U,504000
[18-Oct-1999 11:54:56 ] Some data is missing for serial1_1_5 (9).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/serial1_1_6...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target serial1_1_6
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 10
        interface-name = Serial1/1/6
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_6.rrd
        rrd-poll-interval = 300
        short-desc = => ncbr01s0 (North Coast)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target serial1_1_6 (10)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for serial1_1_6 (10).
[18-Oct-1999 11:54:56 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.10 1.3.6.1.2.1.2.2.1.16.10 1.3.6.1.2.1.2.2.1.14.10
1.3.6.1.2.1.2.2.1.20.10 1.3.6.1.2.1.2.2.1.11.10 1.3.6.1.2.1.2.2.1.17.10
1.3.6.1.2.1.2.2.1.5.10 1.3.6.1.2.1.2.2.1.2.10
[18-Oct-1999 11:54:56 ] Got: 3436588512 1736744607 61 0 15286916 14769340
504000 Serial1/1/6
[18-Oct-1999 11:54:56 ] Retrieved data for serial1_1_6 (10):
3436588512,1736744607,61,U,0,15286916,14769340,U,U,504000
[18-Oct-1999 11:54:56 ] Some data is missing for serial1_1_6 (10).
[18-Oct-1999 11:54:56 ] Processing /routers/Central/isbr01/serial1_1_7...
[18-Oct-1999 11:54:56 ] Preparing map(interface-name)
[18-Oct-1999 11:54:56 ] Evaling inst which is: 0
[18-Oct-1999 11:54:56 ] target serial1_1_7
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 11
        interface-name = Serial1/1/7
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:56 ] Retrieving data for target serial1_1_7 (11)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:56*] Could not find a fetcher with type to fetch data
for serial1_1_7 (11).
[18-Oct-1999 11:54:57 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.11 1.3.6.1.2.1.2.2.1.16.11 1.3.6.1.2.1.2.2.1.14.11
1.3.6.1.2.1.2.2.1.20.11 1.3.6.1.2.1.2.2.1.11.11 1.3.6.1.2.1.2.2.1.17.11
1.3.6.1.2.1.2.2.1.5.11 1.3.6.1.2.1.2.2.1.2.11
[18-Oct-1999 11:54:57 ] Got: 2234668189 2687274579 597 0 132095467 126105439
2048000 Serial1/1/7
[18-Oct-1999 11:54:57 ] Retrieved data for serial1_1_7 (11):
2234668189,2687274579,597,U,0,132095467,126105439,U,U,2048000
[18-Oct-1999 11:54:57 ] Some data is missing for serial1_1_7 (11).
[18-Oct-1999 11:54:57 ] Processing /routers/Central/isbr01/null0...
[18-Oct-1999 11:54:57 ] Preparing map(interface-name)
[18-Oct-1999 11:54:57 ] Evaling inst which is: 0
[18-Oct-1999 11:54:57 ] target null0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 20
        interface-name = Null0
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/nu
ll0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:57 ] Retrieving data for target null0 (20)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:57*] Could not find a fetcher with type to fetch data
for null0 (20).
[18-Oct-1999 11:54:57 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.20 1.3.6.1.2.1.2.2.1.16.20 1.3.6.1.2.1.2.2.1.14.20
1.3.6.1.2.1.2.2.1.20.20 1.3.6.1.2.1.2.2.1.11.20 1.3.6.1.2.1.2.2.1.17.20
1.3.6.1.2.1.2.2.1.5.20 1.3.6.1.2.1.2.2.1.2.20
[18-Oct-1999 11:54:57 ] Got: 0 0 0 0 0 0 4294967295 Null0
[18-Oct-1999 11:54:57 ] Retrieved data for null0 (20):
0,0,0,U,0,0,0,U,U,4294967295
[18-Oct-1999 11:54:57 ] Some data is missing for null0 (20).
[18-Oct-1999 11:54:57 ] Processing /routers/Central/isbr01/e1_0_0_0...
[18-Oct-1999 11:54:57 ] Preparing map(interface-name)
[18-Oct-1999 11:54:57 ] Evaling inst which is: 0
[18-Oct-1999 11:54:57 ] target e1_0_0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 21
        interface-name = E1 0/0/0
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/e1
_0_0_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:57 ] Retrieving data for target e1_0_0_0 (21)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:57*] Could not find a fetcher with type to fetch data
for e1_0_0_0 (21).
[18-Oct-1999 11:54:57 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.21 1.3.6.1.2.1.2.2.1.16.21 1.3.6.1.2.1.2.2.1.14.21
1.3.6.1.2.1.2.2.1.20.21 1.3.6.1.2.1.2.2.1.11.21 1.3.6.1.2.1.2.2.1.17.21
1.3.6.1.2.1.2.2.1.5.21 1.3.6.1.2.1.2.2.1.2.21
[18-Oct-1999 11:54:57*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:54:57 ] Got:
[18-Oct-1999 11:54:57 ] Walking ifDescr for isbr01.isd.tafensw.EDU.AU:161 to
resolve interface-name mapping
[18-Oct-1999 11:54:57 ] Attempting lookup on E1 0/0/0.
[18-Oct-1999 11:54:57 ] Retrieving data for target e1_0_0_0 (21)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:57*] Could not find a fetcher with type to fetch data
for e1_0_0_0 (21).
[18-Oct-1999 11:54:57 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.21 1.3.6.1.2.1.2.2.1.16.21 1.3.6.1.2.1.2.2.1.14.21
1.3.6.1.2.1.2.2.1.20.21 1.3.6.1.2.1.2.2.1.11.21 1.3.6.1.2.1.2.2.1.17.21
1.3.6.1.2.1.2.2.1.5.21
[18-Oct-1999 11:54:57*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:54:57 ] Got:
[18-Oct-1999 11:54:57 ] Retrieved data for e1_0_0_0 (21):
U,U,U,U,U,U,U,U,U,U
[18-Oct-1999 11:54:57 ] Some data is missing for e1_0_0_0 (21).
[18-Oct-1999 11:54:57 ] Retrieved data for e1_0_0_0 (21):
U,U,U,U,U,U,U,U,U,U
[18-Oct-1999 11:54:57 ] Some data is missing for e1_0_0_0 (21).
[18-Oct-1999 11:54:57 ] Processing /routers/Central/isbr01/e1_0_0_1...
[18-Oct-1999 11:54:57 ] Preparing map(interface-name)
[18-Oct-1999 11:54:57 ] Evaling inst which is: 0
[18-Oct-1999 11:54:57 ] target e1_0_0_1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 22
        interface-name = E1 0/0/1
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/e1
_0_0_1.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:57 ] Retrieving data for target e1_0_0_1 (22)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:57*] Could not find a fetcher with type to fetch data
for e1_0_0_1 (22).
[18-Oct-1999 11:54:57 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.22 1.3.6.1.2.1.2.2.1.16.22 1.3.6.1.2.1.2.2.1.14.22
1.3.6.1.2.1.2.2.1.20.22 1.3.6.1.2.1.2.2.1.11.22 1.3.6.1.2.1.2.2.1.17.22
1.3.6.1.2.1.2.2.1.5.22 1.3.6.1.2.1.2.2.1.2.22
[18-Oct-1999 11:54:57*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:54:57 ] Got:
[18-Oct-1999 11:54:57 ] Attempting lookup on E1 0/0/1.
[18-Oct-1999 11:54:57 ] Retrieving data for target e1_0_0_1 (22)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:57*] Could not find a fetcher with type to fetch data
for e1_0_0_1 (22).
[18-Oct-1999 11:54:57 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.22 1.3.6.1.2.1.2.2.1.16.22 1.3.6.1.2.1.2.2.1.14.22
1.3.6.1.2.1.2.2.1.20.22 1.3.6.1.2.1.2.2.1.11.22 1.3.6.1.2.1.2.2.1.17.22
1.3.6.1.2.1.2.2.1.5.22
[18-Oct-1999 11:54:57*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:54:57 ] Got:
[18-Oct-1999 11:54:57 ] Retrieved data for e1_0_0_1 (22):
U,U,U,U,U,U,U,U,U,U
[18-Oct-1999 11:54:57 ] Some data is missing for e1_0_0_1 (22).
[18-Oct-1999 11:54:57 ] Retrieved data for e1_0_0_1 (22):
U,U,U,U,U,U,U,U,U,U
[18-Oct-1999 11:54:57 ] Some data is missing for e1_0_0_1 (22).
[18-Oct-1999 11:54:57 ] Processing /routers/Central/isbr01/serial1_1_7.1...
[18-Oct-1999 11:54:57 ] Preparing map(interface-name)
[18-Oct-1999 11:54:57 ] Evaling inst which is: 0
[18-Oct-1999 11:54:57 ] target serial1_1_7.1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 23
        interface-name = Serial1/1/7.1
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.1.rrd
        rrd-poll-interval = 300
        short-desc = mebr01_s1 (Meadowbank)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:57 ] Retrieving data for target serial1_1_7.1 (23)
(sub-interface)
[18-Oct-1999 11:54:57 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.23 1.3.6.1.2.1.2.2.1.16.23 1.3.6.1.2.1.2.2.1.2.23
[18-Oct-1999 11:54:57 ] Got: 1443577957 107008502 Serial1/1/7.1
[18-Oct-1999 11:54:57 ] Retrieved data for serial1_1_7.1 (23):
1443577957,107008502
[18-Oct-1999 11:54:57 ] Processing /routers/Central/isbr01/serial1_1_7.2...
[18-Oct-1999 11:54:57 ] Preparing map(interface-name)
[18-Oct-1999 11:54:57 ] Evaling inst which is: 0
[18-Oct-1999 11:54:57 ] target serial1_1_7.2
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 24
        interface-name = Serial1/1/7.2
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.2.rrd
        rrd-poll-interval = 300
        short-desc = cnbr01_s1 (Crowsnest)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:57 ] Retrieving data for target serial1_1_7.2 (24)
(sub-interface)
[18-Oct-1999 11:54:57 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.24 1.3.6.1.2.1.2.2.1.16.24 1.3.6.1.2.1.2.2.1.2.24
[18-Oct-1999 11:54:57 ] Got: 1066899420 2857675299 Serial1/1/7.2
[18-Oct-1999 11:54:57 ] Retrieved data for serial1_1_7.2 (24):
1066899420,2857675299
[18-Oct-1999 11:54:57 ] Processing /routers/Central/isbr01/serial1_1_7.3...
[18-Oct-1999 11:54:57 ] Preparing map(interface-name)
[18-Oct-1999 11:54:57 ] Evaling inst which is: 0
[18-Oct-1999 11:54:57 ] target serial1_1_7.3
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 25
        interface-name = Serial1/1/7.3
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.3.rrd
        rrd-poll-interval = 300
        short-desc = rybr01_s1 (Ryde)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:57 ] Retrieving data for target serial1_1_7.3 (25)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.25 1.3.6.1.2.1.2.2.1.16.25 1.3.6.1.2.1.2.2.1.2.25
[18-Oct-1999 11:54:58 ] Got: 1032532736 2373262389 Serial1/1/7.3
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.3 (25):
1032532736,2373262389
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.4...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.4
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 26
        interface-name = Serial1/1/7.4
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.4.rrd
        rrd-poll-interval = 300
        short-desc = orbr18_s1 (Orange)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.4 (26)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.26 1.3.6.1.2.1.2.2.1.16.26 1.3.6.1.2.1.2.2.1.2.26
[18-Oct-1999 11:54:58 ] Got: 2494360332 1681963091 Serial1/1/7.4
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.4 (26):
2494360332,1681963091
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.5...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.5
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 27
        interface-name = Serial1/1/7.5
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.5.rrd
        rrd-poll-interval = 300
        short-desc = phbr01_s1-1 (Penrith)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.5 (27)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.27 1.3.6.1.2.1.2.2.1.16.27 1.3.6.1.2.1.2.2.1.2.27
[18-Oct-1999 11:54:58 ] Got: 790891731 1679767439 Serial1/1/7.5
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.5 (27):
790891731,1679767439
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.6...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.6
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 28
        interface-name = Serial1/1/7.6
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.6.rrd
        rrd-poll-interval = 300
        short-desc = trbr01_s1 (Taree)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.6 (28)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.28 1.3.6.1.2.1.2.2.1.16.28 1.3.6.1.2.1.2.2.1.2.28
[18-Oct-1999 11:54:58 ] Got: 312529929 896893483 Serial1/1/7.6
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.6 (28):
312529929,896893483
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.7...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.7
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 29
        interface-name = Serial1/1/7.7
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.7.rrd
        rrd-poll-interval = 300
        short-desc = bmbr01_s1 (Blue Mountains)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.7 (29)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.29 1.3.6.1.2.1.2.2.1.16.29 1.3.6.1.2.1.2.2.1.2.29
[18-Oct-1999 11:54:58 ] Got: 386706910 1158155212 Serial1/1/7.7
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.7 (29):
386706910,1158155212
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.8...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.8
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 30
        interface-name = Serial1/1/7.8
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.8.rrd
        rrd-poll-interval = 300
        short-desc = pebr01_s1.1 (Petersham)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.8 (30)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.30 1.3.6.1.2.1.2.2.1.16.30 1.3.6.1.2.1.2.2.1.2.30
[18-Oct-1999 11:54:58 ] Got: 796466044 1010469331 Serial1/1/7.8
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.8 (30):
796466044,1010469331
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.9...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.9
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 31
        interface-name = Serial1/1/7.9
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.9.rrd
        rrd-poll-interval = 300
        short-desc = gebr01_s1 (Glendale)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.9 (31)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.31 1.3.6.1.2.1.2.2.1.16.31 1.3.6.1.2.1.2.2.1.2.31
[18-Oct-1999 11:54:58 ] Got: 819652374 1979068581 Serial1/1/7.9
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.9 (31):
819652374,1979068581
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.10...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.10
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 32
        interface-name = Serial1/1/7.10
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.10.rrd
        rrd-poll-interval = 300
        short-desc = ngbr02_s0 (New England 2)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.10 (32)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.32 1.3.6.1.2.1.2.2.1.16.32 1.3.6.1.2.1.2.2.1.2.32
[18-Oct-1999 11:54:58 ] Got: 421959690 1515153108 Serial1/1/7.10
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.10 (32):
421959690,1515153108
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.11...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.11
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 33
        interface-name = Serial1/1/7.11
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.11.rrd
        rrd-poll-interval = 300
        short-desc = btbr18_s1 (Belmont)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.11 (33)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.33 1.3.6.1.2.1.2.2.1.16.33 1.3.6.1.2.1.2.2.1.2.33
[18-Oct-1999 11:54:58 ] Got: 722512158 1882685295 Serial1/1/7.11
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.11 (33):
722512158,1882685295
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.12...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.12
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 34
        interface-name = Serial1/1/7.12
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.12.rrd
        rrd-poll-interval = 300
        short-desc = lwbr18_s1 (Lithgow)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.12 (34)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.34 1.3.6.1.2.1.2.2.1.16.34 1.3.6.1.2.1.2.2.1.2.34
[18-Oct-1999 11:54:58 ] Got: 1807424638 950015512 Serial1/1/7.12
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.12 (34):
1807424638,950015512
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.13...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.13
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 35
        interface-name = Serial1/1/7.13
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.13.rrd
        rrd-poll-interval = 300
        short-desc = wbbr18_s1 (Wollongbar)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.13 (35)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.35 1.3.6.1.2.1.2.2.1.16.35 1.3.6.1.2.1.2.2.1.2.35
[18-Oct-1999 11:54:58 ] Got: 317987725 938436887 Serial1/1/7.13
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.13 (35):
317987725,938436887
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.14...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.14
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 36
        interface-name = Serial1/1/7.14
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.14.rrd
        rrd-poll-interval = 300
        short-desc = dubr18_s1 (Dubbo)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.14 (36)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.36 1.3.6.1.2.1.2.2.1.16.36 1.3.6.1.2.1.2.2.1.2.36
[18-Oct-1999 11:54:58 ] Got: 2515908367 2909071205 Serial1/1/7.14
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.14 (36):
2515908367,2909071205
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.15...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.15
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 37
        interface-name = Serial1/1/7.15
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.15.rrd
        rrd-poll-interval = 300
        short-desc = pmbr18_s0 (Port Macquarie)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.15 (37)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.37 1.3.6.1.2.1.2.2.1.16.37 1.3.6.1.2.1.2.2.1.2.37
[18-Oct-1999 11:54:58 ] Got: 309395833 945362286 Serial1/1/7.15
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.15 (37):
309395833,945362286
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.16...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.16
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 38
        interface-name = Serial1/1/7.16
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.16.rrd
        rrd-poll-interval = 300
        short-desc = sibr18_s1 (Singleton)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.16 (38)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.38 1.3.6.1.2.1.2.2.1.16.38 1.3.6.1.2.1.2.2.1.2.38
[18-Oct-1999 11:54:58 ] Got: 832548613 1044268520 Serial1/1/7.16
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.16 (38):
832548613,1044268520
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.17...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.17
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 39
        interface-name = Serial1/1/7.17
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.17.rrd
        rrd-poll-interval = 300
        short-desc = tobr01_s0 (tomarree)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.17 (39)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.39 1.3.6.1.2.1.2.2.1.16.39 1.3.6.1.2.1.2.2.1.2.39
[18-Oct-1999 11:54:58 ] Got: 568493093 1534159725 Serial1/1/7.17
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.17 (39):
568493093,1534159725
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.18...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.18
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 40
        interface-name = Serial1/1/7.18
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.18.rrd
        rrd-poll-interval = 300
        short-desc = Telstra Authentication Channel
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.18 (40)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.40 1.3.6.1.2.1.2.2.1.16.40 1.3.6.1.2.1.2.2.1.2.40
[18-Oct-1999 11:54:58 ] Got: 13090 18861251 Serial1/1/7.18
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.18 (40):
13090,18861251
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.19...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.19
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 41
        interface-name = Serial1/1/7.19
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.19.rrd
        rrd-poll-interval = 300
        short-desc = Telstra Data Channel
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.19 (41)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.41 1.3.6.1.2.1.2.2.1.16.41 1.3.6.1.2.1.2.2.1.2.41
[18-Oct-1999 11:54:58 ] Got: 4279045 39732510 Serial1/1/7.19
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.19 (41):
4279045,39732510
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.20...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.20
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 42
        interface-name = Serial1/1/7.20
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.20.rrd
        rrd-poll-interval = 300
        short-desc = wybr18_s1 (Wyong)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.20 (42)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.42 1.3.6.1.2.1.2.2.1.16.42 1.3.6.1.2.1.2.2.1.2.42
[18-Oct-1999 11:54:58 ] Got: 988055070 2287421812 Serial1/1/7.20
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.20 (42):
988055070,2287421812
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.21...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.21
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 43
        interface-name = Serial1/1/7.21
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.21.rrd
        rrd-poll-interval = 300
        short-desc = habr18_s1 (Hamilton)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.21 (43)
(sub-interface)
[18-Oct-1999 11:54:58 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.43 1.3.6.1.2.1.2.2.1.16.43 1.3.6.1.2.1.2.2.1.2.43
[18-Oct-1999 11:54:58 ] Got: 623736796 1293972080 Serial1/1/7.21
[18-Oct-1999 11:54:58 ] Retrieved data for serial1_1_7.21 (43):
623736796,1293972080
[18-Oct-1999 11:54:58 ] Processing /routers/Central/isbr01/serial1_1_7.22...
[18-Oct-1999 11:54:58 ] Preparing map(interface-name)
[18-Oct-1999 11:54:58 ] Evaling inst which is: 0
[18-Oct-1999 11:54:58 ] target serial1_1_7.22
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 44
        interface-name = Serial1/1/7.22
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.22.rrd
        rrd-poll-interval = 300
        short-desc = gdbr18_s1 (Gosford)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:58 ] Retrieving data for target serial1_1_7.22 (44)
(sub-interface)
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.44 1.3.6.1.2.1.2.2.1.16.44 1.3.6.1.2.1.2.2.1.2.44
[18-Oct-1999 11:54:59 ] Got: 536636049 1376462569 Serial1/1/7.22
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_7.22 (44):
536636049,1376462569
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr01/serial1_1_7.23...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_7.23
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 45
        interface-name = Serial1/1/7.23
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.23.rrd
        rrd-poll-interval = 300
        short-desc = bvbr01_s1 (Brookvale)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_7.23 (45)
(sub-interface)
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.45 1.3.6.1.2.1.2.2.1.16.45 1.3.6.1.2.1.2.2.1.2.45
[18-Oct-1999 11:54:59 ] Got: 992217961 2569662026 Serial1/1/7.23
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_7.23 (45):
992217961,2569662026
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr01/serial1_1_7.24...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_7.24
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 46
        interface-name = Serial1/1/7.24
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.24.rrd
        rrd-poll-interval = 300
        short-desc = sebr01_s1 (Seaforth)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_7.24 (46)
(sub-interface)
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.46 1.3.6.1.2.1.2.2.1.16.46 1.3.6.1.2.1.2.2.1.2.46
[18-Oct-1999 11:54:59 ] Got: 587694499 1123957263 Serial1/1/7.24
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_7.24 (46):
587694499,1123957263
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr01/serial1_1_7.25...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_7.25
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 47
        interface-name = Serial1/1/7.25
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.25.rrd
        rrd-poll-interval = 300
        short-desc = bsbr18_S1 (Bathurst)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_7.25 (47)
(sub-interface)
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.47 1.3.6.1.2.1.2.2.1.16.47 1.3.6.1.2.1.2.2.1.2.47
[18-Oct-1999 11:54:59 ] Got: 2230448109 1961067396 Serial1/1/7.25
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_7.25 (47):
2230448109,1961067396
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr01/serial1_1_7.26...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_7.26
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 48
        interface-name = Serial1/1/7.26
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.26.rrd
        rrd-poll-interval = 300
        short-desc = bhbr01_s1 (Baulkham Hills)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_7.26 (48)
(sub-interface)
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.48 1.3.6.1.2.1.2.2.1.16.48 1.3.6.1.2.1.2.2.1.2.48
[18-Oct-1999 11:54:59 ] Got: 600316374 1538925350 Serial1/1/7.26
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_7.26 (48):
600316374,1538925350
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr01/serial1_1_7.27...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_7.27
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 49
        interface-name = Serial1/1/7.27
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.27.rrd
        rrd-poll-interval = 300
        short-desc = rmbr01_s1 (Richmond)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_7.27 (49)
(sub-interface)
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.49 1.3.6.1.2.1.2.2.1.16.49 1.3.6.1.2.1.2.2.1.2.49
[18-Oct-1999 11:54:59 ] Got: 401888841 1173668000 Serial1/1/7.27
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_7.27 (49):
401888841,1173668000
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr01/serial1_1_7.28...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_7.28
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 50
        interface-name = Serial1/1/7.28
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.28.rrd
        rrd-poll-interval = 300
        short-desc = mdbr01_s1 (mount Druitt)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_7.28 (50)
(sub-interface)
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.50 1.3.6.1.2.1.2.2.1.16.50 1.3.6.1.2.1.2.2.1.2.50
[18-Oct-1999 11:54:59 ] Got: 328702999 2462874347 Serial1/1/7.28
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_7.28 (50):
328702999,2462874347
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr01/serial1_1_7.29...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_7.29
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01
        inst = 51
        interface-name = Serial1/1/7.29
        router = isbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr01/se
rial1_1_7.29.rrd
        rrd-poll-interval = 300
        short-desc = webr01_s1 (Werrington)
        snmp = xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_7.29 (51)
(sub-interface)
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.51 1.3.6.1.2.1.2.2.1.16.51 1.3.6.1.2.1.2.2.1.2.51
[18-Oct-1999 11:54:59 ] Got: 4066670575 76730743 Serial1/1/7.29
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_7.29 (51):
4066670575,76730743
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr02/fddi1_0_0...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target fddi1_0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 3
        interface-name = Fddi1/0/0
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/fd
di1_0_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target fddi1_0_0 (3)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:59*] Could not find a fetcher with type to fetch data
for fddi1_0_0 (3).
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.3 1.3.6.1.2.1.2.2.1.16.3 1.3.6.1.2.1.2.2.1.14.3
1.3.6.1.2.1.2.2.1.20.3 1.3.6.1.2.1.2.2.1.11.3 1.3.6.1.2.1.2.2.1.17.3
1.3.6.1.2.1.2.2.1.5.3 1.3.6.1.2.1.2.2.1.2.3
[18-Oct-1999 11:54:59 ] Got: 495866950 3337854627 593 0 1001618647 114030053
100000000 Fddi1/0/0
[18-Oct-1999 11:54:59 ] Retrieved data for fddi1_0_0 (3):
495866950,3337854627,593,U,0,1001618647,114030053,U,U,100000000
[18-Oct-1999 11:54:59 ] Some data is missing for fddi1_0_0 (3).
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr02/serial1_1_1...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 5
        interface-name = Serial1/1/1
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_1.rrd
        rrd-poll-interval = 300
        short-desc = => icbr01s0 (Info Centre)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_1 (5)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:59*] Could not find a fetcher with type to fetch data
for serial1_1_1 (5).
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.5 1.3.6.1.2.1.2.2.1.16.5 1.3.6.1.2.1.2.2.1.14.5
1.3.6.1.2.1.2.2.1.20.5 1.3.6.1.2.1.2.2.1.11.5 1.3.6.1.2.1.2.2.1.17.5
1.3.6.1.2.1.2.2.1.5.5 1.3.6.1.2.1.2.2.1.2.5
[18-Oct-1999 11:54:59 ] Got: 165145462 1932019336 882 0 1270593 1117272
128000 Serial1/1/1
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_1 (5):
165145462,1932019336,882,U,0,1270593,1117272,U,U,128000
[18-Oct-1999 11:54:59 ] Some data is missing for serial1_1_1 (5).
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr02/serial1_1_2...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_2
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 6
        interface-name = Serial1/1/2
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_2.rrd
        rrd-poll-interval = 300
        short-desc = => otbr01s0 (OTEN Strathfield)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_2 (6)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:59*] Could not find a fetcher with type to fetch data
for serial1_1_2 (6).
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.6 1.3.6.1.2.1.2.2.1.16.6 1.3.6.1.2.1.2.2.1.14.6
1.3.6.1.2.1.2.2.1.20.6 1.3.6.1.2.1.2.2.1.11.6 1.3.6.1.2.1.2.2.1.17.6
1.3.6.1.2.1.2.2.1.5.6 1.3.6.1.2.1.2.2.1.2.6
[18-Oct-1999 11:54:59 ] Got: 1728551886 2760204904 4799 0 10627858 10447867
504000 Serial1/1/2
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_2 (6):
1728551886,2760204904,4799,U,0,10627858,10447867,U,U,504000
[18-Oct-1999 11:54:59 ] Some data is missing for serial1_1_2 (6).
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr02/serial1_1_3...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_3
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 7
        interface-name = Serial1/1/3
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_3.rrd
        rrd-poll-interval = 300
        short-desc = => webr01s0 (Werrington)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_3 (7)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:59*] Could not find a fetcher with type to fetch data
for serial1_1_3 (7).
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.7 1.3.6.1.2.1.2.2.1.16.7 1.3.6.1.2.1.2.2.1.14.7
1.3.6.1.2.1.2.2.1.20.7 1.3.6.1.2.1.2.2.1.11.7 1.3.6.1.2.1.2.2.1.17.7
1.3.6.1.2.1.2.2.1.5.7 1.3.6.1.2.1.2.2.1.2.7
[18-Oct-1999 11:54:59 ] Got: 3643914006 3699231333 36836 0 14145029 22820608
504000 Serial1/1/3
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_3 (7):
3643914006,3699231333,36836,U,0,14145029,22820608,U,U,504000
[18-Oct-1999 11:54:59 ] Some data is missing for serial1_1_3 (7).
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr02/serial1_1_4...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_4
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 8
        interface-name = Serial1/1/4
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_4.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_4 (8)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:54:59*] Could not find a fetcher with type to fetch data
for serial1_1_4 (8).
[18-Oct-1999 11:54:59 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.8 1.3.6.1.2.1.2.2.1.16.8 1.3.6.1.2.1.2.2.1.14.8
1.3.6.1.2.1.2.2.1.20.8 1.3.6.1.2.1.2.2.1.11.8 1.3.6.1.2.1.2.2.1.17.8
1.3.6.1.2.1.2.2.1.5.8 1.3.6.1.2.1.2.2.1.2.8
[18-Oct-1999 11:54:59 ] Got: 824165167 2013537972 0 0 6020809 5624314
2048000 Serial1/1/4
[18-Oct-1999 11:54:59 ] Retrieved data for serial1_1_4 (8):
824165167,2013537972,0,U,0,6020809,5624314,U,U,2048000
[18-Oct-1999 11:54:59 ] Some data is missing for serial1_1_4 (8).
[18-Oct-1999 11:54:59 ] Processing /routers/Central/isbr02/serial1_1_5...
[18-Oct-1999 11:54:59 ] Preparing map(interface-name)
[18-Oct-1999 11:54:59 ] Evaling inst which is: 0
[18-Oct-1999 11:54:59 ] target serial1_1_5
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 9
        interface-name = Serial1/1/5
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_5.rrd
        rrd-poll-interval = 300
        short-desc = => nsbr01s0 (North Sydney)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:54:59 ] Retrieving data for target serial1_1_5 (9)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:00*] Could not find a fetcher with type to fetch data
for serial1_1_5 (9).
[18-Oct-1999 11:55:00 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.9 1.3.6.1.2.1.2.2.1.16.9 1.3.6.1.2.1.2.2.1.14.9
1.3.6.1.2.1.2.2.1.20.9 1.3.6.1.2.1.2.2.1.11.9 1.3.6.1.2.1.2.2.1.17.9
1.3.6.1.2.1.2.2.1.5.9 1.3.6.1.2.1.2.2.1.2.9
[18-Oct-1999 11:55:00 ] Got: 3197425962 3026726136 1937 0 33340891 37374313
504000 Serial1/1/5
[18-Oct-1999 11:55:00 ] Retrieved data for serial1_1_5 (9):
3197425962,3026726136,1937,U,0,33340891,37374313,U,U,504000
[18-Oct-1999 11:55:00 ] Some data is missing for serial1_1_5 (9).
[18-Oct-1999 11:55:00 ] Processing /routers/Central/isbr02/serial1_1_6...
[18-Oct-1999 11:55:00 ] Preparing map(interface-name)
[18-Oct-1999 11:55:00 ] Evaling inst which is: 0
[18-Oct-1999 11:55:00 ] target serial1_1_6
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 10
        interface-name = Serial1/1/6
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_6.rrd
        rrd-poll-interval = 300
        short-desc = => nebr01s0 (Newcastle)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:00 ] Retrieving data for target serial1_1_6 (10)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:00*] Could not find a fetcher with type to fetch data
for serial1_1_6 (10).
[18-Oct-1999 11:55:00 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.10 1.3.6.1.2.1.2.2.1.16.10 1.3.6.1.2.1.2.2.1.14.10
1.3.6.1.2.1.2.2.1.20.10 1.3.6.1.2.1.2.2.1.11.10 1.3.6.1.2.1.2.2.1.17.10
1.3.6.1.2.1.2.2.1.5.10 1.3.6.1.2.1.2.2.1.2.10
[18-Oct-1999 11:55:00 ] Got: 1342540236 320920865 10776 0 37887481 37060674
504000 Serial1/1/6
[18-Oct-1999 11:55:00 ] Retrieved data for serial1_1_6 (10):
1342540236,320920865,10776,U,0,37887481,37060674,U,U,504000
[18-Oct-1999 11:55:00 ] Some data is missing for serial1_1_6 (10).
[18-Oct-1999 11:55:00 ] Processing /routers/Central/isbr02/serial1_1_7...
[18-Oct-1999 11:55:00 ] Preparing map(interface-name)
[18-Oct-1999 11:55:00 ] Evaling inst which is: 0
[18-Oct-1999 11:55:00 ] target serial1_1_7
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 11
        interface-name = Serial1/1/7
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_7.rrd
        rrd-poll-interval = 300
        short-desc = => tabr01s0 (New England)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:00 ] Retrieving data for target serial1_1_7 (11)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:00*] Could not find a fetcher with type to fetch data
for serial1_1_7 (11).
[18-Oct-1999 11:55:00 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.11 1.3.6.1.2.1.2.2.1.16.11 1.3.6.1.2.1.2.2.1.14.11
1.3.6.1.2.1.2.2.1.20.11 1.3.6.1.2.1.2.2.1.11.11 1.3.6.1.2.1.2.2.1.17.11
1.3.6.1.2.1.2.2.1.5.11 1.3.6.1.2.1.2.2.1.2.11
[18-Oct-1999 11:55:00 ] Got: 3036821910 846836458 1054 0 10315604 9191759
504000 Serial1/1/7
[18-Oct-1999 11:55:00 ] Retrieved data for serial1_1_7 (11):
3036821910,846836458,1054,U,0,10315604,9191759,U,U,504000
[18-Oct-1999 11:55:00 ] Some data is missing for serial1_1_7 (11).
[18-Oct-1999 11:55:00 ] Processing /routers/Central/isbr02/serial4_0...
[18-Oct-1999 11:55:00 ] Preparing map(interface-name)
[18-Oct-1999 11:55:00 ] Evaling inst which is: 0
[18-Oct-1999 11:55:00 ] target serial4_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 12
        interface-name = Serial4/0
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial4_0.rrd
        rrd-poll-interval = 300
        short-desc = => iubr18s0 ( ISU )
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:00 ] Retrieving data for target serial4_0 (12)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:00*] Could not find a fetcher with type to fetch data
for serial4_0 (12).
[18-Oct-1999 11:55:00 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.12 1.3.6.1.2.1.2.2.1.16.12 1.3.6.1.2.1.2.2.1.14.12
1.3.6.1.2.1.2.2.1.20.12 1.3.6.1.2.1.2.2.1.11.12 1.3.6.1.2.1.2.2.1.17.12
1.3.6.1.2.1.2.2.1.5.12 1.3.6.1.2.1.2.2.1.2.12
[18-Oct-1999 11:55:00 ] Got: 143707658 2132793395 27 0 1483576 1639761 64000
Serial4/0
[18-Oct-1999 11:55:00 ] Retrieved data for serial4_0 (12):
143707658,2132793395,27,U,0,1483576,1639761,U,U,64000
[18-Oct-1999 11:55:00 ] Some data is missing for serial4_0 (12).
[18-Oct-1999 11:55:00 ] Processing /routers/Central/isbr02/serial4_1...
[18-Oct-1999 11:55:00 ] Preparing map(interface-name)
[18-Oct-1999 11:55:00 ] Evaling inst which is: 0
[18-Oct-1999 11:55:00 ] target serial4_1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 13
        interface-name = Serial4/1
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial4_1.rrd
        rrd-poll-interval = 300
        short-desc = => xpbr01s0 (McKell Bldg, DPWS)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:00 ] Retrieving data for target serial4_1 (13)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:00*] Could not find a fetcher with type to fetch data
for serial4_1 (13).
[18-Oct-1999 11:55:00 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.13 1.3.6.1.2.1.2.2.1.16.13 1.3.6.1.2.1.2.2.1.14.13
1.3.6.1.2.1.2.2.1.20.13 1.3.6.1.2.1.2.2.1.11.13 1.3.6.1.2.1.2.2.1.17.13
1.3.6.1.2.1.2.2.1.5.13 1.3.6.1.2.1.2.2.1.2.13
[18-Oct-1999 11:55:01 ] Got: 24296562 25110434 0 0 377308 261271 64000
Serial4/1
[18-Oct-1999 11:55:01 ] Retrieved data for serial4_1 (13):
24296562,25110434,0,U,0,377308,261271,U,U,64000
[18-Oct-1999 11:55:01 ] Some data is missing for serial4_1 (13).
[18-Oct-1999 11:55:01 ] Processing /routers/Central/isbr02/serial4_3...
[18-Oct-1999 11:55:02 ] Preparing map(interface-name)
[18-Oct-1999 11:55:02 ] Evaling inst which is: 0
[18-Oct-1999 11:55:02 ] target serial4_3
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 15
        interface-name = Serial4/3
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial4_3.rrd
        rrd-poll-interval = 300
        short-desc = ==> isbr99s0 (ISDLAB)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:02 ] Retrieving data for target serial4_3 (15)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:02*] Could not find a fetcher with type to fetch data
for serial4_3 (15).
[18-Oct-1999 11:55:02 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.15 1.3.6.1.2.1.2.2.1.16.15 1.3.6.1.2.1.2.2.1.14.15
1.3.6.1.2.1.2.2.1.20.15 1.3.6.1.2.1.2.2.1.11.15 1.3.6.1.2.1.2.2.1.17.15
1.3.6.1.2.1.2.2.1.5.15 1.3.6.1.2.1.2.2.1.2.15
[18-Oct-1999 11:55:02 ] Got: 51078282 1809937156 0 0 660770 997815 128000
Serial4/3
[18-Oct-1999 11:55:02 ] Retrieved data for serial4_3 (15):
51078282,1809937156,0,U,0,660770,997815,U,U,128000
[18-Oct-1999 11:55:02 ] Some data is missing for serial4_3 (15).
[18-Oct-1999 11:55:02 ] Processing /routers/Central/isbr02/serial4_6...
[18-Oct-1999 11:55:02 ] Preparing map(interface-name)
[18-Oct-1999 11:55:02 ] Evaling inst which is: 0
[18-Oct-1999 11:55:02 ] target serial4_6
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 18
        interface-name = Serial4/6
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial4_6.rrd
        rrd-poll-interval = 300
        short-desc = => hobr01b0/0 (Hornsby)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:02 ] Retrieving data for target serial4_6 (18)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:03*] Could not find a fetcher with type to fetch data
for serial4_6 (18).
[18-Oct-1999 11:55:03 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.18 1.3.6.1.2.1.2.2.1.16.18 1.3.6.1.2.1.2.2.1.14.18
1.3.6.1.2.1.2.2.1.20.18 1.3.6.1.2.1.2.2.1.11.18 1.3.6.1.2.1.2.2.1.17.18
1.3.6.1.2.1.2.2.1.5.18 1.3.6.1.2.1.2.2.1.2.18
[18-Oct-1999 11:55:03 ] Got: 95386490 1504432620 2 0 1140476 6072691 64000
Serial4/6
[18-Oct-1999 11:55:03 ] Retrieved data for serial4_6 (18):
95386490,1504432620,2,U,0,1140476,6072691,U,U,64000
[18-Oct-1999 11:55:03 ] Some data is missing for serial4_6 (18).
[18-Oct-1999 11:55:03 ] Processing /routers/Central/isbr02/null0...
[18-Oct-1999 11:55:03 ] Preparing map(interface-name)
[18-Oct-1999 11:55:03 ] Evaling inst which is: 0
[18-Oct-1999 11:55:03 ] target null0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 22
        interface-name = Null0
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/nu
ll0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:03 ] Retrieving data for target null0 (22)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:03*] Could not find a fetcher with type to fetch data
for null0 (22).
[18-Oct-1999 11:55:04 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.22 1.3.6.1.2.1.2.2.1.16.22 1.3.6.1.2.1.2.2.1.14.22
1.3.6.1.2.1.2.2.1.20.22 1.3.6.1.2.1.2.2.1.11.22 1.3.6.1.2.1.2.2.1.17.22
1.3.6.1.2.1.2.2.1.5.22 1.3.6.1.2.1.2.2.1.2.22
[18-Oct-1999 11:55:04 ] Got: 0 0 0 0 0 0 4294967295 Null0
[18-Oct-1999 11:55:04 ] Retrieved data for null0 (22):
0,0,0,U,0,0,0,U,U,4294967295
[18-Oct-1999 11:55:04 ] Some data is missing for null0 (22).
[18-Oct-1999 11:55:04 ] Processing /routers/Central/isbr02/serial1_1_4.1...
[18-Oct-1999 11:55:04 ] Preparing map(interface-name)
[18-Oct-1999 11:55:04 ] Evaling inst which is: 0
[18-Oct-1999 11:55:04 ] target serial1_1_4.1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 25
        interface-name = Serial1/1/4.1
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_4.1.rrd
        rrd-poll-interval = 300
        short-desc = => arbr01_s1 (Armidale)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:04 ] Retrieving data for target serial1_1_4.1 (25)
(sub-interface)
[18-Oct-1999 11:55:04 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.25 1.3.6.1.2.1.2.2.1.16.25 1.3.6.1.2.1.2.2.1.2.25
[18-Oct-1999 11:55:05 ] Got: 153587263 822921756 Serial1/1/4.1
[18-Oct-1999 11:55:05 ] Retrieved data for serial1_1_4.1 (25):
153587263,822921756
[18-Oct-1999 11:55:05 ] Processing /routers/Central/isbr02/serial1_1_4.2...
[18-Oct-1999 11:55:05 ] Preparing map(interface-name)
[18-Oct-1999 11:55:05 ] Evaling inst which is: 0
[18-Oct-1999 11:55:05 ] target serial1_1_4.2
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 26
        interface-name = Serial1/1/4.2
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_4.2.rrd
        rrd-poll-interval = 300
        short-desc = => wrbr01_s1 (WIOrange)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:05 ] Retrieving data for target serial1_1_4.2 (26)
(sub-interface)
[18-Oct-1999 11:55:05 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.26 1.3.6.1.2.1.2.2.1.16.26 1.3.6.1.2.1.2.2.1.2.26
[18-Oct-1999 11:55:05 ] Got: 444138941 613879326 Serial1/1/4.2
[18-Oct-1999 11:55:05 ] Retrieved data for serial1_1_4.2 (26):
444138941,613879326
[18-Oct-1999 11:55:05 ] Processing /routers/Central/isbr02/serial1_1_4.3...
[18-Oct-1999 11:55:05 ] Preparing map(interface-name)
[18-Oct-1999 11:55:05 ] Evaling inst which is: 0
[18-Oct-1999 11:55:05 ] target serial1_1_4.3
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02
        inst = 27
        interface-name = Serial1/1/4.3
        router = isbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr02/se
rial1_1_4.3.rrd
        rrd-poll-interval = 300
        short-desc = => lmbr01s1 (Lismore)
        snmp = xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:05 ] Retrieving data for target serial1_1_4.3 (27)
(sub-interface)
[18-Oct-1999 11:55:05 ] Getting from xxxxxxxx@isbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.27 1.3.6.1.2.1.2.2.1.16.27 1.3.6.1.2.1.2.2.1.2.27
[18-Oct-1999 11:55:05 ] Got: 224797309 575420446 Serial1/1/4.3
[18-Oct-1999 11:55:05 ] Retrieved data for serial1_1_4.3 (27):
224797309,575420446
[18-Oct-1999 11:55:05 ] Processing /routers/Central/isbr05/ethernet0_0...
[18-Oct-1999 11:55:05 ] Preparing map(interface-name)
[18-Oct-1999 11:55:05 ] Evaling inst which is: 0
[18-Oct-1999 11:55:05 ] target ethernet0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr05
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr05
        inst = 1
        interface-name = Ethernet0/0
        router = isbr05.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr05/et
hernet0_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr05.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr05.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:05 ] Retrieving data for target ethernet0_0 (1)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:05*] Could not find a fetcher with type to fetch data
for ethernet0_0 (1).
[18-Oct-1999 11:55:05 ] Getting from xxxxxxxx@isbr05.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.1 1.3.6.1.2.1.2.2.1.16.1 1.3.6.1.2.1.2.2.1.14.1
1.3.6.1.2.1.2.2.1.20.1 1.3.6.1.2.1.2.2.1.11.1 1.3.6.1.2.1.2.2.1.17.1
1.3.6.1.2.1.2.2.1.5.1 1.3.6.1.2.1.2.2.1.2.1
[18-Oct-1999 11:55:05 ] Got: 254713703 2423214227 0 13 45984772 46359494
10000000 Ethernet0/0
[18-Oct-1999 11:55:05 ] Retrieved data for ethernet0_0 (1):
254713703,2423214227,0,U,13,45984772,46359494,U,U,10000000
[18-Oct-1999 11:55:05 ] Some data is missing for ethernet0_0 (1).
[18-Oct-1999 11:55:05 ] Processing /routers/Central/isbr05/ethernet0_1...
[18-Oct-1999 11:55:05 ] Preparing map(interface-name)
[18-Oct-1999 11:55:05 ] Evaling inst which is: 0
[18-Oct-1999 11:55:05 ] target ethernet0_1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr05
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr05
        inst = 3
        interface-name = Ethernet0/1
        router = isbr05.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr05/et
hernet0_1.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr05.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr05.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:05 ] Retrieving data for target ethernet0_1 (3)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:06*] Could not find a fetcher with type to fetch data
for ethernet0_1 (3).
[18-Oct-1999 11:55:06 ] Getting from xxxxxxxx@isbr05.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.3 1.3.6.1.2.1.2.2.1.16.3 1.3.6.1.2.1.2.2.1.14.3
1.3.6.1.2.1.2.2.1.20.3 1.3.6.1.2.1.2.2.1.11.3 1.3.6.1.2.1.2.2.1.17.3
1.3.6.1.2.1.2.2.1.5.3 1.3.6.1.2.1.2.2.1.2.3
[18-Oct-1999 11:55:06 ] Got: 2345521969 3448728547 0 2841 45936249 45364080
10000000 Ethernet0/1
[18-Oct-1999 11:55:06 ] Retrieved data for ethernet0_1 (3):
2345521969,3448728547,0,U,2841,45936249,45364080,U,U,10000000
[18-Oct-1999 11:55:06 ] Some data is missing for ethernet0_1 (3).
[18-Oct-1999 11:55:06 ] Processing /routers/Central/isbr10/fddi1_0_0...
[18-Oct-1999 11:55:06 ] Preparing map(interface-name)
[18-Oct-1999 11:55:06 ] Evaling inst which is: 0
[18-Oct-1999 11:55:06 ] target fddi1_0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 1
        interface-name = Fddi1/0/0
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/fd
di1_0_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:06 ] Retrieving data for target fddi1_0_0 (1)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:06*] Could not find a fetcher with type to fetch data
for fddi1_0_0 (1).
[18-Oct-1999 11:55:06 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.1 1.3.6.1.2.1.2.2.1.16.1 1.3.6.1.2.1.2.2.1.14.1
1.3.6.1.2.1.2.2.1.20.1 1.3.6.1.2.1.2.2.1.11.1 1.3.6.1.2.1.2.2.1.17.1
1.3.6.1.2.1.2.2.1.5.1 1.3.6.1.2.1.2.2.1.2.1
[18-Oct-1999 11:55:07 ] Got: 904125521 17483241 0 0 241382 130221 100000000
Fddi1/0/0
[18-Oct-1999 11:55:07 ] Retrieved data for fddi1_0_0 (1):
904125521,17483241,0,U,0,241382,130221,U,U,100000000
[18-Oct-1999 11:55:07 ] Some data is missing for fddi1_0_0 (1).
[18-Oct-1999 11:55:07 ] Processing /routers/Central/isbr10/atm1_1_0...
[18-Oct-1999 11:55:07 ] Preparing map(interface-name)
[18-Oct-1999 11:55:07 ] Evaling inst which is: 0
[18-Oct-1999 11:55:07 ] target atm1_1_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 2
        interface-name = ATM1/1/0
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/at
m1_1_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:07 ] Retrieving data for target atm1_1_0 (2)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:07*] Could not find a fetcher with type to fetch data
for atm1_1_0 (2).
[18-Oct-1999 11:55:07 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.2 1.3.6.1.2.1.2.2.1.16.2 1.3.6.1.2.1.2.2.1.14.2
1.3.6.1.2.1.2.2.1.20.2 1.3.6.1.2.1.2.2.1.11.2 1.3.6.1.2.1.2.2.1.17.2
1.3.6.1.2.1.2.2.1.5.2 1.3.6.1.2.1.2.2.1.2.2
[18-Oct-1999 11:55:07 ] Got: 10598937 95968183 0 0 100695 232786 33920000
ATM1/1/0
[18-Oct-1999 11:55:07 ] Retrieved data for atm1_1_0 (2):
10598937,95968183,0,U,0,100695,232786,U,U,33920000
[18-Oct-1999 11:55:07 ] Some data is missing for atm1_1_0 (2).
[18-Oct-1999 11:55:07 ] Processing
/routers/Central/isbr10/atm1_1_0-atm_layer...
[18-Oct-1999 11:55:07 ] Preparing map(interface-name)
[18-Oct-1999 11:55:07 ] Evaling inst which is: 0
[18-Oct-1999 11:55:07 ] target atm1_1_0-atm_layer
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 3
        interface-name = ATM1/1/0-atm layer
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/at
m1_1_0-atm_layer.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:07 ] Retrieving data for target atm1_1_0-atm_layer (3)
(sub-interface)
[18-Oct-1999 11:55:07 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.3 1.3.6.1.2.1.2.2.1.16.3 1.3.6.1.2.1.2.2.1.2.3
[18-Oct-1999 11:55:07*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:55:07 ] Got:
[18-Oct-1999 11:55:08 ] Walking ifDescr for isbr10.isd.tafensw.EDU.AU:161 to
resolve interface-name mapping
[18-Oct-1999 11:55:08 ] Attempting lookup on ATM1/1/0-atm layer.
[18-Oct-1999 11:55:08 ] Retrieving data for target atm1_1_0-atm_layer (3)
(sub-interface)
[18-Oct-1999 11:55:08 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.3 1.3.6.1.2.1.2.2.1.16.3
[18-Oct-1999 11:55:08*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:55:08 ] Got:
[18-Oct-1999 11:55:08 ] Retrieved data for atm1_1_0-atm_layer (3): U,U
[18-Oct-1999 11:55:08 ] Some data is missing for atm1_1_0-atm_layer (3).
[18-Oct-1999 11:55:08 ] Retrieved data for atm1_1_0-atm_layer (3): U,U
[18-Oct-1999 11:55:08 ] Some data is missing for atm1_1_0-atm_layer (3).
[18-Oct-1999 11:55:08 ] Processing
/routers/Central/isbr10/atm1_1_0.0-atm_subif...
[18-Oct-1999 11:55:08 ] Preparing map(interface-name)
[18-Oct-1999 11:55:08 ] Evaling inst which is: 0
[18-Oct-1999 11:55:08 ] target atm1_1_0.0-atm_subif
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 4
        interface-name = ATM1/1/0.0-atm subif
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/at
m1_1_0.0-atm_subif.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:08 ] Retrieving data for target atm1_1_0.0-atm_subif (4)
(sub-interface)
[18-Oct-1999 11:55:08 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.4 1.3.6.1.2.1.2.2.1.16.4 1.3.6.1.2.1.2.2.1.2.4
[18-Oct-1999 11:55:08*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:55:08 ] Got:
[18-Oct-1999 11:55:08 ] Attempting lookup on ATM1/1/0.0-atm subif.
[18-Oct-1999 11:55:08 ] Retrieving data for target atm1_1_0.0-atm_subif (4)
(sub-interface)
[18-Oct-1999 11:55:08 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.4 1.3.6.1.2.1.2.2.1.16.4
[18-Oct-1999 11:55:08*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:55:08 ] Got:
[18-Oct-1999 11:55:08 ] Retrieved data for atm1_1_0.0-atm_subif (4): U,U
[18-Oct-1999 11:55:08 ] Some data is missing for atm1_1_0.0-atm_subif (4).
[18-Oct-1999 11:55:08 ] Retrieved data for atm1_1_0.0-atm_subif (4): U,U
[18-Oct-1999 11:55:08 ] Some data is missing for atm1_1_0.0-atm_subif (4).
[18-Oct-1999 11:55:08 ] Processing
/routers/Central/isbr10/atm1_1_0-aal5_layer...
[18-Oct-1999 11:55:08 ] Preparing map(interface-name)
[18-Oct-1999 11:55:08 ] Evaling inst which is: 0
[18-Oct-1999 11:55:08 ] target atm1_1_0-aal5_layer
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 5
        interface-name = ATM1/1/0-aal5 layer
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/at
m1_1_0-aal5_layer.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:08 ] Retrieving data for target atm1_1_0-aal5_layer (5)
(sub-interface)
[18-Oct-1999 11:55:09 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.5 1.3.6.1.2.1.2.2.1.16.5 1.3.6.1.2.1.2.2.1.2.5
[18-Oct-1999 11:55:09 ] Got: 10930752 92674208 ATM1/1/0-aal5 layer
[18-Oct-1999 11:55:09 ] Attempting lookup on ATM1/1/0-aal5 layer.
[18-Oct-1999 11:55:09 ] Retrieving data for target atm1_1_0-aal5_layer (5)
(sub-interface)
[18-Oct-1999 11:55:09 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.5 1.3.6.1.2.1.2.2.1.16.5
[18-Oct-1999 11:55:09 ] Got: 10930752 92674208
[18-Oct-1999 11:55:09 ] Retrieved data for atm1_1_0-aal5_layer (5):
10930752,92674208
[18-Oct-1999 11:55:09 ] Retrieved data for atm1_1_0-aal5_layer (5):
10930752,92674208
[18-Oct-1999 11:55:09 ] Processing
/routers/Central/isbr10/atm1_1_0.0-aal5_layer...
[18-Oct-1999 11:55:09 ] Preparing map(interface-name)
[18-Oct-1999 11:55:09 ] Evaling inst which is: 0
[18-Oct-1999 11:55:09 ] target atm1_1_0.0-aal5_layer
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 6
        interface-name = ATM1/1/0.0-aal5 layer
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/at
m1_1_0.0-aal5_layer.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:09 ] Retrieving data for target atm1_1_0.0-aal5_layer (6)
(sub-interface)
[18-Oct-1999 11:55:09 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.6 1.3.6.1.2.1.2.2.1.16.6 1.3.6.1.2.1.2.2.1.2.6
[18-Oct-1999 11:55:09 ] Got: 0 0 ATM1/1/0.0-aal5 layer
[18-Oct-1999 11:55:09 ] Attempting lookup on ATM1/1/0.0-aal5 layer.
[18-Oct-1999 11:55:09 ] Retrieving data for target atm1_1_0.0-aal5_layer (6)
(sub-interface)
[18-Oct-1999 11:55:09 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.6 1.3.6.1.2.1.2.2.1.16.6
[18-Oct-1999 11:55:09 ] Got: 0 0
[18-Oct-1999 11:55:09 ] Retrieved data for atm1_1_0.0-aal5_layer (6): 0,0
[18-Oct-1999 11:55:09 ] Retrieved data for atm1_1_0.0-aal5_layer (6): 0,0
[18-Oct-1999 11:55:09 ] Processing /routers/Central/isbr10/null0...
[18-Oct-1999 11:55:09 ] Preparing map(interface-name)
[18-Oct-1999 11:55:09 ] Evaling inst which is: 0
[18-Oct-1999 11:55:09 ] target null0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 7
        interface-name = Null0
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/nu
ll0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:09 ] Retrieving data for target null0 (7)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:10*] Could not find a fetcher with type to fetch data
for null0 (7).
[18-Oct-1999 11:55:10 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.7 1.3.6.1.2.1.2.2.1.16.7 1.3.6.1.2.1.2.2.1.14.7
1.3.6.1.2.1.2.2.1.20.7 1.3.6.1.2.1.2.2.1.11.7 1.3.6.1.2.1.2.2.1.17.7
1.3.6.1.2.1.2.2.1.5.7 1.3.6.1.2.1.2.2.1.2.7
[18-Oct-1999 11:55:10 ] Got: 0 0 0 0 0 0 4294967295 Null0
[18-Oct-1999 11:55:10 ] Retrieved data for null0 (7):
0,0,0,U,0,0,0,U,U,4294967295
[18-Oct-1999 11:55:10 ] Some data is missing for null0 (7).
[18-Oct-1999 11:55:10 ] Processing
/routers/Central/isbr10/atm1_1_0.4-atm_subif...
[18-Oct-1999 11:55:10 ] Preparing map(interface-name)
[18-Oct-1999 11:55:10 ] Evaling inst which is: 0
[18-Oct-1999 11:55:10 ] target atm1_1_0.4-atm_subif
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 14
        interface-name = ATM1/1/0.4-atm subif
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/at
m1_1_0.4-atm_subif.rrd
        rrd-poll-interval = 300
        short-desc = ATM/FR Link to Castle Hill 0.35
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:10 ] Retrieving data for target atm1_1_0.4-atm_subif (14)
(sub-interface)
[18-Oct-1999 11:55:10 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.14 1.3.6.1.2.1.2.2.1.16.14 1.3.6.1.2.1.2.2.1.2.14
[18-Oct-1999 11:55:10*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:55:10 ] Got:
[18-Oct-1999 11:55:10 ] Attempting lookup on ATM1/1/0.4-atm subif.
[18-Oct-1999 11:55:10 ] Retrieving data for target atm1_1_0.4-atm_subif (14)
(sub-interface)
[18-Oct-1999 11:55:10 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.14 1.3.6.1.2.1.2.2.1.16.14
[18-Oct-1999 11:55:10*] Received SNMP response with error code noSuchName
[18-Oct-1999 11:55:10 ] Got:
[18-Oct-1999 11:55:10 ] Retrieved data for atm1_1_0.4-atm_subif (14): U,U
[18-Oct-1999 11:55:10 ] Some data is missing for atm1_1_0.4-atm_subif (14).
[18-Oct-1999 11:55:10 ] Retrieved data for atm1_1_0.4-atm_subif (14): U,U
[18-Oct-1999 11:55:10 ] Some data is missing for atm1_1_0.4-atm_subif (14).
[18-Oct-1999 11:55:10 ] Processing
/routers/Central/isbr10/atm1_1_0.4-aal5_layer...
[18-Oct-1999 11:55:10 ] Preparing map(interface-name)
[18-Oct-1999 11:55:10 ] Evaling inst which is: 0
[18-Oct-1999 11:55:10 ] target atm1_1_0.4-aal5_layer
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/isbr10
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10
        inst = 15
        interface-name = ATM1/1/0.4-aal5 layer
        router = isbr10.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/isbr10/at
m1_1_0.4-aal5_layer.rrd
        rrd-poll-interval = 300
        short-desc = ATM/FR Link to Castle Hill 0.35
        snmp = xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = isbr10.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:10 ] Retrieving data for target atm1_1_0.4-aal5_layer
(15) (sub-interface)
[18-Oct-1999 11:55:11 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.15 1.3.6.1.2.1.2.2.1.16.15 1.3.6.1.2.1.2.2.1.2.15
[18-Oct-1999 11:55:11 ] Got: 10938738 92746562 ATM1/1/0.4-aal5 layer
[18-Oct-1999 11:55:11 ] Attempting lookup on ATM1/1/0.4-aal5 layer.
[18-Oct-1999 11:55:11 ] Retrieving data for target atm1_1_0.4-aal5_layer
(15) (sub-interface)
[18-Oct-1999 11:55:11 ] Getting from xxxxxxxx@isbr10.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.15 1.3.6.1.2.1.2.2.1.16.15
[18-Oct-1999 11:55:11 ] Got: 10938738 92746562
[18-Oct-1999 11:55:11 ] Retrieved data for atm1_1_0.4-aal5_layer (15):
10938738,92746562
[18-Oct-1999 11:55:11 ] Retrieved data for atm1_1_0.4-aal5_layer (15):
10938738,92746562
[18-Oct-1999 11:55:11 ] Processing /routers/Central/ugbr01/fddi1_0_0...
[18-Oct-1999 11:55:11 ] Preparing map(interface-name)
[18-Oct-1999 11:55:11 ] Evaling inst which is: 0
[18-Oct-1999 11:55:11 ] target fddi1_0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 1
        interface-name = Fddi1/0/0
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/fd
di1_0_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:11 ] Retrieving data for target fddi1_0_0 (1)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:11*] Could not find a fetcher with type to fetch data
for fddi1_0_0 (1).
[18-Oct-1999 11:55:11 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.1 1.3.6.1.2.1.2.2.1.16.1 1.3.6.1.2.1.2.2.1.14.1
1.3.6.1.2.1.2.2.1.20.1 1.3.6.1.2.1.2.2.1.11.1 1.3.6.1.2.1.2.2.1.17.1
1.3.6.1.2.1.2.2.1.5.1 1.3.6.1.2.1.2.2.1.2.1
[18-Oct-1999 11:55:11 ] Got: 2932244756 3078807520 16 0 1985882515
2135831010 100000000 Fddi1/0/0
[18-Oct-1999 11:55:11 ] Retrieved data for fddi1_0_0 (1):
2932244756,3078807520,16,U,0,1985882515,2135831010,U,U,100000000
[18-Oct-1999 11:55:11 ] Some data is missing for fddi1_0_0 (1).
[18-Oct-1999 11:55:11 ] Processing /routers/Central/ugbr01/serial1_1_6...
[18-Oct-1999 11:55:11 ] Preparing map(interface-name)
[18-Oct-1999 11:55:11 ] Evaling inst which is: 0
[18-Oct-1999 11:55:11 ] target serial1_1_6
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 8
        interface-name = Serial1/1/6
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_6.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:11 ] Retrieving data for target serial1_1_6 (8)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:11*] Could not find a fetcher with type to fetch data
for serial1_1_6 (8).
[18-Oct-1999 11:55:12 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.8 1.3.6.1.2.1.2.2.1.16.8 1.3.6.1.2.1.2.2.1.14.8
1.3.6.1.2.1.2.2.1.20.8 1.3.6.1.2.1.2.2.1.11.8 1.3.6.1.2.1.2.2.1.17.8
1.3.6.1.2.1.2.2.1.5.8 1.3.6.1.2.1.2.2.1.2.8
[18-Oct-1999 11:55:12 ] Got: 1630270234 3517272079 2159 0 80900823 75910972
2048000 Serial1/1/6
[18-Oct-1999 11:55:12 ] Retrieved data for serial1_1_6 (8):
1630270234,3517272079,2159,U,0,80900823,75910972,U,U,2048000
[18-Oct-1999 11:55:12 ] Some data is missing for serial1_1_6 (8).
[18-Oct-1999 11:55:12 ] Processing /routers/Central/ugbr01/serial1_1_7...
[18-Oct-1999 11:55:12 ] Preparing map(interface-name)
[18-Oct-1999 11:55:12 ] Evaling inst which is: 0
[18-Oct-1999 11:55:12 ] target serial1_1_7
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 9
        interface-name = Serial1/1/7
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:12 ] Retrieving data for target serial1_1_7 (9)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:12*] Could not find a fetcher with type to fetch data
for serial1_1_7 (9).
[18-Oct-1999 11:55:12 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.9 1.3.6.1.2.1.2.2.1.16.9 1.3.6.1.2.1.2.2.1.14.9
1.3.6.1.2.1.2.2.1.20.9 1.3.6.1.2.1.2.2.1.11.9 1.3.6.1.2.1.2.2.1.17.9
1.3.6.1.2.1.2.2.1.5.9 1.3.6.1.2.1.2.2.1.2.9
[18-Oct-1999 11:55:12 ] Got: 2849617902 421189880 99614 0 2230652133
2085480011 2048000 Serial1/1/7
[18-Oct-1999 11:55:12 ] Retrieved data for serial1_1_7 (9):
2849617902,421189880,99614,U,0,2230652133,2085480011,U,U,2048000
[18-Oct-1999 11:55:12 ] Some data is missing for serial1_1_7 (9).
[18-Oct-1999 11:55:12 ] Processing /routers/Central/ugbr01/serial1_1_6.1...
[18-Oct-1999 11:55:12 ] Preparing map(interface-name)
[18-Oct-1999 11:55:12 ] Evaling inst which is: 0
[18-Oct-1999 11:55:12 ] target serial1_1_6.1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 18
        interface-name = Serial1/1/6.1
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_6.1.rrd
        rrd-poll-interval = 300
        short-desc = babr01_s1 (Bankstown)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:12 ] Retrieving data for target serial1_1_6.1 (18)
(sub-interface)
[18-Oct-1999 11:55:12 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.18 1.3.6.1.2.1.2.2.1.16.18 1.3.6.1.2.1.2.2.1.2.18
[18-Oct-1999 11:55:12 ] Got: 1824779914 3487925504 Serial1/1/6.1
[18-Oct-1999 11:55:12 ] Retrieved data for serial1_1_6.1 (18):
1824779914,3487925504
[18-Oct-1999 11:55:12 ] Processing /routers/Central/ugbr01/serial1_1_7.1...
[18-Oct-1999 11:55:12 ] Preparing map(interface-name)
[18-Oct-1999 11:55:12 ] Evaling inst which is: 0
[18-Oct-1999 11:55:12 ] target serial1_1_7.1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 19
        interface-name = Serial1/1/7.1
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.1.rrd
        rrd-poll-interval = 300
        short-desc = gybr01_s1-1 (Gymea)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:12 ] Retrieving data for target serial1_1_7.1 (19)
(sub-interface)
[18-Oct-1999 11:55:13 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.19 1.3.6.1.2.1.2.2.1.16.19 1.3.6.1.2.1.2.2.1.2.19
[18-Oct-1999 11:55:13 ] Got: 1806235158 957931715 Serial1/1/7.1
[18-Oct-1999 11:55:13 ] Retrieved data for serial1_1_7.1 (19):
1806235158,957931715
[18-Oct-1999 11:55:13 ] Processing /routers/Central/ugbr01/serial1_1_7.2...
[18-Oct-1999 11:55:13 ] Preparing map(interface-name)
[18-Oct-1999 11:55:13 ] Evaling inst which is: 0
[18-Oct-1999 11:55:13 ] target serial1_1_7.2
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 20
        interface-name = Serial1/1/7.2
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.2.rrd
        rrd-poll-interval = 300
        short-desc = sgbr01_s1-1 (St. George)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:13 ] Retrieving data for target serial1_1_7.2 (20)
(sub-interface)
[18-Oct-1999 11:55:13 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.20 1.3.6.1.2.1.2.2.1.16.20 1.3.6.1.2.1.2.2.1.2.20
[18-Oct-1999 11:55:13 ] Got: 2243347233 2093749812 Serial1/1/7.2
[18-Oct-1999 11:55:13 ] Retrieved data for serial1_1_7.2 (20):
2243347233,2093749812
[18-Oct-1999 11:55:13 ] Processing /routers/Central/ugbr01/serial1_1_7.3...
[18-Oct-1999 11:55:13 ] Preparing map(interface-name)
[18-Oct-1999 11:55:13 ] Evaling inst which is: 0
[18-Oct-1999 11:55:13 ] target serial1_1_7.3
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 21
        interface-name = Serial1/1/7.3
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.3.rrd
        rrd-poll-interval = 300
        short-desc = pabr01_s1-1 (Padstow)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:13 ] Retrieving data for target serial1_1_7.3 (21)
(sub-interface)
[18-Oct-1999 11:55:13 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.21 1.3.6.1.2.1.2.2.1.16.21 1.3.6.1.2.1.2.2.1.2.21
[18-Oct-1999 11:55:13 ] Got: 1801727878 2942979617 Serial1/1/7.3
[18-Oct-1999 11:55:13 ] Retrieved data for serial1_1_7.3 (21):
1801727878,2942979617
[18-Oct-1999 11:55:13 ] Processing /routers/Central/ugbr01/serial1_1_7.4...
[18-Oct-1999 11:55:13 ] Preparing map(interface-name)
[18-Oct-1999 11:55:13 ] Evaling inst which is: 0
[18-Oct-1999 11:55:14 ] target serial1_1_7.4
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 22
        interface-name = Serial1/1/7.4
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.4.rrd
        rrd-poll-interval = 300
        short-desc = wpbr18_s1-1 (Wetherill Park)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:14 ] Retrieving data for target serial1_1_7.4 (22)
(sub-interface)
[18-Oct-1999 11:55:14 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.22 1.3.6.1.2.1.2.2.1.16.22 1.3.6.1.2.1.2.2.1.2.22
[18-Oct-1999 11:55:14 ] Got: 3010388996 3286706637 Serial1/1/7.4
[18-Oct-1999 11:55:14 ] Retrieved data for serial1_1_7.4 (22):
3010388996,3286706637
[18-Oct-1999 11:55:14 ] Processing /routers/Central/ugbr01/serial1_1_7.5...
[18-Oct-1999 11:55:14 ] Preparing map(interface-name)
[18-Oct-1999 11:55:14 ] Evaling inst which is: 0
[18-Oct-1999 11:55:14 ] target serial1_1_7.5
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 23
        interface-name = Serial1/1/7.5
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.5.rrd
        rrd-poll-interval = 300
        short-desc = mibr01_s1-1 (Miller)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:14 ] Retrieving data for target serial1_1_7.5 (23)
(sub-interface)
[18-Oct-1999 11:55:14 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.23 1.3.6.1.2.1.2.2.1.16.23 1.3.6.1.2.1.2.2.1.2.23
[18-Oct-1999 11:55:14 ] Got: 2590543750 3121748954 Serial1/1/7.5
[18-Oct-1999 11:55:14 ] Retrieved data for serial1_1_7.5 (23):
2590543750,3121748954
[18-Oct-1999 11:55:14 ] Processing /routers/Central/ugbr01/serial1_1_7.6...
[18-Oct-1999 11:55:14 ] Preparing map(interface-name)
[18-Oct-1999 11:55:14 ] Evaling inst which is: 0
[18-Oct-1999 11:55:14 ] target serial1_1_7.6
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 24
        interface-name = Serial1/1/7.6
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.6.rrd
        rrd-poll-interval = 300
        short-desc = cabr01_s1-1 (Campbelltown)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:14 ] Retrieving data for target serial1_1_7.6 (24)
(sub-interface)
[18-Oct-1999 11:55:14 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.24 1.3.6.1.2.1.2.2.1.16.24 1.3.6.1.2.1.2.2.1.2.24
[18-Oct-1999 11:55:14 ] Got: 1524965450 4067820853 Serial1/1/7.6
[18-Oct-1999 11:55:14 ] Retrieved data for serial1_1_7.6 (24):
1524965450,4067820853
[18-Oct-1999 11:55:14 ] Processing /routers/Central/ugbr01/serial1_1_7.7...
[18-Oct-1999 11:55:14 ] Preparing map(interface-name)
[18-Oct-1999 11:55:14 ] Evaling inst which is: 0
[18-Oct-1999 11:55:14 ] target serial1_1_7.7
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 25
        interface-name = Serial1/1/7.7
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.7.rrd
        rrd-poll-interval = 300
        short-desc = libr01_s1-1 (Liverpool)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:14 ] Retrieving data for target serial1_1_7.7 (25)
(sub-interface)
[18-Oct-1999 11:55:14 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.25 1.3.6.1.2.1.2.2.1.16.25 1.3.6.1.2.1.2.2.1.2.25
[18-Oct-1999 11:55:15 ] Got: 180742212 4136910119 Serial1/1/7.7
[18-Oct-1999 11:55:15 ] Retrieved data for serial1_1_7.7 (25):
180742212,4136910119
[18-Oct-1999 11:55:15 ] Processing /routers/Central/ugbr01/serial1_1_7.8...
[18-Oct-1999 11:55:15 ] Preparing map(interface-name)
[18-Oct-1999 11:55:15 ] Evaling inst which is: 0
[18-Oct-1999 11:55:15 ] target serial1_1_7.8
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 26
        interface-name = Serial1/1/7.8
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.8.rrd
        rrd-poll-interval = 300
        short-desc = wwbr01_s1-1 (Wollongong West)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:15 ] Retrieving data for target serial1_1_7.8 (26)
(sub-interface)
[18-Oct-1999 11:55:15 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.26 1.3.6.1.2.1.2.2.1.16.26 1.3.6.1.2.1.2.2.1.2.26
[18-Oct-1999 11:55:15 ] Got: 3615433131 2250847862 Serial1/1/7.8
[18-Oct-1999 11:55:15 ] Retrieved data for serial1_1_7.8 (26):
3615433131,2250847862
[18-Oct-1999 11:55:15 ] Processing /routers/Central/ugbr01/serial1_1_7.9...
[18-Oct-1999 11:55:15 ] Preparing map(interface-name)
[18-Oct-1999 11:55:15 ] Evaling inst which is: 0
[18-Oct-1999 11:55:15 ] target serial1_1_7.9
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 27
        interface-name = Serial1/1/7.9
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.9.rrd
        rrd-poll-interval = 300
        short-desc = albr01_s1-1 (Albury)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:15 ] Retrieving data for target serial1_1_7.9 (27)
(sub-interface)
[18-Oct-1999 11:55:15 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.27 1.3.6.1.2.1.2.2.1.16.27 1.3.6.1.2.1.2.2.1.2.27
[18-Oct-1999 11:55:15 ] Got: 3732295078 884481416 Serial1/1/7.9
[18-Oct-1999 11:55:15 ] Retrieved data for serial1_1_7.9 (27):
3732295078,884481416
[18-Oct-1999 11:55:15 ] Processing /routers/Central/ugbr01/serial1_1_7.10...
[18-Oct-1999 11:55:15 ] Preparing map(interface-name)
[18-Oct-1999 11:55:15 ] Evaling inst which is: 0
[18-Oct-1999 11:55:15 ] target serial1_1_7.10
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 28
        interface-name = Serial1/1/7.10
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.10.rrd
        rrd-poll-interval = 300
        short-desc = dabr01_s1-1 (Dapto)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:15 ] Retrieving data for target serial1_1_7.10 (28)
(sub-interface)
[18-Oct-1999 11:55:15 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.28 1.3.6.1.2.1.2.2.1.16.28 1.3.6.1.2.1.2.2.1.2.28
[18-Oct-1999 11:55:15 ] Got: 2831354088 1239411452 Serial1/1/7.10
[18-Oct-1999 11:55:15 ] Retrieved data for serial1_1_7.10 (28):
2831354088,1239411452
[18-Oct-1999 11:55:15 ] Processing /routers/Central/ugbr01/serial1_1_7.11...
[18-Oct-1999 11:55:15 ] Preparing map(interface-name)
[18-Oct-1999 11:55:15 ] Evaling inst which is: 0
[18-Oct-1999 11:55:15 ] target serial1_1_7.11
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 29
        interface-name = Serial1/1/7.11
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.11.rrd
        rrd-poll-interval = 300
        short-desc = ghbr18_s1-1 (Griffith)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:15 ] Retrieving data for target serial1_1_7.11 (29)
(sub-interface)
[18-Oct-1999 11:55:15 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.29 1.3.6.1.2.1.2.2.1.16.29 1.3.6.1.2.1.2.2.1.2.29
[18-Oct-1999 11:55:15 ] Got: 1956166640 2226437576 Serial1/1/7.11
[18-Oct-1999 11:55:15 ] Retrieved data for serial1_1_7.11 (29):
1956166640,2226437576
[18-Oct-1999 11:55:15 ] Processing /routers/Central/ugbr01/serial1_1_7.12...
[18-Oct-1999 11:55:15 ] Preparing map(interface-name)
[18-Oct-1999 11:55:15 ] Evaling inst which is: 0
[18-Oct-1999 11:55:15 ] target serial1_1_7.12
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 30
        interface-name = Serial1/1/7.12
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.12.rrd
        rrd-poll-interval = 300
        short-desc = ubbr01_s1-1 (Ultimo Bld W)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:15 ] Retrieving data for target serial1_1_7.12 (30)
(sub-interface)
[18-Oct-1999 11:55:16 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.30 1.3.6.1.2.1.2.2.1.16.30 1.3.6.1.2.1.2.2.1.2.30
[18-Oct-1999 11:55:16 ] Got: 950065203 553889022 Serial1/1/7.12
[18-Oct-1999 11:55:16 ] Retrieved data for serial1_1_7.12 (30):
950065203,553889022
[18-Oct-1999 11:55:16 ] Processing /routers/Central/ugbr01/serial1_1_7.13...
[18-Oct-1999 11:55:16 ] Preparing map(interface-name)
[18-Oct-1999 11:55:16 ] Evaling inst which is: 0
[18-Oct-1999 11:55:16 ] target serial1_1_7.13
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 31
        interface-name = Serial1/1/7.13
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.13.rrd
        rrd-poll-interval = 300
        short-desc = icbr01_s1-1 (Info Centre)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:16 ] Retrieving data for target serial1_1_7.13 (31)
(sub-interface)
[18-Oct-1999 11:55:16 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.31 1.3.6.1.2.1.2.2.1.16.31 1.3.6.1.2.1.2.2.1.2.31
[18-Oct-1999 11:55:16 ] Got: 3566273731 1236263189 Serial1/1/7.13
[18-Oct-1999 11:55:16 ] Retrieved data for serial1_1_7.13 (31):
3566273731,1236263189
[18-Oct-1999 11:55:16 ] Processing /routers/Central/ugbr01/serial1_1_7.14...
[18-Oct-1999 11:55:16 ] Preparing map(interface-name)
[18-Oct-1999 11:55:16 ] Evaling inst which is: 0
[18-Oct-1999 11:55:16 ] target serial1_1_7.14
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 32
        interface-name = Serial1/1/7.14
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.14.rrd
        rrd-poll-interval = 300
        short-desc = shbr01_s1-1 (Shellharbour)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:16 ] Retrieving data for target serial1_1_7.14 (32)
(sub-interface)
[18-Oct-1999 11:55:16 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.32 1.3.6.1.2.1.2.2.1.16.32 1.3.6.1.2.1.2.2.1.2.32
[18-Oct-1999 11:55:16 ] Got: 2956782467 3499668214 Serial1/1/7.14
[18-Oct-1999 11:55:16 ] Retrieved data for serial1_1_7.14 (32):
2956782467,3499668214
[18-Oct-1999 11:55:16 ] Processing /routers/Central/ugbr01/serial1_1_7.15...
[18-Oct-1999 11:55:16 ] Preparing map(interface-name)
[18-Oct-1999 11:55:16 ] Evaling inst which is: 0
[18-Oct-1999 11:55:16 ] target serial1_1_7.15
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 33
        interface-name = Serial1/1/7.15
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.15.rrd
        rrd-poll-interval = 300
        short-desc = gobr01_s1-1 (Goulburn)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:16 ] Retrieving data for target serial1_1_7.15 (33)
(sub-interface)
[18-Oct-1999 11:55:16 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.33 1.3.6.1.2.1.2.2.1.16.33 1.3.6.1.2.1.2.2.1.2.33
[18-Oct-1999 11:55:16 ] Got: 1955646697 3247352388 Serial1/1/7.15
[18-Oct-1999 11:55:16 ] Retrieved data for serial1_1_7.15 (33):
1955646697,3247352388
[18-Oct-1999 11:55:16 ] Processing /routers/Central/ugbr01/serial1_1_7.16...
[18-Oct-1999 11:55:16 ] Preparing map(interface-name)
[18-Oct-1999 11:55:16 ] Evaling inst which is: 0
[18-Oct-1999 11:55:16 ] target serial1_1_7.16
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 34
        interface-name = Serial1/1/7.16
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.16.rrd
        rrd-poll-interval = 300
        short-desc = nobr01_s1-1 (Nowra)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:16 ] Retrieving data for target serial1_1_7.16 (34)
(sub-interface)
[18-Oct-1999 11:55:17 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.34 1.3.6.1.2.1.2.2.1.16.34 1.3.6.1.2.1.2.2.1.2.34
[18-Oct-1999 11:55:17 ] Got: 3981693979 4248207447 Serial1/1/7.16
[18-Oct-1999 11:55:17 ] Retrieved data for serial1_1_7.16 (34):
3981693979,4248207447
[18-Oct-1999 11:55:17 ] Processing /routers/Central/ugbr01/serial1_1_7.17...
[18-Oct-1999 11:55:17 ] Preparing map(interface-name)
[18-Oct-1999 11:55:17 ] Evaling inst which is: 0
[18-Oct-1999 11:55:17 ] target serial1_1_7.17
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 35
        interface-name = Serial1/1/7.17
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.17.rrd
        rrd-poll-interval = 300
        short-desc = rabr01_s1-1 (Randwick)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:17 ] Retrieving data for target serial1_1_7.17 (35)
(sub-interface)
[18-Oct-1999 11:55:17 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.35 1.3.6.1.2.1.2.2.1.16.35 1.3.6.1.2.1.2.2.1.2.35
[18-Oct-1999 11:55:17 ] Got: 2235199770 4211936208 Serial1/1/7.17
[18-Oct-1999 11:55:17 ] Retrieved data for serial1_1_7.17 (35):
2235199770,4211936208
[18-Oct-1999 11:55:17 ] Processing /routers/Central/ugbr01/serial1_1_7.18...
[18-Oct-1999 11:55:17 ] Preparing map(interface-name)
[18-Oct-1999 11:55:17 ] Evaling inst which is: 0
[18-Oct-1999 11:55:17 ] target serial1_1_7.18
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 36
        interface-name = Serial1/1/7.18
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.18.rrd
        rrd-poll-interval = 300
        short-desc = ldbr01_s1-1 (Lidcombe)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:17 ] Retrieving data for target serial1_1_7.18 (36)
(sub-interface)
[18-Oct-1999 11:55:17 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.36 1.3.6.1.2.1.2.2.1.16.36 1.3.6.1.2.1.2.2.1.2.36
[18-Oct-1999 11:55:17 ] Got: 1763222801 2822056148 Serial1/1/7.18
[18-Oct-1999 11:55:17 ] Retrieved data for serial1_1_7.18 (36):
1763222801,2822056148
[18-Oct-1999 11:55:17 ] Processing /routers/Central/ugbr01/serial1_1_7.19...
[18-Oct-1999 11:55:17 ] Preparing map(interface-name)
[18-Oct-1999 11:55:17 ] Evaling inst which is: 0
[18-Oct-1999 11:55:17 ] target serial1_1_7.19
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 37
        interface-name = Serial1/1/7.19
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.19.rrd
        rrd-poll-interval = 300
        short-desc = grbr01_s1-1 (Granville)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:17 ] Retrieving data for target serial1_1_7.19 (37)
(sub-interface)
[18-Oct-1999 11:55:17 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.37 1.3.6.1.2.1.2.2.1.16.37 1.3.6.1.2.1.2.2.1.2.37
[18-Oct-1999 11:55:17 ] Got: 911921208 2805790193 Serial1/1/7.19
[18-Oct-1999 11:55:17 ] Retrieved data for serial1_1_7.19 (37):
911921208,2805790193
[18-Oct-1999 11:55:17 ] Processing /routers/Central/ugbr01/serial1_1_7.20...
[18-Oct-1999 11:55:17 ] Preparing map(interface-name)
[18-Oct-1999 11:55:17 ] Evaling inst which is: 0
[18-Oct-1999 11:55:17 ] target serial1_1_7.20
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 38
        interface-name = Serial1/1/7.20
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.20.rrd
        rrd-poll-interval = 300
        short-desc = hobr01_s1-1 (Hornsby)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:17 ] Retrieving data for target serial1_1_7.20 (38)
(sub-interface)
[18-Oct-1999 11:55:17 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.38 1.3.6.1.2.1.2.2.1.16.38 1.3.6.1.2.1.2.2.1.2.38
[18-Oct-1999 11:55:17 ] Got: 3058009317 595127281 Serial1/1/7.20
[18-Oct-1999 11:55:17 ] Retrieved data for serial1_1_7.20 (38):
3058009317,595127281
[18-Oct-1999 11:55:17 ] Processing /routers/Central/ugbr01/serial1_1_7.21...
[18-Oct-1999 11:55:17 ] Preparing map(interface-name)
[18-Oct-1999 11:55:17 ] Evaling inst which is: 0
[18-Oct-1999 11:55:17 ] target serial1_1_7.21
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 39
        interface-name = Serial1/1/7.21
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.21.rrd
        rrd-poll-interval = 300
        short-desc = qhbr01_s1-1 (Quakers Hill)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:17 ] Retrieving data for target serial1_1_7.21 (39)
(sub-interface)
[18-Oct-1999 11:55:18 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.39 1.3.6.1.2.1.2.2.1.16.39 1.3.6.1.2.1.2.2.1.2.39
[18-Oct-1999 11:55:18 ] Got: 635736547 2695540925 Serial1/1/7.21
[18-Oct-1999 11:55:18 ] Retrieved data for serial1_1_7.21 (39):
635736547,2695540925
[18-Oct-1999 11:55:18 ] Processing /routers/Central/ugbr01/serial1_1_7.22...
[18-Oct-1999 11:55:18 ] Preparing map(interface-name)
[18-Oct-1999 11:55:18 ] Evaling inst which is: 0
[18-Oct-1999 11:55:18 ] target serial1_1_7.22
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 40
        interface-name = Serial1/1/7.22
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.22.rrd
        rrd-poll-interval = 300
        short-desc = blbr01_s1 (Blacktown)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:18 ] Retrieving data for target serial1_1_7.22 (40)
(sub-interface)
[18-Oct-1999 11:55:18 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.40 1.3.6.1.2.1.2.2.1.16.40 1.3.6.1.2.1.2.2.1.2.40
[18-Oct-1999 11:55:18 ] Got: 847149336 583286320 Serial1/1/7.22
[18-Oct-1999 11:55:18 ] Retrieved data for serial1_1_7.22 (40):
847149336,583286320
[18-Oct-1999 11:55:18 ] Processing /routers/Central/ugbr01/serial1_1_7.23...
[18-Oct-1999 11:55:18 ] Preparing map(interface-name)
[18-Oct-1999 11:55:18 ] Evaling inst which is: 0
[18-Oct-1999 11:55:18 ] target serial1_1_7.23
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 41
        interface-name = Serial1/1/7.23
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.23.rrd
        rrd-poll-interval = 300
        short-desc = ctbr18_s1 (Charlestown}
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:18 ] Retrieving data for target serial1_1_7.23 (41)
(sub-interface)
[18-Oct-1999 11:55:18 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.41 1.3.6.1.2.1.2.2.1.16.41 1.3.6.1.2.1.2.2.1.2.41
[18-Oct-1999 11:55:18 ] Got: 3388143631 4022622743 Serial1/1/7.23
[18-Oct-1999 11:55:18 ] Retrieved data for serial1_1_7.23 (41):
3388143631,4022622743
[18-Oct-1999 11:55:18 ] Processing /routers/Central/ugbr01/serial1_1_7.24...
[18-Oct-1999 11:55:19 ] Preparing map(interface-name)
[18-Oct-1999 11:55:19 ] Evaling inst which is: 0
[18-Oct-1999 11:55:19 ] target serial1_1_7.24
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 42
        interface-name = Serial1/1/7.24
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.24.rrd
        rrd-poll-interval = 300
        short-desc = gibr18_s1 (Glen Innes)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:19 ] Retrieving data for target serial1_1_7.24 (42)
(sub-interface)
[18-Oct-1999 11:55:19 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.42 1.3.6.1.2.1.2.2.1.16.42 1.3.6.1.2.1.2.2.1.2.42
[18-Oct-1999 11:55:19 ] Got: 416700968 1678023763 Serial1/1/7.24
[18-Oct-1999 11:55:19 ] Retrieved data for serial1_1_7.24 (42):
416700968,1678023763
[18-Oct-1999 11:55:19 ] Processing /routers/Central/ugbr01/serial1_1_7.25...
[18-Oct-1999 11:55:19 ] Preparing map(interface-name)
[18-Oct-1999 11:55:19 ] Evaling inst which is: 0
[18-Oct-1999 11:55:19 ] target serial1_1_7.25
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 43
        interface-name = Serial1/1/7.25
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.25.rrd
        rrd-poll-interval = 300
        short-desc = bfbr01_s1 (Bradfield)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:19 ] Retrieving data for target serial1_1_7.25 (43)
(sub-interface)
[18-Oct-1999 11:55:19 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.43 1.3.6.1.2.1.2.2.1.16.43 1.3.6.1.2.1.2.2.1.2.43
[18-Oct-1999 11:55:19 ] Got: 1326629255 1291285966 Serial1/1/7.25
[18-Oct-1999 11:55:19 ] Retrieved data for serial1_1_7.25 (43):
1326629255,1291285966
[18-Oct-1999 11:55:19 ] Processing /routers/Central/ugbr01/serial1_1_7.26...
[18-Oct-1999 11:55:19 ] Preparing map(interface-name)
[18-Oct-1999 11:55:19 ] Evaling inst which is: 0
[18-Oct-1999 11:55:19 ] target serial1_1_7.26
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 44
        interface-name = Serial1/1/7.26
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.26.rrd
        rrd-poll-interval = 300
        short-desc = mobr18_s1 (Moree)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:19 ] Retrieving data for target serial1_1_7.26 (44)
(sub-interface)
[18-Oct-1999 11:55:19 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.44 1.3.6.1.2.1.2.2.1.16.44 1.3.6.1.2.1.2.2.1.2.44
[18-Oct-1999 11:55:19 ] Got: 3738055458 1812068870 Serial1/1/7.26
[18-Oct-1999 11:55:19 ] Retrieved data for serial1_1_7.26 (44):
3738055458,1812068870
[18-Oct-1999 11:55:19 ] Processing /routers/Central/ugbr01/serial1_1_7.27...
[18-Oct-1999 11:55:19 ] Preparing map(interface-name)
[18-Oct-1999 11:55:19 ] Evaling inst which is: 0
[18-Oct-1999 11:55:19 ] target serial1_1_7.27
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr01
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01
        inst = 45
        interface-name = Serial1/1/7.27
        router = ugbr01.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr01/se
rial1_1_7.27.rrd
        rrd-poll-interval = 300
        short-desc = mabr18_s1 (Maitland)
        snmp = xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr01.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:19 ] Retrieving data for target serial1_1_7.27 (45)
(sub-interface)
[18-Oct-1999 11:55:19 ] Getting from xxxxxxxx@ugbr01.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.45 1.3.6.1.2.1.2.2.1.16.45 1.3.6.1.2.1.2.2.1.2.45
[18-Oct-1999 11:55:19 ] Got: 1765126760 2309397781 Serial1/1/7.27
[18-Oct-1999 11:55:19 ] Retrieved data for serial1_1_7.27 (45):
1765126760,2309397781
[18-Oct-1999 11:55:19 ] Processing /routers/Central/ugbr02/fddi1_0_0...
[18-Oct-1999 11:55:19 ] Preparing map(interface-name)
[18-Oct-1999 11:55:19 ] Evaling inst which is: 0
[18-Oct-1999 11:55:20 ] target fddi1_0_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 1
        interface-name = Fddi1/0/0
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/fd
di1_0_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:20 ] Retrieving data for target fddi1_0_0 (1)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:20*] Could not find a fetcher with type to fetch data
for fddi1_0_0 (1).
[18-Oct-1999 11:55:20 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.1 1.3.6.1.2.1.2.2.1.16.1 1.3.6.1.2.1.2.2.1.14.1
1.3.6.1.2.1.2.2.1.20.1 1.3.6.1.2.1.2.2.1.11.1 1.3.6.1.2.1.2.2.1.17.1
1.3.6.1.2.1.2.2.1.5.1 1.3.6.1.2.1.2.2.1.2.1
[18-Oct-1999 11:55:20 ] Got: 1428145399 2030224235 0 0 465629472 468686734
100000000 Fddi1/0/0
[18-Oct-1999 11:55:20 ] Retrieved data for fddi1_0_0 (1):
1428145399,2030224235,0,U,0,465629472,468686734,U,U,100000000
[18-Oct-1999 11:55:20 ] Some data is missing for fddi1_0_0 (1).
[18-Oct-1999 11:55:20 ] Processing /routers/Central/ugbr02/serial1_1_0...
[18-Oct-1999 11:55:20 ] Preparing map(interface-name)
[18-Oct-1999 11:55:20 ] Evaling inst which is: 0
[18-Oct-1999 11:55:20 ] target serial1_1_0
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 2
        interface-name = Serial1/1/0
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.rrd
        rrd-poll-interval = 300
        short-desc =
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = standard-interface

[18-Oct-1999 11:55:20 ] Retrieving data for target serial1_1_0 (2)
(standard-interface)
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 222.
Use of uninitialized value at ./lib/ConfigTree/Cache.pm line 236.
Use of uninitialized value at ./collector line 312.
Use of uninitialized value at ./collector line 320.
[18-Oct-1999 11:55:20*] Could not find a fetcher with type to fetch data
for serial1_1_0 (2).
[18-Oct-1999 11:55:20 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.2 1.3.6.1.2.1.2.2.1.16.2 1.3.6.1.2.1.2.2.1.14.2
1.3.6.1.2.1.2.2.1.20.2 1.3.6.1.2.1.2.2.1.11.2 1.3.6.1.2.1.2.2.1.17.2
1.3.6.1.2.1.2.2.1.5.2 1.3.6.1.2.1.2.2.1.2.2
[18-Oct-1999 11:55:20 ] Got: 1295124163 2281494383 3197 0 576114410
590521832 2048000 Serial1/1/0
[18-Oct-1999 11:55:20 ] Retrieved data for serial1_1_0 (2):
1295124163,2281494383,3197,U,0,576114410,590521832,U,U,2048000
[18-Oct-1999 11:55:20 ] Some data is missing for serial1_1_0 (2).
[18-Oct-1999 11:55:20 ] Processing /routers/Central/ugbr02/serial1_1_0.1...
[18-Oct-1999 11:55:20 ] Preparing map(interface-name)
[18-Oct-1999 11:55:20 ] Evaling inst which is: 0
[18-Oct-1999 11:55:20 ] target serial1_1_0.1
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 18
        interface-name = Serial1/1/0.1
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.1.rrd
        rrd-poll-interval = 300
        short-desc = => mrbr01_s0 (Market St)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:20 ] Retrieving data for target serial1_1_0.1 (18)
(sub-interface)
[18-Oct-1999 11:55:21 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.18 1.3.6.1.2.1.2.2.1.16.18 1.3.6.1.2.1.2.2.1.2.18
[18-Oct-1999 11:55:21 ] Got: 227138665 659895 Serial1/1/0.1
[18-Oct-1999 11:55:21 ] Retrieved data for serial1_1_0.1 (18):
227138665,659895
[18-Oct-1999 11:55:21 ] Processing /routers/Central/ugbr02/serial1_1_0.2...
[18-Oct-1999 11:55:21 ] Preparing map(interface-name)
[18-Oct-1999 11:55:21 ] Evaling inst which is: 0
[18-Oct-1999 11:55:21 ] target serial1_1_0.2
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 19
        interface-name = Serial1/1/0.2
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.2.rrd
        rrd-poll-interval = 300
        short-desc = => wsbr01_s0 (Wollongong State Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:21 ] Retrieving data for target serial1_1_0.2 (19)
(sub-interface)
[18-Oct-1999 11:55:21 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.19 1.3.6.1.2.1.2.2.1.16.19 1.3.6.1.2.1.2.2.1.2.19
[18-Oct-1999 11:55:21 ] Got: 2321370238 3184459722 Serial1/1/0.2
[18-Oct-1999 11:55:21 ] Retrieved data for serial1_1_0.2 (19):
2321370238,3184459722
[18-Oct-1999 11:55:21 ] Processing /routers/Central/ugbr02/serial1_1_0.3...
[18-Oct-1999 11:55:21 ] Preparing map(interface-name)
[18-Oct-1999 11:55:21 ] Evaling inst which is: 0
[18-Oct-1999 11:55:21 ] target serial1_1_0.3
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 20
        interface-name = Serial1/1/0.3
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.3.rrd
        rrd-poll-interval = 300
        short-desc = => anbr01_s0 (Albury District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:21 ] Retrieving data for target serial1_1_0.3 (20)
(sub-interface)
[18-Oct-1999 11:55:22 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.20 1.3.6.1.2.1.2.2.1.16.20 1.3.6.1.2.1.2.2.1.2.20
[18-Oct-1999 11:55:22 ] Got: 1742065272 2851825004 Serial1/1/0.3
[18-Oct-1999 11:55:22 ] Retrieved data for serial1_1_0.3 (20):
1742065272,2851825004
[18-Oct-1999 11:55:22 ] Processing /routers/Central/ugbr02/serial1_1_0.4...
[18-Oct-1999 11:55:22 ] Preparing map(interface-name)
[18-Oct-1999 11:55:22 ] Evaling inst which is: 0
[18-Oct-1999 11:55:22 ] target serial1_1_0.4
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 21
        interface-name = Serial1/1/0.4
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.4.rrd
        rrd-poll-interval = 300
        short-desc = => bqbr01_s0 (Batemans Bay District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:22 ] Retrieving data for target serial1_1_0.4 (21)
(sub-interface)
[18-Oct-1999 11:55:22 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.21 1.3.6.1.2.1.2.2.1.16.21 1.3.6.1.2.1.2.2.1.2.21
[18-Oct-1999 11:55:22 ] Got: 1646604239 2753546345 Serial1/1/0.4
[18-Oct-1999 11:55:22 ] Retrieved data for serial1_1_0.4 (21):
1646604239,2753546345
[18-Oct-1999 11:55:22 ] Processing /routers/Central/ugbr02/serial1_1_0.5...
[18-Oct-1999 11:55:22 ] Preparing map(interface-name)
[18-Oct-1999 11:55:22 ] Evaling inst which is: 0
[18-Oct-1999 11:55:22 ] target serial1_1_0.5
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 22
        interface-name = Serial1/1/0.5
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.5.rrd
        rrd-poll-interval = 300
        short-desc = => nzbr01_s0 (Bondi District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:22 ] Retrieving data for target serial1_1_0.5 (22)
(sub-interface)
[18-Oct-1999 11:55:22 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.22 1.3.6.1.2.1.2.2.1.16.22 1.3.6.1.2.1.2.2.1.2.22
[18-Oct-1999 11:55:22 ] Got: 1978764479 4079775402 Serial1/1/0.5
[18-Oct-1999 11:55:22 ] Retrieved data for serial1_1_0.5 (22):
1978764479,4079775402
[18-Oct-1999 11:55:22 ] Processing /routers/Central/ugbr02/serial1_1_0.6...
[18-Oct-1999 11:55:22 ] Preparing map(interface-name)
[18-Oct-1999 11:55:22 ] Evaling inst which is: 0
[18-Oct-1999 11:55:22 ] target serial1_1_0.6
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 23
        interface-name = Serial1/1/0.6
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.6.rrd
        rrd-poll-interval = 300
        short-desc = => cjbr01_s0 (Campbelltown District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:22 ] Retrieving data for target serial1_1_0.6 (23)
(sub-interface)
[18-Oct-1999 11:55:22 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.23 1.3.6.1.2.1.2.2.1.16.23 1.3.6.1.2.1.2.2.1.2.23
[18-Oct-1999 11:55:22 ] Got: 1677400511 3395072702 Serial1/1/0.6
[18-Oct-1999 11:55:22 ] Retrieved data for serial1_1_0.6 (23):
1677400511,3395072702
[18-Oct-1999 11:55:22 ] Processing /routers/Central/ugbr02/serial1_1_0.7...
[18-Oct-1999 11:55:22 ] Preparing map(interface-name)
[18-Oct-1999 11:55:22 ] Evaling inst which is: 0
[18-Oct-1999 11:55:22 ] target serial1_1_0.7
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 24
        interface-name = Serial1/1/0.7
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.7.rrd
        rrd-poll-interval = 300
        short-desc = => ddbr01_s0 (Deniliquin District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:22 ] Retrieving data for target serial1_1_0.7 (24)
(sub-interface)
[18-Oct-1999 11:55:23 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.24 1.3.6.1.2.1.2.2.1.16.24 1.3.6.1.2.1.2.2.1.2.24
[18-Oct-1999 11:55:23 ] Got: 1668360706 3412918397 Serial1/1/0.7
[18-Oct-1999 11:55:23 ] Retrieved data for serial1_1_0.7 (24):
1668360706,3412918397
[18-Oct-1999 11:55:23 ] Processing /routers/Central/ugbr02/serial1_1_0.8...
[18-Oct-1999 11:55:23 ] Preparing map(interface-name)
[18-Oct-1999 11:55:23 ] Evaling inst which is: 0
[18-Oct-1999 11:55:23 ] target serial1_1_0.8
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 25
        interface-name = Serial1/1/0.8
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.8.rrd
        rrd-poll-interval = 300
        short-desc = => stbr01_s0 (State Equity Centre)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:23 ] Retrieving data for target serial1_1_0.8 (25)
(sub-interface)
[18-Oct-1999 11:55:23 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.25 1.3.6.1.2.1.2.2.1.16.25 1.3.6.1.2.1.2.2.1.2.25
[18-Oct-1999 11:55:23 ] Got: 2600837815 2212440402 Serial1/1/0.8
[18-Oct-1999 11:55:23 ] Retrieved data for serial1_1_0.8 (25):
2600837815,2212440402
[18-Oct-1999 11:55:23 ] Processing /routers/Central/ugbr02/serial1_1_0.9...
[18-Oct-1999 11:55:23 ] Preparing map(interface-name)
[18-Oct-1999 11:55:23 ] Evaling inst which is: 0
[18-Oct-1999 11:55:23 ] target serial1_1_0.9
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 26
        interface-name = Serial1/1/0.9
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.9.rrd
        rrd-poll-interval = 300
        short-desc = => gtbr01_s0 (Griffith District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:23 ] Retrieving data for target serial1_1_0.9 (26)
(sub-interface)
[18-Oct-1999 11:55:23 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.26 1.3.6.1.2.1.2.2.1.16.26 1.3.6.1.2.1.2.2.1.2.26
[18-Oct-1999 11:55:23 ] Got: 1590678015 2524594074 Serial1/1/0.9
[18-Oct-1999 11:55:23 ] Retrieved data for serial1_1_0.9 (26):
1590678015,2524594074
[18-Oct-1999 11:55:23 ] Processing /routers/Central/ugbr02/serial1_1_0.11...
[18-Oct-1999 11:55:23 ] Preparing map(interface-name)
[18-Oct-1999 11:55:23 ] Evaling inst which is: 0
[18-Oct-1999 11:55:23 ] target serial1_1_0.11
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 28
        interface-name = Serial1/1/0.11
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.11.rrd
        rrd-poll-interval = 300
        short-desc = => pobr01_s0 (Port Jackson District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:23 ] Retrieving data for target serial1_1_0.11 (28)
(sub-interface)
[18-Oct-1999 11:55:23 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.28 1.3.6.1.2.1.2.2.1.16.28 1.3.6.1.2.1.2.2.1.2.28
[18-Oct-1999 11:55:23 ] Got: 1530451266 3143432553 Serial1/1/0.11
[18-Oct-1999 11:55:23 ] Retrieved data for serial1_1_0.11 (28):
1530451266,3143432553
[18-Oct-1999 11:55:23 ] Processing /routers/Central/ugbr02/serial1_1_0.12...
[18-Oct-1999 11:55:23 ] Preparing map(interface-name)
[18-Oct-1999 11:55:23 ] Evaling inst which is: 0
[18-Oct-1999 11:55:23 ] target serial1_1_0.12
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 29
        interface-name = Serial1/1/0.12
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.12.rrd
        rrd-poll-interval = 300
        short-desc = => qcbr01_s0 (Queanbeyan District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:23 ] Retrieving data for target serial1_1_0.12 (29)
(sub-interface)
[18-Oct-1999 11:55:24 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.29 1.3.6.1.2.1.2.2.1.16.29 1.3.6.1.2.1.2.2.1.2.29
[18-Oct-1999 11:55:24 ] Got: 1586911436 2584518281 Serial1/1/0.12
[18-Oct-1999 11:55:24 ] Retrieved data for serial1_1_0.12 (29):
1586911436,2584518281
[18-Oct-1999 11:55:24 ] Processing /routers/Central/ugbr02/serial1_1_0.13...
[18-Oct-1999 11:55:24 ] Preparing map(interface-name)
[18-Oct-1999 11:55:24 ] Evaling inst which is: 0
[18-Oct-1999 11:55:24 ] target serial1_1_0.13
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 30
        interface-name = Serial1/1/0.13
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.13.rrd
        rrd-poll-interval = 300
        short-desc = => sfbr01_s0 (St. George District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:24 ] Retrieving data for target serial1_1_0.13 (30)
(sub-interface)
[18-Oct-1999 11:55:24 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.30 1.3.6.1.2.1.2.2.1.16.30 1.3.6.1.2.1.2.2.1.2.30
[18-Oct-1999 11:55:24 ] Got: 1914059859 3815258604 Serial1/1/0.13
[18-Oct-1999 11:55:24 ] Retrieved data for serial1_1_0.13 (30):
1914059859,3815258604
[18-Oct-1999 11:55:24 ] Processing /routers/Central/ugbr02/serial1_1_0.14...
[18-Oct-1999 11:55:24 ] Preparing map(interface-name)
[18-Oct-1999 11:55:24 ] Evaling inst which is: 0
[18-Oct-1999 11:55:24 ] target serial1_1_0.14
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 31
        interface-name = Serial1/1/0.14
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.14.rrd
        rrd-poll-interval = 300
        short-desc = => sjbr01_s0 (Shellharbour District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:24 ] Retrieving data for target serial1_1_0.14 (31)
(sub-interface)
[18-Oct-1999 11:55:24 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.31 1.3.6.1.2.1.2.2.1.16.31 1.3.6.1.2.1.2.2.1.2.31
[18-Oct-1999 11:55:24 ] Got: 1695139135 2953285142 Serial1/1/0.14
[18-Oct-1999 11:55:24 ] Retrieved data for serial1_1_0.14 (31):
1695139135,2953285142
[18-Oct-1999 11:55:24 ] Processing /routers/Central/ugbr02/serial1_1_0.15...
[18-Oct-1999 11:55:24 ] Preparing map(interface-name)
[18-Oct-1999 11:55:24 ] Evaling inst which is: 0
[18-Oct-1999 11:55:24 ] target serial1_1_0.15
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 32
        interface-name = Serial1/1/0.15
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.15.rrd
        rrd-poll-interval = 300
        short-desc = => subr01_s0 (Sutherland District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:24 ] Retrieving data for target serial1_1_0.15 (32)
(sub-interface)
[18-Oct-1999 11:55:25 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.32 1.3.6.1.2.1.2.2.1.16.32 1.3.6.1.2.1.2.2.1.2.32
[18-Oct-1999 11:55:25 ] Got: 1433877130 19060392 Serial1/1/0.15
[18-Oct-1999 11:55:25 ] Retrieved data for serial1_1_0.15 (32):
1433877130,19060392
[18-Oct-1999 11:55:25 ] Processing /routers/Central/ugbr02/serial1_1_0.16...
[18-Oct-1999 11:55:25 ] Preparing map(interface-name)
[18-Oct-1999 11:55:25 ] Evaling inst which is: 0
[18-Oct-1999 11:55:25 ] target serial1_1_0.16
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 33
        interface-name = Serial1/1/0.16
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.16.rrd
        rrd-poll-interval = 300
        short-desc = => wjbr01_s0 (Wagga Wagga District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:25 ] Retrieving data for target serial1_1_0.16 (33)
(sub-interface)
[18-Oct-1999 11:55:25 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.33 1.3.6.1.2.1.2.2.1.16.33 1.3.6.1.2.1.2.2.1.2.33
[18-Oct-1999 11:55:25 ] Got: 2271528278 3441506774 Serial1/1/0.16
[18-Oct-1999 11:55:25 ] Retrieved data for serial1_1_0.16 (33):
2271528278,3441506774
[18-Oct-1999 11:55:25 ] Processing /routers/Central/ugbr02/serial1_1_0.17...
[18-Oct-1999 11:55:25 ] Preparing map(interface-name)
[18-Oct-1999 11:55:25 ] Evaling inst which is: 0
[18-Oct-1999 11:55:25 ] target serial1_1_0.17
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 34
        interface-name = Serial1/1/0.17
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.17.rrd
        rrd-poll-interval = 300
        short-desc = => wqbr01_s0 (Wollongong District Office)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:25 ] Retrieving data for target serial1_1_0.17 (34)
(sub-interface)
[18-Oct-1999 11:55:25 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.34 1.3.6.1.2.1.2.2.1.16.34 1.3.6.1.2.1.2.2.1.2.34
[18-Oct-1999 11:55:25 ] Got: 3066668382 590012491 Serial1/1/0.17
[18-Oct-1999 11:55:25 ] Retrieved data for serial1_1_0.17 (34):
3066668382,590012491
[18-Oct-1999 11:55:25 ] Processing /routers/Central/ugbr02/serial1_1_0.18...
[18-Oct-1999 11:55:25 ] Preparing map(interface-name)
[18-Oct-1999 11:55:25 ] Evaling inst which is: 0
[18-Oct-1999 11:55:25 ] target serial1_1_0.18
        --mapkey-- = interface-name
        --verify-mapkey-- = interface-name
        auto-base = /usr/users/cricket/cricket-config
        auto-root = /../../..
        auto-target-path = /routers/Central/ugbr02
        datadir =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02
        inst = 35
        interface-name = Serial1/1/0.18
        router = ugbr02.isd.tafensw.EDU.AU
        rrd-datafile =
/usr/users/cricket/cricket-config/../cricket-data//routers/Central/ugbr02/se
rial1_1_0.18.rrd
        rrd-poll-interval = 300
        short-desc = => wmbr01_s0 (Performing Arts Unit Westmead)
        snmp = xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
        snmp-community = xxxxxxxx
        snmp-host = ugbr02.isd.tafensw.EDU.AU
        snmp-port = 161
        target-type = sub-interface

[18-Oct-1999 11:55:25 ] Retrieving data for target serial1_1_0.18 (35)
(sub-interface)
[18-Oct-1999 11:55:25 ] Getting from xxxxxxxx@ugbr02.isd.tafensw.EDU.AU:161
1.3.6.1.2.1.2.2.1.10.35 1.3.6.1.2.1.2.2.1.16.35 1.3.6.1.2.1.2.2.1.2.35
[18-Oct-1999 11:55:25 ] Got: 2887111304 4139008915 Serial1/1/0.18
[18-Oct-1999 11:55:25 ] Retrieved data for serial1_1_0.18 (35):
2887111304,4139008915
[18-Oct-1999 11:55:25 ] Processing
/routers/Central/isbr01.isd.tafensw.edu.au...
[18-Oct-1999 11:55:25 ] Preparing map(interface-name)
[18-Oct-1999 11:55:25 ] Evaling inst which is: 0
[18-Oct-1999 11:55:25 ] Processing
/routers/Central/isbr02.isd.tafensw.edu.au...
[18-Oct-1999 11:55:25 ] Preparing map(interface-name)
[18-Oct-1999 11:55:25 ] Evaling inst which is: 0
[18-Oct-1999 11:55:25 ] Processing
/routers/Central/ugbr01.isd.tafensw.edu.au...
[18-Oct-1999 11:55:25 ] Preparing map(interface-name)
[18-Oct-1999 11:55:25 ] Evaling inst which is: 0
[18-Oct-1999 11:55:25 ] Processing
/routers/Central/ugbr02.isd.tafensw.edu.au...
[18-Oct-1999 11:55:25 ] Preparing map(interface-name)
[18-Oct-1999 11:55:25 ] Evaling inst which is: 0
[18-Oct-1999 11:55:25 ] Processing
/routers/Central/isbr05.isd.tafensw.edu.au...
[18-Oct-1999 11:55:25 ] Preparing map(interface-name)
[18-Oct-1999 11:55:25 ] Evaling inst which is: 0
[18-Oct-1999 11:55:25 ] Processing
/routers/Central/inet-gw.dmz1.tafensw.edu.au...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing
/routers/Central/isbr10.isd.tafensw.edu.au...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/inet-gw/fddi1_0_0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/inet-gw/ethernet1_1_0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/inet-gw/fddi4_0_0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing
/routers/Central/inet-gw/fastethernet4_1_0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/inet-gw/null0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/fddi1_0_0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_1...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_2...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_3...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_4...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_5...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_6...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/null0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/e1_0_0_0...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/e1_0_0_1...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.1...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.2...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.3...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.4...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.5...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.6...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.7...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.8...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.9...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.10...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.11...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.12...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.13...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.14...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.15...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.16...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.17...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.18...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.19...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:26 ] Processing /routers/Central/isbr01/serial1_1_7.20...
[18-Oct-1999 11:55:26 ] Preparing map(interface-name)
[18-Oct-1999 11:55:26 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.21...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.22...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.23...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.24...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.25...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.26...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.27...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.28...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr01/serial1_1_7.29...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/fddi1_0_0...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_1...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_2...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_3...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_4...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_5...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_6...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_7...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial4_0...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial4_1...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial4_3...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial4_6...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/null0...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_4.1...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_4.2...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr02/serial1_1_4.3...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr05/ethernet0_0...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr05/ethernet0_1...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr10/fddi1_0_0...
[18-Oct-1999 11:55:27 ] Preparing map(interface-name)
[18-Oct-1999 11:55:27 ] Evaling inst which is: 0
[18-Oct-1999 11:55:27 ] Processing /routers/Central/isbr10/atm1_1_0...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing
/routers/Central/isbr10/atm1_1_0-atm_layer...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing
/routers/Central/isbr10/atm1_1_0.0-atm_subif...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing
/routers/Central/isbr10/atm1_1_0-aal5_layer...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing
/routers/Central/isbr10/atm1_1_0.0-aal5_layer...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/isbr10/null0...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing
/routers/Central/isbr10/atm1_1_0.4-atm_subif...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing
/routers/Central/isbr10/atm1_1_0.4-aal5_layer...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/fddi1_0_0...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_6...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_6.1...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.1...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.2...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.3...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.4...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.5...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.6...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.7...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.8...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.9...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.10...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.11...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.12...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.13...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.14...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.15...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.16...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.17...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.18...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.19...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.20...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.21...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.22...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.23...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.24...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.25...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.26...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr01/serial1_1_7.27...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:28 ] Evaling inst which is: 0
[18-Oct-1999 11:55:28 ] Processing /routers/Central/ugbr02/fddi1_0_0...
[18-Oct-1999 11:55:28 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.1...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.2...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.3...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.4...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.5...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.6...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.7...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.8...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.9...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.11...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.12...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.13...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.14...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.15...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.16...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.17...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processing /routers/Central/ugbr02/serial1_1_0.18...
[18-Oct-1999 11:55:29 ] Preparing map(interface-name)
[18-Oct-1999 11:55:29 ] Evaling inst which is: 0
[18-Oct-1999 11:55:29 ] Processed 130 targets in 37 seconds.

Guy R. Loucks
Senior Unix Systems Administrator
Networks Branch
NSW Department of Education & Training
Information Technology Bureau
Direct +61 2 9942 9887
Fax +61 2 9942 9600
Mobile +61 (0)18 041 186
Email guy.loucks@det.nsw.edu.au

--------------------------- ONElist Sponsor ----------------------------

??? Computer Questions ==> Free Answers From Live Experts ! ! !
                       go to EXPERTCITY.COM
    <a href=" http://clickme.onelist.com/ad/expertcity15 ">Click Here</a>

------------------------------------------------------------------------



This archive was generated by hypermail 2b29 : Mon Mar 06 2000 - 19:01:04 PST