Problem with debug config

cisco 2651XM router
IOS: c2600-adventerprisek9-mz.124-15.T9.bin
I have a mail-and-web server set at 192.168.0.6 connected to fa0/0 on my router and I want to monitor all traffic in and out of the server. The best debug config I've found so far for this is:
access-list 106 permit ip any host 192.168.0.6
access-list 106 permit ip host 192.168.0.6 any
no ip route-cache (on fa0/0)
debug ip packet 106
but this doesn't show mail traffic. I do see some activity in the form of outside ip's probing the server but when I send or receive mail I should see activity in the debug but there's nothing. Is there a better way to capture ALL traffic to and from this ip address? Thanks for any help.

Hi Tony.
That's correct - ip source tracker will never show you real time information.
A better solution to your current debug would be to re-enable CEF switching but then to configure an ACL that logs traffic to this particular host. Why this would be better is because your router will only be process switching the traffic to/from this host and not process switching ALL traffic. An example would be:
access-list 106 permit ip any host 192.168.0.6 log-input
access-list 106 permit ip any any
access-list 107 permit ip host 192.168.0.6 any log-input
access-list 107 permit ip any any
ip access-list log-update threshold 1
interface f0/0
ip route-cache cef
ip access-group 106 out
ip access-group 107 in
A more permanent solution could be the IP Export feature and then you can view your traffic on wireshark. I've not configured this myself.
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t4/feature/guide/gt_rawip.html
Simon

Similar Messages

  • Problem with debug XT75

    Hello
    I have problem with debug program for XT75. I work in XP , install java j2sdk1.4.2_09 (from CD) , eclipse (with EclipseMEplugin_123) ,SMTK and connect terminal TC65 with XT75 module.
    When I want to debug my simple Midlet HelloWorld under celipse I get error:
    =========================================================================
         Starting XT75 emulator for debugging application. Please wait ...
         =========================================================================
         COM port used for "emulator session": COM1
         Used baud rate for the module "115200 baud"..
         >>> Emulator is set to no download of Jar and Jad file! <<<
         Initialize module for debugging ...
         The module is now initialized for debugging!
         >>> Establishing TCP/IP connection "IP connection for remote debugging"... <<<
         Please wait ...
         Done.
         >>> Starting Debug Agent ... <<<
         The debug agent is not started!
    File WM_Debug_config.ini in WTK for XT75 is:
    # This ini file is used to configure emulator.exe
    # Hints:
    # Store this ini file into the directory where the emulator.exe is located!
    [Module type]
    # Define the used module type
    ModuleType=XT75
    [AT command]
    # These AT commands are used for initialising the module for debugging!
    # Hints:
    # The IP address range 10.x.x.x is not supported for configuration of debugging!
    AT-Cmd1=S:ATE1
    AT-Cmd2=R:OK
    AT-Cmd3=S:at+cpin?
    AT-Cmd4=R:+CPIN: READY
    AT-Cmd5=R:OK
    AT-Cmd6=S:at^scfg=userware/debuginterface,"192.168.0.21","192.168.0.22","0"
    AT-CMd7=R:^SCFG: "Userware/DebugInterface","192.168.0.21","192.168.0.22","0"
    AT-Cmd8=R:OK
    AT-Cmd9=S:at^scfg=userware/mode,"debug","a:/","2000"
    AT-Cmd10=R:^SCFG: "Userware/Mode","debug","a:/","2000"
    AT-Cmd11=R:OK
    AT-Cmd12=S:at^scfg=userware/stdout,UDP,2000
    AT-Cmd13=R:^SCFG: "Userware/Stdout","UDP","2000"
    AT-Cmd14=R:OK
    [System.out port]
    # used UDP port number range: 1024 ... 65535
    # comment out the following line for switching off Java "System.out" displaying in the IDE window
    #UDPport=12345
    [DebugAgent delay timer]
    # settings for Debug Agent delay timer in ms
    #DATimer=2000
    I send At command to terminal AT^SCFG? and get answer:
    ^SCFG: "AutoExec","0","0","0","0",""
    ^SCFG: "AutoExec","0","1","0","0","","000:00:00","000:00:00"
    ^SCFG: "AutoExec","0","1","1","0","","000:00:00","000:00:00"
    ^SCFG: "AutoExec","0","1","2","0","","000:00:00","000:00:00"
    ^SCFG: "GPRS/ATS0/withAttach","on"
    ^SCFG: "GPRS/AutoAttach","disabled"
    ^SCFG: "GPRS/PersistentContexts","0"
    ^SCFG: "GPRS/RingOnIncomingData","off"
    ^SCFG: "MEopMode/Airplane","off"
    ^SCFG: "MEopMode/Airplane/OnStart","off"
    ^SCFG: "MEShutdown/OnIgnition","off"
    ^SCFG: "PowerSaver/Mode9/Timeout","20"
    ^SCFG: "Radio/Band","3","15"
    ^SCFG: "Radio/OutputPowerReduction","3"
    ^SCFG: "Serial/USB/DDD","0","0","0409","0681","0034","Siemens AG Wireless Modules","XT75",""
    ^SCFG: "Tcp/BufSize","5200"
    ^SCFG: "Tcp/IRT","3"
    ^SCFG: "Tcp/MR","10"
    ^SCFG: "Tcp/OT","6000"
    ^SCFG: "Tcp/SAck","1"
    ^SCFG: "Tcp/TTcp","0"
    ^SCFG: "Tcp/WithURCs","on"
    ^SCFG: "Trace/Syslog/OTAP","0"
    ^SCFG: "Userware/Autostart","0"
    ^SCFG: "Userware/Autostart/AppName",""
    ^SCFG: "Userware/Autostart/Delay","0"
    ^SCFG: "Userware/DebugInterface","192.168.0.21","192.168.0.22","0"
    ^SCFG: "Userware/Passwd"
    ^SCFG: "Userware/Mode","debug","a:/Project02.jar","2000"
    ^SCFG: "Userware/Stdout","UDP","2000"
    ^SCFG: "URC/CallStatus/CIEV","restricted"
    ^SCFG: "URC/CallStatus/SLCC","verbose"
    ^SCFG: "URC/Datamode/Ringline","off"
    ^SCFG: "URC/Ringline","local"
    ^SCFG: "URC/Ringline/ActiveTime","2"
    OK
    Please help me.
    Thanks.

    Hello,
    I would like to know if you could debug?
    That's the same problem what I have.
    At the moment I have the DSB75 and the XT75 module I don't know what else I can to to run the program under debug.
    OS: Win XP
    eclipse-SDK-3.3.1.1
    eclipseme.feature_1.7.7
    Regards,
    NOVI

  • Problem with reading config file

    Hello,
    I have problem with reading config file from the same dir as class is. Situation is:
    I have servlet which working with DB, and in confing file (config.pirms) are all info about connection (drivers, users, passw, etc.). Everything work fine if I hardcoded like:
    configFileName = "C:\\config.pirms";I need to avoid such hardcoding, I tryied to use:
    configFileName = Pirms.class.getClassLoader().getResourceAsStream ("/prj/config.pirms").toString();but it isn't work.
    My config file is in the same directory as Pirms.class (C:\apache-tomcat-5.5.17\webapps\ROOT\WEB-INF\classes\prj)
    Also I tryied BundledResources, it isn't work fo me also.
    Can anybody help me to solve this problem? with any examples or other stuff?
    Thanks in advance.
    Andrew

    Thanks, but I am getting error that "non-static method getServletConfig() cannot be referenced from a static context"
    Maybe is it possibility to use <init-param> into web.xml file like:
    <init-param>
      <param-name>configFile</param-name>
      <param-value>/prj/config.pirms</param-value>
    </init-param>If yes can anybody explain how to do that?
    I need to have that file for:
    FileReader readFile = new FileReader(configFile);Thanks in advance.

  • Problems with Qt Config (Xfce 4.6)

    Hi
    I have problems with QT Config .
    I use Desktop Environments XFCE , when you save settings QT Congif (set size fonts etc ) .
    Setting do not save
    I have set chmod in catalog QT config .
    How to fix  ?
    Last edited by nocentis (2009-03-16 12:00:29)

    Welcome to the Apple discussion forums.
    As Joeuu stated, assuming you don't have an Intel-based MacBook Pro, that means that your PowerBook is PowerPC-based. There are several steps that should get you back on track.
    First, reset your power management unit (PMU). Follow directions at http://docs.info.apple.com/article.html?artnum=14449
    Next, repair permissions by running Disk Utility, located in your mac hd, application/utilities folder. Highlight your hard drive and repair permissions.
    Did you use the software update function or did you download the update from the Apple support site? In any event, download the combo update 10.4.6 from http://www.apple.com/support/downloads/macosx1046comboforppc.html Updates through the software update function have recently created some unique 'situations', that use of the combo update have solved.
    After the update, repair disk permissions again. This is good housekeeping to do before and after any major software installation.
    PB G4 1.67ghz 1.5gb; mini G4 1.5ghz 1gb   Mac OS X (10.4.6)  

  • Problem with Debug mode and SLD

    Using the config tool, we have turned the Debuggable flag to 'yes' and set the Debug mode to OFF.   Now from the studio, when I enable debugging for the process, the server0 stops successfully and restarts successfully. However, during the restart, the SLD service errors out and does not get started. It encounters the following exception. I can verify the error in std_server0.out
    With erred SLD service, when I try to deploy and run the webdynpro application from studio, the deploy fails with the same exception.
    We tried all kinds of restart (of the engine\server instance), debuggable and debug mode setting permutations, but not successfull.  (debug port is 50021)
    We are having remote debug server setup (not local).
    Does anybody have any suggestions???
    The exception we get is:
    Finished with warnings: development component 'CreateOrder'/'local'/'LOKAL'/'0.2007.11.26.14.33.54':Caught exception during application startup from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred while starting application local/CreateOrder and wait. Reason: Clusterwide execption: server ID 3775750:<Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Implied start failed for dependency :local/CreateOrder -> service:sld (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

    Hi Michael,
    one way is to enhance the server go.bat with debug parameters. Under c:\usr\sap\<SID>\j2ee\<INSTANCE>\cluster\server\go.bat define the following params
    set DEBUG_PORT=5000
    set DEBUG_PARAMS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=
    and add both params to the java arguments (e.g. behind the -classpath): %DEBUG_PARAMS%%DEBUG_PORT%.
    Regards,
    Stefan

  • Problem with TMS config

    Hi all,
            I have a problem with my TMS config.
    When I adjust the transport queue, the "No system found in another group for import queue QAS" message appears.
    My landscape includes a DEV-QAS and a PRD systems.
    can somebody help me?
    thanks in advance.

    Hello,
    I have the same problem.  I just forund the alert from RZ20.  When we are doing transport and checking RFC connections from SM59, seems to be all working fine.  So I am not sure where this alert is coming from. 
    Command  TMS_MGR_READ_TRANSPORT_QUEUE
    Service  Transport Service
    Start    Online
    Function TMS_MGR_TRANSMIT_TR_QUEUE
    Message  TRANSMIT_QUEUE_FAILED
    No system found in another group for import queue <SID>
    I run into this thread but there is no information on how the problem got resolved.  Please let me know if you have any ideas. 
    Regards,
    Tony

  • Problem with debug servlet Eclipse 3 tomcat 5

    I have configured Eclipse 3 with Tomcat 5.0.28 and tomcatPulginV3
    but, I have problem to debug my servlet
    I have error message
    help me it is urgent
    Failed to connect to remote VM. Connection refused.
    java.net.ConnectException: Connection refused: connect
    java.net.PlainSocketImpl.socketConnect(Native Method)
    java.net.PlainSocketImpl.doConnect(Unknown Source)
    java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    java.net.PlainSocketImpl.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.<init>(Unknown Source)
    java.net.Socket.<init>(Unknown Source)
    org.eclipse.jdi.internal.connect.SocketTransportImpl.attach(SocketTransportImpl.java:47)
    org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach(SocketAttachingConnectorImpl.java:103)
    org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:131)
    org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaunchConfigurationDelegate.launch(JavaRemoteApplicationLaunchConfigurationDelegate.java:75)
    org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
    org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
    org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
    org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)Thanks

    Check your packages which you are importing....

  • Build shared problem with configure / config.guess

    Hi,
    I'm constructing some 3rd party libraries from source level with configure/automake in Suse 9.2. A common mistake in all libs is done by config.guess: it prints out "i686-pc-linux-gnuaout" which switch off the shared support at all. It's easy to workaround by print "i686-pc-linux" instead directly from configure:
    ac_config_guess="echo i686-pc-linux"
    Then the shared support is enabled and there left some minor problems with linker options -soname and --rpath. Then some libs can create the shared libs, for instance the apr and xml2.
    Others do not, for instance log4cxx and acetao, but they do not produce any error. It looks like that simply the shared link step is not done, however the symbolic links to the release version are done. I also tryed with LD=CC and LD=cc instead of the gnu ld, but then already in config.log the shared support is not recognized. If I build by hand:
    cc -shared *.o -o libACE.so
    it seems to work and the result usable by applications. Since acatao includes lots of libraries to build, the manual creation is not handy / possible. So any hint to solving that are welcome. I'm using the latest sunstudio version (feb2007).
    thanx rolf

    It really depends on autoconf/libtool version those libs are using.
    Till the most recent versions libtool had absolutely no clue that SunStudio exists on Linux. And default fallback happened to be gcc.
    If you give me some specific lib (source URL or name/version) I can tell you why this lib does not configure with Sun Studio :)
    Most recent version of autoconf is wize enough to handle Sun Studio on Linux. So one of the solutions for the libs might be to upgrade to a newer autoconf. Not what common user would commonly do though...
    regards,
    __Fedor.

  • Problem with the config.xml

    Dear all,
    After doing a wscompile on the config.xml file (JWSDP1.6), I am able to generate the wsdl for the interface defined.
    But now the config.xml shows an error
    "Cannot find the declaration of element 'configuration' "
    for the attribute xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config"
    Any idea what is the problem as "http://java.sun.com/xml/ns/jax-rpc/ri/config" is no longer available on the sun site.
    Any alternate references to be made to this xml namespace declaration.
    Rgds,
    Seetesh

    My point above is that Project 2007 was extremely buggy and unless files are saved using Project 2007 SP3 first you are likely to experience problems with the files when opening in project 2010. Project 2007 to 2010 with no service packs is problematic.
    With SPs applied you should have far fewer problems.
    Doesn't look like a exe with SP2 is available yet so you need to add the service pack separately, probably in the updates folder.
    If all Project 2007 installs are already at SP3 then no need for this.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • Itunes7 does not let me start up because detected problem with audio config

    hi,
    i have had itunes for a while now but i just upgraded it to version 7. i restarted my computer afterwards but when i tried to start up itunes for the first time it said there was a problem with the audio configuration.
    this is the message,
    itunes cannot run because it has detected a problem with your audio configuration.
    i am using windows xp and would be very grateful for any help, thanks!
    lenovo 3000, N100   Windows XP  

    this is the message,
    itunes cannot run because it has detected a problem with your audio configuration.
    That one is most commonly caused by a problem with your QuickTime. (iTunes uses QuickTime for audio and video playback.)
    The following document may be of some assistance:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem

  • New Version error - problem with audio config

    iTunes has been working great on Vista so when I was prompted to download the new version I thought why not. It unloaded the old version and then loaded the new without a hitch. Went to run the new version and I get the error:
    iTunes cannot run because it has detected a problem with your audio configuration.
    But nothing has changed! Can anyone shed any light on this?

    I can't help you but I have the same problem but with windows xp.
    *** really..

  • Vista - Problem with Audio config!!! please help!!!

    I just finished a clean install of Vista and installed iTunes. When I try to open iTunes an error message pops up saying "iTunes has detected a problem with youraudio configuration.Audio/Video playback may not operate properly." I have looked on teh forums and all I have seen is something about uninstalling QuickTime and then reinstalling it. I have tried that twice and I still get the same error message. If anyone could help that will be great.

    Try this -> http://docs.info.apple.com/article.html?artnum=304424

  • Problem with audio config.?

    I've had this iPod...Video? Is that a 5th-generation? Whatever. Since...July or so last year. Maybe longer.
    And suddenly I'm getting this weird "iTunes cannot run because it has detected a problem with your audio configuration."
    Checked the audio. Works fine. Tried the "unknown error" FAQ. Still isn't working.
    What's up?!
    iPod Video 80 GB   Windows XP   ...accidentally got candle wax on it.

    Try this -> http://docs.info.apple.com/article.html?artnum=304424

  • AIR 3.9.0.790 - Problem with debug configurations

    Hi there
    After updating from 3.9.0.720 to 3.9.0.790 it seems that my debugging configurations are ignored (works fine with build 720). When running the app on AIR Simulator I always end up with a 500 x 375px screen with a high resolution display simulated.
    - Flash Builder 4.7
    - AIR 3.9.0.790
    - Starling-Project for iOS only
    - Debug-Configuration: various iOS devices (Mobile Application)
    Am I missing something?! Any hints?
    Regards,
    René

    We're having the same problem.  In our project, the only difference is switching between AIR 3.6 and 3.9.0.1030 (obviously a wider range than the above), and the 3.9 ADL simulator ignores the -screensize argument and forces the window to 500x375.  Oddly, this affects only one Mac out of three.
    Perhaps interestingly, the affected Mac is OSX 10.8.4 (server edition), while the ones that work are 10.8.2

  • Problem with X -config (freeze + black screen)

    Hi, everyone. I'm a newbie in linux, so dont punch me .
    I was following the beginners guide & after X -config /root/xorg.conf.new got freeze + blackscreen (alt + ctrl + bckspc or alt + Fn dont works).
    I have created /X11/xorg.conf & can start X server, but X -config /root/xorg.conf.new or /etc/X11/xorg.conf gives black screen (with signal).
    My VGA is HD3850.
    Any ideas how i can fix it?
    Here is my xorg.conf
    Section "ServerFlags"
    Option "AllowEmptyInput" "off"
    EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Razer" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "InputDevice"
    Identifier "Razer"
    Driver "mouse"
    Option "Name" "Razer Lachesis Optical Mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Buttons" "9"
    Option "Resolution" "1250"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7 8 9"
    Option "Emulate3Buttons" "true"
    Option "SampleRate" "1000"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoftmult"
    Option "Xkblayout" "us,ru"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    HorizSync 31.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "RV670PRO [Radeon HD 3850]"
    Option "AccelMethod" "exa"
    Option "DRI" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "RENDER" "enable"
    Option "DAMAGE" "enable"
    Option "Composite" "enable"
    EndSection
    /var/log/Xorg.0.log contain no errors or warnings (except ACPI & font paths)
    Thx 4 help.
    P.S Can add log if it helps
    P.P.S Its one of my xorg.conf files, also i've used variant 4 xf86-video-ati
    Last edited by InsaneDevice (2010-02-27 06:32:32)

    My english is fine (i read well at least)  .
    At first message i said
    I have created /X11/xorg.conf & can start X server...
    I =can= start x server --- its mean that startx works fine & i can see 3 windows with clock . And if you mean that i dont want use x -config, then for what all this manipulations with reinstalling was?
    Besides "Xorg -configure" & "x -config /etc/xorg.conf" are different things for me, because one create the basic config, while second test this config. So i thought you mean that i have to create it from scratch without using any commands
    ... Damn.. i just have read english & russian beginner guides. Russian says: "after installing xorg u have to create conf file, using Xorg -configure, then test it with command X -config /root/xorg.conf.new & IF IT WORK - copy to /etc/X11/xorg.conf. I didnt find that in english version .
    Well, thank you for your patient & help . I think, that problem is solved (i think - say me if i wrong)
    But i still want to know, why x -config /etc/xorg.conf give me that black screen + freeze, so if anybody knows - plz, message me.
    Last edited by InsaneDevice (2010-03-01 07:36:42)

Maybe you are looking for

  • Table Field Reading in an ABAP program

    Dear All Gurus, This is my requirement.. I need to read the field name (not the value of the field) in an Internal Table loop. Ex : If internal table is currently reading 'LIFNR' ,need to read this field name into a variable, because I need to cross

  • BDC for customer data

    Hi, I am recording customer. I am going through shdb after entering all, finally in the contact person tab its throughing  error like enter valid value. In the contact persong tab fields are fromof,name,firstname,telephone no,department,function and

  • Lion and Enbedded Fonts in Director

    Hi All I have a big problem with embedded fonts in my projects. Director 11.5 do not recognize embedded fonts and marks font family as "(missing)". The same projects in OSX 10.5.* and 10.6.* works fine. Someone knows why? Thanks Ivan

  • Pesky Inner Classes

    Hi folks, Ok, so the title is a bit misleading, it's not inner classes that are pesky, more the fact that there is something I don't understand about them. I'd really appreciate some help. What I would like to do is to create some JButtons, which are

  • Tuning books

    Dear all Kindly suggest  me some books on query / database tunning  on sqlserver 2005. yours sincerely