diff options
Diffstat (limited to 'interface-definitions/snmp.xml.in')
| -rw-r--r-- | interface-definitions/snmp.xml.in | 29 | 
1 files changed, 21 insertions, 8 deletions
| diff --git a/interface-definitions/snmp.xml.in b/interface-definitions/snmp.xml.in index b4f72589e..10dd828a5 100644 --- a/interface-definitions/snmp.xml.in +++ b/interface-definitions/snmp.xml.in @@ -13,9 +13,9 @@              <properties>                <help>Community name</help>                <constraint> -                <regex>[a-zA-Z0-9\-_]{1,100}</regex> +                <regex>[a-zA-Z0-9\-_!@*#]{1,100}</regex>                </constraint> -              <constraintErrorMessage>Community string is limited to alphanumerical characters only with a total lenght of 100</constraintErrorMessage> +              <constraintErrorMessage>Community string is limited to alphanumerical characters, !, @, * and # with a total lenght of 100</constraintErrorMessage>              </properties>              <children>                <leafNode name="authorization"> @@ -123,18 +123,31 @@            </leafNode>            <leafNode name="oid-enable">              <properties> -              <help>Enable specific OIDs</help> +              <help>Enable specific OIDs that by default are disable</help>                <completionHelp> -                <list>route-table</list> +                <list>ip-forward ip-route-table ip-net-to-media-table ip-net-to-physical-phys-address</list>                </completionHelp>                <valueHelp> -                <format>route-table</format> -                <description>Enable routing table OIDs (ipCidrRouteTable inetCidrRouteTable)</description> +                <format>ip-forward</format> +                <description>Enable ipForward: .1.3.6.1.2.1.4.24</description> +              </valueHelp> +              <valueHelp> +                <format>ip-route-table</format> +                <description>Enable ipRouteTable: .1.3.6.1.2.1.4.21</description> +              </valueHelp> +              <valueHelp> +                <format>ip-net-to-media-table</format> +                <description>Enable ipNetToMediaTable: .1.3.6.1.2.1.4.22</description> +              </valueHelp> +              <valueHelp> +                <format>ip-net-to-physical-phys-address</format> +                <description>Enable ipNetToPhysicalPhysAddress: .1.3.6.1.2.1.4.35</description>                </valueHelp>                <constraint> -                <regex>(route-table)</regex> +                <regex>(ip-forward|ip-route-table|ip-net-to-media-table|ip-net-to-physical-phys-address)</regex>                </constraint> -              <constraintErrorMessage>OID must be 'route-table'</constraintErrorMessage> +              <constraintErrorMessage>OID must be one of the liste options</constraintErrorMessage> +              <multi/>              </properties>            </leafNode>            #include <include/snmp/protocol.xml.i> | 
