UCS F port trunking and reserved VSAN confusion

We have an existing UCS infrastructre where all  the FI's FC ports are connected to the MDS9513 as one to one connection ( no port channel or trunking) and the FI is working as "end host mode" . We are planning to move some crtical production application to the UCS infrastrcture and becuse of that we would like to use the FC port chanelling and F-port trunking. While reading some documents I found that there are some restriction on UCS for VSAN numbering while using the FI  for F-port trunking . As per the following doc http://www.cisco.com/en/US/docs/unified_computing/ucs/sw/cli/config/guide/2.0/b_UCSM_CLI_Configuration_Guide_2_0_chapter_010101.html#concept_5223F7F368524A39AB1A47B9F8BFEC8A
it says donot configure VSAN  ID range from 3840 to 4079 . The MDS 9513 is running NX-OS 4.2(3) . Our existing  MDS SAN infrstructure already  have 2 VSANs with ID number  4000 and 4001 ( Both of these VSANS are usied for some storage replication unrelated to UCS). In the UCS we alreay have 2 VSANS' ( 200 and 201) and are planning to create 2 more ( 300 and 301).  My question is if  I  configure the FI's  for  F-port truncking/FC port channeling then what will happen to my existing VSAN 4000 and 4001 on the MDS9513 SAN
Thanks
RK

If you are asking how long it will take to enable f-port trunk and how disruptive it will be? It's not lengthy, but, it will cause the link to stop passing traffic and cause SCSI retrys. Your server will know it happened. If your fc multipathing is operating properly there will be no outage.If there are any configuration issues, the link may be down for an extended period, further compounding this disruption in traffic.
You initially asked about two features, f-port trunk and f-port channel. These are seperate features and require different configuration changes. It's best to add one feature at a time, not both in the same configuration change. Each change will be disruptive.
Do one fabric at a time. Ensure the f-port trunk is fully functional before doing the f-port channel, making sure it is functional before starting work on the second fabric.If your multipathing is operating as it should, there will be no outage. If there is any doubt schedule an outage window.
Dave

Similar Messages

  • MDS Code Level for UCS FC Port Channel/Trunking

    What is the required MDS code level needed to support FC Port-Channeling/Trunking on a 9222i, 9148, or 9509/9513 w/ Gen2 line cards to UCS 1.4(3)?
    I know the fport-channel-trunk feature is needed and was released in MDS 4.2 code but I have seen documents that this level of code wont support these features when used to connect to Cisco UCS. 
    Can someone confirm?  Is NXOS 5.0(4) or higher required?

    Doug,
    I wrote the doc almost a year ago and it doesn't have the latest interop matrix support information. The current MDS NX-OS support is located in this doc: http://www.cisco.com/en/US/docs/switches/datacenter/mds9000/interoperability/matrix/intmatrx.html
    While, I wish this was also duplicated in UCS docs, they are more or less taking the stance that 3rd party (Cisco MDS is this case) interop is maintained by the 3rd party. EMC, Netapp, or even Cisco.
    It would be a nightmare updating UCS docs with 3rd party qualifications and support.
    The short answer to your question is:
    UCS 1.4(1), 1.4(2), 1.4(3) Is supported by MDS9000: 3.3(4a), 3.3(5), 4.2(1a), 4.2(1b), 4.2(3a), 4.2(5), 5.0(1a), 5.0(4), 5.0(4c)
    NPV was introduced in MDS 3.3. f port-channel/trunk was introduced in MDS 4.2.
    As Ram mentioned above, 4.2(5) is what I would recommend if I wanted to implement f port-channel and/or f port-trunk. I have also had recent experience with 4.2(5) and it worked great with a large UCS f port-channel/trunk implementation
    The specific switch limitations I mentioned in my doc still exist. Only certain models of MDS will support f port-trunk. Almost all models will support f port-channel.
    Dave

  • How to configure a port channel with VLAN trunking (and make it work..)

    We're trying to configure a port channel group with trunked ports to connect a NetApp HA pair. We want to create two data LIFs and connect them to the switch stack.  We are trying to create 2 data lifs, one for cifs and one for nfs that are on different vlans.
    We want the same ports to be able to allow multiple vlans to communicate. (trunked)
    These data lifs should be able to fail over to different nodes in the HA pair and still be able to communicate on the network.
    What this means is that we have to connect 4 ports each for each node in the NetApp HA Pair to the switches and create a port channel of some type that allows for trunked vlans. When we configure the ports, the configuration is as follows (below):
    We are only able to configure an IP on one of the vlans.
    When we configure an IP from another vlan for the data lif, it does not respond to a ping.
    Does anyone have any idea what I'm doing wrong on the Cisco switch?
    interface GigabitEthernet4/0/12
    description Netapp2-e0a
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet4/0/13
    description Netapp2-e0c
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet6/0/12
    description Netapp2-e0b
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface GigabitEthernet6/0/13
    description Netapp2-e0d
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    channel-protocol lacp
    channel-group 20 mode active
    end
    interface Port-channel20
    description Netapp2-NFS
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    spanning-tree portfast
    spanning-tree bpduguard enable
    end

    Our problem was fixed by the storage people.  They changed the server end to trunk, and the encapsulation / etherchannel.
    I like all the suggestions, and they probably helped out with the configuration getting this to work.
    Thanks!
    interface Port-channel20
    description Netapp2-NFS
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    interface GigabitEthernet4/0/12
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet4/0/13
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet6/0/12
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active
    interface GigabitEthernet6/0/13
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 10,20,511,519
    switchport mode trunk
    channel-protocol lacp
    channel-group 20 mode active

  • SGE2010 port-channel and trunking config question

    I have port-channels configured and working for the native VLAN on multiple SGE2010s. I now want to add multiple VLANs and enable trunking for the port-channel. I am not clear on the appropriate way to enable trunking as it can be enabled on the port and on the port-channel. The ports and port-channel are currently in access mode. If anyone can provide the correct configuration, I would appreciate the guidance. I also need to get the port-channels and trunking working with 3Com 4500 & 4200s. If you know of any configuration issues, again any guidance would be appreciated

    Hi Jacqueline,
    Sorry Juans answer needs some correction, but I am grateful for Juans participation.
    The SGE2010 does not support a CLI.
    There is a unsupported CLI,  that someone plastered somehwere on this community, but i must admit i still like to use the GUI.
    The software on the SGE2XXX was recently updated so you can find that on the cisco.com website.
    I have created a link below  to a recording i just made,  regarding Link aggregation on the SGE2XXXX, i thnk if you see the 11 minute recording a couple of times, maybe pause it, play with your switch, it  will start to make sense.
    you can't breat the switch by configuring it
    click here to see a recording of me creating a Link aggregation between two switches
    regards Dave

  • Small rmi program opens several ports; what and why?

    Hello,
    I'm a bit confused about my small rmi program.
    It seems that more ports are opened than I expected, which could give firewall-problems if we're not careful.
    You can see below
    - my testprogram.
    - opend ports when my server app starts
    fyi: my rmiregistry was opened on port 1091 and there is no client connected yet
      Proto  Local Address          Foreign Address        State
      TCP    0.0.0.0:220            0.0.0.0:0              LISTENING
      TCP    0.0.0.0:1091           0.0.0.0:0              LISTENING
      TCP    127.0.0.1:1091         127.0.0.1:2170         ESTABLISHED
      TCP    127.0.0.1:2170         127.0.0.1:1091         ESTABLISHED
      TCP    172.21.4.241:220       172.21.4.241:2171      ESTABLISHED
      TCP    172.21.4.241:2171      172.21.4.241:220       ESTABLISHEDdifferences:
    - i see a listening connection on port 220 and 1091; i understand this
    - i see a connection from 1091 to 2170 and vice versa; 1091 is my rmi registry. why is there suddenly an active connection with 2170 ? Can I avoid this or should'nt it disappear after the object is bound ?
    - i see a connection from 220 to 2171 and vice versa; 220 is my exported object, but why is there suddenly an active connection with 2171 ? Can I avoid this or should'nt it disappear after the object is bound ?
    public class rmisockettester {
         public static void main(String[] args) throws Exception {
             int port = 1091;
             String hostName = "localhost";
              System.out.println("start");
            System.setSecurityManager(new RMISecurityManager());
            String hostname="127.0.0.1";
            String rmiName = "//" + hostName + ":" + port + "/" + "serv2";
            System.out.print("Binding \"" + rmiName + "\"....");
            serverclock tsi = new serverclock();
            Naming.bind(rmiName, tsi);
            System.out.println("binding done");
            Thread.sleep(10000);
              System.out.println("end");
    public class serverclock  extends UnicastRemoteObject implements serverclockinterface
        public serverclock()
        throws Exception
             super(220);
        public int setTime(Date d)
             return 9;
    public interface serverclockinterface
        public int setTime(Date d)
        throws RemoteException;
    }

    I'm a bit confused about my small rmi program.
    It seems that more ports are opened than I expected, which could give firewall-problems if we're not careful.
    - i see a listening connection on port 220 and 1091; i understand thisGood.
    - i see a connection from 1091 to 2170 and vice versa; 1091 is my rmi registry. why is there suddenly an active connection with 2170 ?That happens when the client connects to the Registry. I don't know why you think that's unexpected. This particular connection may be for DGC purposes, but there is nothing harmful or unexpected about it. Or it may be a client connection. Which is the entire purpose of the exercise.
    Can I avoid thisWhy would you want to avoid it?
    or should'nt it disappear after the object is bound ?Why?
    why is there suddenly an active connection with 2171 ?Either also for DGC purposes or for a client connection. Why do you think this is a problem?
    Can I avoid thisWhy would you want to avoid it?
    or should'nt it disappear after the object is bound ?Why?
         super(220);Why are you using a reserved port number here? Port 220 is reserved for IMAP v3 servers. See [RFC 1700|http://www.ietf.org/rfc/rfc1700.txt]. Use a port number above 1024 please.
    I think you're getting confused because you're running the server and the client on the same host. Run them on separate hosts, then running netstat on the server host will give you a much clearer picture.

  • Trunks going to non-trunk and flapping

    Last week I had an issue where users were having trouble connecting to devices, interruptions, etc. I noticed some host flapping on quite a few ports in our engineering lab which looks to be a loop. I'm trying to figure out where/how this started. The confusion lasted for a few hours and then was gone. Why would we have ports go to non trunks after a loop? Our trunks are setup statically with a "switchport mode trunk". I could see this if DTP was negotiating. Also, why so many different ports flapping? I have seen this on at least 4 switches.
    7/18/2014 10:52:34 AM 10.20.2.7 Warning 1892: 001919:   Host 00:1B:78:BC:A2:C6 in vlan 112 is flapping between port Gi1/1 and port Gi4/11
    7/18/2014 10:52:32 AM 10.20.2.7 Warning 1891: 001918:   Host 00:50:56:A7:14:6F in vlan 112 is flapping between port Gi1/1 and port Gi2/5
    7/18/2014 10:51:56 AM 10.20.2.7 Warning 1890: 001917:   Host 00:12:79:D5:E3:B3 in vlan 112 is flapping between port Gi1/1 and port Gi3/21
    7/18/2014 10:51:56 AM 10.20.2.7 Warning 1889: 001916:   Host 00:50:56:A8:4C:D7 in vlan 112 is flapping between port Gi1/1 and port Gi4/11
    7/18/2014 10:51:45 AM 10.20.2.7 Warning 1882: 001909:   Host 00:50:56:8E:5F:60 in vlan 112 is flapping between port Gi2/5 and port Gi1/1
    7/18/2014 10:51:45 AM 10.20.2.7 Warning 1881: 001908:   Host 98:4B:E1:75:E4:48 in vlan 112 is flapping between port Gi3/32 and port Gi1/1
    7/18/2014 10:51:42 AM 10.20.2.7 Warning 1880: 001907:   Host 00:11:43:DC:0E:EB in vlan 112 is flapping between port Gi1/1 and port Gi2/7
    7/18/2014 10:51:41 AM 10.20.2.7 Warning 1879: 001906:   Host 10:60:4B:A9:81:8C in vlan 112 is flapping between port Gi1/1 and port Gi3/32
    7/18/2014 10:51:38 AM 10.20.2.7 Warning 1878: 001905:   Host 00:12:79:D5:E3:B3 in vlan 112 is flapping between port Gi1/1 and port Gi3/21
    000737: Jul 18 10:52:38.076 MDT: %SW_MATM-4-MACFLAP_NOTIF: Host 0050.5649.6d62 in vlan 112 is flapping between port Gi0/38 and port Po10
    000738: Jul 18 10:52:39.091 MDT: %SW_MATM-4-MACFLAP_NOTIF: Host 0011.0a57.9382 in vlan 112 is flapping between port Po10 and port Gi0/6
    000739: Jul 18 10:52:44.125 MDT: %SW_MATM-4-MACFLAP_NOTIF: Host 00c0.dd0c.b551 in vlan 112 is flapping between port Gi0/40 and port Po10
    000740: Jul 18 10:52:48.092 MDT: %SW_MATM-4-MACFLAP_NOTIF: Host 0050.5649.6d62 in vlan 112 is flapping between port Gi0/38 and port Po10
    000741: Jul 18 10:52:52.270 MDT: %SW_MATM-4-MACFLAP_NOTIF: Host 0050.564e.4e8e in vlan 112 is flapping between port Gi0/37 and port Po10
    000742: Jul 18 10:52:52.907 MDT: %SW_MATM-4-MACFLAP_NOTIF: Host 0050.5647.3916 in vlan 112 is flapping between port Gi0/11 and port Po10
    7/18/2014 4:45:16 PM 10.20.2.7 Notice 2056: 002085:   Port Gi2/46 has become non-trunk
    7/18/2014 1:50:49 PM 10.20.2.7 Notice 2032: 002061:   Port Gi2/1 has become non-trunk
    7/18/2014 1:50:41 PM 10.20.2.7 Notice 2029: 002058:   Port Gi2/4 has become non-trunk
    7/18/2014 1:50:14 PM 10.20.2.7 Notice 2026: 002055:   Port Gi2/2 has become non-trunk
    7/18/2014 1:49:42 PM 10.20.2.7 Notice 2017: 002046:   Port Gi3/6 has become non-trunk
    7/18/2014 1:49:32 PM 10.20.2.7 Notice 2014: 002043:   Port Gi3/4 has become non-trunk
    Thanks

    Host flap can be a difficult symptom to resolve. It may be a cause from several different issues
    - Do you have spanning tree enabled? If not, enable RSTP and ensure PORT FAST is not enabled on any switch interconnecting interface
    - Do you have multiple gateways? It's possible a device is replicating a default gateway causing the source MAC to advertise 2 different way
    -Do you have multiple DHCP pools from different sources? May be possible bleed over causing confusion
    -We notice there are several ports, shut down every port then turn up one of the ports and see if the flap stops or not, this will help get you to find where a possible loop is at
    -Are you load balancing over a LAG or something else, especially with servers? If load balancing with servers, make sure each NIC uses a different MAC or shut down one NIC for testing.

  • I am having email problems with the new Lion.  stmp, imap, etc. I have looked up google info and It is confusing when it comes to TS, SSL also, please explain how to set it up so my email goes out and comes in securely.  Help

    I am having email problems with the new Mountain Lion.  stmp, imap, etc. I have looked up google info and It is confusing when it comes to TS, SSL also, please explain how to set it up so my email goes out and comes in securely.  Help
    Incoming Mail (IMAP) Server - requires SSL:
    imap.gmail.com
    Use SSL: Yes
    Port: 993
    Outgoing Mail (SMTP) Server - requires TLS:
    smtp.gmail.com (use authentication)
    Use Authentication: Yes
    Use STARTTLS: Yes (some clients call this SSL)
    Port: 465 or 587
    Account Name:
    your full email address (including @gmail.com) Google Apps users, please enter username@your_domain.com
    Email Address:
    your full Gmail email address ([email protected]) Google Apps users, please enter username@your_domain.com
    Password:
    your Gmail password
    The Quick Answer
    Follow the instructions below to set up IMAP1 access in most email clients.
    Google Apps users, please follow the default instructions unless otherwise noted, replacing 'your_domain.com' with your actual domain2 name.
    this is all greek to me. WHAT IS STARTTLS? On the first page of Apple set up there is a TLS certificate and it is marked NONE- should I change it to the long APPLE CERT option?  The next page under ADVANCED: THERE IS A BOX SSL MARKED.  Then IMAP Path Prefix - I put stmp.gmail.com.. is that right?  Port 993 can  use this one? as 456 doesn't work and 587 said it wasn't safe.  Under AUTHENTICATION I used PASSWORD.  Should I have used external client cert TLS?
    Please help me set this up securely. Thanks

    Apple - Support - Mail Setup Assistant

  • [svn:fx-3.x] 5820: Merged (back ported) trunk revisions 4460,4492,4516,4520 ,4585,4630,4692,4726,4964 - 3.x

    Revision: 5820
    Author: [email protected]
    Date: 2009-03-31 13:40:12 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Merged (back ported) trunk revisions 4460,4492,4516,4520,4585,4630,4692,4726,4964 -> 3.x
    http://10.171.12.252/svn/opensource/flex/sdk/trunk
    r4460 | [email protected] | 2009-01-08 20:53:33 -0500 (Thu, 08 Jan 2009) | 10 lines
    Renamed UIComponentAccImpl to UIComponentAccProps because it extends AccessibilityProperties, not AccessibilityImplementation.
    Added comments with the identifier for each magic role constant, so that it is easier to understand what roles our components are using.
    Moved two static methods from UIComponentAccProperties to AccImpl because they make more sense there.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: None (no functional changes)
    r4492 | [email protected] | 2009-01-12 17:47:10 -0500 (Mon, 12 Jan 2009) | 8 lines
    Simplified how an accessibility class gets hooked into its corresponding component class.
    We now do the hooking in the static method enableAccessibility(), which is called by code that is autogenerated by the compiler. Previously this method did nothing and the hooking happened at static initialization time. This allows us to remove the static var accessibilityHooked and the static method hookAccessibility() in each accessibility class.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa and Alex
    r4516 | [email protected] | 2009-01-13 18:23:14 -0500 (Tue, 13 Jan 2009) | 16 lines
    Accessibility changes to Panel and TitleWindow, as requested by Freedom Scientific.
    These components now report their accessibility role as "grouping" rather than "window". Their accessibility name is now simply their title. They no longer report any child items. Their accessibility location is the bounding rect of the entire Panel or TitleWindow.
    The AccessibilityImplementation continues to be attached to the titleBar, not to the Panel/TitleWindow, because the Flash Player ignores Sprites with an AccessibilityImplementation that are inside other Sprites with an AccessibilityImplementation. (The Flash accessibility model is flat, not hierarchical, and "child IDs" are only used for things like list items, not for controls in titled container.)
    So although in the display hierarchy the Panel is a parent of its content controls, in the MSAA model it appears as their preceding sibling. JAWS will look at the "grouping" role and understand that because the bounding rect of the grouping includes some of its following siblings, they are "inside". (I don't know what this means in terms of what JAWS will actually speak.)
    Also, the AccImpl class now implements getChildIDArray() to return an empty array, so that by default all components have 0 child items (rather than reporting an error).
    Finally, subclasses with child items now compute how many they have and then call a new AccImpl utility method, createChildIDArray(), to create an Array that looks like [ 1, 2, 3, 4, 5 ].
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-12390, SDK-16340
    Reviewer: Deepa
    r4520 | [email protected] | 2009-01-13 20:07:53 -0500 (Tue, 13 Jan 2009) | 10 lines
    Accessibility changes to List, DataGrid, Menu, and Tree, as requested by Freedom Scientific, to behave more like their corresponding standard Windows controls.
    List, DataGrid, and Menu no longer report an accessibility value, either for the control itself or for its child items.
    Tree no longer reports a value value for itself. For tree items the value is the indentation level as a String: "0", "1", "2", etc. Previously the top-level items had value "1" instead of "0".
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17755
    Reviewer: Deepa
    r4585 | [email protected] | 2009-01-19 18:53:01 -0500 (Mon, 19 Jan 2009) | 6 lines
    AccImpl now implements accSelect(). Although the implementation doesn't do anything, its existence is enough to avoid having the Player report an IAccessible "member not found" error when calling accSelect() on a child item.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-16654
    Reviewer: Jason
    r4630 | [email protected] | 2009-01-22 19:54:13 -0500 (Thu, 22 Jan 2009) | 6 lines
    Removed code in AccordionHeaderAccImpl and TabBarAccImpl where the child IDs were being adjusted up or down by 100000 for some unknown reason. Deneb (on Flash Player) and Nataliya and Jon (on JAWS) don't think this should be done.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa
    r4692 | [email protected] | 2009-01-27 17:13:03 -0500 (Tue, 27 Jan 2009) | 9 lines
    Fixed missing or misplaced 'break' statements in the eventHandler() methods of the mx.accessibility classes. These have probably been causing some unintented MSAA events to be dispatched.
    Also, each accessible component now dispatches OBJ_NAMECHANGE when its toolTip or errorString property changes, because the MSAA name includes the tooltip or error tip.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa
    r4726 | [email protected] | 2009-01-28 21:47:59 -0500 (Wed, 28 Jan 2009) | 16 lines
    Accessibility changes to the MSAA name of several components, as requested by Freedom Scientific. These changes make Flex controls behave more like standard Windows controls.
    In Accordion and TabBar, the name is now just what is displayed, without " Tab" or " Tab, Active" appended.
    In ComboBox, List, and Tree, the name of each item is now just what it displays, without, for example, "2 of 7" appended.
    Removed an artificial limit of 100000 items in List and Menu.
    A Slider with an MXML id no longer returns that id as its name; no other component does this and id's are certainly no intended to be spoken.
    Removed the getName() method of ComboBase, which isn't used.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Jason
    r4964 | [email protected] | 2009-02-16 12:41:50 -0500 (Mon, 16 Feb 2009) | 7 lines
    Modify AccImpl.as to add @private to _protected final function $eventHandler(event:Event):void_ to work around an ASdoc bug. i will remove it when the bug gets fixed.
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-12390
    http://bugs.adobe.com/jira/browse/SDK-16340
    http://bugs.adobe.com/jira/browse/SDK-17755
    http://bugs.adobe.com/jira/browse/SDK-16654
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderA ccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ButtonAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/CheckBoxAccImpl. as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccIm pl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl .as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl. as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/DataGridAccImpl. as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/DateChooserAccIm pl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/DateFieldAccImpl .as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/LinkButtonAccImp l.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ListAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ListBaseAccImpl. as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/MenuAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/MenuBarAccImpl.a s
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/PanelAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/RadioButtonAccIm pl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/SliderAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/TabBarAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/TitleWindowAccIm pl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/TreeAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/containers/Panel.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/core/UIComponent.as
    Added Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/UIComponentAccPr ops.as
    Removed Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/UIComponentAccIm pl.as
    Property Changed:
    flex/sdk/branches/3.x/

  • Agent Desktop's agent state toggles between "ready" and "reserved

    Hello and thanks for all of your past help.  I have a user whos'e Agent Desktop's agent state toggles between "ready" and "reserved when no calls are coming in to he IP Phone 7941 or 7961.  Can anyone help?
    Thanks, Chet

    Is the agent's phone actually ringing at all? If not I suspect the IP IVR ports are unable to call the agent. UCCX tries to send a call to the agent so it sends the reserve event to the agent and then tries to send the call to the agent but is failing so it cancels the event flicking the agent back into ready. Perhaps check to make sure that the ports have an appropriate calling search space to call the agent extension. Maybe configure a phone the same as the IVR port and check to see if you can call the agent extension?
    Cheers,
    Nathan

  • Switch Port Trunk allowed Vlan

    Hi Guys
    Request your help on my query :
    I have a distribution switch  and access switch and port channel between them.
    Dist switch is the VTP server
    lets assum I have 25 vlan
    when I do show vlan brief on the access switch I can see all 25 vlans listed now
    no when I configure switch port trunk allowed vlan (ex : permitting 10 vlans )on the link connecting to access switch at Dist switch
    Dist switch po1 -- connecting to - po Access switch
    Dist switch #
    int po1
    switch port trunk alllowed vlan x,x,x,x,x,x,x,x,x,
    After permitting 10 vlan through trunk allowed vlan and then when I do show vlan brief on the access switch , I should see only the 10 vlan whcih I have permiited right ?
    Thanks in advance  

    Hi,
    John is absolutely correct - even if you do not permit a VLAN on a trunk, it can still provide communication among local ports on a switch that are all assigned to the same VLAN.
    I have a feeling that your original question was focused on a different aspect, though: You probably expected that if you exclude some VLANs from trunks, these VLANs will not be propagated via VTP to surrounding switches. Sadly, this is not the case. The switchport trunk allowed vlan command only affects data traffic in individual VLANs but it has no impact on the operation of VTP protocol. The VTP still advertises all VLANs, regardless of which VLANs are allowed on a trunk. To put it plainly, in a VTP domain, all server/client switches will know about all VLANs. THere is no legal possibility of having a single VTP domain consisting of server/client switch and yet have the switches differ in their VLAN database contents. It's as easy as that: one VTP domain = one big common VLAN database.
    Best regards,
    Peter

  • Port trunking on 9506

    hi, would there be any advantage to do a port trunk to gain performance increase in speed/io through put?
    scenario is as follows, I have 2 9506's, two seperate fabrics.
    one netapp filer that has 8 ports, 4 for tape and 4 for disk luns.
    would it make sense to create a port trunk for the 2 x 2 ports for tape or disk ?
    I guess I am thinking like a bonded network for performance like in cisco switches, but does this apply to fc as well?
    thank you

    in FC world you create port-channel for switch to switch communication, not between target and initiator.
    @dynamoxxx

  • Reassignment of online FC port to a new VSAN wont come online

    FC ports that are in VSAN 1 (default) and need to be in customer defined VSAN 100. Use port properties on the device manager to change VSAN from teh pull down. Port will not come online in new VSAN, but will go back online in it's original (1) VSAN. What is nessasary to get ports moved to a different VSAN?

    Thanks Ralf for the response.. I have used the GUI and command line to take the port offline and back on and change the VSAN many times with no success. The VSAN was created months go and has about 80 member ports so far. The HBA is powered up and does join the original VSAN (1) and come online, there seems to be something buggish about the fact that it won't jion VSAN 100 as you described above. it begins by initializing, then goes offline?? Should I call it into the TAC?

  • Switch sg 200 trunk and DGateway query

    hello
    i'm using cisco sg 200 switches(24port ,48 port with 2 GBIC (rj-45 port and spf port) on each). in a small office network.i've attached the diagram.
    please answer the below queries.
    1)what should be the default gateway for both switches(coz im not using any router).
    2)all the pc's are in workgroup.no Server.
    3)i have connected the two switches using a crossover at gbic(rj45-port).and the remaining are straight connection from switch to all pc.what should i do inorder to config the trunk port.
    as there are small series switches. there is no con port? and when i access the switch using the device ip there is no option to config default-gateway in that.
    and on pc's i have enter the device ip as default gateway. only few pc's can ping each other. rest are not successful in getting the ping reply.
    plz replly

    Is it correct you have no configuration on the switches? 
    Do you have Internet or other networks that need to be reached or you just want all workstations to reach each other?
    You do not need or want a default gateway if all workstations are assigned ip addresses is the same subnet.

  • Need to open and make available port 80 and port 8080

    I purchased a wireless adapter for my DirecTV so I can download movies to the DirecTV DVR but the wireless bridge (adapter) can not "see" by Apple Airport Extreme. I was told that I need to configure the Apple Airport Extreme to open and made available ports 80 and 8080. Any help? I am also running Windows so I don't want to have to boot into the Apple side of my computer in order to accomplish this

    I am also running Windows so I don't want to have to boot into the Apple side of my computer in order to accomplish this
    I will assume that you have the AirPort Utility for Windows installed on your Windows partition ... correct?
    I purchased a wireless adapter for my DirecTV so I can download movies to the DirecTV DVR but the wireless bridge (adapter) can not "see" by Apple Airport Extreme. I was told that I need to configure the Apple Airport Extreme to open and made available ports 80 and 8080. Any help?
    Setting up Port Mapping on the 802.11n AirPort Extreme Base Station (AEBSn) takes two basic steps: 1) Reserve an IP Address for the host device that you want to have accessed from the Internet, and 2) Configure the appropriate ports on the AEBSn to pass Internet traffic to this host device.
    You will use the AirPort Utility for both steps.
    For the first step:
    o AirPort Utility > Select the AEBSn > Manual Setup > Internet > DHCP > DHCP Reservations
    o Click the plus button to add a new DHCP reservation for the wireless bridge adapter. You will need the MAC address of this adapter to assign a Private IP address to.
    For the second step:
    o AirPort Utility > Select the AEBSn > Manual Setup > Internet > NAT > Configure Port Mappings
    o Click on the plus button to add a port map.
    o Select "Personal Web Sharing" for the Service type. This should auto-populate the Public & Private TCP Ports with the value 80.
    o Add 8080 to each of these values; place a comma between them.
    Your mappings should looks something like the following:
    o Service: Custom...
    o Public TCP Port(s): 80, 8080
    o Private IP Address: <enter the DHCP reserved IP address you created earlier>
    o Private TCP Port(s): 80, 8080

  • Zune and reserved space problem

    Hi all, I just started using lumia 710 and finding it a great, fun and highly efficient device. One minor problem I am getting is with zune and reserved storage space.
    If I install a game/app in phone, the reserved space bar increases as expected. But the problem is that, even if I uninstall the game/app, the reserved space bar does not decrase, it stays the same as when the game/app was installed. so if i try out a few apps/ game and remove them later, i lose the equal amount of space from zune media storage. For example I tried out couple of xbox live titles and removed them later, net result --> my reserved space increased ~500mb while i lost 500mb from zune media free space.
    if anyone can help me to sort this out, I will be very much grateful.
    P.S. from phone i see i have ~ 3gb free space out of 6.28 gb. thanks

    Additionaly, I have all my music files in User/Music & in Downloads. I also see my iTunes "Media Folder" is located in User/Music/iTunes and is 20GB...the size itunes says.

Maybe you are looking for

  • Audit Log

    Hi We are doing a file-to-file scenario without content conversion. That means we did not set up any interfaces in the repository but created a so called u201CgenericInterfaceu201D in the Configuration. This leads to a scenario where the file will ju

  • How do I turn off automatic stroke on text ?

    Using CS6 Am unable to colour any text without that colour selection being applied as a stroke Have clicked the "formatting affects " T button on the swatch panel and on tools panel. Have looked in styles and turned off  all stroke instructions that

  • How to export an eloqua report to a (ftp) server and schedule this export

    I would like to export an eloqua report to a (ftp) server and schedule this export. I want to pick this report up by another tool like Qlikview. Liesbeth

  • How do i colour a selection?

    Hi, I just recently purchased Adobe Photoshop CS4. I haven't used this program for many years and it's changed considerably. The last version i owned was Adobe Photoshop 7. In Photoshop 7, i believe there was a paintbucket tool. This tool doesn't see

  • LOV sort STATIC values

    I like to make use of a Checkbox to maintain the appearance of certain columns of report. Either I use STATIC LOV and paste all columns in there - QUESTION 1: how can I sort the sequence - default is alphanumeric - ? Or QUESTION 2: when I use a dynam