Reference record for OID 1.3.6.1.4.1.5567.2.13.7


parent
1.3.6.1.4.1.5567.2.13 (rsImageMib)
node code
7
node name
rsImageMibActivateTransfer
dot oid
1.3.6.1.4.1.5567.2.13.7
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) riverstoneNetworks(5567) riverstoneMibs(2) rsImageMib(13) rsImageMibActivateTransfer(7)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) riverstoneNetworks(5567) riverstoneMibs(2) rsImageMib(13) rsImageMibActivateTransfer(7)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) riverstoneNetworks(5567) riverstoneMibs(2) rsImageMib(13) rsImageMibActivateTransfer(7)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) riverstoneNetworks(5567) riverstoneMibs(2) rsImageMib(13) rsImageMibActivateTransfer(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) riverstoneNetworks(5567) riverstoneMibs(2) rsImageMib(13) rsImageMibActivateTransfer(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) riverstoneNetworks(5567) riverstoneMibs(2) rsImageMib(13) rsImageMibActivateTransfer(7)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/riverstoneNetworks/riverstoneMibs/rsImageMib/rsImageMibActivateTransfer
  • /iso/identified-organization/dod/internet/private/enterprises/riverstoneNetworks/riverstoneMibs/rsImageMib/rsImageMibActivateTransfer
  • /iso/org/dod/internet/private/enterprise/riverstoneNetworks/riverstoneMibs/rsImageMib/rsImageMibActivateTransfer
  • /iso/org/dod/internet/private/enterprises/riverstoneNetworks/riverstoneMibs/rsImageMib/rsImageMibActivateTransfer
  • /iso/iso-identified-organization/dod/internet/private/enterprise/riverstoneNetworks/riverstoneMibs/rsImageMib/rsImageMibActivateTransfer
  • /iso/iso-identified-organization/dod/internet/private/enterprises/riverstoneNetworks/riverstoneMibs/rsImageMib/rsImageMibActivateTransfer
  • iri by oid_info
    1.3.6.1.4.1.5567.2.13.7

    Description by oid_info

    This node IS NOT DESCRIBED YET
    View at oid-info.com

    Description by mibdepot

    Activate the transfer operation (add, choose
    or delete) with a value of
    True(1) or stop it with False(2).
    Default value is False(2).
    Poll rsImageMibPrimaryCMOperationStatus for current
    status of the Primary CM and poll
    rsImageMibBackupCMOperationStatus for current status
    of the Backup CM.
    Default status is False.
    This object is a trigger that starts the
    rsImageMibAction, and therefore
    is equivalent to one of several CLI commands,
    such as these:

    to add an image:
    system image add 10.50.6.4 qa/ssr3000
    system image add 10.50.6.4 qa/ssr3000 primary-cm
    system image add 10.50.6.4 qa/ssr3000 primary-cm slot0
    system image add 10.50.6.4 qa/ssr3000 primary-cm slot1
    system image add 10.50.6.4 qa/ssr3000 backup-cm
    system image add 10.50.6.4 qa/ssr3000 backup-cm slot0
    system image add 10.50.6.4 qa/ssr3000 backup-cm slot1
    system image add tftp://10.50.6.4/qa/ssr3000
    system image add tftp:///qa/ssr3000
    system image add qa/ssr3000
    system image add qa/ssr3000 primary-cm
    system image add qa/ssr3000 primary-cm slot0
    system image add qa/ssr3000 primary-cm slot1
    system image add qa/ssr3000 backup-cm
    system image add qa/ssr3000 backup-cm slot0
    system image add qa/ssr3000 backup-cm slot1



    to choose an image, need:
    system image choose ssr3000
    system image choose ssr3000 primary-cm
    system image choose ssr3000 primary-cm slot0
    system image choose ssr3000 primary-cm slot1

    system image choose ssr3000 backup-cm
    system image choose ssr3000 backup-cm slot0
    system image choose ssr3000 backup-cm slot1
    system image choose none
    system image choose none primary-cm
    system image choose none primary-cm slot0
    system image choose none primary-cm slot1
    system image choose none backup-cm
    system image choose none backup-cm slot0
    system image choose none backup-cm slot1

    to delete an image, need:
    system image delete ssr3000
    system image delete ssr3000 primary-cm
    system image delete ssr3000 primary-cm slot0
    system image delete ssr3000 primary-cm slot1
    system image delete ssr3000 backup-cm
    system image delete ssr3000 backup-cm slot0
    system image delete ssr3000 backup-cm slot1

    IMPORTANT:
    ADD OPERATION: For adding an image to a flash card,
    there are two basic ways to do so:

    NOTE: both cases use rsImageMibAction set to 2.

    case 1: use rsImageMibTftpServerAddress (or
    rsImageMibHostName), rsImageMibImageName and
    rsImageMibDestination.

    case 2: use rsImageMibTftpUrl. Please note that the
    image will automatically be added to both Primary
    and Backup CMs if they are present, or to only the
    Primary CM if it alone is present. (NOTE: One cannot
    specify the destination for the image add operation
    by using use rsImageMibTftpUrl)


    In either case, the objects to be used must be
    set before the final set of rsImageMibActivateTransfer. Please follow these procedures:

    for case 1: rsImageMibTftpServerAddress (or
    rsImageMibHostName), rsImageMibImageName and
    rsImageMibDestination must be set. Do not set
    rsImageMibTftpUrl after these objects are set.

    example: //SNMP add to Primary CM:
    setany -v1 rsImageMibAction.0 2
    setany -v1 rsImageMibDestination.0 -i 2
    setany -v1 rsImageMibImageName.0 -o qa/ssr3000
    setany -v1 rsImageMibTftpServerAddress.0 -a 100.50.6.9
    setany -v1 -d rsImageMibActivateTransfer.0 -i 1

    for case 2: rsImageMibTftpUrl must be set. Do not set
    rsImageMibTftpServerAddress, rsImageMibHostName,
    rsImageMibImageName or rsImageMibDestination after this
    objects is set.

    You can check the required scalar objects to make
    sure they have appropriate values before the final
    set of rsImageMibActivateTransfer.


    CHOOSE OPERATION:
    For choosing an image as the active image for the
    next reboot, follow this procedure:

    The objects to be used must be set before the final
    set of rsImageMibActivateTransfer:

    rsImageMibAction must be set as in:
    setany -v1 rsImageMibAction.0 4

    rsImageMibImageName must be set as in:
    setany -v1 rsImageMibImageName.0 -o rs30

    rsImageMibDestination can be set as an option as in:
    setany -v1 rsImageMibDestination.0 -i 2

    Finally, rsImageMibActivateTransfer.0 must be set as in:
    setany -v1 -d rsImageMibActivateTransfer.0 -i 1

    Please note: rsImageMibTftpUrl is NOT used in a
    choose. When the user wants to choose an image, and
    the user sets rsImageMibDestination to dictate which
    flash card(s) the image is to be chosen on, the
    user cannot also use rsImageMibTftpUrl. Setting
    rsImageMibDestination will set rsImageMibTftpUrl to
    its default value of a blank string.


    DELETE OPERATION:
    For deleting an image from a flashcard, follow this
    procedure:

    The objects to be used must be set before the final
    set of rsImageMibActivateTransfer:

    rsImageMibAction must be set as in:
    setany -v1 rsImageMibAction.0 3

    rsImageMibImageName must be set as in:
    setany -v1 rsImageMibImageName.0 -o rs30

    rsImageMibDestination can be set as an option as in:
    setany -v1 rsImageMibDestination.0 -i 2

    Finally, rsImageMibActivateTransfer.0 must be set as in:
    setany -v1 -d rsImageMibActivateTransfer.0 -i 1

    Please note: rsImageMibTftpUrl is NOT used in a
    delete. When the user wants to delete an image, and
    the user sets rsImageMibDestination to dictate which
    flash card(s) the image is to be deleted from, the
    user cannot also use rsImageMibTftpUrl. Setting
    rsImageMibDestination will set rsImageMibTftpUrl to
    its default value of a blank string.

    Parsed from file rstone-image-mib.txt
    Company: None
    Module: RIVERSTONE-IMAGE-MIB

    Description by circitor

    Activate the transfer operation (add, choose
    or delete) with a value of
    True(1) or stop it with False(2).
    Default value is False(2).
    Poll rsImageMibPrimaryCMOperationStatus for current
    status of the Primary CM and poll
    rsImageMibBackupCMOperationStatus for current status
    of the Backup CM.
    Default status is False.
    This object is a trigger that starts the
    rsImageMibAction, and therefore
    is equivalent to one of several CLI commands,
    such as these:

    to add an image:
    system image add 10.50.6.4 qa/ssr3000
    system image add 10.50.6.4 qa/ssr3000 primary-cm
    system image add 10.50.6.4 qa/ssr3000 primary-cm slot0
    system image add 10.50.6.4 qa/ssr3000 primary-cm slot1
    system image add 10.50.6.4 qa/ssr3000 backup-cm
    system image add 10.50.6.4 qa/ssr3000 backup-cm slot0
    system image add 10.50.6.4 qa/ssr3000 backup-cm slot1
    system image add tftp://10.50.6.4/qa/ssr3000
    system image add tftp:///qa/ssr3000
    system image add qa/ssr3000
    system image add qa/ssr3000 primary-cm
    system image add qa/ssr3000 primary-cm slot0
    system image add qa/ssr3000 primary-cm slot1
    system image add qa/ssr3000 backup-cm
    system image add qa/ssr3000 backup-cm slot0
    system image add qa/ssr3000 backup-cm slot1



    to choose an image, need:
    system image choose ssr3000
    system image choose ssr3000 primary-cm
    system image choose ssr3000 primary-cm slot0
    system image choose ssr3000 primary-cm slot1

    system image choose ssr3000 backup-cm
    system image choose ssr3000 backup-cm slot0
    system image choose ssr3000 backup-cm slot1
    system image choose none
    system image choose none primary-cm
    system image choose none primary-cm slot0
    system image choose none primary-cm slot1
    system image choose none backup-cm
    system image choose none backup-cm slot0
    system image choose none backup-cm slot1

    to delete an image, need:
    system image delete ssr3000
    system image delete ssr3000 primary-cm
    system image delete ssr3000 primary-cm slot0
    system image delete ssr3000 primary-cm slot1
    system image delete ssr3000 backup-cm
    system image delete ssr3000 backup-cm slot0
    system image delete ssr3000 backup-cm slot1

    IMPORTANT:
    ADD OPERATION: For adding an image to a flash card,
    there are two basic ways to do so:

    NOTE: both cases use rsImageMibAction set to 2.

    case 1: use rsImageMibTftpServerAddress (or
    rsImageMibHostName), rsImageMibImageName and
    rsImageMibDestination.

    case 2: use rsImageMibTftpUrl. Please note that the
    image will automatically be added to both Primary
    and Backup CMs if they are present, or to only the
    Primary CM if it alone is present. (NOTE: One cannot
    specify the destination for the image add operation
    by using use rsImageMibTftpUrl)


    In either case, the objects to be used must be
    set before the final set of rsImageMibActivateTransfer. Please follow these procedures:

    for case 1: rsImageMibTftpServerAddress (or
    rsImageMibHostName), rsImageMibImageName and
    rsImageMibDestination must be set. Do not set
    rsImageMibTftpUrl after these objects are set.

    example: //SNMP add to Primary CM:
    setany -v1 rsImageMibAction.0 2
    setany -v1 rsImageMibDestination.0 -i 2
    setany -v1 rsImageMibImageName.0 -o qa/ssr3000
    setany -v1 rsImageMibTftpServerAddress.0 -a 100.50.6.9
    setany -v1 -d rsImageMibActivateTransfer.0 -i 1

    for case 2: rsImageMibTftpUrl must be set. Do not set
    rsImageMibTftpServerAddress, rsImageMibHostName,
    rsImageMibImageName or rsImageMibDestination after this
    objects is set.

    You can check the required scalar objects to make
    sure they have appropriate values before the final
    set of rsImageMibActivateTransfer.


    CHOOSE OPERATION:
    For choosing an image as the active image for the
    next reboot, follow this procedure:

    The objects to be used must be set before the final
    set of rsImageMibActivateTransfer:

    rsImageMibAction must be set as in:
    setany -v1 rsImageMibAction.0 4

    rsImageMibImageName must be set as in:
    setany -v1 rsImageMibImageName.0 -o rs30

    rsImageMibDestination can be set as an option as in:
    setany -v1 rsImageMibDestination.0 -i 2

    Finally, rsImageMibActivateTransfer.0 must be set as in:
    setany -v1 -d rsImageMibActivateTransfer.0 -i 1

    Please note: rsImageMibTftpUrl is NOT used in a
    choose. When the user wants to choose an image, and
    the user sets rsImageMibDestination to dictate which
    flash card(s) the image is to be chosen on, the
    user cannot also use rsImageMibTftpUrl. Setting
    rsImageMibDestination will set rsImageMibTftpUrl to
    its default value of a blank string.


    DELETE OPERATION:
    For deleting an image from a flashcard, follow this
    procedure:

    The objects to be used must be set before the final
    set of rsImageMibActivateTransfer:

    rsImageMibAction must be set as in:
    setany -v1 rsImageMibAction.0 3

    rsImageMibImageName must be set as in:
    setany -v1 rsImageMibImageName.0 -o rs30

    rsImageMibDestination can be set as an option as in:
    setany -v1 rsImageMibDestination.0 -i 2

    Finally, rsImageMibActivateTransfer.0 must be set as in:
    setany -v1 -d rsImageMibActivateTransfer.0 -i 1

    Please note: rsImageMibTftpUrl is NOT used in a
    delete. When the user wants to delete an image, and
    the user sets rsImageMibDestination to dictate which
    flash card(s) the image is to be deleted from, the
    user cannot also use rsImageMibTftpUrl. Setting
    rsImageMibDestination will set rsImageMibTftpUrl to
    its default value of a blank string.

    Parsed from file RIVERSTONE-IMAGE-MIB.mib
    Module: RIVERSTONE-IMAGE-MIB

    Information by mibdepot

    rsImageMibActivateTransfer OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Activate the transfer operation (add, choose or delete) with a value of True(1) or stop it with False(2). Default value is False(2). Poll rsImageMibPrimaryCMOperationStatus for current status of the Primary CM and poll rsImageMibBackupCMOperationStatus for current status of the Backup CM. Default status is False. This object is a trigger that starts the rsImageMibAction, and therefore is equivalent to one of several CLI commands, such as these: to add an image: system image add 10.50.6.4 qa/ssr3000 system image add 10.50.6.4 qa/ssr3000 primary-cm system image add 10.50.6.4 qa/ssr3000 primary-cm slot0 system image add 10.50.6.4 qa/ssr3000 primary-cm slot1 system image add 10.50.6.4 qa/ssr3000 backup-cm system image add 10.50.6.4 qa/ssr3000 backup-cm slot0 system image add 10.50.6.4 qa/ssr3000 backup-cm slot1 system image add tftp://10.50.6.4/qa/ssr3000 system image add tftp:///qa/ssr3000 system image add qa/ssr3000 system image add qa/ssr3000 primary-cm system image add qa/ssr3000 primary-cm slot0 system image add qa/ssr3000 primary-cm slot1 system image add qa/ssr3000 backup-cm system image add qa/ssr3000 backup-cm slot0 system image add qa/ssr3000 backup-cm slot1 to choose an image, need: system image choose ssr3000 system image choose ssr3000 primary-cm system image choose ssr3000 primary-cm slot0 system image choose ssr3000 primary-cm slot1 system image choose ssr3000 backup-cm system image choose ssr3000 backup-cm slot0 system image choose ssr3000 backup-cm slot1 system image choose none system image choose none primary-cm system image choose none primary-cm slot0 system image choose none primary-cm slot1 system image choose none backup-cm system image choose none backup-cm slot0 system image choose none backup-cm slot1 to delete an image, need: system image delete ssr3000 system image delete ssr3000 primary-cm system image delete ssr3000 primary-cm slot0 system image delete ssr3000 primary-cm slot1 system image delete ssr3000 backup-cm system image delete ssr3000 backup-cm slot0 system image delete ssr3000 backup-cm slot1 IMPORTANT: ADD OPERATION: For adding an image to a flash card, there are two basic ways to do so: NOTE: both cases use rsImageMibAction set to 2. case 1: use rsImageMibTftpServerAddress (or rsImageMibHostName), rsImageMibImageName and rsImageMibDestination. case 2: use rsImageMibTftpUrl. Please note that the image will automatically be added to both Primary and Backup CMs if they are present, or to only the Primary CM if it alone is present. (NOTE: One cannot specify the destination for the image add operation by using use rsImageMibTftpUrl) In either case, the objects to be used must be set before the final set of rsImageMibActivateTransfer. Please follow these procedures: for case 1: rsImageMibTftpServerAddress (or rsImageMibHostName), rsImageMibImageName and rsImageMibDestination must be set. Do not set rsImageMibTftpUrl after these objects are set. example: //SNMP add to Primary CM: setany -v1 rsImageMibAction.0 2 setany -v1 rsImageMibDestination.0 -i 2 setany -v1 rsImageMibImageName.0 -o qa/ssr3000 setany -v1 rsImageMibTftpServerAddress.0 -a 100.50.6.9 setany -v1 -d rsImageMibActivateTransfer.0 -i 1 for case 2: rsImageMibTftpUrl must be set. Do not set rsImageMibTftpServerAddress, rsImageMibHostName, rsImageMibImageName or rsImageMibDestination after this objects is set. You can check the required scalar objects to make sure they have appropriate values before the final set of rsImageMibActivateTransfer. CHOOSE OPERATION: For choosing an image as the active image for the next reboot, follow this procedure: The objects to be used must be set before the final set of rsImageMibActivateTransfer: rsImageMibAction must be set as in: setany -v1 rsImageMibAction.0 4 rsImageMibImageName must be set as in: setany -v1 rsImageMibImageName.0 -o rs30 rsImageMibDestination can be set as an option as in: setany -v1 rsImageMibDestination.0 -i 2 Finally, rsImageMibActivateTransfer.0 must be set as in: setany -v1 -d rsImageMibActivateTransfer.0 -i 1 Please note: rsImageMibTftpUrl is NOT used in a choose. When the user wants to choose an image, and the user sets rsImageMibDestination to dictate which flash card(s) the image is to be chosen on, the user cannot also use rsImageMibTftpUrl. Setting rsImageMibDestination will set rsImageMibTftpUrl to its default value of a blank string. DELETE OPERATION: For deleting an image from a flashcard, follow this procedure: The objects to be used must be set before the final set of rsImageMibActivateTransfer: rsImageMibAction must be set as in: setany -v1 rsImageMibAction.0 3 rsImageMibImageName must be set as in: setany -v1 rsImageMibImageName.0 -o rs30 rsImageMibDestination can be set as an option as in: setany -v1 rsImageMibDestination.0 -i 2 Finally, rsImageMibActivateTransfer.0 must be set as in: setany -v1 -d rsImageMibActivateTransfer.0 -i 1 Please note: rsImageMibTftpUrl is NOT used in a delete. When the user wants to delete an image, and the user sets rsImageMibDestination to dictate which flash card(s) the image is to be deleted from, the user cannot also use rsImageMibTftpUrl. Setting rsImageMibDestination will set rsImageMibTftpUrl to its default value of a blank string." ::= { rsImageMib 7 }

    Information by circitor

    rsImageMibActivateTransfer OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Activate the transfer operation (add, choose or delete) with a value of True(1) or stop it with False(2). Default value is False(2). Poll rsImageMibPrimaryCMOperationStatus for current status of the Primary CM and poll rsImageMibBackupCMOperationStatus for current status of the Backup CM. Default status is False. This object is a trigger that starts the rsImageMibAction, and therefore is equivalent to one of several CLI commands, such as these: to add an image: system image add 10.50.6.4 qa/ssr3000 system image add 10.50.6.4 qa/ssr3000 primary-cm system image add 10.50.6.4 qa/ssr3000 primary-cm slot0 system image add 10.50.6.4 qa/ssr3000 primary-cm slot1 system image add 10.50.6.4 qa/ssr3000 backup-cm system image add 10.50.6.4 qa/ssr3000 backup-cm slot0 system image add 10.50.6.4 qa/ssr3000 backup-cm slot1 system image add tftp://10.50.6.4/qa/ssr3000 system image add tftp:///qa/ssr3000 system image add qa/ssr3000 system image add qa/ssr3000 primary-cm system image add qa/ssr3000 primary-cm slot0 system image add qa/ssr3000 primary-cm slot1 system image add qa/ssr3000 backup-cm system image add qa/ssr3000 backup-cm slot0 system image add qa/ssr3000 backup-cm slot1 to choose an image, need: system image choose ssr3000 system image choose ssr3000 primary-cm system image choose ssr3000 primary-cm slot0 system image choose ssr3000 primary-cm slot1 system image choose ssr3000 backup-cm system image choose ssr3000 backup-cm slot0 system image choose ssr3000 backup-cm slot1 system image choose none system image choose none primary-cm system image choose none primary-cm slot0 system image choose none primary-cm slot1 system image choose none backup-cm system image choose none backup-cm slot0 system image choose none backup-cm slot1 to delete an image, need: system image delete ssr3000 system image delete ssr3000 primary-cm system image delete ssr3000 primary-cm slot0 system image delete ssr3000 primary-cm slot1 system image delete ssr3000 backup-cm system image delete ssr3000 backup-cm slot0 system image delete ssr3000 backup-cm slot1 IMPORTANT: ADD OPERATION: For adding an image to a flash card, there are two basic ways to do so: NOTE: both cases use rsImageMibAction set to 2. case 1: use rsImageMibTftpServerAddress (or rsImageMibHostName), rsImageMibImageName and rsImageMibDestination. case 2: use rsImageMibTftpUrl. Please note that the image will automatically be added to both Primary and Backup CMs if they are present, or to only the Primary CM if it alone is present. (NOTE: One cannot specify the destination for the image add operation by using use rsImageMibTftpUrl) In either case, the objects to be used must be set before the final set of rsImageMibActivateTransfer. Please follow these procedures: for case 1: rsImageMibTftpServerAddress (or rsImageMibHostName), rsImageMibImageName and rsImageMibDestination must be set. Do not set rsImageMibTftpUrl after these objects are set. example: //SNMP add to Primary CM: setany -v1 rsImageMibAction.0 2 setany -v1 rsImageMibDestination.0 -i 2 setany -v1 rsImageMibImageName.0 -o qa/ssr3000 setany -v1 rsImageMibTftpServerAddress.0 -a 100.50.6.9 setany -v1 -d rsImageMibActivateTransfer.0 -i 1 for case 2: rsImageMibTftpUrl must be set. Do not set rsImageMibTftpServerAddress, rsImageMibHostName, rsImageMibImageName or rsImageMibDestination after this objects is set. You can check the required scalar objects to make sure they have appropriate values before the final set of rsImageMibActivateTransfer. CHOOSE OPERATION: For choosing an image as the active image for the next reboot, follow this procedure: The objects to be used must be set before the final set of rsImageMibActivateTransfer: rsImageMibAction must be set as in: setany -v1 rsImageMibAction.0 4 rsImageMibImageName must be set as in: setany -v1 rsImageMibImageName.0 -o rs30 rsImageMibDestination can be set as an option as in: setany -v1 rsImageMibDestination.0 -i 2 Finally, rsImageMibActivateTransfer.0 must be set as in: setany -v1 -d rsImageMibActivateTransfer.0 -i 1 Please note: rsImageMibTftpUrl is NOT used in a choose. When the user wants to choose an image, and the user sets rsImageMibDestination to dictate which flash card(s) the image is to be chosen on, the user cannot also use rsImageMibTftpUrl. Setting rsImageMibDestination will set rsImageMibTftpUrl to its default value of a blank string. DELETE OPERATION: For deleting an image from a flashcard, follow this procedure: The objects to be used must be set before the final set of rsImageMibActivateTransfer: rsImageMibAction must be set as in: setany -v1 rsImageMibAction.0 3 rsImageMibImageName must be set as in: setany -v1 rsImageMibImageName.0 -o rs30 rsImageMibDestination can be set as an option as in: setany -v1 rsImageMibDestination.0 -i 2 Finally, rsImageMibActivateTransfer.0 must be set as in: setany -v1 -d rsImageMibActivateTransfer.0 -i 1 Please note: rsImageMibTftpUrl is NOT used in a delete. When the user wants to delete an image, and the user sets rsImageMibDestination to dictate which flash card(s) the image is to be deleted from, the user cannot also use rsImageMibTftpUrl. Setting rsImageMibDestination will set rsImageMibTftpUrl to its default value of a blank string." ::= { rsImageMib 7 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.5567)

    MacFaden Michael

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.5567.2.13.7.0 rsImageMibActivateTransfer 0 0 None

    Brothers (14)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.5567.2.13.1 rsImageMibAction 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.2 rsImageMibTftpServerAddress 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.3 rsImageMibHostName 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.4 rsImageMibTftpUrl 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.5 rsImageMibImageName 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.6 rsImageMibDestination 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.8 rsImageMibPrimaryCMOperationStatus 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.9 rsImageMibBackupCMOperationStatus 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.10 rsImageMibPrimaryCMLastError 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.11 rsImageMibBackupCMLastError 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.12 rsImageMibPrimaryCMLastErrorString 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.13 rsImageMibBackupCMLastErrorString 1 1 This node IS NOT DESCRIBED YET
    1.3.6.1.4.1.5567.2.13.14 rsImageMibListTable 1 7 Listing images is performed by snmp get and snmp getNext.
    This table describes the images listed on the Primary and/or
    Backup PCM…
    1.3.6.1.4.1.5567.2.13.15 rsImageMibConformance 2 6 None