Nexus 7009 N7K-M2206FQ-23L 40GigE Port Configuration Problem

Hi,
I am experiencing a strange behaviour in configuring a 40GigE Link between two Nexus 7009 Eth6/1 and Eth9/2; both sides have a
N7K-M2206FQ-23L Module; I am using a QSFP-40GE-LR4 Optic on both sides. The Operting system is 6.2(6) on both sides.
After configuring the Interfaces as a Layer3 Interface and a no shutdown I get the message
Ethernet6/1 is down (Administratively down)
admin state is down, Dedicated Interface
So what is going wrong ?
Thanks in advance
Manfred
Ethernet6/1
transceiver is present
type is QSFP-40GE-LR4
name is CISCO
part number is FTL4C1QE1C-C1
revision is B
serial number is FNS18410KXL
nominal bitrate is 10300 MBit/sec per channel
Link length supported for 9/125um fiber is 10 km
cisco id is --
cisco extended id number is 176
cisco part number is 10-2848-01
cisco product id is QSFP-40GE-LR4
cisco vendor id is V01
Ethernet9/2
transceiver is present
type is QSFP-40GE-LR4
name is CISCO
part number is FTL4C1QE1C-C1
revision is B
serial number is FNS1834014K
nominal bitrate is 10300 MBit/sec per channel
Link length supported for 9/125um fiber is 10 km
cisco id is --
cisco extended id number is 176

Hi,
After connecting the cable to both ports, do you see green lights on the ports?
Do the interfaces go to up and up mode at all?
HTH

Similar Messages

  • Can't run form from Form Builder 10g - Port configuration problem?

    Hi,
    I have installed the Database (10.2.0.1.0) and the Developer Suite (10.1.2.0.2) on two Linux machines (Red Hat Enterprise Linux ES 4 Basic).
    If I enter the frmservlet-URL manually everything seems to be fine.
    In one case I enter http://127.0.0.1:8890/forms/frmservlet, in the other http://127.0.0.1:8889/forms/frmservlet; in BOTH cases I get eventually a dark square and the status bar says "Applet oracle.forms.engine.Main started".
    HOWEVER, if I create a simple form with Form Builder and click on the Button with the green traffic light ("Run Form"), the form runs only on the machine where frmservlet listens on port 8890.
    On the other machine (frmservlet configured to listen on port 8889) Firefox pops up, the URL "http://127.0.0.1:32979/6dOrpwghCqnp8PhMT7KVT533m3IaArqFbPqPBOztZXWYSsNy" gets called, and nothing else happens. The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and it stays like this forever.
    I assume this is a port configuration problem, but I don't have a clue where to start.
    Any suggestions how I should proceed are greatly appreciated.
    Thank you very much in advance!

    Hi Frank,
    Thank you for your reply.
    I doublechecked my configuration.
    In the dialog Edit --> Preferences --> Runtime the Application Server URL is set to "127.0.0.1:8889/forms/frmservlet".
    However, when I attempt to run the form, the URL "http://127.0.0.1:33140/W2dwbV9eXS2fPkuKlxNhCxFWdEihwDviat2uV7ycrSotqwDN" gets called.
    The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and that's it.
    I wonder how the port number 33140 got selected. Interestingly, this time it is a different number; last time it was port 32979. In fact, the port number seems to change each time; I tried again and now it is 33189.
    I will now try to set the port number for the frmservlet to 8890.
    I choose Edit --> Preferences --> Runtime and set the application server URL to "127.0.0.1:8890/forms/frmservlet".
    I stop the container, open /home/oracle/OraHome_1/j2ee/DevSuite/config/default-web-site.xml and change the port number to 8890:
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE web-site PUBLIC "Oracle Application Server 10g XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <!-- change the host name below to your own host name. Localhost will -->
    <!-- not work with clustering -->
    <!-- also add cluster-island attribute as below
    <web-site host="localhost" port="0" protocol="ajp13"
    display-name="Default Oracle Application Server 10g Java WebSite" cluster-island="1" >
    -->
    <web-site port="8890" protocol="http"
    display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site">
    <!-- Uncomment the following line when using clustering -->
         <!-- <frontend host="your_host_name" port="80" /> -->
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp" root="/j2ee" />
    <!-- Do not delete this line. -->
    <web-app application="forms" name="formsweb" root="/forms" />
    <!-- -->
    <!-- <web-app application="forms" name="formsweb" root="/forms" /> -->
    <web-app application ="reports" name="web" root="/reports" />
    <web-app application = "reports" name="demo" root="/repdemo" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/default-web-access.log" />
    </web-site>
    I restart the container, start Form Builder, connect to the database, and open my test form.
    When attempting to run the form, the URL "http://127.0.0.1:33437/Pl0n3ky9vmU5z37A7ScBnQhsGwq3jwuzJpgTAKWPMOYIzT8K" gets called (again a new port number, apparently picked radomly within a certain range) and nothing happens: "Waiting for 127.0.0.1...".
    However, when I enter the URL http://127.0.0.1:8890/forms/frmservlet I do (eventually, after confirming that I trust the certificate etc.) get a darc rectangle and the status message "Applet oracle.forms.engine.Main started", which tells me that my setup can't be that far off target.
    Here is the output of netstat:
    [root@localhost ~]# netstat -anp --tcp
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN 2779/rpc.statd
    tcp 0 0 0.0.0.0:23910 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2759/portmap
    tcp 0 0 0.0.0.0:1521 0.0.0.0:* LISTEN 4265/tnslsnr
    tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 2983/xinetd
    tcp 0 0 127.0.0.1:7830 0.0.0.0:* LISTEN 4429/spamd --port 7
    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2928/cupsd
    tcp 0 0 0.0.0.0:9240 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3002/sendmail: acce
    tcp 0 0 0.0.0.0:8890 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:32795 0.0.0.0:* LISTEN 4231/ora_d000_orcl
    tcp 0 0 127.0.0.1:1521 127.0.0.1:32817 ESTABLISHED 4265/tnslsnr
    tcp 0 0 127.0.0.1:32817 127.0.0.1:1521 ESTABLISHED 4209/ora_pmon_orcl
    tcp 0 0 127.0.0.1:33425 127.0.0.1:1521 ESTABLISHED 5298/frmbld
    tcp 0 0 127.0.0.1:1521 127.0.0.1:33425 ESTABLISHED 5311/oracleorcl
    tcp 1 0 80.133.127.83:33485 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33484 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33494 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33520 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 80.133.127.83:33529 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 0 0 80.133.127.83:33528 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 1 0 80.133.127.83:33460 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33470 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 :::22 :::* LISTEN 2968/sshd
    tcp 0 0 ::ffff:127.0.0.1:33437 :::* LISTEN 5298/frmbld
    tcp 697 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33439 CLOSE_WAIT -
    tcp 348 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33440 CLOSE_WAIT -
    [root@localhost ~]#
    The question remains: Where do those port numbers come from?
    Regards,
    jme

  • Port configuration problem

    After updating Safari, my "port configuration" does not recognize the built-in ethernet option and I can't connect to the internet using Safari. Everything else works properly - Any suggestions?

    Hi Jim, and a warm welcome to the forums!
    Are you saying that it doesn't show at all in Network>Show:>Network Port Configurations?
    If you haven't yet try this...
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, when complete reboot.

  • AS5300 - Voice Port Configuration Problem

    Hi guys,
    I'm trying to configure a E1 PRI 8 Port Module on a AS5300 (IOS: 12.3(18)) but after I configured the controller, I can't find the voice ports. if I do a sh voice port summ there are no voice ports listed.
    The controller is showing up in sh controllers e1 0.
    Also under the dial-peer there is no port command..
    Anybody has had this issue before?
    Thanks.
    Best regards

    here are the outputs:
    Router#sh vers
    Cisco Internetwork Operating System Software
    IOS (tm) 5300 Software (C5300-JS-M), Version 12.3(18), RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2006 by cisco Systems, Inc.
    Compiled Wed 15-Mar-06 16:39 by dchih
    Image text-base: 0x60008AEC, data-base: 0x618EC000
    ROM: System Bootstrap, Version 12.0(2)XD1, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)
    BOOTLDR: 5300 Software (C5300-BOOT-M), Version 12.1(17), RELEASE SOFTWARE (fc1)
    Router uptime is 3 hours, 53 minutes
    System returned to ROM by reload at 16:26:08 gmt Sun Jan 2 2000
    System image file is "flash:c5300-js-mz.123-18.bin"
    cisco AS5300 (R4K) processor (revision A.32) with 131072K/16384K bytes of memory.
    Processor board ID 14898234
    R4700 CPU at 150MHz, Implementation 33, Rev 1.0, 512KB L2 Cache
    Channelized E1, Version 1.0.
    Bridging software.
    X.25 software, Version 3.0.0.
    SuperLAT software (copyright 1990 by Meridian Technology Corp).
    TN3270 Emulation software.
    Primary Rate ISDN software, Version 1.1.
    Backplane revision 2
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x30,
    Board Hardware Version 1.80, Item Number 800-2544-03,
    Board Revision A0, Serial Number 14898234,
    PLD/ISP Version 0.0,  Manufacture Date 8-Jul-1999.
    1 Ethernet/IEEE 802.3 interface(s)
    1 FastEthernet/IEEE 802.3 interface(s)
    35 Serial network interface(s)
    240 terminal line(s)
    8 Channelized E1/PRI port(s)
    128K bytes of non-volatile configuration memory.
    16384K bytes of processor board System flash (Read/Write)
    8192K bytes of processor board Boot flash (Read/Write)
    Configuration register is 0x2102
    Router#sh run
    Building configuration...
    Current configuration : 2057 bytes
    version 12.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    enable password cisco
    spe 1/0 2/9
    firmware location system:/ucode/mica_port_firmware
    resource-pool disable
    clock timezone gmt 2
    no aaa new-model
    ip subnet-zero
    ip cef
    isdn switch-type primary-net5
    isdn voice-call-failure 0
    voice call send-alert
    voice rtp send-recv
    voice service pots
    voice service voip
    sip
    voice class codec 1
    voice class codec 100
    controller E1 0
    framing NO-CRC4
    pri-group timeslots 1-31
    controller E1 1
    clock source line secondary 1
    controller E1 2
    clock source line secondary 2
    controller E1 3
    clock source line secondary 3
    controller E1 4
    clock source line secondary 4
    controller E1 5
    clock source line secondary 5
    controller E1 6
    clock source line secondary 6
    controller E1 7
    clock source line secondary 7
    interface Ethernet0
    no ip address
    interface Serial0
    no ip address
    clock rate 2015232
    no fair-queue
    interface Serial1
    no ip address
    clock rate 2015232
    no fair-queue
    interface Serial2
    no ip address
    clock rate 2015232
    no fair-queue
    interface Serial3
    no ip address
    shutdown
    clock rate 2015232
    no fair-queue
    interface Serial0:15
    no ip address
    encapsulation hdlc
    isdn switch-type primary-net5
    isdn incoming-voice modem
    no cdp enable
    interface FastEthernet0
    ip address 1.1.1.1 255.255.255.252
    duplex auto
    speed auto
    ip classless
    ip route 0.0.0.0 0.0.0.0 1.1.1.2
    no ip http server
    dial-peer voice 100 voip
    destination-pattern .T
    session protocol sipv2
    session target ipv4:192.168.1.1
    session transport udp
    dtmf-relay rtp-nte
    dial-peer voice 10 pots
    destination-pattern .T
    direct-inward-dial
    sip-ua
    no remote-party-id
    sip-server ipv4:192.168.1.1
    line con 0
    line 1 240
    line aux 0
    line vty 0 4
    transport input lat pad mop telnet rlogin udptn
    end
    Router#
    Router#sh diag
    Motherboard Info:
    Backplane revision 2
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x30,
    Board Hardware Version 1.80, Item Number 800-2544-03,
    Board Revision A0, Serial Number 14898234,
    PLD/ISP Version 0.0,  Manufacture Date 8-Jul-1999.
    EEPROM format version 0
    EEPROM contents (hex):
       0x00: 00 01 01 30 01 50 03 20 00 09 F0 03 41 00 31 34
       0x10: 38 39 38 32 33 34 00 00 00 00 00 00 00 00 13 63
       0x20: 07 08 00 00 FF FF FF FF FF FF FF FF FF FF FF FF
       0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
    FRU NUMBER : AS5300
    Slot 0:
    Hardware is Octal E1 PRI, 8 ports
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x49,
    Board Hardware Version 1.0, Item Number 800-3883-01,
    Board Revision A0, Serial Number 14896274,
    PLD/ISP Version 0.1,  Manufacture Date 29-Jun-1999.
    EEPROM format version 0
    EEPROM contents (hex):
       0x00: 00 01 01 49 01 00 03 20 00 0F 2B 01 41 00 31 34
       0x10: 38 39 36 32 37 34 00 00 00 00 00 00 00 00 13 63
       0x20: 06 1D 00 01 FF FF FF FF FF FF FF FF FF FF FF FF
       0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
    FRU NUMBER : AS53-8CE1+=
    Slot 1:
    Hardware is Duo Density Modems
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x4C,
    Board Hardware Version 1.0, Item Number 800-3680-01,
    Board Revision A0, Serial Number 14049055,
    PLD/ISP Version 2.2,  Manufacture Date 7-Jul-1999.
    EEPROM format version 0
    EEPROM contents (hex):
       0x00: 00 01 01 4C 01 00 03 20 00 0E 60 01 41 00 31 34
       0x10: 30 34 39 30 35 35 00 00 00 00 00 00 00 00 13 63
       0x20: 07 07 02 02 FF FF FF FF FF FF FF FF FF FF FF FF
       0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
    FRU NUMBER : AS53-120-CC2=
    Slot 2:
    Hardware is Duo Density Modems
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x4C,
    Board Hardware Version 1.0, Item Number 800-3680-01,
    Board Revision A0, Serial Number 14055218,
    PLD/ISP Version 2.2,  Manufacture Date 7-Jul-1999.
    EEPROM format version 0
    EEPROM contents (hex):
       0x00: 00 01 01 4C 01 00 03 20 00 0E 60 01 41 00 31 34
       0x10: 30 35 35 32 31 38 00 00 00 00 00 00 00 00 13 63
       0x20: 07 07 02 02 FF FF FF FF FF FF FF FF FF FF FF FF
       0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
    FRU NUMBER : AS53-120-CC2=
    Router#

  • Serial Port Configuration Problem (SerialPortX 2.1 library)

    First, thanks to the author for all of the hard work on this AppleScript library. It has worked sucessfully for me for the last two years.
    However, I'm having a problem with a new-to-us scale in our laboratory. It's an older model and requires the communications settings to be 9600 / 7-E-1 with no handshaking. For novices such as myself that's 9600 bits per second, 7 data bits, even parity and 1 stop bit. I am able to successfully communicate with the scale via screen in Terminal or Serial Tools v0.4. The scale is physically attached to my Mac using a KeySpan USA-19HS serial to USB adapter.
    By connecting my mac to a PC I've been able to successfully communicate between the two machines with an AppleScript using the SerialPortX library as long as all parameters match (e.g., bit rate, parity, stop bits and handshaking). The only time this fails is if the data bits is anything other than 8, which makes me think that a bug is preventing me from changing the default value (in my scale's case from 8 to 7).
    Has anyone had any experience with this error? Is it possible to edit the script library to change the default to 7? Any other possible work-arounds (remember the scale is old and I can change the data bits on it)?Any advice or follow up questions are appreciated. Thanks for your time and consideration.

    Thanks for the suggestion. Here's my AppleScript:
    set {lf, cr} to {ASCII character 10, ASCII character 13}
    set carriage_return to (cr & lf as Unicode text)
    set myport to serialport list
    set oh to choose from list myport
    set PR to serialport open oh bps rate 9600 data bits 7 parity 2 stop bits 1 handshake 0
    set cmd to "Q" & carriage_return
    if PR is equal to -1 then
    display dialog "could not open port "
    else
    serialport write cmd to PR
    delay 10
    set mystr to serialport read PR --for 30
    delay 1
    #set cmd to "OP" & lf
    serialport close PR
    end if
    display dialog mystr

  • Nexus 7009 does not show the N7K-F248XP-25 modules ethernet ports n sh run

    Hi everyone,
    I have a question...
    I going to install two Nexus 7009 with three N7K-F248XP-25  modules on each one, I am planning to create 3 VDC, but at the initial configuration the system does not show the Ethernet ports of these modules, even with the show inventory and show module I can see that the modules are recognized and its status is OK. There is something that I have to do before start to configure these modules...? enable some feature or license in order to see the ports with show running CLI...?

    You can enable F1, F2, M1, M1XL and M2XL Series modules. There are no restrictions on the type of mix allowed for the system module-type command. The system module-type command allows a mix of F1, F2, M1, M1XL, and M2XL Series modules in the VDC.
    Note The limit-resource module-type command controls the restrictions on the module-types that can be mixed in the VDC.
    Note Use the system module-type f2 command to allow F2E Series modules into a VDC. The ports from F2 and F2E Series modules can be allocated like any other ports.
    Note The modules that you do not enable must not be powered on after you configure this feature and enter yes. An error message will force you to manually disable these modules before proceeding. This prevents major disruption and service issues within a VDC.
    The no form of this command resets the configuration mode to allow all modules.
    hope this helps

  • Routing issue in Nexus 7009 due to vPC or hsrp

    we have two site's, on first site we have two nexus 7009 switches (Nexus A  & Nexus B)  and other site is remote site having two 6500 switches. (design attached)
    we are using hsrp on nexus switches and Active is Nexus A for all vlan’s 
    From one of my remote site user's (user's are in vlan 30 ) are not able to communicate with  nexus site vlan 20 specially if host in vlan 20 take forwarding path from nexus switch B,
    I can ping the vlan 20 both physical address's and gateway (vlan 20 configured in both nexus switch and using HSRP) from vlan 30 which configured on remote site 6500 switch
    ospf with area 0 is the  routing protocol running between both site.
    vlan 10 we are using as a management  vlan on both nexus switch  that building neighbore ship with WAN router, it's means wan router have two neighbors nexus A and nexus B, but nexus B building the neigbhorship via a Nexus A because from WAN router we have single link which is terminated on Nexus A,
    there is one layer 2 switch between nexus A and WAN router, nexus A site that switch port in vPC because we are planning to pull second link later to nexus B.
    All user's are connected with edge switch and edge switch have a redundant uplink to nexus A and B with vPC configured
    After troubleshooting we observe that if user in vlan 20 wants to communicate with vlan 30 (remote site), traffic is taking Nexus B is forwarding path, then gets drops.
    I run the tracert from pc its showing route till SVI on Nexus B  after that seems packets not finding route.  Even vlan 30 routes are available in the routing table of Nexus B. we don’t have any access-list and Firewall between this path.

    Hi,
    I suspect in your scenario that traffic is being dropped due to the characteristics of vPC, the routing table on Nexus-B may reflect the next-hop address for the destination IP, however if that next-hop address is the address of the Nexus-A off of VLAN 20 then it will be forwarded across the vPC peer-link, this breaks the convention.
    When you attach a Layer 3 device to a vPC domain, the peering of routing protocols using a VLAN also carried on the vPC peer-link is not supported. If routing protocol adjacencies are needed between vPC peer devices and a generic Layer 3 device, you must use physical routed interfaces for the interconnection.
    You can configure VLAN Interfaces for Layer 3 connectivity on the vPC peer devices to link to Layer 3 of the network for such applications as HSRP and PIM. However, Cisco recommend that you configure a separate Layer 3 link for routing from the vPC peer devices, rather than using a VLAN network interface for this purpose.
    Take a look at the following URL, this article helps to explain the characteristics of vPC and routing over the peer-link:
    http://bradhedlund.com/2010/12/16/routing-over-nexus-7000-vpc-peer-link-yes-and-no/
    Regards
    Allan.
    Hope you find this is helpful.
    Sent from Cisco Technical Support iPad App

  • Port-channel Problem between Fabric Interconnect and N7K vPC

    Dear all,
    I have a problem with Port-channel Uplink between Fabric Interconnect with N7K using vPC
    This is my network topology for UCS Deployment
    In N7K I has configured vPC for red link and green link, at Fabric Interconnect A I has configured Port-Channel with member is Port 1 and Port 2, uplink is red link. At Fabric Interconnect B, I has configured Port-Channel with member is Port 1 and Port 2, uplink is green link.
    The show interface port-channel on N7K is good, every port-channel is up and have all member. But At Fabric Interconnnect, when I see on UCS Manager, the status of Port-Channel on Fabic A and Fabric B is fault with Additional Info: No operational member. Although all link is link up and I has status of Port-Channel is enable on UCS Manager. When I see the Properties of Port 1, Port 2 on Port-channel, I see the membership status is : individual. This mean port-channel is not up and no membership in this configuration. I want to using port-channel for load balance and plus more bandwidth for uplink to 20Gig. I don't understand why ?
    Please help me resolve this problem, I has send the capture screen of UCS Manager when I show status of Port-channel and Port-member in port-channel in attach items.
    Anyone can help me to resolve this, thanks you very much. Please reference attach items for more detail about fault.
    Thanks,
    Trung.

    Thanks Matthew very much,
    I has resolved this problem. The reason of problem is miss match protocol of port-channel between N7K and Fabric Interconnect. The Fabric Interconnect always use LACP protocol, but N7K using Port-channel mode on, that why the port-channel failed. I has configured LACP for port-channel in N7K, it has resolved the problems.
    Thanks,
    Trung.

  • Deleted CDMA USB Modem from Port Configurations... Can't get it back!

    A while back, I was trying out a wireless USB CDMA modem. I didn't really like it and was mainly just using it for testing purposes, and after I was done with it I deleted the port configuration out of my Network Config, thinking A) I'd never need it again and B) It would repopulate or at least be able to be recreated if I wanted to use it again.
    Well, this weekend I'm out of town in an area where I don't have an internet connection regularly and need the ability to connect without relying on WIFI. So I reactivated the USB modem and went on my way. As soon as I put the card in, though, nothing happens. Normally the card would automatically detect and even open up its own connection software in the title bar. This time, nothing. So I boot into Windows and test it out there: works fine. Detects, connects, loads webpages, everything. So it's not the card.
    I go back into OS X and see if there's anyway to manually add it. I check in System Profiler, and sure enough, under USB the card is recognized. Not in modems, though, but I can't remember if it populated there before. Anyway, I go into Network Config, try to add a port, but the only things available are the typical Ethernet, Airport, Bluetooth, etc. No USB, no CDMA modem, nothing I need.
    So what I'm thinking is, when I deleted the old CDMA modem setting in Network Port Configs, its pretty much permanently deleted it. My question is, is there any way for me to manually get it back? I really could use the benefit of this card at the moment.
    Thanks for any help,
    Bryan

    I had not heard of that brand. Out here we get a lot of stuff from China and Korea.
    After I wrote that last night, I had a closer look at my settings and the CDMA modem I have is shown in the Network Configurations panel -- yours is not, you say.
    Sorry, if I was not clear about the point concerning Bluetooth. That panel provides a list of ALL modem drivers, so I was suggesting that you had a look in there, in case there might be a suitable modem driver you could use.
    I had two of these modems (one was stolen) the first used that Null modem driver while the other used a Huawei driver that I had to work hard to make the local company find.
    I just looked at the Franklin Support pages and as you say, they do not appear to have a driver listed for Macs, only the user guide.
    As a late thought, and not wishing to sound funny at all: have you tried the other USB port? With one of the CDMA modems I had it would work perfectly in one port but in the other the computer never recognised it.
    Message was edited by: Graham K. Rogers

  • How can we transport the partner profiles and Port configurations

    Hi everybody,
    How can we transport the partner profiles and Port configurations. While creating these , system will not ask for Dev class and we cant assign any Transport request number. Then How can we transport these settings?
    Your replies are really apreciable.
    Thanks and Regards,
    Vijay.

    Hi,
    please have a look of the OSS note: 182172
    >>
    The partner profiles are stored in the following tables:
    Table EDPP1: General partner profile
    Table EDP12: Partner profile outbound, additional data NAST
    Table EDP13: Partner profile outbound
    Table EDP21: Partner profile inbound
    Table EDIPHONE: Connection to SAP telephony (optional)
    You can use R3TR TABU to manually set the tables into a Customizing request (as of Release 46, into a SYST-type request).
    <<
    Rgd
    Frédéric

  • Inconsistent port configuration on SP2 (ms/db is 3600 or 3610 ?)

    Hi All,
    Inconsistent port configuration on SP2 (ms/db is 3600 or 3610 ?)
    Dear All,
    There seems to be an inconsistency in the port configuration on the SP2 that could possibly explain why Tradelink (LN) sometimes is not able to connect to SP2.
    - the saplogon.ini file seems to indicate SP2 has instance number 00
    - SM51 indicates the DB server is system number 00
    - the saprouttab indicates the message server has port 3610
    - the services file also indicates port 3610
    While this could be correct and simply means the DB server and MS server use different ports, this is not typical/logical. It also means for applications that are not able to distingu
    Is it network issue??
    Regards
    Mohsin
    SAP Basis Mumbai.

    Hi All,
    Inconsistent port configuration on SP2 (ms/db is 3600 or 3610 ?)
    Dear All,
    There seems to be an inconsistency in the port configuration on the SP2 that could possibly explain why Tradelink (LN) sometimes is not able to connect to SP2.
    - the saplogon.ini file seems to indicate SP2 has instance number 00
    - SM51 indicates the DB server is system number 00
    - the saprouttab indicates the message server has port 3610
    - the services file also indicates port 3610
    While this could be correct and simply means the DB server and MS server use different ports, this is not typical/logical. It also means for applications that are not able to distingu
    Is it network issue??
    Regards
    Mohsin
    SAP Basis Mumbai.

  • Port Configuration EDI/IDoc

    Please anybody can explain me in detail Port Configuration for EDI/IDoc(T Code WE21).
    please explain how can i create new port.
    it's urgent please.
    thanks
    RP

    rp
    check the following links
    http://help.sap.com/saphelp_47x200/helpdata/en/af/7e844367c24d4a950df3205052769d/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm

  • Switch port configuration for 3500i AP

    Hi,
    We are due to install a brand new enterprise WLAN based on the WiSM2 platform, 3502i AP and WCS. The APs will be plugged into the 2960S-24TPS-L.
    I have scanned over all documentation and cannot for the life of me find a recommended switch port configuration for connecting the AP to the switch in terms of speed / duplex etc. For example, should I just configure the port to auto detect, or is forcing the speed / duplex the way to go. I could also do with knowing other best practice configurations for AP connectivity.
    Any help would be greatly appreciated.
    Chris.

    The AP comes online with just auto detect, but I want to know if there are any benefits to forcing this to 1Gbps / Full duplex, or even if this is the right way to go. I suspect auto detect is the best method.

  • Error on Send Port configured using HTTP adapter

    Hi All,
    For Load balancing purpose we have created new host and host instance and changed send handler for send port configured using 
    plain HTTP adapter.
    We are getting below error after change:
    A password is mandatory if UserName is specified
    Parameter name: Password
    Please advice.
    Thanks
    Pooja Jagtap Software Engineer KPIT Cummins

    Have you updated the password for your Host instance . Try restarting your host instance once .
    Thanks
    Abhishek

  • N7K can't save the configuration

    The N7K can't save the configuration to startup, here is the error message, the box is running 5.0.5, see you idea if it
    N7K-1# copy run startup-config
    [########################################]  100%
    Configuration update aborted: request was  aborted
    Log message
    ===========
    2013 May 31 09:59:01 %SYSMGR-STANDBY-5-CFGWRITE_STARTED: Configuration copy started (PID  2547).
    2013 May 31 09:59:02 %SYSMGR-STANDBY-5-SUBPROC_TERMINATED: "System Manager (configuration  controller)" (PID 2547) has finished with error code SYSMGR_EXITCODE_SYSERR  (1).
    2013 May 31 09:59:15  %SYSMGR-3-CFGWRITE_FAILED: Configuration copy failed (error-id  0x401E0000).

    Hi Yeun,
    Whats the firmware you are running:
    There are couple of bugs been reported for this issue:
    FIX IN: 5.1.2
    1. CSCtj44206     N7K/5.1.1: copy runn start aborted due to timeout
    2. CSCtx50294     Installer:copy run to start fails in specific setup when deployed as HA.
    3. CSCtj92312     N7K Unable to save config following crash of res-mgr process.
    4. CSCtj83417     ISSD fails or 'copy failed (error-id 0x401E0000)' error
    HTH
    Regards
    Inayath
    *Plz rate this post if this info is helpfull and mark the thread as closed if this info answered your query.

Maybe you are looking for

  • Unable to schedule a querry

    Hi, I have a script which is running succesfully in sql command prompt, but when I am schedulling this it is sending error on single quotes. My query is : select count(*) from WORKITEM where process_instance_id in ( select process_instance_id from PR

  • Deleting more than one e-mail at a time

    Is there a way to delete multiple e-mails at once? it takes an awful long time to delete them one at a time.

  • Trying to get a WRT54GX2 wireless router working with a W...

    Trying to get a WRT54GX2 wireless router working with a WPC54G wireless card. The laptop and desktop both will access the Internet and work when hardwired through the router's Ethernet ports. When trying to access wireless, the Laptop shows to be con

  • HELP- Buttons on 20" don't work with MacBook

    For the past two years I've been using my 20" Apple Cinema Display (the one with the white edges, not the newest version) with my 12" PowerBook by connecting it through Apple's ADC to DVI adapter and plugging it into the Mini-DVI slot on my PowerBook

  • Some Technical Questions Concerning iPhoto 09.

    I would like to use iPhoto to arrange, organize, tag, and otherwise un-mangle my family photos taken within the last ten years. However, I have never so much as launched an instance of iPhoto! I have a couple of technical questions that I'm hoping ca