NAME

sysInterface

DESCRIPTION

Added support for manual update of some device parameters, in case the service provider does not configure them, or the client does not have access, or the device does not support them ( VPN3002 etc). No sanity checking is done on entered values.

As of release 4.2.13, a regex expression may be used for Node and/or ifIndex. Do not use / ... / , just the standard perl regex construct. Examples are:

	Node:	^192.*			# match all node that start with 192
	ifIndex	.*				# match all index

To clear all device description ( ifAlias), so collect is forced to off, match on Node and ifIndex, and leave Description 'blank'

Node

Device name to manually overwrite the collected SNMP data with the following values.

ifIndex

ifIndex of device interface to update

Description

ifDescr required - overwrite SNMP collected ifDescr.

ifSpeed

ifSpeed required - overwrite SNMP collected ifSpeed.