Octet conversion trouble

apologies I should have included more information.

here is just the snmpbulkwalk from the linux cli:

snmpbulkwalk -v2c -c <community> <ipaddress> .1.3.6.1.4.1.637.54.1.25.4.9.1.1
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.50122 = Counter64: 0
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70105 = Counter64: 0
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70301 = Counter64: 16964338046694
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70302 = Counter64: 5026114425735
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70303 = Counter64: 363058367215795
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70304 = Counter64: 227470355119356
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70405 = Counter64: 227470355119356
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70406 = Counter64: 227470355119356
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70407 = Counter64: 227470355119356
iso.3.6.1.4.1.637.54.1.25.4.9.1.1.70408 = Counter64: 227470355119356

and then of course I am pumping that into a metric like so:

yield Metric("nokia_inbound_octets", int(x[9]))

Then you see how I am using the unit above and then on the graph it comes our like so: