Bind user to a switchport

Hello,
I would like to bind my users to switchports. I could use port-security sticky but the administrative overhead seems very high. Has some experience with any third party or Cisco program which make it easier to mange it?
Another solution can be using 802.1x for user authentication and telling the switch not only the user vlan but the switchport. I am still looking for it, but have not found any RADIUS attrib for the switchport yet.

I compiled the VMPS code without making any changes and it works just fine. You can also find Cisco documents online to assist you with the configuration of VMPS on the switches.

Similar Messages

  • I want to bind my client certificate with machine certificate in order to bind user with dedicated one machine. Kindly help

    I have created one dedicated root CA for domain and auto enrollment has been enabled through Group Policy.
    I want to bind my client certificate with machine certificate in order to bind user with dedicated with one machine. In order to prevent duplicate logins

    Hi,
    How about using
    User Rights Assignment?
    You can deny all other users’
    log on locally right on the machine.
    User Rights Assignment
    http://technet.microsoft.com/en-us/library/cc780182(v=WS.10).aspx
    Best Regards,
    Amy Wang

  • DI error when binding user defined table

    Hi,
    I am using matrix. Im binding a User defined table '@NEW' to a Datasource
    oForm.DataSources.DBDataSources.Add("@NEW")
    I also bind the fields to column of the matrix as given below
    oColumn = oColumns.Item("CodeNo")
    oColumn.DataBind.SetBound(True, "@NEW", "U_CodeNo")
    When the table @New contains no records i get error while binding the fields to the matrix.
    I tried the same using STANDARD SAP tables.I am not getting any error and it works fine.
    Can anyone help me?

    Hi,
    I am using matrix. Im binding a User defined table '@NEW' to a Datasource
    oForm.DataSources.DBDataSources.Add("@NEW")
    I also bind the fields to column of the matrix as given below
    oColumn = oColumns.Item("CodeNo")
    oColumn.DataBind.SetBound(True, "@NEW", "U_CodeNo")
    When the table @New contains no records i get error while binding the fields to the matrix.
    I tried the same using STANDARD SAP tables.I am not getting any error and it works fine.
    Can anyone help me?

  • Bind user generated info to DataGrid & edit with comboboxes

    In my app, the user enters data which gets stored into a
    class. I then wish to display this info in a DataGrid with three
    columns corresponding to the data entered (2 strings and 1 number).
    Is there an easy way to get this into the DataGrid by using binding
    or do I have to do manual insertion of the data?
    Also, I'd like to let the user edit the DataGrid. But I don't
    want him to be able to just type whatever he wants, I'd rather give
    him a pop-up or combobox with the relevant options.
    Any suggestions about this approach?

    When you say the data gets stored in a class, do you mean an
    object? One way would be to store the data in a user data value
    object and then bind the object parameters to your DataGrid. If
    there are multiple users, you could put the object in an
    ArrayCollection and bind that to your DataGrid.
    You could then use an itemRenderer or itemEditor for each
    column that would allow the user to update the values with
    comboBoxes and the updates would be reflected in the stored object.
    Vygo

  • Binding users to ADDRESSTRING

    Hi all,
    I want to send a mail to multiple users and heard you can do it through addresstring.
    How exactly do you attach several users to this container element.
    I have tried and can't seem to figure it out.
    Please Help
    Thanks
    Sam

    Use a Container Element of Type WFSYST-AGENT and store the SAP User Ids concatenated with US in front. Please note that the Container Element should be multiliner and you need to return this SAP User id from a method or an attribute of the Business Object you are using.
    In the Send mail step the agent assignment should be Expression and you will put the Multiliner Container element here. The binding will be done automatically.
    Thanks
    Arghadip
    Message was edited by:
            Arghadip Kar

  • Unable to bind user to peopleeditor programmatically after SharePoint 2010 August 2011 CU

    I have a drop-down selected index change event to set value for a people editor control. This works fine for the first time. But the next time I change a value in the drop-down, the people editor wont change if it already holds  a value. I need
    to clear it and then  change the drop-down value,. This issue occurs after August 2011 CU update and does not happen in other environment where i dont have this update applied.
    Can someone officially confirm if this a known issue with August 2011 CU? I see this is being reported both in SP2010 and  MOSS 2007 after their respective August 2011 CU updates. Refer
    http://blogs.technet.com/b/stefan_gossner/archive/2011/08/31/august-2011-cu-for-sharepoint-2007-and-2010-has-been-released.aspx

     if (currentUser != null)
    //Clear ppl column:: sharepoint ppl id:  peFinanceDepartment
                                   peFinanceDepartment.Entities.Clear();
                                    PickerEntity UserEntity = new PickerEntity();
                                    // CurrentUser is SPUser object
                                    UserEntity.DisplayText = currentUser.Name;
                                    UserEntity.Key = currentUser.LoginName;
                                    System.Collections.ArrayList entityArrayList = new System.Collections.ArrayList();
                                    entityArrayList.Add(UserEntity);
                                    peFinanceDepartment.UpdateEntities(entityArrayList); 
                                    // Add PickerEntity to People Picker control
                                    //peFinanceDepartment.Entities.Add(peFinanceDepartment.ValidateEntity(UserEntity));
                                    // This should make People Picker control disable|readonly
                                    //peFinanceDepartment.ShowButtons = false;
                                    //peFinanceDepartment.AllowTypeIn = false;
    or
    if you clear using javascript plz follow below url
    http://www.sharemuch.com/2011/12/04/how-to-address-sharepoint-2010-people-editor-issue-not-clearing/
    Thanks
    Reddy
                                   

  • Cisco wireless controller and AP-binding domain how do you integrate wireless domain authentication?

    With Cisco equipment wlc 2500 and AP 1600 combines windows 2008 r2 domain controller to achieve the following purposes, 
    1, all cell phones and laptops can access the wireless network with a domain user authentication. 
    2, the guest network should how to do it? 
    My idea is: 
    Made a total of two ssid below 
    Mobile users cnnewcity_mobile: Use webportal certification, so the center certification, local forwarding 
    Computer users cnnewcity_wifi: transparent certification, local forwarding, local authentication 
    The basic steps are as follows: 
    1, set the Radius server clients (AP or controller) 
    2, locking authorization group --- this should be based on the domain user group authorization radius server 
    3, the mobile roaming - different locations on the DHCP server choose to do this you have to consider the next 43 
    4, the establishment of a two vlan to a mobile user to the computer user, create a DCHP scope on the DHCP
    I do not know if you have wood there are better ways?

    Integrating the AD to the WLC Requires:
    1. AD to be registered:
     AT: Security->AAA
        AT: LDAP     
        CLICK: New
        Server IP:    <AD IP>
        Port Number:    389     
        Simple Bind:    Authenticated
        Bind User:    CN=Administrator,CN=Users,DC=testing,DC=local,DC=com
        Bind Pass:    <LDAP Admin pass>
        Confirm Pass: <LDAP Admin pass>
        User Base DN:    OU=WebAuth_Users,DC=testing,DC=local,DC=com
        User Attrib:    sAMAccountName      
        User Obj. Type:    person        
    Enable at WLAN Profile
    1. AT: WLAN->WLANs
        CLICK: <Desired WLAN> -typically web authentication
    2. AT: Security Tab
        AT: AAA Servers
    3. AT: LDAP Servers
        **Select Created LDAP
    4. Apply to Save
    Source: Tried it in implementations :))

  • Create User in OID using Java API

    I read the documentation, read javadoc for Java API for OID, but still am not clear "how can I create a user in OID using Java API for OID."
    It tells us how to create a java object User, but then how do we write this object to OID ?
    I searched every where, metalink, forums, google...and am still looking for answere...
    Thanks in Advance
    Cheers
    Puneet

    I did it using the Novell LDAP java api:
    import com.novell.ldap.*;
    public class LdapAdmin {
    public static final String ldap_base = "dc=your,dc=company,dc=com";
    public static final String ldap_user_base = "cn=Users," + ldap_base;
    public static final String ldap_portal_base = "cn=PORTAL_GROUPS,cn=Groups," + ldap_base;
    public static final String ldap_extended_base = "cn=Extended Properties,cn=OracleContext," + ldap_base;
    public static final String ldap_dbdomain_base = "cn=OracleDefaultDomain,cn=OracleDBSecurity,cn=Products,cn=OracleContext," + ldap_base;
    public static final String ldap_context_base = "cn=COMMON,cn=OracleDBAppContext," + ldap_dbdomain_base;
    private static final String default_ldap_host = "infrastructure.your.company.com";
    private static final int default_ldap_port = 4032;
    private static final String default_ldap_login = "cn=orcladmin," + ldap_user_base;
    private static final String default_ldap_pwd = "welcome1";
    private static final String default_user_pwd = "secret";
    private static final String[] personclass_values = { "top", "person", "organizationalPerson", "inetOrgPerson", "orcluser", "orcluserv2" };
    public static LDAPConnection getConnection (String host, int port, String user, String pwd) {
    LDAPConnection lc = new LDAPConnection();
    try {
    lc.connect(host,port);
    lc.bind(user,pwd);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in getConnection: "+lex.getResultCode()+"-"+lex.getLDAPErrorMessage());
         return lc;
    public static LDAPConnection getConnection (String host, int port) {
    LDAPConnection lc = new LDAPConnection();
    try {
    lc.connect(host,port);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in getConnection: "+lex.getResultCode()+"-"+lex.getLDAPErrorMessage());
         return lc;
    public static LDAPConnection getConnection (String user, String pwd) {
    LDAPConnection lc = new LDAPConnection();
    try {
    lc.connect(default_ldap_host,default_ldap_port);
    lc.bind(user,pwd);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in getConnection: ("+lex.getResultCode()+") - "+lex.getLDAPErrorMessage());
    lex.printStackTrace();
         return lc;
    public static LDAPConnection getConnection () {
    return getConnection(default_ldap_host,default_ldap_port);
    public static void bind (LDAPConnection conn, String user, String pwd) {
    try {
    conn.bind(user,pwd);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in bind: ("+lex.getResultCode()+") - "+lex.getLDAPErrorMessage());
    lex.printStackTrace();
    private static void bind (LDAPConnection conn) {
    bind(conn,default_ldap_login,default_user_pwd);
    public static void modifyAttribute (LDAPConnection conn, String dn, String attr, String val, int mod) {
    LDAPAttribute attribute = new LDAPAttribute(attr,val);
    LDAPModification[] modification = new LDAPModification[] { new LDAPModification(mod,attribute) };
    try {
    conn.modify(dn,modification);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in modifyAttribute: ("+lex.getResultCode()+") - "+lex.getLDAPErrorMessage());
    public static void modifyAttribute (LDAPConnection conn, String dn, String attr, String val) {
    modifyAttribute(conn,dn,attr,val,LDAPModification.REPLACE);
    public static void addAttribute (LDAPConnection conn, String dn, String attr, String val) {
    modifyAttribute(conn,dn,attr,val,LDAPModification.ADD);
    public static void deleteAttribute (LDAPConnection conn, String dn, String attr, String val) {
    modifyAttribute(conn,dn,attr,val,LDAPModification.DELETE);
    public static void deleteEntry (LDAPConnection conn, String dn) {
    try {
    conn.delete(dn);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in deleteEntry: ("+lex.getResultCode()+") - "+lex.getLDAPErrorMessage());
    public static boolean isValidDn(LDAPConnection conn, String dn) {
    try {
    LDAPSearchResults res = conn.search(dn);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in deleteEntry: ("+lex.getResultCode()+") - "+lex.getLDAPErrorMessage());
    return false;
    public static void createPerson (LDAPConnection conn, String net_id, String lname, String fname, String office, String email, String id, String fullname) {
         LDAPAttributeSet attributeSet = new LDAPAttributeSet();
    attributeSet.add(new LDAPAttribute("cn", net_id));
    attributeSet.add(new LDAPAttribute("sn", lname));
    attributeSet.add(new LDAPAttribute("objectclass", personclass_values));
    attributeSet.add(new LDAPAttribute("l", office));
    attributeSet.add(new LDAPAttribute("mail", email));
    attributeSet.add(new LDAPAttribute("employeeNumber", id));
    attributeSet.add(new LDAPAttribute("givenName", fname));
    attributeSet.add(new LDAPAttribute("uid", net_id));
    // attributeSet.add(new LDAPAttribute("fullName", fullname));
    attributeSet.add(new LDAPAttribute("orclpkcs12hint", default_user_pwd));
    attributeSet.add(new LDAPAttribute("orclpassword", VerifyPassword.getHash(net_id,default_user_pwd)));
    attributeSet.add(new LDAPAttribute("userpassword", default_user_pwd));
    attributeSet.add(new LDAPAttribute("orcldefaultprofilegroup", "cn=DEFAULT,"+ldap_portal_base));
    LDAPEntry entry = new LDAPEntry("cn="+net_id+","+ldap_user_base,attributeSet);
    try {
    conn.add(entry);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in createPerson: ("+lex.getResultCode()+") - "+lex.getLDAPErrorMessage());
    public static void updatePerson (LDAPConnection conn, String net_id, String lname, String fname, String office, String email, String id, String fullname) {
    LDAPModification[] mod = new LDAPModification[8];
    mod[0] = new LDAPModification(LDAPModification.REPLACE,new LDAPAttribute("cn", net_id));
    mod[1] = new LDAPModification(LDAPModification.REPLACE,new LDAPAttribute("sn", lname));
    mod[2] = new LDAPModification(LDAPModification.REPLACE,new LDAPAttribute("l", office));
    mod[3] = new LDAPModification(LDAPModification.REPLACE,new LDAPAttribute("mail", email));
    mod[4] = new LDAPModification(LDAPModification.REPLACE,new LDAPAttribute("employeeNumber", id));
    mod[5] = new LDAPModification(LDAPModification.REPLACE,new LDAPAttribute("givenname", fname));
    mod[6] = new LDAPModification(LDAPModification.REPLACE,new LDAPAttribute("fullName", fullname));
    mod[7] = new LDAPModification(LDAPModification.REPLACE,new LDAPAttribute("uid", net_id));
    try {
    conn.modify("cn="+net_id+","+ldap_user_base,mod);
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in updatePerson: ("+lex.getResultCode()+") - "+lex.getLDAPErrorMessage());
    public static void main (String[] args) {
    try {
    LDAPConnection conn = getConnection(default_ldap_login,default_ldap_pwd);
    // updatePerson(conn,"ID1","Somebody","Joe","CLE","[email protected]","1","Joe Somebody 2");
    // modifyAttribute(conn,"cn=ID1,"+ldap_user_base,"fullName","Joe Somebody",LDAPModification.REPLACE);
    // modifyAttribute(conn,"cn=ID1,"+ldap_user_base,"displayName","Joe Somebody");
    createPerson(conn,"ID1","Somebody","Joe","CLE","[email protected]","1","Joe Somebody");
    // deleteEntry(conn,"cn=ID1,"+ldap_user_base);
    conn.disconnect();
    } catch (LDAPException lex) {
    System.out.println("LDAP Error in main: ("+lex.getResultCode()+") - "+lex.getLDAPErrorMessage());
    }

  • DHCP MAC binding

    hi all
    I have cisco 800 router, router configure as DHCP server, i want to bind user MAC ID with IP and block only Internet Access.
    please assist
    sagar panday

    Dear Poonguzhali
    Thanks so much for  reply
    i have configured my router as
    ip dhcp pool xxx
       host 192.168.1.4 255.255.255.0
       hardware-address 0026.9e9d.9466 ieee802
       client-name xxx
       default-router 192.168.1.1
       dns-server x.x.x.x
    but PC (0026.9e9d.9466) is not getting IP (192.168.1.4) .from router.
    please assist
    regards
    sagar

  • DPS schema view and bind problem

    Currently we have a DSEE backend with the suffix "dc=example,dc=com" and a DPS LDAP view with the suffix "dc=sample,dc=com" for the DSEE backend.
    We have an application, Oracle Access Manager (OAM), that is configured to bind to the DPS view and it needs to search "cn=schema". I have defined a view that presents "cn=schema" from DSEE but the problem is that when the following search is performed, it fails.
    $ ldapsearch -b cn=schema -h DPS -D uid=user,ou=people,dc=sample,dc=com cn=schema
    ldap_search: No such object
    ldap_search: additional info: Unable to process the search request. Reason: [Original error=32] Silent BIND failed: err=32, error message "", matched DN ""
    If I don't specify a bind user, then the ldapsearch works as expected.
    In the DSEE error logs, it shows where it's trying to bind with the DN from the DPS view, i.e. uid=user,ou=people,dc=sample,dc=com. It should be remapped to uid=user,ou=people,dc=example,dc=com.
    I understand what the problem is, I am just having a difficult time in figuring out where/how I can define the base-dn and dn-mapping-source-base-dn properties for this.
    I have schema-check-enabled on the connection handler but that doesn't work either.
    Anyone else solve this problem already?
    I can't have OAM just bind to the DSEE instance.
    Thanks!
    Edited by: user10751400 on Aug 21, 2012 10:14 AM
    Edited by: user10751400 on Aug 21, 2012 10:20 AM
    Edited by: user10751400 on Aug 21, 2012 10:25 AM

    Hi,
    One easy way to address the problem is to configure the schema data view to always use the anonymous account instead of forwarding the original user credentials. To do so, you must first create a new data source that points to the backend server holding the schema,
    then execute the following command on that data source object:
    dpconf set-ldap-data-source-prop -h host -p port data-source-name \
    client-cred-mode:use-specific-identity bind-dn: bind-pwd-file:
    DPS restart might be required to take the new config into account
    HTH
    -Sylvain
    Edited by: Sylvain Duloutre on Aug 22, 2012 12:36 PM

  • WL 6.1 LDAPRealm -- Can't see users, groups through console

    I'm having some troubles setting up an LDAPRealm correctly. I've been
    searching through the ng, and have read the cnfgsec.html doc closely
    several times, but must be missing something. Here is the situation:
    Running WLS 6.1 on Win2k. What I want to do is create an LDAPRealm for
    authentication. Right now I have Iplanet/Netscape Directory server
    6.01 with the default schema. I have set up an LDAPRealm through the
    console.
    ie Security -> Configure a new LDAP Realm V1 (Deprecated)... uses
    class weblogic.security.ldaprealmv1.LDAPRealm. Filled out the
    appropriate user groups entries:
    Group DN:ou=topologymanagement,o=netscaperoot
    Group Name Attribute: cn
    Uncheck Group is Context
    Group Username attribute:groupOfUniqueNames
    User Auth: bind
    User Password Attribute: userPassword
    User DN: ou=SpecialUsers
    Username attribute: uid
    Then created the appropriate caching realm. The resulting related
    changes to config.xml are as follows:
    <LDAPRealm AuthProtocol="simple"
    Credential="eNcRyPtEdPaSsWoRd"
    GroupDN="ou=topologymanagement,o=netscaperoot"
    GroupIsContext="false" GroupNameAttribute="ou"
    GroupUsernameAttribute="groupOfUniqueNames"
    LDAPURL="ldap://machineName:389"
    Name="MyLDAP Realm V1 (Deprecated)" Notes="hi"
    Principal="Directory Manager" UserDN="ou=SpecialUsers"
    UserNameAttribute="uid" UserPasswordAttribute="userPassword"/>
    Now, I bounce the weblogic server and it comes up no complaints. But
    when I go to the console, to Security->Groups (mydomain> Realms>
    wl_default_realm> Groups is the title), I do not see any of the groups
    listed in the Directory server. Same for the users. Checking the
    directory server logs, I see the following each time I start the
    console:
    [22/May/2002:15:34:12 -0400] conn=0 op=20 SRCH base="cn=config"
    scope=0 filter="(|(objectClass=*)(objectClass=ldapsubentry))"
    attrs="nsslapd-accesslog nsslapd-accesslog-list"
    [22/May/2002:15:34:12 -0400] conn=0 op=20 RESULT err=0 tag=101
    nentries=1 etime=0
    So it looks like it is connecting. Any suggestions, tips or pointers
    would be greatly appreciated. Does anybody have a doc of a simple walk
    through setting up LDAP realms? I've been unable to find a tutorial.
    I've read Weblogics docs, but I need an example to look at to put all
    the pieces together. Thanks for the help
    -k

    i got ldapv1 able to work with this following config.
    " <LDAPRealm AuthProtocol="simple" Credential="{3DES}nJfj4lzp6IM="
    GroupDN="o=abc.com,ou=Groups" GroupIsContext="false"
    GroupUsernameAttribute="uniquemember"
    LDAPURL="ldap://localhost:389"
    Name="MyLDAP Realm V1 (Deprecated)"
    Principal="uid=admin, ou=Administrators,ou=TopologyManagement,
    o=NetscapeRoot"
    UserAuthentication="bind" UserDN="o=abc.com,ou=people"
    UserNameAttribute="uid"/>
    thx
    kiran
    kj" <[email protected]> wrote in message
    news:[email protected]...
    I'm having some troubles setting up an LDAPRealm correctly. I've been
    searching through the ng, and have read the cnfgsec.html doc closely
    several times, but must be missing something. Here is the situation:
    Running WLS 6.1 on Win2k. What I want to do is create an LDAPRealm for
    authentication. Right now I have Iplanet/Netscape Directory server
    6.01 with the default schema. I have set up an LDAPRealm through the
    console.
    ie Security -> Configure a new LDAP Realm V1 (Deprecated)... uses
    class weblogic.security.ldaprealmv1.LDAPRealm. Filled out the
    appropriate user groups entries:
    Group DN:ou=topologymanagement,o=netscaperoot
    Group Name Attribute: cn
    Uncheck Group is Context
    Group Username attribute:groupOfUniqueNames
    User Auth: bind
    User Password Attribute: userPassword
    User DN: ou=SpecialUsers
    Username attribute: uid
    Then created the appropriate caching realm. The resulting related
    changes to config.xml are as follows:
    <LDAPRealm AuthProtocol="simple"
    Credential="eNcRyPtEdPaSsWoRd"
    GroupDN="ou=topologymanagement,o=netscaperoot"
    GroupIsContext="false" GroupNameAttribute="ou"
    GroupUsernameAttribute="groupOfUniqueNames"
    LDAPURL="ldap://machineName:389"
    Name="MyLDAP Realm V1 (Deprecated)" Notes="hi"
    Principal="Directory Manager" UserDN="ou=SpecialUsers"
    UserNameAttribute="uid" UserPasswordAttribute="userPassword"/>
    Now, I bounce the weblogic server and it comes up no complaints. But
    when I go to the console, to Security->Groups (mydomain> Realms>
    wl_default_realm> Groups is the title), I do not see any of the groups
    listed in the Directory server. Same for the users. Checking the
    directory server logs, I see the following each time I start the
    console:
    [22/May/2002:15:34:12 -0400] conn=0 op=20 SRCH base="cn=config"
    scope=0 filter="(|(objectClass=*)(objectClass=ldapsubentry))"
    attrs="nsslapd-accesslog nsslapd-accesslog-list"
    [22/May/2002:15:34:12 -0400] conn=0 op=20 RESULT err=0 tag=101
    nentries=1 etime=0
    So it looks like it is connecting. Any suggestions, tips or pointers
    would be greatly appreciated. Does anybody have a doc of a simple walk
    through setting up LDAP realms? I've been unable to find a tutorial.
    I've read Weblogics docs, but I need an example to look at to put all
    the pieces together. Thanks for the help
    -k

  • PFC configuration on Nexus 5000

    Hi,
    I have a CNA in my server connected to cisco nexus 5000 interfcae. I Want to genearate pause frames for FCOE class of traffic using the default class class-fcoe and cos value 3, the firmware version running is 5.0(3) N1 (1b). Can anyone tell me how can i configure it ?
    Thanks,
    Manju

    Sorry for the delayed response, Here is what you asked
    Cisco-5020# sh mod
    Mod Ports  Module-Type                      Model                  Status
    1    40     40x10GE/Supervisor               N5K-C5020P-BF-SUP      active *
    2    8      4x10GE + 4x1/2/4G FC Module      N5K-M1404              ok
    Mod  Sw              Hw      World-Wide-Name(s) (WWN)
    1    5.0(3)N1(1b)    1.2     --
    2    5.0(3)N1(1b)    1.0     20:41:00:0d:ec:b2:15:40 to 20:44:00:0d:ec:b2:15:40
    Mod  MAC-Address(es)                         Serial-Num
    1    000d.ecb2.1548 to 000d.ecb2.156f         JAF1303ACES
    2    000d.ecb2.1570 to 000d.ecb2.1577         JAF1245AJLF
    Cisco-5020#
    Cisco-5020#
    Cisco-5020# sh run
    !Command: show running-config
    !Time: Fri Oct 28 17:40:02 2005
    version 5.0(3)N1(1b)
    feature fcoe
    feature npiv
    feature telnet
    feature lldp
    username admin password 5 $1$v9Tm8Y77$ZSdbOfBxe1.Z9Oz1V9V2B0  role network-admin
    no password strength-check
    ip domain-lookup
    hostname Cisco-5020
    logging event link-status default
    service unsupported-transceiver
    class-map type qos class-fcoe
    class-map type queuing class-all-flood
      match qos-group 2
    class-map type queuing class-ip-multicast
      match qos-group 2
    class-map type network-qos class-all-flood
      match qos-group 2
    class-map type network-qos class-ip-multicast
      match qos-group 2
    policy-map type network-qos jumbo
      class type network-qos class-fcoe
        pause no-drop
        mtu 2158
      class type network-qos class-default
        mtu 9216
    system qos
      service-policy type network-qos jumbo
    snmp-server user admin network-admin auth md5 0x2694501fdfbe5abed9e85d51e4e31038 priv 0x2694501fdfbe5abed9e85d51e4e31038 localizedkey
    snmp-server host 138.239.198.184 traps version 2c public  udp-port 1163
    snmp-server host 138.239.198.184 traps version 2c public  udp-port 1164
    snmp-server host 138.239.198.200 traps version 2c public  udp-port 1163
    snmp-server host 138.239.198.200 traps version 2c public  udp-port 1164
    snmp-server host 138.239.200.118 traps version 2c public  udp-port 1163
    snmp-server host 138.239.198.200 traps version 2c public  udp-port 1163
    snmp-server enable traps entity fru
    snmp-server community snmpv3 group network-operator
    vrf context management
      ip route 0.0.0.0/0 10.192.207.254
    vlan 1-2,8
    vlan 10
      fcoe vsan 10
    vlan 20
      fcoe vsan 20
    vlan 30
    vlan 35
      fcoe vsan 35
    vlan 40,50
    vlan 52
      fcoe vsan 52
    vsan database
      vsan 20
      vsan 52
    fcdomain fcid database
      vsan 52 wwn 10:00:00:00:c9:b1:e5:3d fcid 0x180000 dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:e5:3b fcid 0x180001 dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:4d:e3 fcid 0x180002 dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:ab:ad fcid 0x180003 dynamic
      vsan 52 wwn 10:00:00:00:c9:ad:ac:41 fcid 0x180004 dynamic
      vsan 52 wwn 10:00:00:00:c9:ad:ac:b9 fcid 0x180005 dynamic
      vsan 52 wwn 10:00:00:00:c9:ad:ac:b5 fcid 0x180006 dynamic
      vsan 52 wwn 10:00:00:00:c9:f2:73:d1 fcid 0x180007 dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:4d:e1 fcid 0x180008 dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:ab:a9 fcid 0x180009 dynamic
      vsan 52 wwn 10:00:00:00:c9:f2:73:d5 fcid 0x18000a dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:e5:5d fcid 0x18000b dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:ab:9b fcid 0x18000c dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:ab:99 fcid 0x18000d dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:e5:5b fcid 0x18000e dynamic
      vsan 1 wwn 10:00:00:00:c9:f2:73:b3 fcid 0x050000 dynamic
      vsan 52 wwn 10:00:00:00:c9:ad:ac:47 fcid 0x18000f dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:a7:93 fcid 0x180010 dynamic
      vsan 52 wwn 10:00:00:00:c9:91:f8:19 fcid 0x180011 dynamic
      vsan 52 wwn 10:00:00:00:c9:9c:e0:77 fcid 0x180012 dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:a7:d3 fcid 0x180013 dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:a3:bb fcid 0x180014 dynamic
      vsan 52 wwn 10:00:00:00:c9:97:3b:c5 fcid 0x180015 dynamic
      vsan 52 wwn 10:00:00:00:c9:f2:73:91 fcid 0x180016 dynamic
      vsan 52 wwn 10:00:00:00:c9:a4:00:91 fcid 0x180017 dynamic
      vsan 52 wwn 10:00:00:00:c9:f2:73:8d fcid 0x180018 dynamic
      vsan 52 wwn 20:0f:00:11:0d:7f:a8:00 fcid 0x180019 dynamic
      vsan 52 wwn 20:0f:00:11:0d:7f:a8:01 fcid 0x18001a dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:a3:b7 fcid 0x18001b dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:a5:27 fcid 0x18001c dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:a3:53 fcid 0x18001d dynamic
      vsan 52 wwn 10:00:00:00:c9:bb:c8:37 fcid 0x18001e dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:76:e5 fcid 0x18001f dynamic
      vsan 20 wwn 10:00:00:00:c9:5b:a3:83 fcid 0xd30000 dynamic
      vsan 52 wwn 10:00:00:00:c9:91:00:00 fcid 0x180020 dynamic
      vsan 52 wwn 10:00:00:00:00:91:f7:f1 fcid 0x180021 dynamic
      vsan 1 wwn 10:00:00:00:c9:5b:4d:e3 fcid 0x050001 dynamic
      vsan 52 wwn 10:00:00:00:c9:97:3b:0f fcid 0x180022 dynamic
      vsan 52 wwn 10:00:00:00:c9:3c:8e:21 fcid 0x180023 dynamic
      vsan 52 wwn 10:00:00:00:c9:97:3b:11 fcid 0x180024 dynamic
      vsan 20 wwn 10:00:00:00:c9:b1:e6:b7 fcid 0xd30001 dynamic
      vsan 52 wwn 10:00:f8:19:00:91:f8:19 fcid 0x180025 dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:a3:8b fcid 0x180026 dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:e4:ff fcid 0x180027 dynamic
      vsan 52 wwn 10:00:00:00:c9:3c:8e:25 fcid 0x180028 dynamic
      vsan 52 wwn 50:06:01:61:44:60:23:4f fcid 0x1800ef dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:d6:b9 fcid 0x180029 dynamic
      vsan 52 wwn 10:00:00:00:c9:ad:ac:43 fcid 0x18002a dynamic
      vsan 52 wwn 20:01:00:00:c9:5b:ab:99 fcid 0x18002b dynamic
      vsan 52 wwn 20:02:00:00:c9:5b:ab:99 fcid 0x18002c dynamic
      vsan 52 wwn 50:06:01:60:44:60:23:4f fcid 0x1801ef dynamic
      vsan 52 wwn 10:00:00:00:c9:9d:1f:bf fcid 0x18002d dynamic
      vsan 52 wwn 10:00:00:00:c9:9d:1f:c1 fcid 0x18002e dynamic
      vsan 52 wwn 10:00:00:00:c9:f2:73:d3 fcid 0x18002f dynamic
      vsan 20 wwn 10:00:00:00:c9:bb:c8:37 fcid 0xd30002 dynamic
      vsan 52 wwn 10:00:00:00:c9:12:34:56 fcid 0x180030 dynamic
      vsan 52 wwn 10:00:00:00:c9:12:34:57 fcid 0x180031 dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:ea:81 fcid 0x180032 dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:ea:7f fcid 0x180033 dynamic
      vsan 20 wwn 10:00:00:00:c9:12:34:56 fcid 0xd30003 dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:e5:1b fcid 0x180034 dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:e5:1d fcid 0x180035 dynamic
      vsan 52 wwn 10:00:00:00:c9:bb:c7:8f fcid 0x180036 dynamic
      vsan 52 wwn 10:00:00:00:c9:bb:cb:8f fcid 0x180037 dynamic
      vsan 52 wwn 10:00:00:00:c9:bb:cb:93 fcid 0x180038 dynamic
      vsan 52 wwn 10:00:00:00:c9:bb:c7:93 fcid 0x180039 dynamic
      vsan 20 wwn 10:00:00:00:c9:12:34:57 fcid 0xd30004 dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:ab:c4 fcid 0x18003a dynamic
      vsan 52 wwn 10:00:00:00:c9:bb:17:b7 fcid 0x18003b dynamic
      vsan 52 wwn 10:00:00:00:c9:a0:ce:2d fcid 0x18003c dynamic
      vsan 52 wwn 10:00:00:00:c9:91:f7:f1 fcid 0x18003d dynamic
      vsan 52 wwn 10:00:00:00:c9:5b:ab:c0 fcid 0x18003e dynamic
      vsan 52 wwn 10:00:00:00:c9:b1:e5:5f fcid 0x18003f dynamic
      vsan 52 wwn 10:00:00:00:c9:e3:06:89 fcid 0x180040 dynamic
      vsan 52 wwn 50:06:01:68:44:60:23:4f fcid 0x1802ef dynamic
      vsan 1 wwn 50:06:01:61:44:60:23:4f fcid 0x0500ef dynamic
      vsan 52 wwn 10:00:00:00:c9:d1:16:24 fcid 0x180041 dynamic
      vsan 52 wwn 10:00:00:00:c9:d1:16:25 fcid 0x180042 dynamic
      vsan 52 wwn 10:00:00:00:c9:d1:0a:6d fcid 0x180043 dynamic
      vsan 20 wwn 10:00:00:00:c9:d1:16:25 fcid 0xd30005 dynamic
      vsan 20 wwn 10:00:00:00:c9:d1:16:24 fcid 0xd30006 dynamic
      vsan 20 wwn ff:f2:00:00:c9:12:34:78 fcid 0xd30007 dynamic
      vsan 20 wwn ff:f2:00:00:c9:d1:16:46 fcid 0xd30008 dynamic
      vsan 52 wwn ff:f2:00:00:c9:d1:0a:8c fcid 0x180044 dynamic
      vsan 20 wwn ff:f3:00:00:c9:d1:16:46 fcid 0xd30009 dynamic
      vsan 52 wwn ff:f0:00:00:c9:d1:0a:8c fcid 0x180045 dynamic
      vsan 52 wwn 10:00:00:00:c9:d1:0a:6c fcid 0x180046 dynamic
      vsan 20 wwn ff:f2:00:00:c9:d1:0a:8c fcid 0xd3000a dynamic
      vsan 20 wwn 10:00:00:00:c9:d1:0a:6d fcid 0xd3000b dynamic
      vsan 52 wwn ff:f2:00:00:c9:d1:16:46 fcid 0x180047 dynamic
      vsan 20 wwn ff:f3:00:00:c9:12:34:78 fcid 0xd3000c dynamic
      vsan 52 wwn ff:f3:00:00:c9:12:34:78 fcid 0x180048 dynamic
      vsan 52 wwn 50:06:01:69:44:60:23:4f fcid 0x1803ef dynamic
      vsan 52 wwn ff:f3:00:00:c9:d1:16:46 fcid 0x180049 dynamic
      vsan 52 wwn 10:00:00:00:c9:12:34:5b fcid 0x18004a dynamic
      vsan 52 wwn 10:00:00:00:c9:12:34:5a fcid 0x18004b dynamic
      vsan 52 wwn ff:f2:00:00:c9:12:34:78 fcid 0x18004c dynamic
      vsan 52 wwn 10:00:00:00:c9:a5:ac:f3 fcid 0x18004d dynamic
      vsan 52 wwn 10:00:00:00:c9:a5:ad:15 fcid 0x18004e dynamic
      vsan 52 wwn 10:00:00:00:c9:a5:ac:f5 fcid 0x18004f dynamic
      vsan 52 wwn 20:01:00:00:c9:a5:ac:f3 fcid 0x180050 dynamic
      vsan 52 wwn 20:02:00:00:c9:a5:ac:f3 fcid 0x180051 dynamic
      vsan 52 wwn ff:f3:00:00:c9:12:34:85 fcid 0x180052 dynamic
      vsan 52 wwn 20:00:00:11:0d:77:9c:00 fcid 0x180053 dynamic
      vsan 52 wwn 20:01:00:11:0d:77:9d:00 fcid 0x180054 dynamic
    interface port-channel3
    interface vfc1
      no shutdown
    interface vfc4
    interface vfc9
      bind interface Ethernet1/9
      no shutdown
    interface vfc10
    interface vfc11
      bind interface Ethernet1/11
      no shutdown
    interface vfc19
      bind interface Ethernet1/19
      no shutdown
    interface vfc21
      bind interface Ethernet1/21
      no shutdown
    interface vfc22
      bind interface Ethernet1/22
      switchport trunk allowed vsan 52
      no shutdown
    interface vfc24
      bind interface Ethernet1/24
      switchport trunk allowed vsan 52
      no shutdown
    interface vfc25
      bind interface Ethernet1/25
      switchport trunk allowed vsan 52
      no shutdown
    interface vfc26
      bind interface Ethernet1/26
      switchport trunk allowed vsan 52
      no shutdown
    interface vfc27
      bind interface Ethernet1/27
      no shutdown
    interface vfc28
      bind interface Ethernet1/28
      no shutdown
    interface vfc29
      bind interface Ethernet1/29
      no shutdown
    interface vfc30
      bind interface Ethernet1/30
      switchport trunk allowed vsan 52
      no shutdown
    interface vfc31
      bind interface Ethernet1/31
      shutdown
    interface vfc32
      bind interface Ethernet1/32
      no shutdown
    interface vfc33
      bind interface Ethernet1/33
      no shutdown
    interface vfc34
      bind interface Ethernet1/34
      no shutdown
    interface vfc35
      bind interface Ethernet1/35
      no shutdown
    interface vfc36
      bind interface Ethernet1/36
      no shutdown
    interface vfc37
      bind interface Ethernet1/37
      no shutdown
    interface vfc38
      bind interface Ethernet1/38
      no shutdown
    interface vfc39
      bind interface Ethernet1/39
      no shutdown
    interface vfc40
      bind interface Ethernet1/40
      no shutdown
    vsan database
      vsan 52 interface vfc1
      vsan 52 interface vfc9
      vsan 52 interface vfc11
      vsan 52 interface vfc19
      vsan 52 interface vfc21
      vsan 52 interface vfc22
      vsan 52 interface vfc24
      vsan 52 interface vfc26
      vsan 52 interface vfc27
      vsan 52 interface vfc28
      vsan 52 interface vfc29
      vsan 52 interface vfc30
      vsan 52 interface vfc31
      vsan 52 interface vfc32
      vsan 52 interface vfc33
      vsan 52 interface vfc34
      vsan 20 interface vfc35
      vsan 52 interface vfc36
      vsan 52 interface vfc37
      vsan 52 interface vfc38
      vsan 52 interface vfc39
      vsan 52 interface vfc40
      vsan 52 interface fc2/1
      vsan 52 interface fc2/2
      vsan 52 interface fc2/3
      vsan 52 interface fc2/4
    interface fc2/1
      switchport trunk allowed vsan 1
      switchport trunk allowed vsan add 52
      switchport trunk mode auto
      no shutdown
    interface fc2/2
      switchport trunk mode auto
      no shutdown
    interface fc2/3
      no shutdown
    interface fc2/4
      no shutdown
    interface Ethernet1/1
    interface Ethernet1/2
      speed 1000
    interface Ethernet1/3
    interface Ethernet1/4
    interface Ethernet1/5
    interface Ethernet1/6
    interface Ethernet1/7
      switchport mode trunk
    interface Ethernet1/8
    interface Ethernet1/9
      switchport mode trunk
      switchport trunk allowed vlan 1,10,20,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/10
    interface Ethernet1/11
      priority-flow-control mode on
      switchport mode trunk
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/12
      switchport mode trunk
    interface Ethernet1/13
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/14
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/15
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/16
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/17
    interface Ethernet1/18
      switchport mode trunk
      switchport trunk allowed vlan 1,30
    interface Ethernet1/19
      switchport mode trunk
      switchport access vlan 10
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/20
      switchport mode trunk
      switchport access vlan 52
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/21
      switchport mode trunk
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/22
    interface Ethernet1/23
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/24
      switchport mode trunk
      switchport access vlan 52
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/25
      switchport mode trunk
      switchport trunk allowed vlan 1,8,30,52
    interface Ethernet1/26
      switchport mode trunk
      switchport access vlan 52
      switchport trunk allowed vlan 1,8,30,52
    interface Ethernet1/27
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/28
      switchport mode trunk
      switchport trunk allowed vlan 1,8,30,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/29
      switchport mode trunk
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/30
      description line
      switchport mode trunk
      switchport access vlan 52
      switchport trunk allowed vlan 1,8,30,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/31
      switchport mode trunk
      switchport trunk allowed vlan 1,10,20,52
    interface Ethernet1/32
      switchport mode trunk
      switchport trunk allowed vlan 1,10,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/33
      switchport mode trunk
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/34
      switchport mode trunk
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/35
      switchport mode trunk
      switchport access vlan 10
      switchport trunk allowed vlan 1,10,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/36
      switchport mode trunk
      switchport trunk allowed vlan 1,30,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/37
      switchport mode trunk
      switchport trunk allowed vlan 1,30,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/38
      switchport mode trunk
      switchport trunk allowed vlan 1,10,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/39
      shutdown
      switchport mode trunk
      switchport trunk allowed vlan 1,10,20,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet1/40
      switchport mode trunk
      switchport trunk allowed vlan 1,52
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet2/1
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet2/2
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet2/3
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface Ethernet2/4
      switchport mode trunk
      flowcontrol receive on
      flowcontrol send on
    interface mgmt0
      ip address 10.192.194.111/20
    system default zone default-zone permit
    system default zone distribute full
    line console
    line vty
    boot kickstart bootflash:/n5000-uk9-kickstart.5.0.3.N1.1b.bin
    boot system bootflash:/n5000-uk9.5.0.3.N1.1b.bin
    interface fc2/1
    interface fc2/2
    interface fc2/3
    interface fc2/4
    zone default-zone permit vsan 20
    zone default-zone permit vsan 52
    zoneset distribute full vsan 1
    zoneset distribute full vsan 20
    zoneset distribute full vsan 52
    !Full Zone Database Section for vsan 1
    zone name bg-qa vsan 1
        member pwwn 10:00:00:00:c9:5b:ab:ca
        member pwwn 21:00:00:0c:50:c3:70:23
        member pwwn 21:00:00:0c:50:c3:70:22
        member pwwn 21:00:00:0c:50:c3:70:16
        member pwwn 21:00:00:0c:50:c3:70:1e
        member pwwn 22:00:00:0c:50:c3:70:26
        member pwwn 22:00:00:18:62:06:76:8a
        member pwwn 22:00:00:11:c6:17:68:c3
        member pwwn 22:00:00:0c:50:c3:70:1d
        member pwwn 22:00:00:0c:50:c3:6f:c2
        member pwwn 22:00:00:11:c6:17:68:dc
        member pwwn 21:00:00:0c:50:c3:6a:d0
        member pwwn 21:00:00:0c:50:79:92:90
        member pwwn 21:00:00:11:c6:17:69:a0
        member pwwn 21:00:00:0c:50:79:93:af
        member pwwn 22:00:00:0c:50:48:10:80
        member pwwn 22:00:00:11:c6:18:46:c6
        member pwwn 22:00:00:0c:50:32:2e:0f
        member pwwn 22:00:00:0c:50:48:10:74
        member pwwn 22:00:00:11:c6:18:46:f2
        member pwwn 21:00:00:00:87:13:cb:d1
        member pwwn 21:00:00:0c:50:79:91:0f
        member pwwn 10:00:00:00:c9:3c:8e:49
        member pwwn 10:00:00:00:c9:5b:ab:c2
        member pwwn 10:00:00:00:c9:5b:af:f3
    zone name sf_RAM vsan 1
        member pwwn 10:00:00:00:c9:5b:af:c9
        member pwwn 21:00:00:0c:50:b4:8e:20
    zone name anand vsan 1
        member pwwn 10:00:00:00:c9:65:69:31
        member pwwn 22:00:00:18:62:06:7f:f6
    zone name syedzone vsan 1
        member fwwn 20:11:00:0d:ec:56:7b:40
        member pwwn 50:06:01:60:44:60:23:4f
    zone name bg_qa vsan 1
    zoneset name TOM vsan 1
        member bg-qa
    zoneset name bg_dvt vsan 1
        member sf_RAM
    zoneset name lancer vsan 1
        member anand
    zoneset name bg-qa vsan 1
    zoneset name syed vsan 1
        member syedzone
    zoneset activate name lancer vsan 1
    !Full Zone Database Section for vsan 20
    zone name amrita_zone1 vsan 20
        member pwwn 10:00:00:00:c9:5b:a3:83
        member pwwn 22:00:00:04:cf:89:19:67
        member pwwn 22:00:00:0c:50:48:10:80
        member pwwn 22:00:00:11:c6:18:46:f2
        member pwwn 22:00:00:0c:50:79:93:ae
    zone name amr_zset vsan 20
    zoneset name amr_zset vsan 20
        member amrita_zone1
    zoneset activate name amr_zset vsan 20
    !Full Zone Database Section for vsan 52
    zone name vinod vsan 52
        member pwwn 50:06:01:69:44:60:23:4f
        member pwwn ff:f3:00:00:c9:12:34:78
        member pwwn 10:00:00:00:c9:12:34:5b
        member pwwn 10:00:00:00:c9:12:34:57
    zone name neha vsan 52
    zone name siv1 vsan 52
        member pwwn 10:00:00:00:c9:ad:ac:43
        member pwwn 50:06:01:61:44:60:23:4f
        member pwwn 10:00:00:00:c9:ad:ac:47
    zone name neha1 vsan 52
        member pwwn 10:00:00:00:c9:5b:ab:ad
        member pwwn 50:06:01:60:44:60:23:4f
    zone name neha2 vsan 52
        member pwwn 50:06:01:60:44:60:23:4f
        member pwwn 10:00:00:00:c9:5b:ab:a9
    zone name neha3 vsan 52
        member pwwn 10:00:00:00:c9:9d:1f:bf
        member pwwn 50:06:01:60:44:60:23:4f
    zone name neha4 vsan 52
        member pwwn 50:06:01:60:44:60:23:4f
        member pwwn 10:00:00:00:c9:9d:1f:c1
    zone name chetan vsan 52
        member pwwn 10:00:00:00:c9:f2:73:d3
        member pwwn 50:06:01:60:44:60:23:4f
        member pwwn 10:00:00:00:c9:ad:ac:47
    zone name siv2 vsan 52
        member pwwn 10:00:00:00:c9:d1:0a:6d
        member pwwn ff:f2:00:00:c9:d1:0a:8c
        member pwwn 22:00:00:0c:50:79:93:af
        member pwwn 22:00:00:0c:50:79:92:90
        member pwwn 22:00:00:0c:50:79:91:0f
        member pwwn 20:01:00:11:0d:77:9d:00
    zone name sroy vsan 52
        member pwwn 10:00:00:00:c9:b1:ea:7f
        member pwwn 50:06:01:60:44:60:23:4f
        member pwwn 10:00:00:00:c9:5b:ab:99
        member pwwn 10:00:00:00:c9:bb:cb:8f
        member pwwn 10:00:00:00:c9:5b:ab:c4
        member pwwn 10:00:00:00:c9:d1:16:25
        member pwwn 50:06:01:61:44:60:23:4f
        member pwwn 10:00:00:00:c9:a5:ac:f3
    zone name manju vsan 52
        member pwwn 10:00:00:00:c9:bb:c7:8f
        member pwwn 50:06:01:61:44:60:23:4f
    zone name ram vsan 52
        member pwwn 50:06:01:60:44:60:23:4f
        member pwwn 10:00:00:00:c9:a0:ce:2d
        member pwwn 10:00:00:00:c9:bb:17:b7
        member pwwn 10:00:00:00:c9:5b:a5:27
        member pwwn 10:00:00:00:c9:91:f7:f1
        member pwwn 10:00:00:00:c9:b1:e5:5f
    zone name jana vsan 52
        member pwwn 10:00:00:00:c9:91:f7:f1
        member pwwn 50:06:01:60:44:60:23:4f
    zone name priya vsan 52
        member pwwn 10:00:00:00:c9:e3:06:89
        member pwwn 50:06:01:60:44:60:23:4f
    zoneset name IBMraptor vsan 52
        member vinod
        member siv1
        member neha1
        member neha2
        member neha3
        member neha4
        member chetan
        member siv2
        member sroy
        member manju
        member ram
        member priya
    zoneset name ananda vsan 52
    zoneset name vinod vsan 52
    zoneset activate name IBMraptor vsan 52
    no system default switchport shutdown san
    Cisco-5020# sh system internal dcbx info interface ethernet 1/38
    Interface info for if_index: 0x1a025000(Eth1/38)
    tx_enabled: TRUE
    rx_enabled: TRUE
    dcbx_enabled: TRUE
    DCX Protocol: CIN
    Port MAC address:  00:0d:ec:b2:15:6d
    DCX Control FSM Variables: seq_no: 0x1, ack_no: 0x0,my_ack_no: 0x0, peer_seq_no:
    0x0 oper_version: 0x0,  max_version: 0x0 fast_retries 0x0
    Lock Status: UNLOCKED
    PORT STATE: UP
    LLDP Neighbors
    No DCX tlvs from the remote peer
    6 Features on this intf for Protocol CIN(0)
    3 Features on this intf for Protocol CEE(1)
    6 Features on this intf for Protocol CIN(0)
    Feature type LLS (6)sub_type FCoE Logical Link Status (0)
    feature type 6(LLS)sub_type 0
    Feature State Variables: oper_version 0 error 0 local error 0 oper_mode 0
         feature_seq_no 0 remote_feature_tlv_present 0 remote_tlv_aged_out 0
         remote_tlv_not_present_notification_sent 0
    Feature Register Params: max_version 0, enable 1, willing 0 advertise 1
         disruptive_error 0 mts_addr_node 0x101 mts_addr_sap 0x1d9
    Desired config cfg length: 1 data bytes:00
    Operating config cfg length: 0 data bytes:
    Peer config cfg length: 0 data bytes:
    Feature type PFC (3)
    feature type 3(PFC)sub_type 0
    Feature State Variables: oper_version 0 error 0 local error 0 oper_mode 0
         feature_seq_no 0 remote_feature_tlv_present 0 remote_tlv_aged_out 1
         remote_tlv_not_present_notification_sent 0
    Feature Register Params: max_version 0, enable 1, willing 0 advertise 1
         disruptive_error 0 mts_addr_node 0x101 mts_addr_sap 0x179
    Desired config cfg length: 1 data bytes:08
    Operating config cfg length: 0 data bytes:
    Peer config cfg length: 0 data bytes:
    Feature type App(Fcoe) (5)sub_type FCoE (0)
    feature type 5(App(Fcoe))sub_type 0
    Feature State Variables: oper_version 0 error 0 local error 0 oper_mode 0
         feature_seq_no 0 remote_feature_tlv_present 0 remote_tlv_aged_out 1
         remote_tlv_not_present_notification_sent 0
    Feature Register Params: max_version 0, enable 1, willing 0 advertise 1
         disruptive_error 0 mts_addr_node 0x101 mts_addr_sap 0x179
    Desired config cfg length: 1 data bytes:08
    Operating config cfg length: 0 data bytes:
    Peer config cfg length: 0 data bytes:
    Feature type PriMtu (8)
    feature type 8(PriMtu)sub_type 0
    Feature State Variables: oper_version 0 error 0 local error 0 oper_mode 0
         feature_seq_no 0 remote_feature_tlv_present 0 remote_tlv_aged_out 1
         remote_tlv_not_present_notification_sent 0
    Feature Register Params: max_version 0, enable 1, willing 0 advertise 1
         disruptive_error 0 mts_addr_node 0x101 mts_addr_sap 0x179
    Desired config cfg length: 16 data bytes:24    00    24    00    24    00    08    6e    24    00    24    00    24    00    24    00
    Operating config cfg length: 0 data bytes:
    Peer config cfg length: 0 data bytes:
    Feature type PriGrp (2)
    feature type 2(PriGrp)sub_type 0
    Feature State Variables: oper_version 0 error 0 local error 0 oper_mode 0
         feature_seq_no 0 remote_feature_tlv_present 0 remote_tlv_aged_out 1
         remote_tlv_not_present_notification_sent 0
    Feature Register Params: max_version 0, enable 1, willing 0 advertise 1
         disruptive_error 0 mts_addr_node 0x101 mts_addr_sap 0x179
    Desired config cfg length: 24 data bytes:32    32    00    00    00    00    00    00    00    0f    00    0f    00    0e    20    64    00    0e    00    0e
       00    0e    00    0e
    Operating config cfg length: 0 data bytes:
    Peer config cfg length: 0 data bytes:
    Feature type LLS (6)sub_type LAN Logical Link Status (1)
    feature type 6(LLS)sub_type 1
    Feature State Variables: oper_version 0 error 0 local error 0 oper_mode 0
         feature_seq_no 0 remote_feature_tlv_present 0 remote_tlv_aged_out 1
         remote_tlv_not_present_notification_sent 0
    Feature Register Params: max_version 0, enable 1, willing 0 advertise 1
         disruptive_error 0 mts_addr_node 0x101 mts_addr_sap 0xaf
    Desired config cfg length: 1 data bytes:80
    Operating config cfg length: 0 data bytes:
    Peer config cfg length: 0 data bytes:
    Traffic Counters
    DCBX pkt stats:
        Total frames out: 20296
        Total Entries aged: 27
        Total frames in: 0
        DCBX frames in: 0
        Total frames received in error: 0
        Total frames discarded: 0
        Total TLVs unrecognized: 0
    Cisco-5020#
    Cisco-5020#
    Cisco-5020#
    I am new to this PFC, and first time trying to configure so you can see nothing being configured.

  • 1000v Almost Working

    I've got the 1000v (single VSM in L3 mode) up and running. I have a couple of port-profiles with VMs running fine in them. All VEMs seem to be registered and speaking fine. The only problem I have is when I go to move the VSM's eth1 interface off the vSwitch0 and onto the 1000v, it loses communication (vEth shows BLK when I move it).
    N1KV# sh run
    !Command: show running-config
    !Time: Thu May  1 21:32:36 2014
    version 4.2(1)SV2(2.2)
    svs switch edition essential
    no feature telnet
    username admin password 5 $1$LxtFHxdd$nnLt6SIClbFprf3qv7Pig0  role network-admin
    banner motd #Nexus 1000v Switch#
    ssh key rsa 2048
    ip domain-lookup
    ip host N1KV 10.2.55.100
    hostname N1KV
    errdisable recovery cause failed-port-state
    vem 3
      host id 64b73ccc-c6cf-e311-0000-00000000004f
    vem 4
      host id 64b73ccc-c6cf-e311-0000-00000000002f
    vem 5
      host id 64b73ccc-c6cf-e311-0000-00000000005f
    vem 6
      host id 64b73ccc-c6cf-e311-0000-00000000003f
    snmp-server user admin network-admin auth md5 0x009f54b10a39bb2726dacb1dc22802af priv 0x009f54b10a39bb2726dacb1dc22802af localizedkey
    vrf context management
      ip route 0.0.0.0/0 10.2.55.1
    vlan 1,3255,3268,3350,3360
    port-channel load-balance ethernet source-mac
    port-profile default max-ports 32
    port-profile type ethernet Unused_Or_Quarantine_Uplink
      vmware port-group
      shutdown
      description Port-group created for Nexus1000V internal usage. Do not use.
      state enabled
    port-profile type vethernet Unused_Or_Quarantine_Veth
      vmware port-group
      shutdown
      description Port-group created for Nexus1000V internal usage. Do not use.
      state enabled
    port-profile type ethernet System-Uplink
      vmware port-group
      switchport mode trunk
      switchport trunk allowed vlan 1-3967,4048-4093
      mtu 9000
      channel-group auto mode on mac-pinning
      no shutdown
      system vlan 3255
      description physical switch link
      state enabled
    port-profile type vethernet VLAN3255
      capability l3control
      vmware port-group VLAN-3255-L3
      port-binding static auto expand
      switchport mode access
      switchport access vlan 3255
      no shutdown
      system vlan 3255
      max-ports 256
      min-ports 16
      state enabled
    port-profile type vethernet vMotion-3268
      vmware port-group
      switchport mode access
      switchport access vlan 3268
      no shutdown
      system vlan 3268
      max-ports 256
      state enabled
    port-profile type vethernet VLAN-3255
      vmware port-group
      switchport mode access
      switchport access vlan 3255
      no shutdown
      max-ports 256
      min-ports 16
      state enabled
    port-profile type vethernet VLAN-3360
      vmware port-group
      switchport mode access
      switchport access vlan 3360
      no shutdown
      max-ports 256
      min-ports 16
      state enabled
    port-profile type vethernet VLAN-3350
      vmware port-group
      switchport mode access
      switchport access vlan 3350
      no shutdown
      max-ports 256
      min-ports 16
      state enabled
    vdc N1KV id 1
      limit-resource vlan minimum 16 maximum 2049
      limit-resource monitor-session minimum 0 maximum 2
      limit-resource vrf minimum 16 maximum 8192
      limit-resource port-channel minimum 0 maximum 768
      limit-resource u4route-mem minimum 1 maximum 1
      limit-resource u6route-mem minimum 1 maximum 1
    interface port-channel1
      inherit port-profile System-Uplink
      vem 3
    interface port-channel2
      inherit port-profile System-Uplink
      vem 4
    interface port-channel3
      inherit port-profile System-Uplink
      vem 5
    interface port-channel4
      inherit port-profile System-Uplink
      vem 6
    interface mgmt0
      ip address 10.2.55.100/24
    interface Vethernet1
      inherit port-profile VLAN3255
      description VMware VMkernel, vmk0
      vmware dvport 434 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0025.B500.000B
    interface Vethernet2
      inherit port-profile vMotion-3268
      description VMware VMkernel, vmk1
      vmware dvport 442 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0050.5663.A33C
    interface Vethernet3
      inherit port-profile VLAN3255
      description VMware VMkernel, vmk0
      vmware dvport 432 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0025.B500.000E
    interface Vethernet4
      inherit port-profile VLAN3255
      description VMware VMkernel, vmk0
      vmware dvport 433 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0025.B500.000D
    interface Vethernet5
      inherit port-profile vMotion-3268
      description VMware VMkernel, vmk2
      vmware dvport 440 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0050.566D.7851
    interface Vethernet6
      inherit port-profile vMotion-3268
      description VMware VMkernel, vmk1
      vmware dvport 441 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0050.5663.CFF0
    interface Vethernet7
      inherit port-profile VLAN-3255
      description VUM, Network Adapter 1
      vmware dvport 704 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0050.5690.284B
    interface Vethernet8
      inherit port-profile VLAN3255
      description VMware VMkernel, vmk0
      vmware dvport 438 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0025.B500.000C
    interface Vethernet9
      inherit port-profile vMotion-3268
      description VMware VMkernel, vmk1
      vmware dvport 443 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0050.566C.6C27
    interface Vethernet10
      inherit port-profile VLAN-3255
      description Ubuntu - Craig, Network Adapter 1
      vmware dvport 705 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0050.5690.0A43
    interface Vethernet11
      inherit port-profile VLAN3255
      description Nexus1000V-4.2.1.SV2.2.1b, Network Adapter 1
      vmware dvport 703 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0050.5690.E208
    interface Vethernet12
      inherit port-profile VLAN3255
      description Nexus1000V-4.2.1.SV2.2.1b, Network Adapter 3
      vmware dvport 701 dvswitch uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a"
      vmware vm mac 0050.5690.F928
    interface Ethernet3/1
      inherit port-profile System-Uplink
    interface Ethernet4/1
      inherit port-profile System-Uplink
    interface Ethernet4/2
      inherit port-profile System-Uplink
    interface Ethernet5/1
      inherit port-profile System-Uplink
    interface Ethernet5/2
      inherit port-profile System-Uplink
    interface control0
    cli alias name wr copy run start
    line console
    boot kickstart bootflash:/nexus-1000v-kickstart.4.2.1.SV2.2.2.bin sup-1
    boot system bootflash:/nexus-1000v.4.2.1.SV2.2.2.bin sup-1
    boot kickstart bootflash:/nexus-1000v-kickstart.4.2.1.SV2.2.2.bin sup-2
    boot system bootflash:/nexus-1000v.4.2.1.SV2.2.2.bin sup-2
    svs-domain
      domain id 10
      control vlan 1
      packet vlan 1
      svs mode L3 interface mgmt0
    svs connection vcenter
      protocol vmware-vim
      remote ip address 10.2.55.35 port 80
      vmware dvs uuid "3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a" datacenter-name UCS
      admin user n1kUser
      max-ports 8192
      connect
    vservice global type vsg
      tcp state-checks invalid-ack
      tcp state-checks seq-past-window
      no tcp state-checks window-variation
      no bypass asa-traffic
    vnm-policy-agent
      registration-ip 0.0.0.0
      shared-secret **********
      log-level
    N1KV# sh mod
    Mod  Ports  Module-Type                       Model               Status
    1    0      Virtual Supervisor Module         Nexus1000V          active *
    3    332    Virtual Ethernet Module           NA                  ok
    4    332    Virtual Ethernet Module           NA                  ok
    5    332    Virtual Ethernet Module           NA                  ok
    Mod  Sw                  Hw
    1    4.2(1)SV2(2.2)      0.0
    3    4.2(1)SV2(2.2)      VMware ESXi 5.5.0 Releasebuild-1623387 (3.2)
    4    4.2(1)SV2(2.2)      VMware ESXi 5.5.0 Releasebuild-1623387 (3.2)
    5    4.2(1)SV2(2.2)      VMware ESXi 5.5.0 Releasebuild-1623387 (3.2)
    Mod  Server-IP        Server-UUID                           Server-Name
    1    10.2.55.100      NA                                    NA
    3    10.2.55.101      64b73ccc-c6cf-e311-0000-00000000004f  exucs1.bhsi.com
    4    10.2.55.103      64b73ccc-c6cf-e311-0000-00000000002f  exucs3.bhsi.com
    5    10.2.55.102      64b73ccc-c6cf-e311-0000-00000000005f  exucs2.bhsi.com
    * this terminal session
    N1KV#
    N1KV# module vem 3 execute vemcmd show port
      LTL   VSM Port  Admin Link  State  PC-LTL  SGID  Vem Port  Type
       17     Eth3/1     UP   UP    FWD     561     0    vmnic0
       49     Veth11     UP   UP    FWD       0     0  Nexus1000V-4.2.1.SV2.2.1b.eth0
       50      Veth5     UP   UP    FWD       0     0      vmk2
       51      Veth8     UP   UP    FWD       0     0      vmk0
       53     Veth12     UP   UP    FWD       0     0  Nexus1000V-4.2.1.SV2.2.1b.eth2
      561        Po1     UP   UP    FWD       0
    * F/B: Port is BLOCKED on some of the vlans.
           One or more vlans are either not created or
           not in the list of allowed vlans for this port.
     Please run "vemcmd show port vlans" to see the details.
    N1KV#
    N1KV# sh svs connections
    connection vcenter:
        ip address: 10.2.55.35
        remote port: 80
        protocol: vmware-vim https
        certificate: default
        datacenter name: UCS
        admin: n1kUser(user)
        max-ports: 8192
        DVS uuid: 3c 0d 10 50 1b 8e 2c c6-fb 74 a2 23 ea c8 07 9a
        config status: Enabled
        operational status: Connected
        sync status: Complete
        version: VMware vCenter Server 5.5.0 build-1750787
        vc-uuid: 61E318F1-6DF1-4441-B34B-C762CC2E4AE4
        ssl-cert: self-signed or not authenticated
    ~ # esxcfg-vmknic -l
    Interface  Port Group/DVPort   IP Family IP Address                              Netmask         Broadcast       MAC Address       MTU     TSO MSS   Enabled Type
    vmk2       440                 IPv4      10.2.68.101                             255.255.255.0   10.2.68.255     00:50:56:6d:78:51 1500    65535     true    STATIC
    vmk2       440                 IPv6      fe80::250:56ff:fe6d:7851                64                              00:50:56:6d:78:51 1500    65535     true    STATIC, PREFERRED
    vmk0       438                 IPv4      10.2.55.101                             255.255.255.0   10.2.55.255     00:25:b5:00:00:0c 1500    65535     true    STATIC
    vmk0       438                 IPv6      fe80::225:b5ff:fe00:c                   64                              00:25:b5:00:00:0c 1500    65535     true    STATIC, PREFERRED

    I hope you get an answer to your problem.
    Unfortunately, it's a lot of code to wade through, and many regulars know you
    cross-post your problems all over the place, so probably ignore your posts
    rather than risk their time being wasted on a problem already solved.
    When I said "I hope you get an answer to your problem.",
    I lied.

  • Error While Configuring the Shared Service with Active Directory

    Hi All,
    I am getting a error while configuring MSAD with Shared Service, when entering the User Id and password and clicking next, the following error is displayed:
    "EPMCSS-05180:Failed to validate Security configuration. Failed to connect. Invalid values for Base DN, User DN or Password. Enter valid value(s). Root Cause : [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1]"
    The AD user has the read access to the all users and group in Active Directory. If I use an Active Directory user with Admin privilege, It is getting connected.
    But client is not ready to provide the Admin Access due to their internal policy and I also don't have any document which says admin privilege is required. According to the document,the user should have the following privileges only.
    "The distinguished name of the user that Shared Services should use to bind with the user directory. This user must have search privilege on the RDN attribute within the DN. For example, in the dn: cn=John Doe, ou=people, dc=myCompany, dc=com, the bind user should have search access to the cn attribute.Special characters in User DN must be specified using escape characters. See “Using Special Characters” on page 46 for restrictions.
    Example: cn=admin,dc=myCompany,dc=com
    But I am getting confused with the statement "This user must have search privilege on the RDN attribute within the DN". Is it not search privillege?
    Can anybody help me with required privilege for Active Directory user to configure with Shared Service.
    Thanks in Advance,
    Sunil

    Thank you All,
    i tried connecting using AD Browser from Microsoft, and it went in properly. then i found out that the AD Team here were giving a Wrong Credentials to connect, they Gave me HYP_OID which infact turned out to be a Principal name instead of a 'cn'.
    after searching in the AD Browser i found the correct cn which is "Hyperion OID", then it went to the second Screen where now i am trying to search for the Users based on thier Job Nature.
    Thank you for all the Support Guys, you both "Celvin" and "John" are the Top Guys under my Search list for any technical Assistance.
    Thank you once again Friends....
    Regards,
    Sunil...
    Shantan....

  • Using Auto Suggest To Set The Value Of Multipe Form Fields

    I would like to use the Spry 1.5 Preview Auto Suggest widget
    to provide the value for multiple form fields based on the row the
    user selects in the auto suggestion data set. I've placed an
    example of what I want to do here:
    http://www.brucephillips.name/spry/Spry_P1_5_Preview/autosuggest/autosuggestMultipleFields .cfm
    It appears that when the user clicks on one of the rows in
    the auto suggestion data set, the current row for the data set is
    not updated but remains the default (first row in the data set).
    Therefore, if you have a spry:detailregion that uses that data set,
    the values for that detail region are from the first row in the
    data set and not the row the user selected.
    Is it possible to set the current row of the auto suggest
    data set to the row the user clicked on in the auto suggestion data
    set so that the spry:detailregion will have the values from the row
    the user clicked on?
    I had previously modified the Spry 1.4 Auto Suggest widget to
    do this. See:
    http://www.brucephillips.name/blog/index.cfm/2006/11/6/Modifing-Sprys-Auto-Suggest-Widget- to-Bind-Users-Selection-to-A-Form
    Thank you for any assistance.

    Cristian: thank you for the reply. I understand your concern
    about the user changing the auto suggest field after updating the
    complimentary fields. I think that could be handled through user
    instruction. Additionally, instead of using form fields to hold the
    complimentary data I could use non-editable paragraphs.
    I hope the change is not too difficult. I think this
    modification would make the auto suggest widget even more useful.
    For example think about a product auto suggest. User starts to type
    in the name of the product, selects the full product name from the
    auto suggestions, and now the page can immediately show in a
    spry:detailregion all the product details.
    Thanks again for considering my request. I really appreciate
    all the work the Spry team is doing. I'm looking forward to the
    official release of Spry.

Maybe you are looking for

  • Additional field in MSS Leave Application

    hi, In standard Leave application the leave request is sent to a person and he approves, i need a two step approval, so here are my questions, is it possible to add additional fields in the portal application for leave which is a standard. are there

  • Scheduling of Iphoto and Web Gallery Uploads

    Hi, Does anyone know if there is an app or built in functionality in iPhoto that allows one to schedule when photos can be uploaded to the MobileMe web gallery? I don't want to do this whilst I'm working on my PC and will rather tell it what to uploa

  • Constant Crashing in Indesign

    I am running Indesign CC on a Windows 7 PC. I am a magazine designer and i build 100 page documents and work on a single document for 2 months at a time. Of late i am constantly having problems with my files crashing when i am trying to move content

  • Different formats (drone/GoPro), best edit settings?

    Hello, and thanks for ANY input. I have been tasked with an edit. I will be shooting with a: Phantom 2 Vision+ - 1920 x 1080 60i - 1920 x 1080 30p - 1920 x 1080 25p - 1280 x 720 60p - 1280 x 720 30p - 640 x 480 30p GoPro Hero 3+ Black - Shooting mode

  • How do I change the text in my titles?

    I'm new to FCP X and was wondering if anyone could help direct me.... I am able to change only some of the text in the titles I use but others ...I can't seem to change the text (there's no text box available) ....it's really very fustrating... is th