FC_RTTable XML tag descriptions

programtitle [str]
Defines the title that is displayed on the window header of FC_RTTable. The programtitle tag may contain any number of characters.
preferredinstance [str]
width [pos int]
Sets the preferred width of the table-window at program startup. The window can be resized at runtime. May range from 300 to 2000 pixels.
height [pos int]
Sets the preferred height of the table-window at program startup. The window can be resized at runtime. May range from 200 to 1600 pixels.
host [4-byte dotted x.x.x.x | str]
Sets the ip address or hostname of the device to poll.
community [str]
Sets the community string to use in the SNMP requests when polling a device.
shooter
The shooter part of the xml file is used to configure the actual SNMP requests and how to process the retrieved values. The shooter part is the container that contains one or more shooter targets. A target is used to specify the SNMP OID and Instance from which to collect its value.
snmpport [pos int]
The port on the remote host on which the SNMP agent is listening. The default port is 161. If left blank, 161 is taken.
snmpversion [pos int]
The version of the snmp protocol to use. Possible values are 1 (snmpV1) or 2 (snmpV2c). If left blank snmpV1 is taken.
oid [str]
Use the oid tag to specify the oid (without instance) to include in the snmp request. Valid oids should have a format as in "1.3.6.1.2.1.2.2.1.2" or "1.3.6.1.2.1.11.1". (See rfc1213 for a detailed description of SNMP).
oiddescr [str]
You can use this tag to specify a text for the oid mentioned. This option is disabled in the free version of FC_RTTable!
instance [str]
Use the instance tag to specify the instance for the oid mentioned in the previous tag. There are two different valid formats:
  • A fixed dotted oid like instance as in .7 or .123 (don't forget the preceding dot!).
  • The special keyword "all instances". This option will display all occurrences of the specified oid in the table. This option is useful if you want i.e. to list the data of all ports of a router in one table.