User Manual
! !! !!!!!!!!!!!!!!!!!!!!!!!!! !
!
!
46!
4.15!SETMIB!
!
setMIB
Arguments
module (O)
The module of the MIB variable
name (O)
The Name of the MIB variable
index1 (O)
Key to get the specified MIB from a table
index2 (O)
Key to get the specified MIB from a table
index3 (O)
Key to get the specified MIB from a table
index4 (O)
Key to get the specified MIB from a table
index5 (O)
Key to get the specified MIB from a table
oid (O)
The object identifier of the MIB variable
type (M)
The type of the assigned MIB value. Possible values
are:
i : integer value
c: counter value
g: gauge value
a: IP address value
s: String value
t: Time Ticks value
h: Integer value for bits type
value (M)
The value assigned to the MIB
Description
Set the value of specific MIB. If the MIB module is specified, a MIB
name should also be specified; otherwise the MIB full OID should be
specified. If the index is a MAC address it should be entered in a dotted
decimal format.
Example
setMIB oid=1.0.8802.16.2.1.3.1.1.1 type=i value=5
setMIB oid=1.0.8802.16.2.1.3.1.1.1 type=h value=192 (Sets the value
of a bits MIB to 11000000)
setMIB module = WMAN-IF2F-BS-MIB name =
wmanIf2fBsSfDirection index1 = 1 index2 = 0.1.2.3.4.5 index3 = 2
type=i value=5
!
!
!
!