ISE 1.2 does not do HTTP profiling ???

Hi, guys.
Has anyone ISE 1.2 Patch 1 successfully enabled to do profiling using HTTP on a monitor session/span port ???
I have tried the following:
- DMZ switch, which holds a vlan where (only) the central proxy server resides
- ESX 5.1 host, one nic connected to the DMZ switch
- configured a virtual switch/network on this host, which uses the nic connected to the DMZ switch (enabled promiscious mode on the vswitch and network)
- ISE 1.2 Patch 1 installed on the ESX host, two interfaces (Gig 0 and 1), Gig 1 connected to the vswitch and virtual network
- configured virtual ISE to do http profiling on Gig 1
Here are some shows:
#sh moni
Session 1
Type                   : Local Session
Source VLANs           :
    Both               : xx
Destination Ports      : Gi2/0/48
    Encapsulation      : Native
          Ingress      : Disabled
#sh run int gig2/0/48
interface GigabitEthernet2/0/48
description *** ISE Proxy SPAN Port
switchport access vlan xx
The span destination port shows lots of outgoing packets:
#sh int gig2/0/48
GigabitEthernet2/0/48 is up, line protocol is down (monitoring)
  Hardware is Gigabit Ethernet, address is 588d.0941.7130 (bia 588d.0941.7130)
  Description: *** ISE-Riker Proxy SPAN Port
  MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
     reliability 255/255, txload 10/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX
  input flow-control is off, output flow-control is unsupported
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output 00:22:36, output hang never
  Last clearing of "show interface" counters 03:03:20
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 14352300
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 42962000 bits/sec, 13051 packets/sec
     33 packets input, 2436 bytes, 0 no buffer
     Received 33 broadcasts (18 multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog, 18 multicast, 0 pause input
     0 input packets with dribble condition detected
    223104868 packets output, 98731284385 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier, 0 PAUSE output
     0 output buffer failures, 0 output buffers swapped out
But the interface on ISE hardly shows any incoming packets:
# sh int gig 1
GigabitEthernet 1
          Link encap:Ethernet  HWaddr 00:50:56:8D:4A:C1
          inet6 addr: fe80::250:56ff:fe8d:4ac1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3810 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:347928 (339.7 KiB)  TX bytes:936 (936.0 b)
          Interrupt:67 Base address:0x20a4
I have tested if the vmware virtual network makes the packets disappear, therefore I have connected a windows virtual machine to the same network as ISE 
Running Wireshark on this windows machine shows me LOOOOOTS of http packets on this virtual network, seem like the ISE nic just doesn't see them ......
Any ideas ???
Rgs
Frank

1. it is vm, right?    
Yepp !!
can you get netstat -i?
Executed where ?? On the esx host ?? On the ise vm ??
What do you expect to see ??
2. Did you configure an ip for the span receive interface?
No, why should this be necessary ?? (switchport, wireshark, etc. don't need an ip to capture
packets on a promiscuous interface, even ISE 1.1.4 didn't need one on the http profiling interface .....)
Configuration guide doesn't say so anyway ......
if not, you must configure one to make it work.
looks like you don't have one,,, pls configure one...
Ok, ok ..., configured an ip address, checked the profiling attributes ...
Result: did not make any difference ..... (tadaaaahhhhh !!!)
tcpdump: WARNING: eth1: no IPv4 address assigned
Right, but tcpdump shows dozens of live packets as they arrive live on ise, they are just not reflected in the "sh int gig 1" counters
and furthermore not picked up by the application, that is why I would suspect a nic driver malfunction on the underlying linux os ......
3. on vswitch make sure the port is in promiscuous mode.
As I already mentioned before in this thread, it is.
If the vmware virtual network inbetween ise and the non-virtual network would swallow the packets, why would "tech dumptcp 1" show anything at all ??
(see screenshots above)
Rgs
Frank

Similar Messages

  • Flight Recorder does not provide Method Profiling Samples on CentOS 5

    Flight recorder from jdk 1.8.0_05 does not collect information about methods then running under CentOS 5.
    But jdk1.7.0_55 provides "Method Profiling Samples" events on the same machine.
    Steps to reproduce:
    1. Download test class - https://gist.github.com/evsinev/0b136693ef7549ddc9b5
    2. compile it
    3. Run it:
    NOW=$(date +"%H-%M-%S")
    export JAVA_OPTS="$JAVA_OPTS -XX:+UnlockCommercialFeatures -XX:+FlightRecorder"
    export JAVA_OPTS="$JAVA_OPTS -XX:StartFlightRecording=duration=120s,filename=data/profile-startup-${NOW}.jfr,name=Startup,settings=profile"
    export JAVA_OPTS="$JAVA_OPTS -XX:FlightRecorderOptions=samplethreads=true,stackdepth=64"
    /opt/jdk1.8.0_05/bin/java $JAVA_OPTS -cp . Test
    Running with jdk 1.8.0_05 does not provide "Method Profiling Samples"
    Running with jdk 1.7.0_55 provides "Method Profiling Samples"
    Environment:
    CentOS release 5.9 (Final)
    uname:Linux 2.6.18-348.1.1.el5 #1 SMP Tue Jan 22 16:19:19 EST 2013 x86_64
    libc:glibc 2.5 NPTL 2.5

    I've spoken to the developers of the JVM/JDK parts of JFR, and I'm afraid they say this is a known issue
    (https://bugs.openjdk.java.net/browse/JDK-8036090, https://bugs.openjdk.java.net/browse/JDK-8037340)
    that happens on Linux only.
    It will be fixed in 7u60 and 8u20 which will be released later this year.

  • Login that does not use https

    I don't have access to https sites from my current work facility.
    Do you have a login method that does not use HTTPS?
    Is there any way that I can link my metalink account and my OTN account, and get to OTN through my metalink account?
    David

    Okay ... I fixed this, Oracle XE finally convinced them to let us have access to https at OTN.
    David

  • I have an Apple Configurator install that wont recognize an iPad when I attach it via USB.  I cant prepare it or refresh it.  It was supervised.  I get an error message that says "policy does not have correct profile data".  Please help!!!

    I have an Apple Configurator install that wont recognize an iPad when I attach it via USB.  I cant prepare it or refresh it.  It was supervised.  I get an error message that says "policy does not have correct profile data".   At some point there was a mismatch between the profile on the iPad and the MAC server.  The profile on the MAC server has been deleted and the iPad has been erased and reset to default.  I need to be able to get Configurator to recognize this device to prepare it for deployment and issue Apps to it.   Please help!!

    Run the application 'Terminal.app' which you will find in '/Applications/Utilities' on your Macintosh.
    Type this into it: defaults delete com.apple.configurator PreprationSavedPolicyDefaultsKey
    Hit the return key.
    If you get no error message, it worked, and you can quit the app.

  • Error: This server does not support HTTPS! It is therefore potentially...

    Hi,
    We are using EP6 SP17 with the BP of SRM 4.
    in the Shop iView -> MASTER_CATALOG, we get an error saying: :This server does not support HTTPS! It is therefore potentially unsafe to send your password".
    Even after sending the user& password we are unable to access the catalog.
    Does anyone encountered this problem? Does anyone have a solution for this?
    Thanks in advance,
    Aviad

    Hi,
      Pls refer the  foll link:
    /people/gregor.wolf3/blog/2005/10/11/setup-https-ssl-for-the-sneak-preview-sap-netweaver-04-abap-edition-on-windows
    BR,
    Disha.
    PLs reward points for useful answers.

  • Apple Configurator: "Policy does not have correct profile data."

    I keep getting the message "Policy does not have correct profile data." when I'm trying to prepare new devices in Apple Configurator 1.2.  Existing devices work fine, and I was able to prepare a few new devices before getting this error.  Any advice besides "wipe and restart" AGAIN?

    defaults delete com.apple.configurator PreprationSavedPolicyDefaultsKey
    should eliminate the problem, though it will partially reset the default settings in the Prepare pane. Did you delete a configuration profile that had been checked in the Prepare settings?

  • ISE Windows client does not complete Provisioning. I am trying to use SCEP and NDES

    I'm setting a lab environment with ISE 1.2.0.899 patch 7 (Virtual), Windows server 2008 R2 (Virtual). I had follow instructions to make BYOD and get EAP-TLS certificates.
    The first unsolved sittuation I have is with Windows Server. I can't figure out why the "Certificate Web Enrollment Service" and "Certificate Policy Web Enrollment Service" are not available when I enable Active Directory Certificate Service.
    Anyway I set up all the rest of configuration on ISE. When I try a test the Guest Portal is displayed, the device is registered, and the Network Setup Assistant is started, but around 3/4 of the process it is aborted with an Error, but nothing explaining wath happened. The "More Information" link does not show anything.
    Searching on the Windows Server I found this messages:
    The Network Device Enrollment Service received an http message without the "Operation" tag, or with an invalid "Operation" tag
    Network Device enrollment service cannot convert encoded portions of the client's http message, or the converter message is larger than 64k. invalid pointer
    I suppose the problems should be on the WS but I don't have idea how to fix them.
    I will appreciate your assistance. Thanks in advance
    Daniel Escalante

    Thank you ... I had read the document you indicate and review LabMinutes videos. Labminutes was the first source where I saw the "certificate enrollment web service" and "certificate enrollment policy web service".
    After that I had review several sources (videos and books) and I can't find something that indicates why the indicated services are available some times and not in others.
    Cisco documentation does not mention these services, but I understand they are required to allow funcionality with non domain devices ...
    Regards.

  • Outlook 2010 using Citrix Presentation server does not save mail profile, O365 Mailbox

    We had on-premise exchange 2003 mailboxes which have been migrated to O365. Some users access their mailboxes(O365) using Outlook 2010 which is published using Citrix Presentation server 4.5. The AD accounts TS profile is pointing to \\%computername%\Tprofiles\template.man
    These users used outlook 2003 with this config with the on premise Exchange 2003 server and it saved the outlook profile. After outlook 2010 is configured to connect to the users O365 mailbox all is fine until the user logs off and logs back in, the profile
    setting is lost and has to re-setup. I should mention that Outlook does not auto discover the users mailbox but is able to if the outlook wizard is run either from desktop or RDP however that is not a concern unless these two are related
    issues. I am not sure if the issue is with Citrix ( I am not a Citrix admin) and some configuration fine tuning needs to happen on that front or the issue is somewhere else, setting up a roaming profile is kind of ruled out since this was not needed
    with Outlook 2003 and Exchange 2003.
    What would be the best way to get this working ? any help will be appreciated.

    It seems that deploying a PRF file is best based on the research as well as some of the links which Amy shared. Users are using Outlook 2010 using the /importprf switch however with outlook 2010 the " Encrypt data between Microsoft Outlook and Microsoft
    Exchange" is enabled by default this causes some of the users to be continuously prompted for authentication, I was able to manually fix the issue by disabling  "Encrypt data between Microsoft Outlook and Microsoft Exchange"
    Sorry cannot post images or link yet as my account is not verified...
    We can't do this manually but want to modify the PRF file to disable this. So far the only documentation referring to this is for Outlook 2003 to
    enable this,  it was disabled by default with this version of outlook.
    It is found at
    support.microsoft.com/kb/2006508
    Add "http://" to the link
    From this document I now know the setting is labelled - RPCEncryptData
    Which needs to be changed under the
    [ServiceEGS]
    and
     [Exchange Global Section]
    But I have no clue what values will disable it, anyone knows what values will disable it ? help would be appreciated.
    Thanks in advance.

  • SQLJ translator for ISO/ANSI does not create .SER profile (Jdev 9.0.0 prev)

    The SQLJ translater that comes with JDeveloper 9.0.3 preview does not create profiles (.SER) when running with -codegen=ansi or iso. Thus producing none runnable code.
    It is not possible to set any switches in JDev.
    Previous versions of the translated did produce the .SER files.
    Is there a workaround possible?
    Thanks,
    Robert

    Fo the answer and a workaround look here:
    Re: A field is missing in my table.....
    -Robert

  • SQLJ translator for ISO/ANSI does not create .SER profile (Jdev 9.0.3 prev)

    The SQLJ translater that comes with JDeveloper 9.0.3 preview does not create profiles (.SER) when running with -codegen=ansi or iso. Thus producing none runnable code.
    It is not possible to set any switches in JDev.
    Previous versions of the translated did produce the .SER files.
    Is there a workaround possible?
    Thanks,
    Robert
    P.S.: I posted this also in the SQLJ forum.

    Robert,
    My mistake - you are correct, the change I mentioned was put in just after the Preview Release. The .ser files will go into the project source directory in the Preview Release. But this should be the same behavior as in previous releases - are you seeing a difference in behavior between a past release and the Preview Release? Everything up to and including the 9.0.3 Preview Release should put the .ser files in the project source directory. When the 9.0.3 Production Release is available, they will be put into the project output directory instead.
    The fix to put the .ser files into the output directory is not in the translator.jar file. It is in the core JDeveloper code (in jdev.jar). So unfortunately it is not a fix that could be easily dropped into the Preview Release. However, it will be available in the 9.0.3 Production Release.
    -Matt Hawkins, JDeveloper Team

  • LR3 does not embed a profile

    I have had LR# process images with RGB selected in the process preset, but when the image is processed, it has NO embedded profile. Is this a bug?

    Are you sure you are exporting as jpeg/tiff or psd and not as "original"? Are you actually looking at an exported file and not the orginal file? It is virtually impossible to get Lightroom to not write a profile into an exported file. It simply will not do it if you want it to, so I am surprised that you got profile-less file out of it. It is possible to strip profiles by using an export plugin such as LR/mogrify or jeffrey friedl's metadata wrangler, so check if you haven't gotten those enabled by accident.

  • Bookmarks document (and possibly others) does not update in profile folder

    ''duplicate of https://support.mozilla.com/en-US/questions/906182''
    In the course of locating my Firefox profile so that I could back it up to Mozy, I discovered that the Firefox document that contains my bookmarks, located in C:\Documents and Settings\Application Data\Mozilla\Firefox\Profiles\779klznm.default, is not up to date. Nor is the Firefox document containing bookmarks located in C:\Documents and Settings\Application Data\Mozilla\Firefox\Profiles\default.s9s up to date.
    When my browser is open, the bookmarks that I see when I click on Bookmarks are up to date. Why is that not reflected in my profile? And, if my bookmarks are not up to date in my profile, I wonder what else is not up to date, like my search engines, add-ons, etc.
    I also tried backing up in my bookmarks library, but the backups go to my desktop as a JSON file.
    Can someone please tell me what to do to make sure all my Firefox settings are up to date in my profile?
    Thanks,
    Ellen

    Your bookmarks and browsing history are stored in a file named '''places.sqlite''' in your Profile folder.
    Bookmark backups are in bookmarks.json format, and Firefox automatically does daily backups and stores 10 backups in the \bookmarkbackups\ folder in the Profile folder.
    BTW, August 2008 was probably the last time that Profile was used in a Firefox 2.0 version. The sqlite storage was first implemented in Firefox 3.0.

  • Does not open http or https pages but youtube opens?

    My any browser is not able to open http or https pages but opens youtube or any other vedio site.
    Only Internet Explorer on my pc opens google and none other browsers ( Opera and Mozilla Aurora ) do so. I'm having this problem from a very long time, even my settings are all in default still the problem is there. HELP!!!!!!!!!!!!!!!!!!!!!!!!

    Do a malware check with several malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Trying to use a servlet that does NOT use HTTP as a protocol

              Hi,
              I'm trying to develop a mechanism that supports requests from non-http clients
              (2000-5000 concurrent requests). I'd like to sub-class from GenericServlet (so
              I don't have to write thread pooling, etc.), but I can't figure out how to get
              WLS 5.1.8 to get the request and send it to my servlet sub-class. There doesn't
              seem to be any documentation on how to achieve this...
              HTTP is NOT an option for these clients - please do not suggest I try that.
              In it's simplest form, the client opens a TCP/IP socket, sends data, and gets
              a response - very much like a servlet, just not HTTP.
              Thanks,
              Andrew
              

              Sorry - but the client is a mobile hand-held device. It's got a high-speed, short-range
              wireless (802.11B) connection and it supports TCPIP. There's no way I can get
              java (or a browser) onto the client device (even if I could I'd have to bridge
              from native apps to java for communication back to the appserver); which is why
              I'm trying solve as much of the problem as possible on the server...
              Thanks for the suggestion though,
              Andrew
              "Cameron Purdy" <[email protected]> wrote:
              >Suggest looking at WL RMI or T3 stuff.
              >
              >A little heavier than raw TCPIP but you'd have to build half of that
              >stuff
              >anyway.
              >
              >Peace,
              >
              >--
              >Cameron Purdy
              >Tangosol, Inc.
              >http://www.tangosol.com
              >+1.617.623.5782
              >WebLogic Consulting Available
              >
              >
              >"Andrew Larson" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> Hi,
              >>
              >> I'm trying to develop a mechanism that supports requests from non-http
              >clients
              >> (2000-5000 concurrent requests). I'd like to sub-class from
              >GenericServlet (so
              >> I don't have to write thread pooling, etc.), but I can't figure out
              >how to
              >get
              >> WLS 5.1.8 to get the request and send it to my servlet sub-class.
              >There
              >doesn't
              >> seem to be any documentation on how to achieve this...
              >>
              >> HTTP is NOT an option for these clients - please do not suggest I try
              >that.
              >>
              >> In it's simplest form, the client opens a TCP/IP socket, sends data,
              >and
              >gets
              >> a response - very much like a servlet, just not HTTP.
              >>
              >> Thanks,
              >> Andrew
              >
              >
              

  • MapViewer.getGeneratedImaegURL() does not return https for SSL mapviewers

    We've setup a SSL mapviewer with an https:// URI but MapViewer.getGeneratedMapImageURL returns http://uri:7002 instead of https://uri:7002
    This is easy enough to fix by testing if the getServiceURL starts with "https" and testing the start of getGeneratedMapURL and then replacing the "http:" with "https:" but it's a bug so we're reporting it here.
    Thanks, Mark

    Hi Mark,
    thanks for your note. We will look it.
    Joao

Maybe you are looking for

  • Ipod photo stuck in disk mode and screen is in Black and white

    came to use my ipod photo after about a week of not using it. when i took it out the colour screen was in black and white and the screen is stuck to saying it is in disk mode with a large tick. the ipod will mount and does show up in itunes it will e

  • Check constraint

    alter table < table name > add constraint < constraint name > check (dateofbirth >= '01-01-1966') dateofbirth is a column name with date datatype. it shows error like date or system variable wrongly specified any suggestions or hints.

  • The biggest count of rows of sys tables

    Hii ?? I want to learn how can I find the biggest count of rows of sys tables or which table has around 900000 records on sys user database oracle 10g??

  • Mount point  containing the redologs

    We were told Oracle typically writes 512b redolog records to the redologs. If the mount point is created with a blocksize > 512b the remaining space is wasted. For example, if the mount point is created with a 4K blocksize, most likely 3.5K of the bl

  • Airport/Internet Problem Since Last Software Update

    I am having a problem with my airport not connecting to my wireless network(s). I have an airport express at both home and work and it is doing the same. My computer will find the wireless network in the list but I can't connect to the internet or em