# Convert our total ifc octets(bytes) into bits
ifOutCps	: DELTA		: {ifOutCollisions}

# Create our REAL packets per second 
ifOutPps	: MATH		: {ifOutCps} + {ifOutPktsSec}

# Determine percentage of packets that are collisions
ifOutColPct	: MATH		: ({ifOutCps} / {ifOutPps}) x 100

# Create an alias in a bracketed box, or nothing if alias is blank
ifAliasBox      : REGSUB        : {ifAlias} /(\S+.*)/ [$1]/

