On 26/10/2007, Marcos Majo <[EMAIL PROTECTED]> wrote:
> I have these 3 instances:
> SNMPv2-SMI::mib-2.17.7.1.4.3.1.1.1 = STRING: "Default"
> SNMPv2-SMI::mib-2.17.7.1.4.3.1.1.2 = STRING: "Normal"
> SNMPv2-SMI::mib-2.17.7.1.4.3.1.1.28 = STRING: "hide"
> and I want to create a 4th one (SNMPv2-SMI::mib-2.17.7.1.4.3.1.1.29)
>     with a value "hello".

Try
    snmpset ....    dot1qVlanStaticName.29 s "hello"
dot1qVlanStaticRowStatus.29 i 4

You may find that you need to provide values for dot1qVlanStaticEgressPorts,
dot1qVlanForbiddenEgressPorts and dot1qVlanStaticUntaggedPorts as well.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to