Reference record for OID 1.3.6.1.4.1.4596.3.2.4


parent
1.3.6.1.4.1.4596.3.2 (vfAgent)
node code
4
node name
vfTrapTargCfgTable
dot oid
1.3.6.1.4.1.4596.3.2.4
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) videoframe(4596) vfGeneric(3) vfAgent(2) vfTrapTargCfgTable(4)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) videoframe(4596) vfGeneric(3) vfAgent(2) vfTrapTargCfgTable(4)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) videoframe(4596) vfGeneric(3) vfAgent(2) vfTrapTargCfgTable(4)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) videoframe(4596) vfGeneric(3) vfAgent(2) vfTrapTargCfgTable(4)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) videoframe(4596) vfGeneric(3) vfAgent(2) vfTrapTargCfgTable(4)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) videoframe(4596) vfGeneric(3) vfAgent(2) vfTrapTargCfgTable(4)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/videoframe/vfGeneric/vfAgent/vfTrapTargCfgTable
  • /iso/identified-organization/dod/internet/private/enterprises/videoframe/vfGeneric/vfAgent/vfTrapTargCfgTable
  • /iso/org/dod/internet/private/enterprise/videoframe/vfGeneric/vfAgent/vfTrapTargCfgTable
  • /iso/org/dod/internet/private/enterprises/videoframe/vfGeneric/vfAgent/vfTrapTargCfgTable
  • /iso/iso-identified-organization/dod/internet/private/enterprise/videoframe/vfGeneric/vfAgent/vfTrapTargCfgTable
  • /iso/iso-identified-organization/dod/internet/private/enterprises/videoframe/vfGeneric/vfAgent/vfTrapTargCfgTable
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/4596/3/2/4

    Description by oid_info

    vftrapTargCfgTable
    View at oid-info.com

    Description by mibdepot

    A list of trap target configuration entries on
    this device.

    Trap Target Configuration Entry Creation:
    =========================================

    When creating a trap target configuration entry
    the manager should use a GET operation to
    determine the value of vfTrapTargCfgTableNextIndex.0.
    If this value is non-zero, the manager can then
    use this value as the index while creating a
    table row.

    The process of creating and activating a row of
    this table takes two forms: the one-set mode and
    the multiple-set mode.

    In the one-set mode, a manager must specify the
    values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity
    required to activate a row in a single SET operation
    along with an assignment of the vfTrapTargCfgEntryStatus
    to 'createAndGo(4)'. If the values and instances
    supplied are correct, an instance of the trap target
    configuration is created and the value of
    vfTrapTargCfgEntryStatus transitions to 'active(1)'.

    for example:
    ============

    SnmpGet()
    returns


    SnmpSet(,
    ,
    )
    returns
    ,
    ,


    In the multiple-set mode, creating a trap target
    configuration table row, filling it with values,
    and activating it are carried out in discrete steps.

    To create the row, the manager specifies a value
    of 'createAndWait(5)' for the vfTrapTargCfgEntryStatus
    status variable. This SET request could contain
    values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity
    but it is not required. More often, the values for
    these columnar objects are specified in additional
    SET requests. After each SET operation, the
    vfTrapTargCfgEntryStatus variable takes on the value
    'notReady(3)' or 'notInService(2)'. To place the
    entry into service, the manager requests that the
    vfTrapTargCfgEntryStatus variable transition to the
    'active(1)' state.

    for example:
    ============

    SnmpGet(, NULL)
    returns


    SnmpSet()
    returns


    SnmpSet(,
    )
    returns
    ,


    SnmpSet()
    returns


    Trap Target Configuration Entry Deletion:
    =========================================

    To delete an existing trap target configuration
    entry, the manager performs a SET operation on the
    vfTrapTargCfgEntryStatus variable with the value
    'destroy(6)'.

    Parsed from file vf-generic.mib.txt
    Company: None
    Module: VIDEOFRAME-GENERIC-MIB

    Description by circitor

    A list of trap target configuration entries on
    this device.

    Trap Target Configuration Entry Creation:
    =========================================

    When creating a trap target configuration entry
    the manager should use a GET operation to
    determine the value of vfTrapTargCfgTableNextIndex.0.
    If this value is non-zero, the manager can then
    use this value as the index while creating a
    table row.

    The process of creating and activating a row of
    this table takes two forms: the one-set mode and
    the multiple-set mode.

    In the one-set mode, a manager must specify the
    values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity
    required to activate a row in a single SET operation
    along with an assignment of the vfTrapTargCfgEntryStatus
    to 'createAndGo(4)'. If the values and instances
    supplied are correct, an instance of the trap target
    configuration is created and the value of
    vfTrapTargCfgEntryStatus transitions to 'active(1)'.

    for example:
    ============

    SnmpGet()
    returns


    SnmpSet(,
    ,
    )
    returns
    ,
    ,


    In the multiple-set mode, creating a trap target
    configuration table row, filling it with values,
    and activating it are carried out in discrete steps.

    To create the row, the manager specifies a value
    of 'createAndWait(5)' for the vfTrapTargCfgEntryStatus
    status variable. This SET request could contain
    values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity
    but it is not required. More often, the values for
    these columnar objects are specified in additional
    SET requests. After each SET operation, the
    vfTrapTargCfgEntryStatus variable takes on the value
    'notReady(3)' or 'notInService(2)'. To place the
    entry into service, the manager requests that the
    vfTrapTargCfgEntryStatus variable transition to the
    'active(1)' state.

    for example:
    ============

    SnmpGet(, NULL)
    returns


    SnmpSet()
    returns


    SnmpSet(,
    )
    returns
    ,


    SnmpSet()
    returns


    Trap Target Configuration Entry Deletion:
    =========================================

    To delete an existing trap target configuration
    entry, the manager performs a SET operation on the
    vfTrapTargCfgEntryStatus variable with the value
    'destroy(6)'.

    Parsed from file VIDEOFRAME-GENERIC-MIB.mib
    Module: VIDEOFRAME-GENERIC-MIB

    Information by oid_info

    Vendor: Videoframe Systems
    Module: VIDEOFRAME-GENERIC-MIB

    [Automatically extracted from oidview.com]

    Information by mibdepot

    vfTrapTargCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF VfTrapTargCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of trap target configuration entries on this device. Trap Target Configuration Entry Creation: ========================================= When creating a trap target configuration entry the manager should use a GET operation to determine the value of vfTrapTargCfgTableNextIndex.0. If this value is non-zero, the manager can then use this value as the index while creating a table row. The process of creating and activating a row of this table takes two forms: the one-set mode and the multiple-set mode. In the one-set mode, a manager must specify the values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity required to activate a row in a single SET operation along with an assignment of the vfTrapTargCfgEntryStatus to 'createAndGo(4)'. If the values and instances supplied are correct, an instance of the trap target configuration is created and the value of vfTrapTargCfgEntryStatus transitions to 'active(1)'. for example: ============ SnmpGet() returns SnmpSet(, , ) returns , , In the multiple-set mode, creating a trap target configuration table row, filling it with values, and activating it are carried out in discrete steps. To create the row, the manager specifies a value of 'createAndWait(5)' for the vfTrapTargCfgEntryStatus status variable. This SET request could contain values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity but it is not required. More often, the values for these columnar objects are specified in additional SET requests. After each SET operation, the vfTrapTargCfgEntryStatus variable takes on the value 'notReady(3)' or 'notInService(2)'. To place the entry into service, the manager requests that the vfTrapTargCfgEntryStatus variable transition to the 'active(1)' state. for example: ============ SnmpGet(, NULL) returns SnmpSet() returns SnmpSet(, ) returns , SnmpSet() returns Trap Target Configuration Entry Deletion: ========================================= To delete an existing trap target configuration entry, the manager performs a SET operation on the vfTrapTargCfgEntryStatus variable with the value 'destroy(6)'." ::= { vfAgent 4 }

    Information by circitor

    vfTrapTargCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF VfTrapTargCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of trap target configuration entries on this device. Trap Target Configuration Entry Creation: ========================================= When creating a trap target configuration entry the manager should use a GET operation to determine the value of vfTrapTargCfgTableNextIndex.0. If this value is non-zero, the manager can then use this value as the index while creating a table row. The process of creating and activating a row of this table takes two forms: the one-set mode and the multiple-set mode. In the one-set mode, a manager must specify the values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity required to activate a row in a single SET operation along with an assignment of the vfTrapTargCfgEntryStatus to 'createAndGo(4)'. If the values and instances supplied are correct, an instance of the trap target configuration is created and the value of vfTrapTargCfgEntryStatus transitions to 'active(1)'. for example: ============ SnmpGet() returns SnmpSet(, , ) returns , , In the multiple-set mode, creating a trap target configuration table row, filling it with values, and activating it are carried out in discrete steps. To create the row, the manager specifies a value of 'createAndWait(5)' for the vfTrapTargCfgEntryStatus status variable. This SET request could contain values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity but it is not required. More often, the values for these columnar objects are specified in additional SET requests. After each SET operation, the vfTrapTargCfgEntryStatus variable takes on the value 'notReady(3)' or 'notInService(2)'. To place the entry into service, the manager requests that the vfTrapTargCfgEntryStatus variable transition to the 'active(1)' state. for example: ============ SnmpGet(, NULL) returns SnmpSet() returns SnmpSet(, ) returns , SnmpSet() returns Trap Target Configuration Entry Deletion: ========================================= To delete an existing trap target configuration entry, the manager performs a SET operation on the vfTrapTargCfgEntryStatus variable with the value 'destroy(6)'." ::= { vfAgent 4 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.4596)

    Little Graeme

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.4596.3.2.4.1 vfTrapTargCfgEntry 4 4 vftrapTargCfgEntry

    Brothers (3)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.4596.3.2.1 vfAgentTrapEnable 1 1 Enables or disables all Traps from this agent.
    1.3.6.1.4.1.4596.3.2.2 vfTrapTargMaxTargets 1 1 vftrapTargMaxTargets
    1.3.6.1.4.1.4596.3.2.3 vfTrapTargCfgTableNextIndex 1 1 vftrapTargCfgTableNextIndex