From fd350a649f3454ebef042b0e6b727f3c5d18400b Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 31 Aug 2011 13:03:22 +0300 Subject: [PATCH] Add rules count in STG-MIB --- projects/stargazer/plugins/other/smux/STG-MIB.mib | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/projects/stargazer/plugins/other/smux/STG-MIB.mib b/projects/stargazer/plugins/other/smux/STG-MIB.mib index 4d9179bf..22fb103b 100644 --- a/projects/stargazer/plugins/other/smux/STG-MIB.mib +++ b/projects/stargazer/plugins/other/smux/STG-MIB.mib @@ -26,6 +26,7 @@ tariffs OBJECT IDENTIFIER ::= { stg-24 2 } admins OBJECT IDENTIFIER ::= { stg-24 3 } services OBJECT IDENTIFIER ::= { stg-24 4 } corporations OBJECT IDENTIFIER ::= { stg-24 5 } +traffcounter OBJECT IDENTIFIER ::= { stg-24 6 } totalUsers OBJECT-TYPE SYNTAX Integer32 @@ -210,4 +211,13 @@ totalCorporations OBJECT-TYPE DEFVAL { 0 } ::= { corporations 1 } +totalRules OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total traffic classification rules described by rules file" + DEFVAL { 0 } + ::= { traffcounter 1 } + END -- 2.43.2