Access to the table of dynamic addresses via SNMP

Hello

I am trying to access the table of dynamic addresses via SNMP, with a PowerConnect 6248 switch. I tried to follow the instructions [1], as other parts of the BRIDGE-MIB are ok on this switch.

When snmpwalk'ing BRIDGE - MIB:dot1dTpFdbEntry, I have nothing, while, on the switch web interface there are entries in the table.

Any idea?

[1] http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00801c9199.shtml


Tags: Dell Switches

Similar Questions

  • Oracle 11G - access to the table problem

    Hello
    New on Oracle IAM... After you create a database, I created a connection and SYSDBA role...
    And then I create a table called Table1. And then I create a new USER and I Connect with the same SID of the database, but the role has the DEFAULT value for this new USER...

    01. but the problem is that I can't find the Table1 table for this new user... so how acess as Table1...?

    02. I came to know in Oracle, also we can design forms for the frontend and can generate EXE... Is this true?

    03. in SQL Server - Sql Port with static IP - we have access to the database for remote users... Is it possible for Oracle?


    Thanks for the directions...

    997497 wrote:
    Hello
    New on Oracle IAM... After you create a database, I created a connection and SYSDBA role...

    What the user did you use to connect? I'm guessing that you logged in as SYS

    And then I create a table called Table1. And then I create a new USER and I Connect with the same SID of the database, but the role has the DEFAULT value for this new USER...

    So I guess that you have created the table in the SYS schema. You should never, ever create user objects in the SYS schema. If you have created the table in the SYS schema, you really need to drop and create in a more appropriate scheme.

    You indicate that you come from SQL Server, so there may be a question of terminology. Which refers to SQL Server as a "database" is roughly equivalent to what Oracle designates as a "scheme." An Oracle database contains many schemas. A schema is the set of objects owned by a particular user.

    01. but the problem is that I can't find the Table1 table for this new user... so how acess as Table1...?

    As I said above, you really, really should not create objects in the SYS schema. If you really want, however, you need to log the SYS schema and grant access on the table to your new user

    GRANT SELECT ON sys.table1 TO your_new_user
    

    You will then need to fully qualify the table name in your SELECT (or create a synonym or the current_schema)

    SELECT *
      FROM sys.table1
    

    02. I came to know in Oracle, also we can design forms for the frontend and can generate EXE... Is this true?

    Older versions of Oracle Forms would create server executables. The modern versions are used to create three-tier applications. You can also use APEX to build web applications. Of course, you can also generate executables by writing code in another language (often .net).

    03. in SQL Server - Sql Port with static IP - we have access to the database for remote users... Is it possible for Oracle?

    Is this possible? Sure. Depending on what means "remote users", however, it may be poorly advised - you would never open a database to the internet directly, for example, you want to ensure that the remote users are connected to your network (via a virtual private network).

    Justin

  • Restrict access to the network on 871 router via mac address

    Hello

    I have a Cisco 871 router and I am trying to allow only specific MAC addresses access to the network. Is there a way to specify that only specific MAC addresses are allowed to access? Any other MAC access will be denied?

    I can either have static IP or DHCP for local machines.

    Can I use this "secure DHCP IP address assignment" details found here... http://www.cisco.com/en/US/docs/ios/12_2t/12_2t15/feature/guide/ftdsiaa.html ?

    I use these...

    static Mac address table

    OR

    Security table of Mac addresses

    ... to achieve this?

    Thank you.

    You can use "mac-address-table static" If you know all the mac addresses that will be connected.

    If the router is by distributing ip addresses so you can indeed do secure IP DHCP address assignment.

    Note that you can make a 'mac access-list' switch and aplly in any vlan you want.

    Alternatively, you can do "dhcp snooping" allowing guests who got a dhcp ip addresses and are not identity theft.

    I hope it helps.

    PK

  • Access to the data in dynamic queries in a stored Proc

    Hello
    I have a stored proc that gets select statements in a database table. These instructions must be carried out and the results to the format in HTML and sent by e-mail to a set of email addresses. The bits of HTML and e-mail are not a problem. I can also run the instructions using a sys_refcursor, but how do I do the following:
    (1) determine the column names and the number of columns returned by select statements?
    2) access to the data for each column of each row?
    Since I know not the number and data types of the columns I can't use the standard INTO.
    We use 10g.
    Thank you
    Johan

    Dbms_sql package to create the cursor. Here you can describe the sql statement columns dynamically.

    Visit this link for examples...
    http://www.MCS.csueastbay.edu/support/Oracle/doc/10.2/AppDev.102/b14258/d_sql.htm#i1026120

    Ravi Kumar

    Published by: ravikumar.sv on August 12, 2009 17:34

  • Missing cells in the table of dynamic columns

    Hello

    I am creating a table using dynamic columns. Here's an example simplified data that I use:

    < sales >
    ... < drive >
    ... Honda < brand > < / brand >
    ... < color > green < / color >
    ... < / car >
    ... < drive >
    ... Nissan < brand > < / brand >
    ... < color > blue < / color >
    ... < / car >
    ... < drive >
    ... Honda < brand > < / brand >
    ... < color > blue < / color >
    ... < / car >
    < sales >

    I am grouping the brands for the lines, and I want a number of colors as my dynamic column. I find myself with a table that looks like this:

    ----------------------------------------------------------------------------------
    Brand | Blue | Green |
    ----------------------------------------------------------------------------------
    Honda | 1. 1.
    ----------------------------------------------------------------------------------
    Nissan | 1
    --------------------------------------------------------

    Since there is no green Nissan, a cell not created so I find myself with a hole in my table. Ideally, I would want a cell containing 0 to be in this space.
    Is it possible, or to all the least have a cell in this space, so I did not have a table with gaps?

    Thank you!

    Hi cc22

    If you have a look at these. http://winrichman.blogspot.com/search/label/cross%20tab
    you will identify yourself,

    its simple... If this is not the case, let me know.

  • Explain plan - index range scan lines increase while access to the table by the row id

    I use Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64 bit Production. Please help me understand why the rows returned from the index range scan is 3 but access the table by row index 10155 id. Please refer to explain the plan ID 7 and 8.


    PLAN_TABLE_OUTPUT                                                                                   
    ----------------------------------------------------------------------------------------------------
                                                                                                        
    ---------------------------------------------------------------------------------------------       
    | Id  | Operation                      |  Name                      | Rows  | Bytes | Cost  |       
    ---------------------------------------------------------------------------------------------       
    |   0 | SELECT STATEMENT               |                            |  8308 |   446K|  4408 |       
    |   1 |  SORT ORDER BY                 |                            |  8308 |   446K|  4408 |       
    |*  2 |   HASH JOIN                    |                            |  8308 |   446K|  4316 |       
    |*  3 |    HASH JOIN                   |                            |  8189 |   255K|  2256 |       
    |*  4 |     INDEX FAST FULL SCAN       | TUNE_CHD_07                |  8071 | 72639 |   199 |       
    |*  5 |     TABLE ACCESS BY INDEX ROWID| CLM_HDR_CLM_LN_STATUS      | 10155 |   228K|  2055 |       
    |*  6 |      INDEX RANGE SCAN          | XIF3CLM_HDR_CLM_LN_STATUS  |     3 |       |   120 |       
    |*  7 |    TABLE ACCESS BY INDEX ROWID | CLM_HDR_CLM_LN_STATUS      | 10155 |   228K|  2055 |       
    |*  8 |     INDEX RANGE SCAN           | XIF3CLM_HDR_CLM_LN_STATUS  |     3 |       |   120 |       
    ---------------------------------------------------------------------------------------------       
                                                                                                        
    Predicate Information (identified by operation id):                                                 
    ---------------------------------------------------                                                 
                                                                                                        
       2 - access("CHCLS"."CLAIM_HEADER_SID"="CHCLS1"."CLAIM_HEADER_SID")                               
       3 - access("CHD"."CLAIM_HEADER_SID"="CHCLS"."CLAIM_HEADER_SID")                                  
       4 - filter("CHD"."CLM_TYPE_CID"=2)                                                               
       5 - filter("CHCLS"."CLAIM_LINE_SID" IS NULL AND "CHCLS"."TO_DATE" IS NULL)                       
       6 - access("CHCLS"."STATUS_TYPE_CID"=8 AND "CHCLS"."STATUS_CID"=71)                              
       7 - filter("CHCLS1"."CLAIM_LINE_SID" IS NULL AND "CHCLS1"."TO_DATE" IS NULL)                     
       8 - access("CHCLS1"."STATUS_TYPE_CID"=2 AND "CHCLS1"."STATUS_CID"=130)                           
                                                                                                        
    Note: cpu costing is off                                                                            
    Thanks a lot for all the help...
  • Lost access to the primary e-mail address when you set up a second e-mail address

    I am computer illiterate.  Just do basic.  Have had the same e-mail address for years.  Have more than 300 messages on it.  Need to a second email address (for a single transaction) and do it, however, he knocked my main e-mail address.  How can I retrieve the most important address?

    Please use my email (ugh) second to answer.  It's * address email is removed from the privacy *.

    If you use Windows Mail in Vista, then go to tools | Accounts | By mail and make sure you have the two accounts listed.  If not, add that you have listed and then you will get both.

    Otherwise, be more specific on what you use for email.

    Steve

  • How to make the table display dynamically in jquery mobile

    Hello

    can you please tell me how to do table display dynamically in jquery mobile. ?

    Please give a few example

    Hi Q3test,

    Check this link below
    http://hippieitgeek.blogspot.se/2013/01/creating-dynamic-tables-with-jQuery.html

    Hope this will help you.

  • Access to the table in paragraph index loop (ID CC 2014)

    Initially, I wanted to look for every blank line in the page (those who only have a return '\r') and remove the carriage return character in order to remove the blank line.

    Here's what I have so far:

    var myParagraphs = app.activeDocument.textFrames [0].paragraphs.everyItem ();

    for (i = 0; i < myParagraphs.length; i ++) {}

    myChar = myParagraphs [i] .characters var [0];

    If (myChar.contents == '\r') {}

    App.Select (myChar);

    App.Cut ();

    }

    }

    This out errors (it does not what I expected it to do).

    By running in the ESTK gives the error 'the object does not support the property or method '0' ' at line 3.

    If I have a particular character as reference:

    var myCharacter = app.activeDocument.textFrames [0] .paragraphs [0] .characters [0]

    If (myCharacter.contents == '\r') {}

    App.Select (myChar);

    App.Cut ();

    }


    I get success.


    paragraphs.everyItem () generates an array of points and I can confirm that with:

    Alert (myParagraphs.Contents);


    I'm referencing the table incorrectly?



    NO.

    The problem is that the real object 'Paragraphs' changes as soon as you take just a single '\r' - the number of changes in paragraphs! Your "myParagraphs" temp table always contains a copy of the document as they were, but as soon as you take a return, it no longer matches what is actually in the document.

    I have two different solutions for you, choose one:

    1 loop backwards over the table of myParagraphs instead of to the front. If you delete a return, just in front of it is more valid - but everything behind it will be valid.

    A loop backwards on a 'live' table is a trick that works with all objects. It will come handy repeatedly.

    2. (I think I would prefer this in this situation) without having to "manually" loop over all paragraphs and verification of its characters. Simply use GREP! Search the '(?<=\r)\r+'> ) ( without the quotes, as always) and replace it with nothing. Fact.

    Free tip of the day: do not define a selection and use "app.cut ()". You can simplify this to "myParagraphs [i] .characters [0] .remove (); It should be much faster than the selection and then using cut. (And why to use "cut" when you want "app.clear ()"? (After checking: Oops.) Seems that someone at Adobe forgot to include that!)

  • drop and re-create the table using dynamic sql

    The following procedure should drop the table and re-create it. Currently, I get the dbms_output of the query. If I run the query only, it works well. but through the procedure, it does not work. Please help me

    PROCEdure emp_backup is
    sql_txt varchar2(10000);
    begin
         begin
         EXECUTE IMMEDIATE 'drop table emp_backup ' ;
         exception
         when others then
         null;
    
         sql_txt:= 'CREATE TABLE emp_backup as ' ||
                     'select * from emp  '||
                     'where dep_no=10 ' ;
         dbms_output.put_line(sql_txt);
         EXECUTE IMMEDIATE sql_txt;
    Exception
    when others then
    Null;
    
    End;

    Daniel wrote:
    I'm getting following error ORA-01031: insufficient privileges

    What is the command to grant privileges to this

    GRANT CREATE TABLE TO <>
    

    Detaching Frank, however, and echoing my previous comment, let them down and to re-create the tables makes no sense. It is logical to truncate a table if you test a load. If you build a data warehouse, it makes sense to delete and re-create a partition if you rerun a load for a particular date and that you have daily partitions. Deletion and recreation of a table in a stored procedure is not a reasonable way to test a system (nor is there a reasonable way to approach change control issues that will inevitably produce when you need to change the structure of a table).

    Justin

  • insert into the table using dynamic data

    Oracle form 6i
    Hai

    I need to insert data into a table. I have generated my data text file with data in a form, now I need to insert data into a table. How can insert my field at that table if it is given in the table, I need to update, and there is no data I need to insert... Pls tell me the solution...

    Concerning

    Srikkanth.M

    Create the trigger of the sur-insert and check the data are thre or not through the value of the primary key in this trigger. If the data is thre then update or it is then do not insert in the same trigger.

    Thank you
    SUN

  • Access to the DMZ to remote sites via VPN S2S

    We have an ASA 5520 and two remote site ASA 5505 that connect to each other through tunnels VPN S2S. They are doing tunneling split, while local traffic passes over the tunnel. We are local LAN (10.0.0.0/16) and our network to the DMZ (10.3.0.0/24) on the main site. The DMZ hosts our external sharepoint, but we access it internally

    The problem is site A (10.1.0.0/24) and B (10.2.0.0/24) have no idea of it, and when you try to go to the site, it fails. You can access it via the external site address, but that's the only way. Normally the external address is blocked when you're an intern.

    That I'm stuck on is even when we had all sent traffic from Site A to our Senior Center, would find it yet. I do a separate vpn purely tunnel that traffic to DMZ?

    Yes. So if you do this in ASDM under Edit Site profile connection Site, it will look like this.

    Local network: 10.0.0/16, 10.3.0.0/24

    Distance: 10.1.0.0/24

  • access to the user account without password via Remote Desktop Conncetion

    Hello, I have a question for remote desktop connection.

    I have two computer, let's call them computer (XP pro) and computer B.  And A computer user account has no password created.

    If I activate the remote desktop on A computer (computer a user account has no password) and try to access it remotely from computer B, is it possible to connect? or I won't be able to connect?                      I have A computer user account password to allow remote access from any computer?

    If anyone can help me with the answer, I would appreciate it!

    Thank you

    I'm sorry, but the user account must have a password to use the remote desktop connection. Boulder computer Maven
    Most Microsoft Valuable Professional

  • Table or view does not exist when try it and the table access to the remote but database was OK before

    Hello

    With the help of 11.2.0.3

    SQL that accesses, one table of remote database link remote db - fonctionnee during over a link db months readonly

    The remote database table has been abandoned and then recreatde.

    Is there some other step needed to allow access to the table in the remote database?

    Thank you

    You have lost your privs when the table was dropped.

  • Hi people. IM new here. Need to accelerate a clarification on the table!

    We have a scheme of production with 200 ~ tables in my body and I feel the performance of important queries in reports can be increased up to with the approach below.

    Current settings - movement of the line is disabled for all tables.

    What I can,

    (1) to activate the movement of the line with "change the movement line of table_name enable;" ~ This allows the rows in the table to move dynamically remove the unused blocks.

    (2) remove the unused blocks with "alter table table_name retractable space;"

    (3) turn off the movement of the line with "modify the movement table table_name disable;"line ~ this will stop allowing the lines in the table move dynamically.

    If I do, I get free unused blocks or removed making the table to perform at least a little more fast?

    Will there be an impact elsewhere?

    PS - It was never tried before by someone else in our scheme of production.

    See you soon,.

    Rachida.

    India.

    Use the Segment space Advisor to see what are the tables could benefit from a SHRINK

    Hemant K Collette

Maybe you are looking for

  • Why have I not more option when you try to delete a text message?

    I have an iPhone 6 and I can't delete a text message when I want to. If I go to a specific message and keep it pressed, the only option I get is exemplary. There is no other option. Why and how to fix it? Vickie Turley

  • Firefox 22 changed and locked Windows 7 title bar (big and bold)

    Don't know why the decision was made to map the Windows settings, but upgrading to FF22 FF21 has also changed and blocked my settings of fonts Windows 7 toolbar (active and inactive). Now, they are big and fat. While I can change the color, I can't c

  • No vertical scroll bar in my def of type strict?

    Not sure why, but my bar vertical scrollbar in my table seems to disappear.  I activated too.  Anyone know what gives? Thank you!

  • Companion of Xperia does not detect when I unlock my phone

    Companion of Xperia does not detect when I unlock my phone and keeps the dialog box "device is locked" even after that I unlocked the phone. I restarted the phone as well as killed processes all XC and rebooted too, but no difference. What's wrong? O

  • FUM - 201 error in the special environment

    Hi team,I use forms 11 G.I have a feature that you export the form data in excel format.I wrote code only if the user has no permission then it will show the error below.It works very well in any environment like DEV, PTE, ETC.But in the IPS show the