$t_vp['juniAtmVpStatsInCells'], 'outcells' => $t_vp['juniAtmVpStatsOutCells'], 'inpackets' => $t_vp['juniAtmVpStatsInPackets'], 'outpackets' => $t_vp['juniAtmVpStatsOutPackets'], 'inpacketoctets' => $t_vp['juniAtmVpStatsInPacketOctets'], 'outpacketoctets' => $t_vp['juniAtmVpStatsOutPacketOctets'], 'inpacketerrors' => $t_vp['juniAtmVpStatsInPacketErrors'], 'outpacketerrors' => $t_vp['juniAtmVpStatsOutPacketErrors'], ); $tags = compact('ifIndex', 'vp_id', 'rrd_name', 'rrd_def'); data_update($device, 'atm-vp', $tags, $fields); }//end foreach echo "\n"; unset($vp_cache, $rrd_def); }//end if