View aplication traffic on specific LAP

Hello,
I have a client that suspects that one of his LAP's is fautly due to excess traffic.
Is there any way to view traffic from that specific LAP?
Software Version
7.6.120.0
Field Recovery Image Version
7.6.101.1
Sniffer mode is out of the question, since he wants realtime statistics.
Cheers,
Victor.

I was missing a command. Below is the correct switch configuration. The LAN ports are functional once the AP authenticates with ACS but the port won't transition to UP/UP if the AP is unplugged. Hope this solution will be useful to anyone thinking of securing something like the 702w. 
Global Configuration:
aaa new-model
aaa authentication dot1x default group radius
aaa authorization network default group radius
radius-server host 1.1.1.1 auth-port # acct-port # key *******
dot1x system-auth-control
interface configuration:
switchport mode access
switchport access vlan 2700
spanning-tree portfast
authentication host-mode multi-host 
authentication port-control auto
dot1x pae authenticator

Similar Messages

  • Can I associate a ip dns view and/or ip dns view-group to a specific int ?

    is there a way to bind/associate a ip dns view and/or ip dns view-group to a specific interface so I can end with something like:
    interface FastEthernet0/0 description Inside
    interface FastEthernet0/1 description OutsideISP#1 ... want associated to dnsViewISP1
    interface FastEthernet0/2 description OutsideISP#2 ... want associated to dnsViewISP2
    ip dns view dnsViewISP1
    domain name-server n.n.n.11
    domain name-server n.n.n.12
    domain name-server interface FastEthernet0/1
    domain resolver source-interface FastEthernet0/0
    ip dns view dnsViewISP2
    domain name-server n.n.n.21
    domain name-server n.n.n.22
    domain name-server interface FastEthernet0/2
    domain resolver source-interface FastEthernet0/0
    ip dns view-list dnsViewListISP1
    view dnsViewISP1 1
    restrict source access-group aclDNS
    ip dns view-list dnsViewListISP2
    view dnsViewISP1 2
    restrict source access-group aclDNS
    ... so traffic routed to ISP#1 use dnsViewISP1/dnsViewListISP1
    ... so traffic routed to ISP#2 use dnsViewISP2/dnsViewListISP2
    I can set ip dns server view-group dnsViewListISP1 or dnsViewListISP2 but not both
    Router is acting as caching server with ip dns server enabled
    IOS 12.4.15T.9

    So after a couple of hours of playing around and testing I've finally found the correct settings to achieve this, I wasn't able to find the configuration options through the Windows Airport Utility client but borrow a MacBook Air from a family member and was able to find it:
    1. Open the AirPort Utility on a Mac computer.
    2. Click on your AirPort Device, then click "Edit".
    3. Select the "Internet" tab.
    4. Now in the "Domain Name" section type "yourhostname.ddns.net" or it could be "yourhostname.no-ip.com" or whatever other hostname No-IP.com may have assigned you.
    5. Now click the "Internet Options" button.
    6. At the bottom of the windows that opened tick the check box "Use dynamic global hostname"
    7. In the "Hostname" section fill it with "no-ip.ddns"
    8. In the "User" & "Password" sections fill it with the username and password that you chose when creating your "No-IP.com" account.
    9. Now click "Save" which will save the settings and click "Update" to update the Airport device which will also restart it.
    And you're done!
    Please note that it does sometimes take up to 5 to 10 minutes to update the DNS settings to No-IP.com, which caused me to think it wasn't working initially.
    Good luck!

  • List View Filter - I want to create List View based on a specific user

    I want to create a List View Filter based on specified user ID. I dont want to specify the [Me] for filtering the view based in current logged in User.
    I want the view to be based on specific user ID for Ex: "AD\JohnDoe"
    Thanks
    Nate

    The People/Group Picker field has several options for how the name is displayed. For example you can set it to be the friendly name or the account name. When you create your View Filter, make sure that you are using the same format as the field's display
    type.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • How to get character viewer to show a specific font

    Previously you could specify a font to see it's characters and glyphs. Now I don't see how to do that. What am I missing? or has that gone the way of font specification in the keyboard viewer too?

    Yes, this feature has been omitted from Lion Character Viewer.  You might try PopChar.  And you can ask Apple to put it back here:
    http://www.apple.com/feedback/macosx.html

  • Scrambled destination view in installer build specifications LV8.5

    I don't think this build specifications bug has been mentioned yet. I am using LV8.5 Pro under Win XP.
    When configuring a new installer build specs, under Source Files, I select my application item in the Project View and click on the arrow button to add it to the Destination View. The latter then faithfully reproduces the application files hierarchy, for example:
    Application Directory
        Manuals Directory
           Manual.pdf
        Application.exe
        Application.ini
        Startup.exe
        Startup.ini
    However, after I close and reopen the installer properties, the Destination View hierarchy appears scrambled, for example:
    Application Directory
        Manuals Directory
           Startup.ini
        Application.exe
        Application.ini
        Manual.pdf
    Supporting files get moved around the directory tree, some disapper, and others actually appear in duplicate. The outcome is exactly the same every time I repeat this process, but there is no apparent pattern to it.
    Now, when I actually build the installer and later use it, the application gets installed properly, with correct files hierarchy. What doesn't work are the shortcuts. For instance, in the above example, if I create a shortcut to Manual.pdf, it will actually point to Startup.exe. And if I need a shortcut to Startup.exe, I cannot create it because the target is not part of the Destination View.
    Thoughts?

    Dear Zador,
    Bug number 4CM921LJ titled "Shortcuts Added in Installers Are Not Created Properly" is a LabVIEW 8.5 Known Issue.  More information on the bug can be found in Knowledge Base 4EGEL6HY: Wrong or Incorrectly Disabled File Names Displayed in LabVIEW
    8.5 Installer Builder.  If you need an alternative to the workaround presented in the Knowledge
    Base, you can create separate folders for each file you need to have a
    shortcut created for instead of putting them all in one.
    This issue has been fixed in LabVIEW 8.5.1.  Please post back bug 4CM921LJ does not describe your problem.

  • HTML editor - design view doesn't accept specific chars on Polish keyboard

    I'am trying to edit simple HTML page based on the JDeveloper wizard and I cannot input specific windows-1250 code page characters in the design view of the HTML editor altough I can do it in the source pane.
    The code page is set properly
    example document content
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"></meta>
    <title>JDeveloper Journal, Issue 1, Welcome</title>
    </head>
    <body><p>
    Wyp&#322;ata prowizji / wyp&#322;ata zaliczek
    </p></body>
    </html>
    JDeveloper 10.0.1.3 (10g EA 3) on Windows 2000 Professional SP4 Polish version
    Regards
    Piotr Dadura

    Code errors are responsible for 98% of rendering problems.  Your pages lack a valid doc type declaration which puts them into quirks mode.
    On line #1 in code view, change this:
         <html>
    to this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    At least that will give you a fighting chance of validating without errors.  Use the online code validator below to check for other errors in all your site pages.
         http://validator.w3.org/
    Incidentally, asking a non-coder to use Dreamweaver is form of punishment.   Basic coding skills are necessary to get the most out of this product.   Anything less is going to result in frustration and confusion.
    It's worth noting that DW is NOT a WYSIWYG editor.  Design View is at best, an approximation of what you can expect to see in some browsers.  For best results, use Live View in Split View and edit the code.
    Nancy O.

  • View photos with a specific tag only

    I am using Adobe Photoshop Elements 11. How do I view only photos with a SPECIFIC tag, without photos that do not have that tag, but is included in a STACK. It seems that once a photo is included in a stack it is shown even if it does not contain the specific tag that is filtered. I find this very frustrating and hope that somebody can help me.
    Thank you.

    Marung2013 wrote:
    Thank you for the reply.
    What I meant with "... how will I get access to the option to show only the best matches" was - would it be included in an upgrade of the program or what? Is Adobe aware of this and are they planning to fix it?
    Only Adobe knows...
    It's an old problem:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Searches_are_showing
    Because of this situation I cannot make use of stacks in my catalogue, because then the filtering option is useless.
    I don't know how you are using stacks, but for me it's a very rare problem. I would like it solved, but it does not bother me very often. The problem arises when the items in a stack don't have the same tags. That should not happen if you create stacks before assigning tags.
    I think it would help if you described your own way to use stacks to convince Adobe that an upgrade is necessary.

  • How To Fix View Options for a Specific Folder

    I have several folders that I prefer to view in specific ways: Applications in list view, alphabetically, with large icons; another also in list view, by most recently modified, also large icons; another in icon view, with icons set to a specific size, etc.
    Obviously, I know how to use View Options to set the view as I'd like for each specific folder. And I've set these folders with the "Always Open in..." button.
    Unfortunately, after closing that folder, the next time I come back to it, it's reverted to different View settings: a folder that I'd set to view by most recently modified is back to alphabetical, or the icon size has changed, etc.
    Am I missing something? I had noticed similar behavior under 10.6, but I attributed it then to the fact that my drive was dying, and I was getting all sorts of wonky behavior.

    or this?
    SQL> select text from ALL_VIEWS
      2  where VIEW_NAME
      3  ='EMP_VIEW';
    TEXT
    SELECT empno,ename FROM EMP
    WHERE empno=10

  • How can I know how many views are maintained for specific or group material

    Hello, All,
    How can I get know how many views which are already maintained in the material master for one specific or one group material? And which views? Is there any T-code or table to get those views list for material?
    Thank you very much

    Hi,
      You can check in table MARA, field VPSTA details as given below
    User department     Maintenance status
    Work scheduling           A
    Accounting                                 B
    Classification                            C
    MRP                                 D
    Purchasing                                  E
    Production resources/tools       F
    Costing                                  G
    Basic data                                  K
    Storage                                  L
    Forecasting                              P
    Quality management           Q
    Warehouse managemen          S
    sales                                        V
    Plant stocks                                 X
    Storage location stocks            Z
    regards,
    zafar

  • Force http traffic to specific interface

    Just setup a 2801 router. We have a Serial interface card on it connected to a T1 and eth1 connected to DSL. We want to force web traffic (http, https, ftp) to use the DSL connection. I tried a simple access-list to allow http to the DSL and deny to the T1, however it didn't seem to work. Then I noticed that in the SDM it has "default" rultes that always enable http. Do I need to disable the http server to get this access list to work or is there an easier way to force web traffic to a specific interface?
    Thanks in advance.

    I setup the route-map and access-list and applied it to FE 0/1 (DSL connection), however it still appears nothing is going through that interface. When I monitor it in the SDM, it shows 0% bandwidth usage.
    Just to double check I unplugged the DSL to see if web traffic stopped, but it was still going, I assume through the T1 at S 0/2/0.
    FE 0/0 goes to our fw, then to lan
    FE 0/1 goes to DSL
    S 0/2/0 goes to T1
    Here is my config:
    router#show run
    Building configuration...
    Current configuration : 4506 bytes
    ! Last configuration change at 10:29:45 MDT Fri Aug 4 2006 by admin
    ! NVRAM config last updated at 15:17:31 MDT Thu Aug 3 2006 by admin
    version 12.4
    no service pad
    service tcp-keepalives-in
    service tcp-keepalives-out
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    service sequence-numbers
    boot-start-marker
    boot system flash c2801-ipbasek9-mz.124-8.bin
    boot-end-marker
    security authentication failure rate 3 log
    security passwords min-length 6
    logging buffered 51200 debugging
    logging console critical
    enable secret 5 $1$EWDt$pvWzeNhilneb/EUJosxlv0
    no aaa new-model
    resource policy
    clock timezone MDT -7
    clock summer-time MDT date Apr 6 2003 2:00 Oct 26 2003 2:00
    no ip source-route
    ip cef
    ip tcp synwait-time 10
    no ip bootp server
    ip name-server 198.60.22.2
    ip name-server 198.60.22.22
    username admin privilege 15 secret 5 $1$TF47$aa8RLf18isZxIwjOKfdmZ.
    interface FastEthernet0/0
    description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE$
    ip address 199.104.124.210 255.255.255.240
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip route-cache flow
    duplex auto
    speed auto
    no mop enabled
    interface FastEthernet0/1
    description $FW_OUTSIDE$$ETH-LAN$
    ip address 192.168.2.2 255.255.255.0
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip route-cache flow
    ip policy route-map toDSL
    duplex auto
    speed auto
    no mop enabled
    interface FastEthernet0/1/0
    interface FastEthernet0/1/1
    interface FastEthernet0/1/2
    interface FastEthernet0/1/3
    interface Serial0/2/0
    ip address 204.228.133.46 255.255.255.252
    interface Vlan1
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip flow ingress
    ip flow egress
    ip route-cache flow
    ip route 0.0.0.0 0.0.0.0 204.228.133.45
    ip route 192.168.2.0 255.255.255.0 192.168.2.1
    no ip http server
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    logging trap debugging
    access-list 111 permit tcp any any eq www
    no cdp run
    route-map toDSL permit 1
    match ip address 111
    set ip next-hop 192.168.2.1
    control-plane
    banner login ^CAuthorized access only!
    Disconnect IMMEDIATELY if you are not an authorized user!^C
    line con 0
    login local
    transport output telnet
    line aux 0
    login local
    transport output telnet
    line vty 0 4
    exec-timeout 30 0
    privilege level 15
    login local
    transport input ssh
    transport output ssh
    line vty 5 15
    access-class 102 in
    privilege level 15
    login local
    transport input ssh
    scheduler allocate 20000 1000
    ntp clock-period 17178101
    ntp update-calendar
    ntp server 198.60.22.240 source Serial0/2/0
    end

  • BAPI_MATERIAL_SAVEDATA -extnd purch view -Er:'No plant specific data exist'

    Hi, i am trying to extend the purcahsing view from a template material  for a new material using BAPI BAPI_MATERIAL_SAVEDATA. Both these material belong to the same plant and the template material has a purcahsing view defined.
    But after the extention process, when i open the purchaisng view for the new material in MM03 , i get the message "No plant specific data exists".
    what can be the reson for this. ?
    please advice.
    Thanks in advance.
    -Shyam.

    Are you passing your plant number in your file ?.It seems you are not passing plant data ,Check your data.

  • RV320, specific traffic through specific wan port

    Hello all,
    I love the RV320, one of the best routers i've bought in years and it works like a charm with our Fiber connection on WAN1 and Coax Cable on WAN2.
    The only question I have right now, i know it is possible to sent specific traffic (DNS,HTTP etc) through specific WAN ports.
    But would it also be possible in some way to say *.website.com traffic will go through WAN port x only?
    Specific apps we use are only available through an IP coming from the provider we use on WAN2 (cable coax), so it would be handy if we could say that if app this or that and/or website is being called, auto serve it through WAN port x.
    Is this possible and if not, something cisco could  add?      

    Dear Michiel,
    Thank you for reaching Small Business Support Community.
    Besides the service management options available I do not see a particular feature to accomplish your needs. I work on this community forum as an analyst and I am going to mark this post as a business opportunity for improvement of the device.
    Thank you for your comment and please do not hesitate to reach me back if there is anything I may assist you with in the meantime.
    Kind regards,
    Jeffrey Rodriguez S. .:|:.:|:.
    Cisco Customer Support Engineer
    *Please rate the Post so other will know when an answer has been found.

  • IPad calendar won't open march 2013 in month view; just this one specific issue, everything else works fine. I've reset to factory but it still happens.

    Hmm.....
    New iPad, not been fiddled with in any way. When I use calendar, everything is fine except when I try to view march 2013 in month view, whether by switching to "month" from a march day view, or by moving from another month already in month view.
    The application just closes down. No issues with data loss. No issues with same calendar data on my mac or iPhone.
    I've reset to factory setting and restored but it persists.
    Any thoughts?  Thanks, Andrew.

    The workaround for this is to remove any all day events from April 1 or change from all day to something other than all day event.
    The update to iOS 6.1 is supposed to have fixed the bug according to some of those that have posted today.

  • Unable to view conversation pictures in specific c...

    Using the newest version of Skype (7.0.0.102), in most group conversations, I am able to change the concersation picture and have it update immediately. However, in others, attempting to change the picture results in no change on my end. One user in the chat is showing that it is not changing; however someone else had it update. I'm not quite sure where the issue is. Is there something that I'm missing here?

    With older Skype versions (6.21 and older) you can change and view profile pictures of old P2P group chats, but not the new Cloud-based chats.
    With the latest Skype versions, the situation is the opposite. The new Cloud-based profile pictures can be edited and viewed, while the old P2P not.
    http://community.skype.com/t5/Windows-desktop-client/Cannot-change-Group-Pictures/m-p/3798175#M31801...

  • Unwanted events are also logged in the view created for a specific target from the rules created using its base target

    I have created Event or Alert view using a target "My.Target" which is derived from a base target "Windows Server".
    All the events or alerts are captured correctly from the servers discovered by "My.Target" but the same view also shows the events and alerts from other servers which has a rule created with a base target "Windows Server".
    Is there any option to filter the base target at view level other than using a custom field as it doesn't work for the alerts generated using "Monitors".
    Any help would be greatly appreciated.
    Thanks in advance.

    There is a class "My.Servers" derived from "Microsoft.Windows.Server.Computer" as below -
      <TypeDefinitions>
        <EntityTypes>
          <ClassTypes>
            <ClassType ID="My.Servers" Accessibility="Public" Abstract="false" Base="MicrosoftWindowsLibrary!Microsoft.Windows.Server.Computer" Hosted="false" Singleton="false" Extension="false">
              <Property ID="Name" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" />          
            </ClassType>
          </ClassTypes>
        </EntityTypes>
      </TypeDefinitions>
    There is a discovery "MyServersDiscovery" to discover servers with presence of some registry key as below -
    <Monitoring>
        <Discoveries>
          <Discovery ID="MyServersDiscovery" Enabled="true" Target="MicrosoftWindowsLibrary!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
            <Category>Discovery</Category>
            <DiscoveryTypes>
              <DiscoveryClass TypeID="My.Servers">
                <Property TypeID="My.Servers" PropertyID="Name" />
              </DiscoveryClass>
            </DiscoveryTypes>
            <DataSource ID="Name.AttributeDiscovery" TypeID="MicrosoftWindowsLibrary!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
              <ComputerName>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
              <RegistryAttributeDefinitions>
                <RegistryAttributeDefinition>
                  <AttributeName>Name</AttributeName>
                  <Path>SOFTWARE\MyRegKey</Path>
                  <PathType>0</PathType>
                  <AttributeType>0</AttributeType>
                </RegistryAttributeDefinition>
              </RegistryAttributeDefinitions>
              <Frequency>300</Frequency>
              <ClassId>$MPElement[Name="My.Servers"]$</ClassId>
              <InstanceSettings>
                <Settings>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/PrincipalName$</Name>
                    <Value>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/PrincipalName$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="SystemLibrary!System.Entity"]/DisplayName$</Name>
                    <Value>$Target/Property[Type="SystemLibrary!System.Entity"]/DisplayName$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="My.Servers"]/Name$</Name>
                    <Value>$Data/Values/Name$</Value>
                  </Setting>
                </Settings>
              </InstanceSettings>
              </Expression>         
            </DataSource>
          </Discovery>
    </Monitoring>
    Created 2 views "My.Alert.View" and "My.Event.View" with Target "My.Servers" as below -
     <Presentation>
        <Views>
          <View ID="My.Alert.View" Accessibility="Public" Enabled="true" Target="My.Servers" TypeID="SystemCenter!Microsoft.SystemCenter.AlertViewType" Visible="true">
            <Category>Operations</Category>
          </View>
          <View ID="My.Event.View" Accessibility="Public" Enabled="true" Target="My.Servers" TypeID="SystemCenter!Microsoft.SystemCenter.EventViewType" Visible="true">
            <Category>Operations</Category>
          </View>
    </Views>
    </Presentation>
    The above views display events and alerts generated by rules targeted on the serves discovered with "MyServersDiscovery" correctly.
    The major issue here is - if there is a rule in same or any other management pack for which the target is "Windows Server", the alert or event generated by that rule is also shown in these views which is not expected.
    It seems it is because the target for "My.Alert.View" and "My.Event.View" is "My.Servers" which is dervied from "Microsoft.Windows.Server.Computer" so by default all the rules targeted on its base class "Microsoft.Windows.Server.Computer" are also visible
    here.
    Is there any way to avoid this?

Maybe you are looking for

  • Change material type - any warnings?

    A material with very little history exists in the system as a semi-finished item with 1220 valuation class.  One purchase order exists that is due in, in two days.  No inventory exists.  The problem is that the system is not configured to post goods

  • Custom cursor not applied to body

    I have the following code which I run `onload` on the body tag in a HTML/JavaScript application: var mcd = new window.runtime.flash.ui.MouseCursorData(); mcd.hotSpot = new air.Point(0,0); mcd.frameRate = 24; var loader = new air.Loader(); loader.cont

  • Almost working

    I used snipet from one of the other posts but I don't think I coded it right. If someone could point me in the right direction. The problem is that the program won't do the calculation. I will post all coding I have. import javax.swing.*; import java

  • How do I turn off thumbnails?

    How do I permanently turn off thumbnails feature? Deleting one by one is too tedious.

  • Re-install of Lion

    My Macbook pro on lion recently crashed & i was wondering if it was possible to download Lion to non apple machine, create bootable cd and use that to re install Lion on my macbook pro the reason is the internet connection where i am is really,really