X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c016156ebb870d9d81219b8c4165aa75703f1e85..45beea6e493c10b35e7cf0f694a1ae778e323c5d:/projects/stargazer/plugins/other/smux/STG-MIB.mib diff --git a/projects/stargazer/plugins/other/smux/STG-MIB.mib b/projects/stargazer/plugins/other/smux/STG-MIB.mib index cb48ecbc..d41edc52 100644 --- a/projects/stargazer/plugins/other/smux/STG-MIB.mib +++ b/projects/stargazer/plugins/other/smux/STG-MIB.mib @@ -87,18 +87,18 @@ usersByTariff OBJECT-TYPE STATUS current DESCRIPTION "A row describing a given tariff" - INDEX { tariffId } + INDEX { tariffIndex } ::= {tariffUsers 1 } UsersByTariff ::= SEQUENCE { - tariffId Integer32, + tariffIndex Integer32, tariffName DisplayString, userCount Integer32 } -tariffId OBJECT-TYPE +tariffIndex OBJECT-TYPE SYNTAX Integer32 (0..255) - MAX-ACCESS read-only + MAX-ACCESS not-accessible STATUS current DESCRIPTION "The id of the tariff this table describes."