Configuration of a port in 6534

If i congifure a port for write,will it remove the previous pattern from the port lines?
1.) I am using for writing
in port configure, i am using
port=0,
port width=8,
line direction map = 00001111,
So it will configure lower four lines as output & upper four lines as input.
In port write vi
line mask = 00001111,
pattern = 15.
So it will write 1111 on lower four lines of port 0 right.
2.) Now in one another vi which i am runnig after the first one i am configuring port 0 as,
port=0,
port width=8,
line direction map = 00001111,
So here it will configure the upper four lines for read. But here it will also configure the lower four lines as output. So will it remove the previous written pattern from the port?

Hi Vishal,
You can test it out to make sure but reconfiguring the port will not affect the output of your signal.
Ron

Similar Messages

  • Can't configure both WAN ports on 1811 with SDM

    Hi,
    We recently procured an 1811 router to replace a SOHO linksys at a store we service. We needed redundant WAN interfaces to use the DSL as a backup to the main cable connection, and a Linksys RV082, while doing the job when it actually worked, died repeatedly. We decided after looking at the 1811's feature set to just get the Cisco and be done with it and not monkey with SOHO gear anymore.
    Where I'm having difficulty is SDM won't let me configure both WAN interfaces from the GUI, it only allows me to configure one. I have it configured, and the router is working nicely in the test lab but I need to get that other interface configured and failover enabled before I can put this thing into production.
    What am I doing wrong? Do I need to suck it up and learn IOS?
    Thanks,
    Todd Phipps
    Certco, Inc.

    I ended up figuring out the IOS commands to enable one fastethernet port as a primary and the other one as a backup (running both cable and DSL for redundancy; it's a grocery store that runs electronic transactions over IP so 100% availability is a must).
    The trouble I was running into in SDM is that while it would allow me to configure one WAN port through the GUI, the config options for the second one were grayed out. Now that both are configured through IOS the edit buttons for both WAN interfaces appear normally in SDM. It's almost as if Cisco didn't want users to be able to configure both interfaces graphically for initial setup.
    Now just to test it at the site before the store opens to see if the failover works...
    Todd

  • Can you configure a static port to use with certsrv.msc?

    I am trying to use certsrv.msc to connect from my workstation to the CA for administration purposes.  Workstation is Win7, CA is 2008 R2 Enterprise running Enterprise Subordinate on a dedicated box.
    I configured a static DCOM port for certsvc by following this article, including bouncing the service and also rebooting the CA box:
    http://social.technet.microsoft.com/wiki/contents/articles/1559.how-to-configure-a-static-dcom-port-for-ad-cs.aspx
    The static port was opened in the firewall from my workstation to the CA.  We also found that TCP 445 was required, so that has been opened as well, port 135 & other ports normally needed for autoenrollment should be open.  Sniffing the firewall
    showed that a random high numbered port that is not the static dcom port is being attempted - this is the only port showing dropped packets & no traffic on the static port.
    I am wondering if there is a way to configure a static port for this high-level random port to use with certsrv.msc as I was able to do with the certsvc dcom port?  I am trying to avoid having tens of thousands of network ports wide open going to my
    CA...  Thanks in advance!

    Hi Steve,
    I am sorry that I wasn’t able to find references about restricting certificate services only use one port in the random port range.
    However, we can configure RPC dynamic ports allocation to restrict port range. In the meantime, we should keep at least 100 ports open to keep necessary system services running.
    More information for you:
    How to configure RPC dynamic port allocation to work with firewalls
    http://support.microsoft.com/kb/154596/en-us
    Service overview and network port requirements for Windows
    http://support.microsoft.com/kb/832017/en-au
    Firewall Rules for Active Directory Certificate Services
    http://blogs.technet.com/b/pki/archive/2010/06/25/firewall-roles-for-active-directory-certificate-services.aspx
    Best Regards,
    Amy Wang

  • How to configure the eth1 port of NIcRIO 9024 to another IP address and subnet mask

    Hi ,
    I am using cRIO 9024 and am planning to configure it to be an MMS server that interacts with a client which is in another network with different IP and subnetmask. I want to run the server VIs from the host computer via the eth0 port and want to communicate the MMS messages through the eth1 port. the eth0 port is configured as a static IP as shown in the screenshot attached and would like to assign a separate IP and subnet mask to the other port . But when I try to save the configuration I get the error "Could not save your changes tot he target.The subnet mask for eth1 is invalid" .
    I have already directly cross connected the Crio and have disabled the firewalls and still am not able to configure it.
    1) is it possible to configure the ethernet ports to have separate IPs corresponding to different networks and thus the subnet masks?
    2) If its possible then what is the mistake i am doing while configuring it ?
    I would be extremaly grateful to have a reply on this as its pretty desperate to spend a lot of time just to set up the IP configurations..!!!!!
    Regards
    Abhinav

    Dear Abhinav,
    I'm sorry but what you are tryining to do is not suported by the Second Ethrnet Port on any cRIO and so you getting this error meeage.
    Here a abstract out ouf the KnowledgeBase How do I Configure the Dual Ethernet Ports on Real-Time Controllers?:
    Ethernet port 2 is currently not supported to communicate outside its own subnet. There is no capability of configuring the Default Gateway for Ethernet port 2 and therefore cannot connect to a large isolated intranet.  However, there appears to be a common misconception that this port can only be used for communication between NI products: this is not the case, though any communication through the secondary port must be within the same subnet.
    Kind Regards,
    SG3 | Applications Engineering | National Instruments | NIG |

  • PLEASE I JUST NEED TO CONFIGURE TO OPEN PORT 22

    Very sorry for the redundant post. I am in a desperate situation where the RAID on my NAS has been lost and I need remote tech analysis ASAP.
    Can anyone out there please help me configure so that Port 22 is open???
    I have a Thecus N5200 and an brand new Airport Extreme.

    bevatore wrote:
    Do I use the same Private IP address or do I use the Remote Management IP from Sharing in the computer's Preferences.
    The "Remote Management" IP address should be the LAN IP address that your router gives to your computer. That should be the same as a "private IP address".
    Also, do I need to to configure a DHCP Reservation for this IP in AirPort Utility?
    If you don't do that, the IP address of your computer could change between restarts, causing the mapping to fail. If you only have one wireless client, that's probably unlikely. However, reserving an IP address will guarantee that your computer always has the same IP address.

  • Change/Configure Host and Port for the Web Service Proxy with Server

    Hi,
    Is there a way to configure Host and Port in generated proxy for Web service depending upon server. (ADF 11g)
    Scenario:
    We are consuming Credit Card web service from a service provider and have different Host and Port details for development, QA and Prod.
    So we created proxy classes using wsdl for development and things work fine, but when deploying code to QA or Prod we need to change the Host
    and Port details.
    Is their a way we could user variable's for Host and Port which looks to some configuration file to evaluate their values
    based on server.
    I am a bit new to this web service .. will appreciate if someone could provide an example.
    Thanks.

    Are you using Web Service Proxy or Web Service Data Control?
    If you are using Web Service Proxy. Right click on your Proxy --> Properties --> Port Endpoints. Here you can change the IP & Port details for each port.
    Venkat

  • Can't configure tacacs-server port

    We're unable to configure a specific port, which is required for our customer for the tacacs-server.   One of the devices is a 7604 router running this image -
    c7600rsp72043-adventerprisek9-mz.122-33.SRD6.bin.  The other device is a 2960 switch with the following image - c2960-lanbasek9-mz.122-35.SE5.bin.
    We don't get the option to add a port after the tacacs-server host x.x.x.x command. 
    Any ideas would be greatly appreciated!
    Regards..

    Hi
    Please go through this link, this will be helpful regarding TCSACS Authentication and Fortigate configuration:
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.2/user/guide/acsuserguide.html

  • Configuring a Monitoring Port

    What is the correct configuration on the switch side (Nexus 5K) when configuring a monitoring port from the FIs?

    You don't have to...Just put a 1GbE SFP in the FI, plug your Laptop into it and start a monitor session.
    Regards,
    Daniel

  • Configuring additonal server ports

    Hi, if i'm using 2 server ports per chassis, and wish to add another 2, besides plugging in the cables and settings the ports on the interconnect for "Configure as Server Port" is there anything else that is needed and is there any disruption to traffic ?

    Hello David,
    Re-acknowledging the chassis does not reboot the blades. The links between IOM and FI are flapped and are included to carry traffic between blades and FI.
    ---->>>   What about changing from individual links to port-channel, will this require a re-acknowledgement as well ?
    {Padma]  Depends upon where we make the change.
    If you change it under Equipment > Policies > , you need to manually re-acknowledge the chassis for the links to form a port-channel.
    If the global policy is set to None for " Link Grouping Preference " and we are changing the policy for specific chassis ( Equipment > Chassis X > Connectivity Policy "  to port-channel, then this configuration change automatically re-acknowledges the chassis. You will get a warning before saving the changes.
    Fabric port channel is available when you have FI 62XX / IOM 220X / UCSM 2.0 hardware / software combination.
    --->>>  Using individual links what method does the FI use for sending traffic down 1 link as opposed to the other ?
    [Padma]  When using individual links between IOM and FI, traffic is distributed according to pre-defined configuration based on  number of physical links
    Supported physical links are 1,2 4 and 8.
    Let me know how your hardware model and current number of links used between IOM and FI.
    Padma

  • How do i configure the usb port on a draytek vigor 2820n router for use with my imac

    i have an imac connected to the internet through a draytek vigor 2820n router. this router has a USB port with a HP Deskjet 5560 printer attached (for use as a network printer for other machines on the network). How do I configure this printer on the iMAC?

    I checked on the HP web site. Your aswer is on the HP website under your printer type. Update your drivers and follow the instructions given by HP and the printer will work as you have it connected.
    Good Luck

  • Is there ANY way to configure the wired ports on Airport Extreme with 7.6.1 software?

    I need to connect a Cisco router to one of the wired ports because I'm creating a home lab with several switches and routers and attached hosts. I need the VERY BASIC ability to set (or even just to SEE) what IP address the AirPort is using/assigning, but with the current AirPort Utility, you apparently can't show the DHCP table for wired connections or set up a static pool of addresses to use or really, to do anything else that is ABSOLUTELY BASIC networking configurations for a router. I don't even know what range of IP addresses the AirPort is using for the wired ports.
    I love this device - it works much better than my old Linksys that I replaced a couple years ago, but this is the Apple Nannies taking things too far. Sure, make the products easy to configure and use, but stop taking away the ability for advanced users to actually use the product because all you're doing is ******* off your power users - which are the exact people whose friends always ask for recommendations on what products to buy. I've always recommended Apple products to everyone, but if they're going to engineer everything so that only stupid people can use them, then only stupid people will buy (and recommend) them. (Can you tell I'm annoyed that I've wasted so much time on a completely unnecessary and irrelvant side-issue when I should be already working on my actual work project?)
    /Rant-off
    So, does anyone know how to access the actual configuration of the AirPort Extreme so I can use a static IP address for my Cisco router that's plugged into one of the AirPort's wired ports? That's all I need.
    Thanks.

    The AirPort assigns IP addresses via DHCP in a range you specify. You may also elect to assign devices their own static IP addresses. That does not involve the Extreme at all, though you may "reserve" those addresses in its DHCP Reservations table.
    AirPort Utility > Network > Network Options...
    Assigning static IP addresses obviates any need to determine the IP addresses the Extreme assigns.
    Update its firmware to version 7.6.3.

  • Can i configure each ethernet port to fixed and auto ip adresses?

    Hi, i will be using a SSL Matrix Controller with Logic 9. This connects thru ethernet and requires a FIXED address. However, this Mac also needs to connect to the internet which doesnt use a fixed a address. Can I keep port one the way it is, and configure port two as fixed and have them both work properly? Are they completely independent of each ther?
    Thx

    Do you use a Router that you control?
    If so, you can have fixed addresses easily -- just assign an address Manually that is in the same range, but above or below the ones your Router is likely to pass out automatically.
    You can also assign a manual address to the second Ethernet port, but using it this way is complex. What does the device maker recommend?

  • Can Keyboard be configured to a port?

    Can we configure keyboard to a port and use socket program to read data from that port...

    please....This is not an elaboration of your requirement!

  • Determine NIF port used by VIF when configured in a port-channel

    I have recently just watched an excellent Cisco Live video on UCS performance troubleshooting which demonstrated how to trace network traffic within Cisco UCS. The speaker made a comment though, in order to determine which NIF is used by a VIF when port-channels are used between the FEX and FI there are different commands to run. Have to review the hash result or something he said. Unfortunately he never went into what these commands were.
    So when we have veths pinned to port-channels instead of HIFs and NIFs, what commands will show which path is being used?

    Duplicate of https://supportforums.cisco.com/discussion/12313436/determine-nif-port-used-vif-when-configured-port-channel

  • Configuring RPC dynamic port allocation

    I'm getting RPC errors to a Windows 2003 server:
    0x800706ba
    Win32
    The RPC server is unavailable
    I've verified the RPC, TCP/IP Netbios Helper, Windows management Instrument services are started on the 2003 box. From the same 2003 box I am able to run wmimgmt.msc and view it's wmi properties. However, I get the RPC error above when I run the WBEMTEST
    from a client on another domain. I also get the same error when I run wmimgmt.msc using the same remote client to access the 2003 box. I came across the microsoft KB:  https://support.microsoft.com/en-us/kb/154596
    Would I just configure that port range on the 2003 box's registry? At this point I'm leaning that maybe it's a firewall issue but not sure.

    Hello,
    first check with the article
    https://technet.microsoft.com/en-us/library/dd772723%28WS.10%29.aspx?f=255&MSPPError=-2147217396 that all AD required ports are open.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

Maybe you are looking for

  • A Virus on a Mac??? Yeah right ( I hope!!!)

    I have noticed that when I click on my icon to log into the computer, it jitters as it slides into the middle position so that I can type in my password. I'm not sure if I explained that very well. It didn't do that in panther but I have just switche

  • I cannot play a video .mov file in Photoshop Elements 12, it shows as a blank white screen

    I cannot play a video file (.mov) in Adobe Photoshop Elements, only can hear sound, and shows as a blank white screen. 

  • Lab use of muse in university lab?

    How can we use muse in a university lab? If students buy a subscription and pay the fee for a semester, how can they use it on a lab computer and on their home computer? Or if we buy the subscription for each machine in the lab, how would that work f

  • Backup NAS drive via Mac

    Can anyone recommend a backup solution for me which'll help me with the following issue.. I have a Buffalo NAS drive with approx 1.5GB of data written to it. Once every couple of weeks I backup the drive by copying EVERYTHING onto an external 2TB USB

  • Keyboard - certain keys becoming unresponsive

    I've tried using two new keyboards and the same keys (namely the up arrow and shift key on the right side of keyboard) refuse to work. I don't know if it's a hardware issue of if I need to reload part of the operation system. Any ideas?