Netconfig job on the interface level

I am trying to create a netconfig job to remove ip helpers from my vlan interfaces.  Is this possible?  How can this be accomplished?  Thank you for your input.

This might be better accomplished with a baseline compliance template instead of a Netconfig job.  Create a new advanced baseline template with the following configuration:
Submode: interface [#Vlan.*#]Body:- ip helper-address [HELPER]
That should remove all ip helper-address entries from all Vlan interfaces.

Similar Messages

  • How to save Jobs with different priority level in a Queue?

    Hi, Friends,
    I have a set of Job (see below) objects.
    I would make a queue: if they have the save priority level, first in and first out. this is easy to do by ArrayList. however, If they have different priority level, I would like make the Jobs with the highest level first out.
    How can I implemented this idea in Java?
    Regards,
    Youbin
    public class Job {
    private short _priorityLevel = 0;
    public void setPriorityLevel(short priorityLevel) {
    this._priorityLevel = priorityLevel;
    public short getPriorityLevel() {
    return _priorityLevel;

    Hi,
    Here is my test code, it works:
    public class Job implements Comparable{
    private int _priorityLevel=0;
    private String _jobDescription=null;
    public Job() {
    public void setPriorityLevel(int priorityLevel) {
    this._priorityLevel=priorityLevel;
    public int getPriorityLevel() {
    return this._priorityLevel;
    public void setJobDescription(String jobDescription) {
    this._jobDescription=jobDescription;
    public String getJobDescription() {
    return this._jobDescription;
    public int compareTo(Object obj) {
    return (this._priorityLevel-((Job)obj)._priorityLevel);
    import java.util.LinkedList;
    import java.util.Iterator;
    import java.util.Collections;
    import java.util.Collection;
    public class test {
    public test() {
    public static void main(String[] args) {
    Job job1 = new Job();
    job1.setJobDescription("Job1");
    job1.setPriorityLevel(2);
    Job job2 = new Job();
    job2.setJobDescription("Job2");
    job2.setPriorityLevel(2);
    Job job3 = new Job();
    job3.setJobDescription("Job3");
    job3.setPriorityLevel(2);
    Job job4 = new Job();
    job4.setJobDescription("Job4");
    job4.setPriorityLevel(1);
    Job job5 = new Job();
    job5.setJobDescription("Job5");
    job5.setPriorityLevel(1);
    Job job6 = new Job();
    job6.setJobDescription("Job6");
    job6.setPriorityLevel(1);
    LinkedList linkedList = new LinkedList();
    linkedList.addLast(job1);
    linkedList.addLast(job2);
    linkedList.addLast(job4);
    Iterator ite=linkedList.iterator();
    while (ite.hasNext()) {
    System.out.println(((Job)ite.next()).getJobDescription());
    System.out.println("---------");
    Collections.sort(linkedList);
    ite=linkedList.iterator();
    while (ite.hasNext()) {
    System.out.println(((Job)ite.next()).getJobDescription());
    System.out.println("---------");
    linkedList.addLast(job3);
    ite=linkedList.iterator();
    while (ite.hasNext()) {
    System.out.println(((Job)ite.next()).getJobDescription());
    System.out.println("---------");
    Collections.sort(linkedList);
    ite=linkedList.iterator();
    while (ite.hasNext()) {
    System.out.println(((Job)ite.next()).getJobDescription());
    System.out.println("---------");
    linkedList.addLast(job5);
    linkedList.addLast(job6);
    ite=linkedList.iterator();
    while (ite.hasNext()) {
    System.out.println(((Job)ite.next()).getJobDescription());
    System.out.println("---------");
    Collections.sort(linkedList);
    ite=linkedList.iterator();
    while (ite.hasNext()) {
    System.out.println(((Job)ite.next()).getJobDescription());
    }

  • Mapping for the interfaces

    Hi all !
    I am new to interfaces and as a functional cosultant I have to do couple of functional specs for the interfaces and also the mapping ...what should be my approach
    1, let's say I have to do the mappin for the Lcokbox interface( EDI 823) .....what should I have to exactly do in here?
    2. another example would be I need to grab required data from a third party tool into the credit master data on the cutomer ... how can I do this ...
    Please some one explain me in detail the above two cases , so I can get a clear understanding and start from there.....
    hoping couple of answers....thanks a lot in advance for anykind of help

    Hello
    In simple words, an interface is a 3rd party software. SAP and this software exchange data in 2 way channel.In layman's words, we need a program which can download data and process and record in SAP.
    Also, we need a program to send data to the external interface.
    First draw the process flow / how and what data is involved. Make a visio diagram.
    Let the technical guys have a look at it and decide on what business partners like XI need to be used.
    Let them decide on the channels by which data can flow.
    Now look at the available data in the 3rd party, study their fields and check relevance in SAP. The out come of this excercise is mapping data for smooth flow and compatability.
    Now let the ABAPers sit and prepare download / upload program and and link both the systems.
    The data is in the form of files, which are either manually uploaded or triggered by scheduled jobs. The interface program should facilitate both features.
    Reg
    assign points if useful

  • Cisco LMS netconfig job not saving running config to startup

    Hi,
    I'm running LMS3.2 and RME 4.3.1. I deployed a netconfig job to our network which consisted of approximately 800 devices.
    The report said that the job completed successfully however some of the devices didn't save thier running config to startup. Has anyone experienced this before?
    Is it possible to add a command or issue another netconfig job just to save the running config, so I can identify if the job fails on some devices? Using the tick box in the netconfig job doesn't seem to alert you if its not successful.
    Thanks,

    I have seen in the past where someone is running a netconfig job with the cmd to "wr mem" as a line in the netconfig job. 
    Sven is correct, there is an option; radio button/check box to save the running config to startup after the job is completed.
    if your job is strictly meant to "wr mem/write the config" then run a show command in config mode (non-enable) mode and select the option to save running config after job is completed.

  • Ciscoworks 4.0, netconfig job, add instance problem

    I'm trying to make an adhoc job to some devices in ciscoworks.  I select netconfig jobs, select the devices I want to do a change to, and then select add instance, I get a new browser window saying loading and nothing more happens.
    I cannot create the config lines I want to perform to my switches.  I just want to change the vtp domain name to the switches, but cannot do this due to the blank browser window saying loading.
    Anyone know anything about this?
    Br
    Geir

    I just updated my LMS 4.0 device packages, and I cannot reproduce.  I then noticed your SharedNetconfigIOS.zip package is larger than mine.  I suspect it's corrupt.  Go to Admin > System > Software Center > Device Update, check the boxes next to Common Services and Inventory Config And Image Management and download and install all available packages.  If none are available, you will need to contact TAC to get an up-to-date package repository to correct this problem.  You can click the "Open Service Request" link in the Actions panel of this thread to capture everything we've done here if you have to open a service request.

  • How to find out what are the interfaces used for Job and Job Codes

    HI All,
    I just wanted to know how do we find out what are the interfaces used for Job and Job codes .
    Thanks In Advance
    Sunny

    Hi,
    Here is an idea for your request.
    Basically you can create a simple query on multiprovider 0TCT_MC01.
    Filter: you can use a variable for restriction of time ( calday, or calmonth) since you should be interested for a time period.
    Choose following characters into your objects:
    InfoProvider ( 0TCTIFPROV )  - you can create a variable for choosing infoprovider before query runs.
    *Tp.[Type of BI Application Object] 0TCTBISOTYP  = filter this with 'QUERY' or whatever your need is.
    *BI Application Object 0TCTBISBOBJ,  ( this will give you the name of the queries)
    In key figures choose,  Count for BI Appl. (0TCTWTCOUNT).
    (number for query run)
    Create a condition , for top 20.
    Hope this helps.
    Derya

  • Help - Item Assignment at Inventory Organization level from the Interface

    Hi,
    I have developed an Inventory Item upload Interface (MTL_SYSTEM_ITEMS_INTERFACE Table) for Oracle Apps R12.
    It works fine in uploading the Items to Master Org which the template is created. But When I tried to upload at Inventory Organization level it returns an error says 'Template or Template ID is not assigned for the Organization'.
    How can I assign/upload the Item at Inventory Organization Level? I have already tried the Organization Item Assignment Report, It works fine and assign the Items to relevant Organizations. But the parameters are Item Range which I cant use those parameters.
    Please help me to Upload items at Inventory Organization level from the Interface.
    Thanks

    open any delivery.
    1. select any delivery item number( double click).
    2. go to text tabstrip of the item.
    3. select the text type and double click on the blank space where we write some texts will give you new screen for writing text will give you text screen.
    then in menu: goto->header will popup screen with details given below.
    text name: delv+item num
    Language: 'EN'
    text ID:  '0001'       " for first text type and so on.
    Text Object: 'VBBK'
    ****CODE.
    data: ist_text type table of tline,
          wa_text  type tline.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
       CLIENT                        = SY-MANDT
        id                            = 'textid'
        language                      = sy-langu
        name                          = 'textname'   " its concatenation of Dlv no. and item number.
        object                        = 'VBBP'
      tables
        lines                         = ist_text
    EXCEPTIONS
       ID                            = 1
       LANGUAGE                      = 2
       NAME                          = 3
       NOT_FOUND                     = 4
       OBJECT                        = 5
       REFERENCE_CHECK               = 6
       WRONG_ACCESS_TO_ARCHIVE       = 7
       OTHERS                        = 8
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Reward points if helpful.
    Regards
    Ashok

  • I'm getting a very low signal from my Blackbird interface. The fire wire connection is selected properly and track recording sliders set. However the recording level slider in the lower right corner is grayed out. How can I get better signal?

    I'm getting a very low signal from my Blackbird interface. The fire wire connection is selected properly and track recording sliders set. However the recording level slider in the lower right corner is grayed out. How can I get better signal?

    If it's slow on startup it would be extensions loading or LaunchDaemons starting up. 
    You should have a look in:
    /Library/LaunchDaemons
    /Library/Extensions
    You can count out anything in your home folder and it shouldn't put anything in /System as that's reserved for Apple. 

  • Errors in the high-level relational engine on Schedule Refresh Correlation ID: 7b159044-c719-41f9-8d0f-da6f73576d6e

    Connections are all valid and work when I setup the Refresh but when the schedule refresh occurs I get this error:
    Errors in the high-level relational engine. The following exception occurred while the managed IDataReader interface was being used: The Data Transfer Service has encountered a fatal error when performing the data upload. The remote server returned
    an error: (400) Bad Request. The remote server returned an error: (400) Bad Request. Transfer client has encountered a fatal error when performing the data transfer. The remote server returned an error: (400) Bad Request. The remote server returned an error:
    (400) Bad Request.;transfer service job status is invalid Response status code does not indicate success: 400 (Bad Request).. The current operation was cancelled because another operation in the transaction failed.
    It is trying to refresh 3 simple tables with less than 9,000 rows each.
    Also, i'd like to add that the refresh works right from excel as well...
    Another fact just in, it seems to work on one out of 3 tables sometimes, so first table gets a success on the log, but sometimes it fails (It succeed twice and failed once with the above error).  The second table never succeeds and gets the error above. 
    The 3rd table never even gets attempted.
    Am I running into some sort of timeout perhaps?
    loading
    Failure
    Correlation ID:
    7b159044-c719-41f9-8d0f-da6f73576d6e
    04/01/2015
    at 01:50 AM
    04/01/2015
    at 01:53 AM
     00:03:14
      Power Query - Sendout_Records Not tried
      Power Query - Positions Errors in the high-level relational engine. The following exception occurred while the managed IDataReader interface was being used: The Data Transfer Service has encountered a fatal error when performing the data upload. The
    remote server returned an error: (400) Bad Request. The remote server returned an error: (400) Bad Request. Transfer client has encountered a fatal error when performing the data transfer. The remote server returned an error: (400) Bad Request. The remote
    server returned an error: (400) Bad Request.;transfer service job status is invalid Response status code does not indicate success: 400 (Bad Request).. The current operation was cancelled because another operation in the transaction failed. 
      Power Query - Position_Activities Success.

    This is not because of the number of rows, instead its the execution time. The query takes more than 7 mins to execute and seems this fails the refresh process.
    Thank You

  • LMS 4.2.1 Netconfig job CLI output empty

    Hi,
    I have run a netconfig jobs in LMS 4.2.1 with these settings:
    Task Details
    Task: AdhocCommands
    show interface status
    Devices
    switch-1
    switch-2
    switch-3
    Task: AdhocCommands
    show versionDevices
    -----------switch-1
    switch-2
    switch-3
    After running the job the "Device Details" of the jobs say "Successful Devices" for all three switches:
    "Deploy successful (Primary Login Succeeded   / Primary Enable Succeeded  )"
    For the devices switch-1 and switch-2 I get the desired output:
    CLI Output
    show interface status
    Port      Name               Status       Vlan       Duplex  Speed Type
    Gi1/1     noz Gi2/17         connected    trunk        full   1000 1000BaseSX
    Gi1/2                        notconnect   1            full   1000 1000BaseSX
    Gi2/1                        notconnect   1            auto   auto 10/100/1000-TX
    But for switch-3 the output is empty:
    switch-3
    *** Device Details for switch-3                          ***
    Protocol ==>                             SSH
    Device was successfully                             updated.
    Template ==>                                  Adhoc_IOS
    CLI Output
    Template ==>                                  Adhoc_IOS
    CLI Output
    Any ideas why there is no output although the job is successful?

    You Seems to be using incorrect module of ciscoworks to do this. You are using NetConfig.
    Netconfig is one of the Configuration Management applications, and it allows you to change the configuration of network devices, provided the configurations are archived. Netconfig automatically updates the archive when it changes the configuration. When you use it it will try to execute the commands to configure on device and would not be interested in collecting the output.
    For show commands you should use the NetShow (Nwtwork Show) module. Network show (NetShow) commands represent a set of read-only commands. These are primarily, show commands that you can run on devices that are managed in LMS.
    You can specify the commands that you want to group together and then run these commands on one or many devices. The output is displayed in a browser window.
    For more details see the Using NetShow Commands section of Monitoring and Troubleshooting with Cisco Prime LAN Managmement Solution 4.2 guide.
    -Thanks
    Vinod

  • Sap job to delete OS level files

    Hello SAP Admins,
    I have a question: is there a sap job that can delete files from OS level, to prevent the file system to become full.
    Thank you
    Chris

    Hi Chris,
    As such there is no standard job to remove OS level files.
    You may write some abap program which contains execution of OS level commands.
    You may schedule this ABAP program based on your requirement to cleanup the files at OS level.
    We had done it for cleaning up interface files at one of our customers.
    Hope this helps.
    Regards,
    Deepak Kori

  • Is there a way to "mix" the nodes and leaves of the tree so if they are at the same level, they will display in a specified order.

    Is there a way to "mix" the nodes and leaves of the tree so that even if they are at the same level (1,2,3...), they will display in a specified order (via sort sequence, alphabetical, etc.).
    History:
    We are using the Tree UI element to display/manage a material bom interface. We seem to be running into an issue with displaying the nodes/leaves of the tree.. regardless of the order that the context is built (which is currently the order of the exploded BOM from from CS_BOM_EXPL_MAT_V2), the bom is displayed with the nested boms at the top of each level and the single materials below them. For example. If  TK1 contains Material1, Material2, Material3, Kit1(containing component1, comp2, comp3), Material4, Kit2(containing comp4, comp5, comp6), and Material5 (in this order), the tree will display with the A level node as TK1, the next node as Kit1 (with its subleaves of comp1,comp2,comp3), Kit2(with subleaves of comp4,comp5,comp6), THEN Material1, material2, material3, material4, material5.  Our users are adamant about the items displaying in the correct order (which should be alphabetical based on the description for one report and by location for purposes of inventory for another). I've searched but not been able to locate a similar question. If I've missed it, please point me in the right direction. The users want the tree,  not a "tree" table.  This is our first attempt at the tree, so maybe we're missing something basic?
    TK1
    -Mat1
    -Mat2
    -Mat3
    -Kit1
    --Comp1
    --Comp2
    --Comp3
    -Mat4
    -Kit2
    --Comp4
    --comp5
    --comp6
    -Material5
    displays as
    TK1
    -Kit1
    --Comp1
    --Comp2
    --Comp3
    -Kit2
    --Comp4
    --Comp5
    --Comp6
    -Mat1
    -Mat2
    -Mat3
    -Mat4
    -Mat5

    co-workers said example picture is misleading.. we can make the order work if everything is a "folder" but not a mix of "folders" and "files" (if making a visual reference to the windows browser). i.e - a file is represented as an empty folder.
    TK1    
    . Mat1
    . Mat2
    . mat3
    > kit1   
    .. comp1
    .. comp2
    .. comp3
    . mat4
    > kit2
    .. comp4
    .. comp5
    .. comp6
    . mat5
    displays at
    TK1
    > kit1
    .. comp1
    .. comp2
    .. comp3
    > kit2
    .. comp4
    .. comp5
    .. comp6
    . mat1
    . mat2
    . mat3
    . mat4
    . mat5
    we can make it work if everything is a folder. This is our current workaround.
    TK1
    > mat1
    > mat2
    > mat3
    v kit1 (when expanded)
    .. comp1
    .. comp2
    .. comp3
    > mat4
    > kit2 (when not expanded)
    > mat5

  • The interface connecting Lean-WM and inventory management

    Dear experts!
    Thank you for your attention!
    I am confused at the interface connecting Lean-WM and inventory management.
    there are so many concepts in this field, such storage location, picking areas, storage types and so on.
    Could you please give me an real case or a illustration to discribe that how the interface connecting Lean-WM and inventory management works?
    Best regard!
    Tangdark

    you do nto need to enter serial numbers while clearing inventory at WM level but at IM in case you have the serial profile activated then you need to enter serial numbers when clearing inventory from the IM level.
    according to what you have said it should automatically pop up a screen where you need o enter the serial numbers but this is weird it is not doing.
    Please check the following:-
    Does the serial number profile config in OIS2 have "MMSL" as a property and if so is entry of serial numbers mandatory during goods receipt and issue ad if there is a stock check active

  • Error generating report job with the task name 'FSRM_Report_Task

    Since this morning we have been having a problem with FSRM on Windows Server 2008 R2, it is no longer running storage reports (both scheduled and on-demand).
    We get the following in the event logs:
    Log Name:      Application
    Source:        SRMREPORTS
    Date:          09/06/2014 08:09:55
    Event ID:      752
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      FILESERVER2.curriculum.riddlesdown.local
    Description:
    Error generating report job with the task name 'FSRM_Report_Task{3add1760-4e79-4141-baba-cb53391bef3e}'.
    Context:
     - Exception encountered = Invalid argument: StorageType = '101'
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SRMREPORTS" />
        <EventID Qualifiers="0">752</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-09T07:09:55.000000000Z" />
        <EventRecordID>42920</EventRecordID>
        <Channel>Application</Channel>
        <Computer>FILESERVER2.curriculum.riddlesdown.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Error generating report job with the task name 'FSRM_Report_Task{3add1760-4e79-4141-baba-cb53391bef3e}'.
    Context:
     - Exception encountered = Invalid argument: StorageType = '101'
    </Data>
      </EventData>
    </Event>
    We have uninstalled and reinstalled the FSRM role service but are still having the same problem.
    Anybody have any ideas?

    Hi,
    From the error message, it failed because of "invalid argument: storagetype = '101' ".
    101 means the storage type is "system" + "cache". Is there any change on your storage before the issue occurs? For example whether the source storage is changed?
    FsrmStorageModuleType enumeration
    http://msdn.microsoft.com/en-us/library/dd392346(v=vs.85).aspx
    If you have any feedback on our support, please send to [email protected]

  • Problem in changin the username at the Step Level

    Hi All,
    I had a small problem with background processing in SM37.I was trying to change a job which was running from my Id to some other Id which I needed to run from.I changed it successfully, but the problem is the job is running under new Id now, but all the steps related to that job are running under my id(i.e., old id) itself.Could anybody please help me out how to change the username at the step level also?
    Thanks in advance...
    Regards,
    Sravanthi

    hi
    ->Log on to the new Id and select the job which was running under old id.
    ->Then,make a duplicate copy of the job from the menu option Job->Copy.
    ->Now, it will ask for a name give the new name
    ->Now, that job will be under new id in Shcheduled status.
    with all the steps being under old id still.
    ->Now, again select that particular newly copied job and
    ->click on step,Select the step by clicking on it.
    ->And, now go to the menu option Job->Change,there u will be able to change the userid from the old one to the one which u wish to have.......That will work fine after releasing the job from Scheduled status to Release status.
    regards
    venkat

Maybe you are looking for

  • System Prefs - options greyed out or non-functional

    I have been having a bad time lately with my System Prefs. I first noticed it when settings to Mouse and Sound would not retain after a restart. Now the problems are much worse... I cannot open the Date & Time pane at all (ignores clicking), all opti

  • Convert Pages document to PDF and maintain html links accurately

    Hi - I am trying to convert a Pages document to pdf, simple right? go to Print / PDF / Save as pdf... I have also tried Print / Save as Postscript and Print / Open in PDF with the same results, which are... Pages dutifully converts to pdf, but on som

  • PIR reduction for PGI of STO's using delivery note.

    Hi all, Thanks in advance for the solution of this problem. We have problem for PIR reduction against STO's. Planned qty gets reduces against PGI of STO's and withdrawal qty increases. This causes problem in actual demand qty. Steps we do for STO pos

  • Regarding query builder api

    Hi,    i am able to create image reference but not able to create image path from dam i am putting like this    map.put("type", "dam:Asset"); is this correct or is there any other way to getpath of image from dam .please let me know code------------

  • Work with datetype in answers

    Hi all. The problem is to calculate the Date, that is less that the current in Edit Column Formula window in Answers. Column formula like CURRENT_DATE - 1 generate error [nQSError: 10058]...[nQSError: 22023] Arithmetic operation is executed for not n