QOS deployment 3850 avaya phones

Hai
we are going to implement a campus network with 3850 switch stack and 4500x distribution and 6500 core.
the ip telephony system is avaya,i need to provide end to end  qos support.
Anybody help .suggestions,i prefer service policy model .
video conferencing also there 
Other than trusting dscp on specific phone port 
i need to differentiate multimedia conferencing traffic and voip traffic with access list.
suggestions please 
thank you

Hello
You can treat the Avaya Phones the same way you treat the Cisco Phones(Just no CDP, and sometimes no LLDP also).The Cisco SRND guide advises that you extend the trust boundary where you start trusting markings to the phones themselves(Cisco Collaboration System 9.x Solution Reference Network Designs (SRND).
You can set the Avaya Phone's QOS settings in their ip-network-region configuration(You can also set codecs on the ip-codec-set screen). I feel like doing this limits your configuration and management problems.And you can also do the same thing to your Video Endpoints.
Should this not be adequate for you can try using the VLAN or dst address, access-list and policy map remarking model:
Since you will assign a specific dhcp scope/vlan to voice you can write a class map statement to match traffic from that scope and remark them using an access list or you can write the class map statement to match a destination address(Which would be the destination address of the Avaya Call Server or in an older Avaya Environment the CLAN cards where the phones will register). This by definition means you will need to do this on every Access Layer Switch in your environment.
Kindly vote or mark question as answered.Thanks

Similar Messages

  • Windows Intune support deployment for windows phone (8.1) *.appx files

    Hi
    We are trying to deploy a windows phone 8.1 appx file with intune (over sccm console). the appx file is signed with a valid symantec certificate.
    the installation of the app fails, either when we upload the file as "Required" (so pushing it automatically to the devices) or when we make the app on the company portal app available. 
    in the sccm console the deployment status says failed -> unkonwn error.
    when we use .xap file of an windows 8.0 app, it works like a charm and the xap file is signed with the same certificate.
    My question is, is there no support for publishing windows phone 8.1 appx files on Intune? Or what can it be?
    Thanks for any hints

    UPDATE
    According to these links and the comments from Mitch Denny, can somebody confirm that .appx files (company apps) cannot be deployed/installed on windows phone 8.1 yet?
    http://blogs.technet.com/b/windowsintune/archive/2014/05/12/what-s-coming-next-with-windows-intune.aspx
    http://blogs.technet.com/b/windowsintune/archive/2014/04/28/availability-of-update-to-windows-intune-for-windows-phone-8-1-and-samsung-knox-standard.aspx
    I would really appreciate if someone can confirm me this, because im struggling with this since days and there is no official statement from MS.
    Thanks

  • Avaya Phone in same VLAN as workstation

    Ok so here is my dilema, Avaya Phone with Docking station plugged in to it, dot1q passes the workstation fine, but hangs the phone. With out creating a voice vlan is there any way I can have the phone authenticat with mab, and the workstation with dot1q? I know the best solution is a re-design of the vlans, but thought I would throw this out to the group.
    Jeff

    Hi all,
    My problem is the oposite. I have a Siemens phone connected to a c2960. The phone will do MAC authentication.
    Connected to the phone I have a PC which authenticates using dot1x.
    The MAC authentication is successfull but the Siemens phone is placed on the DATA vlan instead of the VOICE vlan.
    At this point, for testing purposes I tried eliminating the dot1x configuration of the port. My current interface config is:
    interface GigabitEthernet0/13
    switchport access vlan 124
    switchport mode access
    switchport voice vlan 310
    authentication host-mode multi-domain
    authentication order mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate 300
    mab
    spanning-tree portfast
    end
    I'm using an ACS radius server which is returning the "device-traffic-class=voice" but still the  phone will always end up on the Data vlan.
    If no auth is configured the phone ends up in the voice vlan as expected.
    Any help here will be appreciated since all the config guides I've read untill now just present the above as the necessary config.
    Best Regards,
    Pedro

  • DHCP IP assignment avaya phone

    We have this config set up on our switches
    ip dhcp pool VOIP
       network 10.51.203.0 255.255.255.0
       default-router 10.51.203.254
       option 242 ascii "MCIPADD=10.51.203.250,MCPORT=1719,HTTPSRVR=10.51.3.6"
       lease 10
    interface GigabitEthernet0/3
    switchport mode access
    no logging event link-status
    no snmp trap link-status
    spanning-tree portfast
    interface GigabitEthernet0/40
    description phone station 8613 mac 001b.4f31.cae1
    switchport access vlan 40
    switchport mode access
    speed 100
    duplex full
    So the data vlan is default 1 on a seperate port.
    And the avaya phone is on another port set to vlan 40.
    I would like to use one port for both worksta and phone but how do I tell phone where its dhcp scope is and where dhcp is for the workstation?
    if I need helper address where do I set it?
    This is a L3 switch
    interface Vlan1
    ip address 10.51.3.237 255.255.255.0
    ip helper-address 10.51.203.254
    no ip route-cache cef
    no ip route-cache
    interface Vlan40
    ip address 10.51.203.254 255.255.255.0
    ip default-gateway 10.51.3.254
    ip classless
    ip route 0.0.0.0 0.0.0.0 10.51.3.254
    ip http server

    Hi John,
    Modify your conffiguration as below.
    First you need to define data vlan. There use option 176 to define voice vlan using option 179 and 242
    ip dhcp pool DATA
       network 10.51.3.0 255.255.255.0
       default-router 10.51.3.257
       option 179 ascii "MCIPADD=10.51.203.250,MCPORT=1719,HTTPSRVR=10.51.3.6,L2Q=1,L2QVLAN=40" 
      option 242 ascii "MCIPADD=10.51.203.250,MCPORT=1719,HTTPSRVR=10.51.3.6,L2Q=1,L2QVLAN=40"
       lease 10
    ip dhcp pool VOIP
       network 10.51.203.0 255.255.255.0
       default-router 10.51.203.254
       option 242 ascii "MCIPADD=10.51.203.250,MCPORT=1719,HTTPSRVR=10.51.3.6"  
      option 179 ascii "MCIPADD=10.51.203.250,MCPORT=1719,HTTPSRVR=10.51.3.6"
       lease 10
    Configure the switch port as below to define data and voice vlan
    interface GigabitEthernet0/40
    description phone station 8613 mac 001b.4f31.cae1
    switchport mode access
    switchport access vlan 1
    switchport voice vlan 40
    speed 100
    duplex full
    Also exclude the address which you are using for gateway
    ip dhcp excluded-address 10.51.203.254
    ip dhcp excluded-address 10.51.3.257
    You dont need the dhcp helper in your case  since the dhcp client connected to the same switch. In normal case the DHCP helper would be on the L3 interface
    Hope this helps.
    Regards
    Najaf
    Please rate when applicable or helpful !!!

  • Call Manager and Avaya Phones

    Hello Guys,
    I am running Cisco Call Manager 7.0. I ahve 2 Avaya 4620 IP Phones and want to add them to my existing VOIP network. How do I go about doing this? All of my other phones are Cisco 79xx.

    I tkink you can add avaya phone to cisco environment as a thirt party  sip phones.

  • Avaya Phone connected to Cisco 3560

    hi Guys,
    i need help on configuration of a port which is connected to avaya phone. the data vlan is 10 and voice vlan is 20.
    how the configuration will look like..
    is the port needs to be configured as trunk ?
    regards
    amit

    Hi Amit,
    I have not worked with Avaya IP Phones, but here are 3 threads with good switchport configs;
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=Video%20over%20IP&CommCmd=MB?cmd=pass_through&location=outline@^1@@.1dd98f89/0#selected_message
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=IP%20Telephony&CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1dde4d71
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=IP%20Telephony&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1ddfa2e7/1#selected_message
    Hope this helps!
    Rob

  • Seeking an Exchange 2007/2010 UM & Avaya Phone System Reference

    Hello all - and thank-you well in advance for any feedback that you can offer.
    We have a 60-user client currently with an on-premise Exchange 2003 host and an Avaya S8300 CMS server used with the Modular Messaging Voicemail application.
    We're proposing the implementation of a new dedicated Exchange 2010 system with the mailbox and CAS/HT roles off-site in a co-located facility, with an on-premise Exchange host with the Unified Messaging role installed solely for the purpose of integrating
    with the Avaya phone system. There will be a dedicated site-to-site VPN tunnel for communication purposes and the goal is to replace the Avaya MM host with Exchange UM, maintaining their existing integration functionality and benefiting from the added features
    in Exchange UM.
    Has anyone successfully implemented such a solution, or observed one in production?
    Thanks,
    Seth 

    Hello Seth,
    I know this post was submitted a long time ago, where is the location of your office?
    -Patrick
    [email protected]

  • Deploying application to phone which uses a webservice

    Now this might be my ignorance, but anyway here goes. I have a webservice that sits on an external webserver. I can connect to it (in an emulator environment) using a Web Service Client Application, and reference this client in a mobile application. However, on deploying the Mobile application to the phone, it looks as if the client cannot talk to the service. Part of the problem I assume relates to the server URL reference:
    http://localhost:8080/AddValueToTable/servlet/AddValueToTable.AddValueToTableServlet
    For starters does this mean that I have to deploy the Web Service Client Application, or does it mean that I need to modify the ServerURL or does it mean the application hates me. Please help!
    Edited by: madMartin on Aug 4, 2009 2:34 AM
    Edited by: madMartin on Aug 4, 2009 2:34 AM

    I just want to clarify a few things, first, the Server I am using to do this test and proof of concept is a shared runtime server - I don't have access to the logs. Secondly, I cannot understand why an application working on exactly the same platform ie. jdk1.6_14, and Tomcat 6.0.18 doesn't work on the server running jdk1.6_10 and Tomcat 6.0.18. The only explanation I can come up with is that locally I am using Vista with .NET Framework 2.0 installed, and the web application that I am currently trying to load up to hosted site is calling a .NET webservice, however it still doesn't explain error 500 as the communication channel is SOAP.
    I raised the question in this forum because I thought it might be a configuration problem and the stubs that are generated by Netbeans only work for local setup and I need to make changes for hosted sites external to the Netbeans. My naivety results from the stub definitions which appear to suggest that you only need to provide the server URL. This doesn't work! Moreover, on addressing the URL through my browser though, the Servlet suggests that it is active, this is the reason why I think it is a configuration issue and not a problem with the application.

  • Deploying itunes, connecting phone, icloud wizard shows up. Where can I disable that?

    I am deploying itunes to hundreds of computers with limited user rights.
    This works out fine, but when they connect their phone, the iCloud Wizard starts. The users are not allowed to use iCloud because of security restrictions. And they do not have access to install software, or make changes to the computer. On the other hand they are allowed to connect their phones.
    How do I prevent, in the installation, that the wizard is activated when the phone connects. Is there a registry key og is there a possibility in the .inf files?
    I have opened the Msi in Orca and 7zip, and there is no clue there for how to disable this wizard. Or preventing it from starting when I connect a phone.
    I am running this registry addition, based on the table below. But the wizard is a new feature and there is no diable key for it yet.
    reg add "HKLM\SOFTWARE\Wow6432Node\Apple Computer, Inc.\iTunes\Parental Controls\Default" /v AdminFlags /t REG_DWORD /d 19922985 /f
    UserFlags/AdminFlags Name
    Hexidecimal Value
    (only when manually editing the client registry value)
    Decimal Value
    (only when deploying registry value via Group Policy)
    Notes
    kParentalFlags_Locked
    0x00000001
    1
    chosen
    kParentalFlags_DisablePodcasts
    0x00000002
    2
    kParentalFlags_DisableMusicStore
    0x00000004
    4
    kParentalFlags_DisableSharing
    0x00000008
    8
    chosen
    kParentalFlags_DisableExplicitContent
    0x00000010
    16
    kParentalFlags_DisableRadio
    0x00000020
    32
    chosen
    kParentalFlags_RestrictMovieContent
    0x00000040
    64
    kParentalFlags_RestrictTVShowContent
    0x00000080
    128
    kParentalFlags_DisableCheckForUpdates
    0x00000100
    256
    IOS  updates
    kParentalFlags_RestrictGames
    0x00000200
    512
    kParentalFlags_DisableMiniStore
    0x00000400
    1024
    kParentalFlags_DisableAutomaticDeviceSync
    0x00000800
    2048
    kParentalFlags_DisableGetAlbumArtwork
    0x00001000
    4096
    kParentalFlags_DisablePlugins
    0x00002000
    8192
    kParentalFlags_DisableOpenStream
    0x00004000
    16384
    kParentalFlags_DisableAppleTV
    0x00008000
    32768
    kParentalFlags_DisableDeviceRegistration
    0x00010000
    65536
    kParentalFlags_DisableDiagnostics
    0x00020000
    131072
    kParentalFlags_AllowITunesUAccess
    0x00040000
    262144
    kParentalFlags_RequireEncryptedBackups
    0x00080000
    524288
    kParentalFlags_DisableHomeSharing
    0x00100000
    1048576
    chosen
    kParentalFlags_DisableCheckForAppUpdates
    0x00200000
    2097152
    chosen
    kParentalFlags_DisableCheckForDeviceUpdates
    0x00400000
    4194304
    kParentlFlags_DisablePing
    0x00800000
    8388608
    kParentlFlags_DisableFirstRunWelcomeWindow
    0x01000000
    16777216
    chosen

    This happened to me too! Anybody figure out a fix? or at least Why its happening?

  • Cisco 6807 and 6800ia Swtich QOS for Cisco ip phones

    Does anyone have an example of configuring a 6800ia switch port connected to a 6807VSS parent for cisco ip phones qos.  Normally we'd use auto qos voip  but auto qos is not supported on 6800IA switches.
    Cant find any cisco documentation of what the IA switches port config should look like for a cisco ip phone.
    Any help would be appreciated.
    Thanks,
    Dave

    I'd leave QoS alone.

  • 802.1x MDA with Cisco 3750, ACS and Avaya phones

    Hello,
    What is the minimum software level on the C3750 to support the 'device type class=voice' AV-pair returned by ACS?  I found 12.2(35) introduced MDA, but also I found 12.2(40) required for dynamic voice VLAN on MDA ports. 
    What i observe is :
    - phone connects
    - phone is dot1x authenticated in data VLAN and gets its DHCP address there
    - DHCP advertises (option 242) the voice vlan id
    - phone reauthenticates in voice vlan
    - phone reacquires a new DHCP address, now in voice VLAN
    so far so good ... and we start using the phone
    - pc behind phone starts and enters credentials
    - pc authenticates ok (in data vlan)
    but 3750 shuts the port down per security violation ("new mac-address found").
    The mac-address of the phone stays in the data vlan's  mac table, despite the phone moved correctly to the voice vlan.  This macaddress excludes the 'new' pc mac-address, causing a shutdown of the port. 
    NB : "setting port-security max mac-addresses" to say 5 does not change anything to  this behavior.
    Can anybody give some hints?
    Tx.

    Searching further, I found that 12.2(40) requirement for dynamic voice VLAN on MDA ports only applies to dynamically provisioning the voice vlan ID by radius, applying the (65)tunnel (medium) type and (81) tunnel private groupid  attributes.  So, obviously, MDA support with 'static' voice vlan assignment by switchport configuration *should work* with our 12.2(35), *
    So, the question remains : why does the data VLAN keep an entry with the phone's MAC address in its MAC table?
    Tx.

  • 802.1x(ACS) with avaya phones

    Hi All ,
    We are implementing wired dot1x for our wired users with EAP-TLS. When I am connecting laptop it is getting authenticated and it is working fine. For Voip(Avaya) we are using MAB .When we connect VOIP , after 30 seconds ACS is giving Access-accept(auth success) . But Voip is stuck up in Bad router state and VOIP is not working. If I connect the laptop behind the voip it is getting authenticated and it is working fine eventhough voip is stuck up.
    Is there a way we can reduce 802.1x auth timings , so that VOIP can register succesfully?
    The switch interface config is ,
    authentication event fail action next-method
    authentication host-mode multi-auth
    authentication order dot1x mab
    authetication priority dot1x mab
    authentication port-control auto
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 10
    Thanks,
    Vijay

    Hi,
    i am using AVAYA as well in production. They support 802.1X.
    Configure Voice VLAN on each Port.
    Let ACS send the radius attribute device-traffic-class=voice under
    Policy Elements/Authorization and Permissions/Network Access/Authorization Profiles VOICE VLAN
     and select Permission to join static.
    A good guide: IP Telephony for 802.1X Design Guide
    http://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Security/TrustSec_1-99/IP_Tele/IP_Telephony_DIG.html
    Regards Horst

  • OS10.9 and Avaya B159 conf phone

    Using Skype on a new iMac running OS10.9.4 and an Avaya B159 conference phone.
    On the old mac (iMac running 10.6) I was able to select the Avaya phone in the preferences of Skype and everything worked sweet, now (in 10.9) the Avaya is no longer recognized and we're unable to use the conference phone with Skype.
    The new mac has been updated to the latest OS -10.9.5 (i think) and also the lastet version of skype.
    I'm guessing this is a Mavericks thing but any suggestions would be appreciated.
    Solved!
    Go to Solution.

    Hmmm, seems the usb extension lead that the B159 is on had come unplugged under the conference table... 
    I can confirm that the Avaya B159 conference phone works fine with Skype and Mac OS 10.9.5

  • Wireless VoIP roaming - getting an 802.11g phone to roam with CCX / CCKM

    Hello,
    Our group is facing a pretty difficult issue at the moment, we are trying to deploy a wireless Avaya VoIP phone at one of our sites in Australia.
    The site in question is located in Western Australia, which is on the other side of the continent to where our 5508 WLC is (in Sydney), so there is a latency of abouy 60-80ms between the sites. When testing the phone at the Sydney location, we're able to authenticate the phone via a number of methods (802.11x, 802.11x FT) and the phone can roam fine. When testing at the WA location, the 802.11x authentication method drops the call when roaming, and the 802.11x FT authentication method has about 2 seconds of dead air during roaming / reassociation.
    The avaya phone supports a few different methods of "fast handoff" - CCKM and OKC - and we've only got the OKC (802.11 version of fast transition) method to work, not CCKM. The phone reports error messages when trying to connect to the network with CCKM enabled - specifically "No CCKM AP's" and "No CCX AP's".
    So I have some questions...
    1) Is a 60ms latency between sites a dealbreaker for wireless voice usually?
    2) The voice engineer is convinced that CCX is disabled on the WLAN. My understanding of CCX (according to online Cisco docco) is that it can't be switched off. Is this the case? I know CCKM can be disabled (in the Layer 2 Authentication options) but can CCX or CCKM be enabled / disabled anywhere else?
    3) The voice engineer has a point on one front - if we do a command "show ap ccx rm [APName] status", the command outputs "Beacon Request ..... Disabled." This seems to be related to CCX Location awareness - but even after switching this on in the WLC (both globally and for the WLAN), I cannot get this to enable.
    3) We have had some minimal success getting the phone to connect with only CCKM Authentication enabled. The phone could not roam. When we did this, I looked at the Client information in the WLC of this device and the CCX Version read "Not Supported." Does this perhaps mean some kind of CCX compatibility problem?
    4) Is there much of a difference between OKC (Fast Transition) and CCKM in terms of roaming time? I.e. are we better off trying to install a WLC at the location rather than getting this work remotely.
    We're a bit lost on this. Anyone that's had experience in getting Wireless VoIP phones to roam on a wireless campus before, particularly where the WLC is remote, I'd love to hear from you.
    Thanks,
    Dave

    Hi, thanks Steve. Aironet IE is enabled.
    The encryption is news to me. We intially tried WPA2/AES & WPA/TKIP together but had no success at all. We then moved to WPA/TKIP, and we were able to get the phone to connect to the WLAN using the CCKM settings, but it doesn't roam at all & the WLC reported the Clients CCX version was "Not Supported".
    I think the phone has CCX version 4. Are you certain that the phone will only support WPA & WPA2 with CCX v5? Just that this sounds a little strange, the phone's documentation claims to support CCKM, but if you're right then there's no way we can secure our phone conversations? In previous testing, we did actually temporarily drop all authentication / encryption and the roaming worked perfectly.
    Thanks for your help...

  • [Cisco ISE 1.2 with 3850 - Trunk AP] Problem with MAB

    Hi everyone,
    After reading some documentation about using MAB in a trunk port with the 3850 I would like to know if someone has implemented ISE policies with a 3850 interface in trunk mode. My problem is that when I try using MAB in a trunk port the mac address of the AP it´s no visible in the "show mac address interface" and because of that the AP is not authenticated in ISE. The thing is that if I use a 2960 everything goes smoothly with no problems!
    Let me show you what I have,
    interface GigabitEthernet1/0/3
     description AP
     switchport trunk native vlan 999
     switchport mode trunk
     trust device cisco-phone
     authentication event fail action next-method
     authentication host-mode multi-host
     authentication order mab dot1x
     authentication priority dot1x mab
     authentication port-control auto
     mab
     snmp trap mac-notification change added
     snmp trap mac-notification change removed
     dot1x pae authenticator
     dot1x max-req 4
     auto qos voip cisco-phone
     service-policy input AutoQos-4.0-CiscoPhone-Input-Policy
     service-policy output AutoQos-4.0-Output-Policy
    ############################################# switch model - 3850 ##################################################
    SW1#sh mac address-table interface GigabitEthernet1/0/3
              Mac Address Table
    Vlan    Mac Address       Type        Ports
    SW1#sh dot1x interface Gi1/0/3
    Dot1x Info for GigabitEthernet1/0/3
    PAE                       = AUTHENTICATOR
    QuietPeriod               = 60
    ServerTimeout             = 0
    SuppTimeout               = 30
    ReAuthMax                 = 2
    MaxReq                    = 4
    TxPeriod                  = 30
    Switch Ports Model              SW Version        SW Image              Mode
    *    1 56    WS-C3850-48P       03.03.03SE        cat3k_caa-universalk9 INSTALL
    ############################################# Different switch model - 2960 ##################################################
    interface GigabitEthernet1/0/1
     description AP
     switchport trunk native vlan 999
     switchport mode trunk
     srr-queue bandwidth share 1 30 35 5
     priority-queue out
     authentication event fail action next-method
     authentication host-mode multi-host
     authentication order mab dot1x
     authentication priority dot1x mab
     authentication port-control auto
     mab
     snmp trap mac-notification change added
     snmp trap mac-notification change removed
     mls qos trust device cisco-phone
     mls qos trust cos
     dot1x pae authenticator
     dot1x max-req 4
     auto qos voip cisco-phone
     service-policy input AUTOQOS-SRND4-CISCOPHONE-POLICY
     SW1#$cation sessions interface GigabitEthernet1/0/1
                Interface:  GigabitEthernet1/0/1
              MAC Address:  xxxx.xxxx.4a38
               IP Address:  172.18.1.170
                User-Name:  xx-xx-xx-xx-4A-38
                   Status:  Authz Success
                   Domain:  DATA
           Oper host mode:  multi-host
         Oper control dir:  both
            Authorized By:  Authentication Server
              Vlan Policy:  N/A
          Session timeout:  N/A
             Idle timeout:  N/A
        Common Session ID:  0A18129D000060E39DAE8A8A
          Acct Session ID:  0x0000725D
                   Handle:  0x0F00028C
    Runnable methods list:
           Method   State
           mab      Authc Success
           Switch Ports Model              SW Version            SW Image                                                                                             
         1 28    WS-C2960X-24PS-L   15.0(2)EX5            C2960X-UNIVERSALK9-M      
     SW2#sh dot1x interface Gi1/0/1
    Dot1x Info for GigabitEthernet1/0/1
    PAE                       = AUTHENTICATOR
    QuietPeriod               = 60
    ServerTimeout             = 0
    SuppTimeout               = 30
    ReAuthMax                 = 2
    MaxReq                    = 4
    TxPeriod                  = 30
    Am I doing something wrong?
    BR,

    I know what you mean and I agree with what you are saying :) Nonetheless, at the moment, the official stance from Cisco on this is that 802.1x is not supported on trunk ports. Now one can argue that MAB is different but I think we are just splitting hairs here :) 
    Like I said, I have gotten stuff to work before but always had some goofy things happening so in general I have stayed away from doing it. 
    Now in your situation, if your configuration is working fine on the 2960 but not on the 3850, then most likely the issue is with the XE code running on the 3850s. The XE code has been very problematic until recently so you are probably hitting some sort of a defect. As a result, I recommend that you upgrade the switch(es) to 3.3.5 or 3.6.1. Version 3.7.x is also out but it just came out 8 days ago so I would not recommend going to it. 
    Thank you for rating helpful posts!

Maybe you are looking for

  • My iTunes won't let me add or remove my music or playlists from my iPhone?

    I recently got an iPhone and have downloaded my music from one computer and stuff, but now I have a laptop I can use for my iTunes. I've authorized my apple ID with the computer, but it's still not letting me add or remove things to/from my iPhone. I

  • How to make database read only?

    Hi All, I have restored my production database to development. I want to make these database available only for reading purpose means nobody can make any changes to that database only thing is that they can see the data. Is there any feature availabl

  • Passing table to RFC in Java iview

    Hi - I am trying to pass a table to an RFC.  No error on the RFC call - but no data is being passed in the table either...any recomendation on what I am missing - here is my code:            public String submitOrder(JCO.Table iTab, String iType) {  

  • Converting a Text Document to ASCII

    | Test Application | Created by Aaron | Last Updated 7th March 2008 import java.io.*; import javax.swing.*; class Test { public static void main(String[] args) throws IOException {      BufferedReader readSecretMessage = new BufferedReader(new FileRe

  • Re-install MacBook Pro OS

    I would like to re-install my MacBook Pro, however I only have Snow Leopard disc with me. I have bought Lion by apps store before. Could anyone assist me how can I re-install Lion OS on my MacBook Pro?