ACE: Can the ft-vlan port be used for other vlans or not?

Hi People,
I am a bit confused reading cisco's documentation. I am now using the ft-vlan in a dedicated port (no other vlans), but I would like to use it as a normal port in order to use it in a context.
From cisco website:
"You cannot use this dedicated FT VLAN Ethernet port for normal network traffic; it must be dedicated for redundancy only.
When you specify an Ethernet port or a port-channel interface as a dedicated FT VLAN, you have the option to either configure the dedicated VLAN as the only VLAN associated with the Ethernet port or port-channel interface, or to allocate it as part of a VLAN trunk link (see "(config-if) switchport trunk allowed vlan"). Note that the ACE automatically includes the FT VLAN in the VLAN trunk link. If you choose to configure VLAN trunking, it is not necessary for you to assign the FT VLAN in the trunk link along with the other VLANs."
First it says, you cannot use this port for other traffic, and then it says this port can be a trunk port. If the port is trunk, then obviously you pass other vlans too. Right? or not? So can the port that has the ft-vlan be used in a context with other vlans?
thanks,
george

Then simply do not use the 'ft-port' command.
This command "auto" configure the interface to be switchtrunk with one vlan  allowed.
If you reconfigure the interface with your own switchport command, all you risk is some kind of collision or a future software version which will deny this kind of configuration.
Here is what I use to have vlan 500 part of a normal trunk interface.
But be aware, that if your interface is overloaded, FT traffic could get dropped and therefore you will end up with 2 active units causing major traffic disuption.
This is why we recommend to run FT on its own interface with no other traffic.
Generating configuration....
interface gigabitEthernet 1/1
  switchport access vlan 1000
  shutdown
interface gigabitEthernet 1/2
  shutdown
interface gigabitEthernet 1/3
  switchport trunk native vlan 20
  switchport trunk allowed vlan 10-500
  no shutdown
interface gigabitEthernet 1/4
  shutdown
ft interface vlan 500
  ip address 192.168.77.2 255.255.255.0
  peer ip address 192.168.77.1 255.255.255.0
  no shutdown
Gilles.

Similar Messages

  • Can the USB NI DAQs be used for process control,eg.closed loop? or is too fast

    can the USB NI DAQs be used for process control,eg.closed loop? or is too fast.

    Hi mho,
                 1.usb is very high speed that is correct.Better you can choose PCI DAQ.But thats upto you.
                 2. see this:-
                 http://sine.ni.com/nips/cds/view/p/lang/en/nid/14136
                3.If Matlab support TCP/IP, that could be an option.
                   see Another idea: http://digital.ni.com/public.nsf/allkb/244A37667BD7CBCE86257520007F937B
                   Another simplest way to do it (assuming you running Windows) is to use a Matlab script.
                  If both programs running on different systems:-
    Most simple and slow - Create two  VI's  with shared variable on both machines, and use a matlab script to
    share data. (this makes matlab some kind of "slave").
    More advanced but still  relatively slow (Create two  VI's  with shared variable, on the Matlab machine build the .NET
    dll, and it can be used on Matlab too ( at least at 2010b version, earlier version support only COM).
    Create TCP/IP connection between two comps.
    There is "out of the box" NI products, that communicate with Simulink models.You please do a simple search on that...OK
    I think this link is also helpful for you:-
     Procedimiento para la interface entre LabView 2009 y Matlab 2009b.pdf 1128 KB
    Anyway All the best.Try....do it.
    Thanks as kudos only

  • How do you configure the set of port to use for FTP passive data connection

    I was able to start the ftp server xml db and connect to it locally. When I tried to connect to it from home, I was able to log in but when i do a "get" command the sessions hangs. I also tried passive mode and do a "get" command and it gives me a connection refused error. I am using the default port 2100. I think this might be a firewall issue with the data connection port. I am not sure which range of ports to open for the passive ftp connection on the server side or where to go and set them for for the ftp server to use? Or this issue might not be firewall related??? Any thoughts. Thanks.

    This is a typical problem with VPN/Firewall software and FTP on ports other than 21.
    When you open the FTP data connection the FTP Server identifies which port the data will be sent on using the PORT command which is sent on the command port (typically 21 with a normal FTP server, 2100 by default with XDB). THe client then opens that PORT to accept the data (file, output of an ls etc).
    As I understand it most VPN/Firewall are configured to monitor 21 for 'PORT' requests. They then understand to allow connection on the PORT number passed on the command PORT. Hence with Port 21 firewall / VPN software is not a problem. However since the XDB command PORT is something other than 21 they do not see / honour the PORT commands from the server and hence the client cannot open the data connection on the specified PORT
    As to how to solve it, I wish I knew (After 5 years I still can't use XDB FTP from home to a machine in the office once the VPN tunnel is open :( ). I'm sure it's going to be firewall / VPN software specific and may need the VPN servers to be configured.
    The best bet would be to run the FTP server on 21...
    Add the following line to your listener.ora file
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = hostname) (PORT = 21))
    (PROTOCOL_STACK = (PRESENTATION = FTP) (SESSION = RAW)))
    and then restart the listener as root
    Start the listener as root.
    At the operating system prompt, enter tnslsnr with optional command line arguments. The usage is as follows:
    tnslsnr [listener_name] [-user user] [-group group]
    where:
    Table 4-3 tnslsnr Utility Options
    Option Description
    listener_name
    Specify the name of the listener. If omitted, the default name LISTENER will be used.
    -user user
    Specify the user whose privileges the listener will use when super user (root) privileges are not needed. After performing the privileged operations, the listener will give up root privileges irreversibly.
    -group group
    Specify the group whose privileges the listener will use when super user (root) group privileges are not needed. After performing the privileged operations, the listener will give up root group privileges irreversibly.
    The listener will temporarily switch to the provided user and group immediately after startup. All subsequent operations will be done with the specified user and group privileges, except the system calls necessary to listen on configured endpoints. The listener will revert to super user (root) for a short period of time to listen on reserved addresses, such as TCP ports less than 1024. After the listener starts listening on all of its endpoints configured in listener.ora, it will switch to the specified user and group irreversibly. Therefore, the listener will give up the root privilege that it initially had. In the current release, -user and -group command line arguments only accept user and group identifiers specified in numeric form.
    For example, to execute a root listener called mylsnr and have it use privileges of a user identified

  • Can the Classloader Analysis Tool be used for modules that fail to deploy?

    I'm getting an error:
         Caused by: java.lang.ClassNotFoundException: com.company.ts.scmk.mci.service.model.UserDetail
    And from searching, it seems it could be a classloader issue (I have made the .jar containing the class available in $DOMAIN/lib and the issue persists). So I am looking at the CAT tool: Enterprise Software Development with Java: Using the new WebLogic Classloader Analysis Tool (CAT)
    My module is not listed here though, and I'm wondering if CAT can help me analyse my .ear that failed to deploy. Otherwise, how can I proceed to troubleshoot this?
    Weblogic 10.3.6

    Hi David
    Spa112 has 2 FXS port so your system should be able to simply go off hook on the line and with an appropriate dialplan configuration on SPA it could be work.
    Here you can find a configuration sample of SPA 112.
    HTH
    Regards
    Carlo

  • Can the SPA112 phone adapter be used for an entry door station?

    I have a client with a large IP phone system and a number of analog door intercom modules that need to be integrated with it. Long story short, they need the analog door stations to be on the IP system so that when the doorbell rings the phones they can see which one was pressed.
    Currently we're using a Channel Vision controller that the incoming analog phone line passes through, the Channel Vision will ring the line into the IP gateway just like any other exterior call. The IP system, on the other hand, needs an extension to be dialed for a "page all" to be sent.
    So my questions are: Can the SPA112 get the analog intercom on the IP system? If so, can the SPA112 be configured to dial the proper extension when there's a "ring" on the analog side?

    Hi David
    Spa112 has 2 FXS port so your system should be able to simply go off hook on the line and with an appropriate dialplan configuration on SPA it could be work.
    Here you can find a configuration sample of SPA 112.
    HTH
    Regards
    Carlo

  • Can the new keyboard USB be used for iPod connection for charge & sync'ing?

    I have never had an iMac..yet.
    Goon buy the new one soon, I was going to get the wireless keyboard but it doesnt include any USB ports like the wired version so because the iMacs USB are put on the back (shouldnt they put on in easy reach on the front?)
    Can the iPod be plugged into the keyboards and charged and synced?

    Get yourself a [Belkin Hi-Speed USB 2.0 4-Port for Macintosh|http://www.provantage.com/belkin-f5u233-apl~7BELU032.htm] to prevent having to reach around to plug/unplug your devices.
    I have my keyboard connected in one USB port.
    Then I have my printer connected into the second port.
    Then a 7 Port Belkin Hub connected in the thrid port.
    Then all my cords for iPod, camera's and other devices are connected to the Hub.
    Then there's no need to plug/unplug anything but, the device to it's cord and flash drives into that top port.

  • Can the PIXMA MG2220 also be used for documents?

    I recently purchased a Canon PIXMA MG2220. Can this model also be used for printing, scanning documents as well?

    Hello p_lainhart1952!  You have nothing to worry about!  The PIXMA MG2220 can print and scan both photos and documents.  We hope this information is useful to you!

  • Can the same Apple TV be used for two separate TVs?

    We just moved into a new house and need to know if our Apple TV can be used to stream content to the TV in the living room and the TV in the garage, or if we simply need to buy a second Apple TV.
    The TV in the living room and the TV in the garage are both wired to the same Denon two-zone receiver. The living room is where we watch all of our TV and listen to most of our music. But the garage doubles as a home gym, so I'd like to be able to either watch videos like P90X and Insanity -- they're all in my iTunes library now -- or listen to music while I exercise. Perhaps this is possible due to the two-zone capacity of the receiver.
    I don't need to be able to stream content to both places at the same time, by the way. This is just for the mornings when I want to work out. Right now, the Apple TV is connected to the back of the receiver in the GAME input and works beautifully in the living room. The TV in the garage is yet to be installed, although the wiring back to the original zone is already done. Again, all the speakers and wiring for both TVs will be in the same receiver.
    Is the Apple TV capable of doing what we need it to do, or do we need to get another one?

    I bet you are searching in the wrong forum for solution.
    Since you have a receiver, witch is able to transmit two different signals to two different TVs (just the matter of switch - i suppose?), than, the media being sent from Apple TV just has to be redirected to the 'right' TV witchever you use at that moment.
    Different story with the Audio. Dont know if you using the Speakers on the TV's or on separate Audio Systems.
    Cheers

  • Can the G500 Speaker system be used for Mac systems?

    I have the Creative G500 speaker system 5.1 and would like to know if it can be hooked up to my mac? I understand I will not be able to use the pc card but can the speaker system itself be hooked up to the Mac?
    Thanks
    Wizardhunt

    Sorry I did not get back online quick enough...but the passwords are the same.
    For some reason, after my first cold boot, I was still prompted for the hard disk passwords.  I powered down again and when I powered back up, it signed me on all the way through.  So it was just a hiccup.
    All is good now and I'm very happy!
    Thanks for pointing me in the right direction.

  • Can the 7.1 jack be used for headphones on a Fatal1ty XtremeGam

    I already have something going into my Digital/switch jack (Wii audio) and the first two analog outs for 5. into a Cambridge Soundworks from years ago.
    I need something to plug my headphones into. Any ideas?

    Hi Rodney,
    I assume you meant that you have a 711 (i.e. 710 EHP1) NWDI system.
    NWDI is not available on 710. It is available for 70X, it is not supported on 710 and it is available again as of 711.
    But this is just a sidenote I mention for the sake of completeness.
    Of course, NWDI is only a framework, meaning you can have any release (e.g. 711) and you will be able to develop for 700.
    See a detailed description in here:
    Developing for multiple releases with NWDI
    SAP Netweaver CE 7.1 Ehp1 SP5 & multiple SAP release version support
    Best Regards,
    Ervin (The specified item was not found.)

  • Can the 30" HD Display be used for HDTV?

    I was wondering if it is possible to use Apple's 30" display for HD television. I am not talking about the signal going through the computer, as Microsoft does with their media center. I am talking about the display being plugged in directly to the HD Cable Box. Is there a card/adaptor that can be purchased for this? For $1800, it would be nice to be able to watch some HDTV when I am not working in Final Cut Pro.

    Thank you for your response. I have got to believe that this feature will be added soon. Asking someone to spend $1800 (and initially $3000) for a display that is limited to working with your computer is a tough sell, at least for me. Now, if it had the HD jacks that worked with a cable box, I would be all over it.
    Scott

  • Can the same I/Os be used for both scan mode and fpga mode

    Hey guys,
    I currently have this project where I want to have the same I/O in both the RT VI and FPGA VI.
    (as in use a C series module on the RT VI and FPGA VI concurrently).
    For the customer's sake, I want to keep using the scan mode for the ease of programming,
    but I want to use the I/Os in the FPGA VI to implement a safe state.
    Is this possible? Thanks.

    Either scan mode or FPGA interface. You can't use both in one project.
    Suggestion
    Setup a safe mode project or double the target in one project.

  • Can the new 2012 imac be used for ps3/xbox?

    Hi, i'm looking at getting the new 21.5" imac and i'm wanting to know whether i could/how to use it as a monitor for xbox/ps3 somehow?
    I've looked all over to try and find out how, but all i seem to be finding is that the hdmi to mini display port adapters arent compatible with the thunderbolt models, so is there anyother way to do it? Thanks

    For a more definitive answer please read what Apple says in Target Display Mode: Frequently Asked Questions (FAQ)

  • Can the Finger Print Reader be used for the Hard Disk Password at Power-On Boot Time on the W700?

    I own a W700 and I have enabled the Hard Disk password at boot time (I have 2 HDDs, so there are two password prompts).
    I always type in the passwords, but was wondering if the Finger Print Reader can be used instead?
    The Finger Print Reader works fine from Windows 7 logon onwards, but it would also be nice to use it at system boot time, after powering on.
    Please let me know if this is possible.
    Thanks!
    Solved!
    Go to Solution.

    Sorry I did not get back online quick enough...but the passwords are the same.
    For some reason, after my first cold boot, I was still prompted for the hard disk passwords.  I powered down again and when I powered back up, it signed me on all the way through.  So it was just a hiccup.
    All is good now and I'm very happy!
    Thanks for pointing me in the right direction.

  • Can the same NDS statement be used by other users running the same program?

    Say you have an NDS statement running in an application. We have users all over the country running this package off of the same database. If an NDS statement gets stored in the Library Cache than would other users running the same package use that NDS statement or would their processes spawn another yet identical NDS statement?

    There is no difference in the caching of dynamic or not statements. If statement is already in cache and it's session environment is similar to current session one then statement will be soft-parsed.

Maybe you are looking for

  • Which business object to be used BUS2015 or BUS2009

    Hi Workflow gurus, I have an issue in sending external mail when Purchase requisition is saved. Issue: When purchase requisition is saved, I need to send an external mail to MS outlook of the approver. Here the issue is whether I should use the busin

  • TS1702 Overcharged for apps

    Hi there my son downloaded a free app from the store and it now has taken £13.99 and £1.49 now he can't get the apps himself as its my account and I have the password and I remember putting it in for him to get this so can you please explain to me wh

  • Enable Telnet in MAC OS X Lion

    How do you enable Telnet Server in Lion? I need to be able to telnet to 127.0.0.1 and it says connection refused when I try it.

  • Page protection prob

    Hi Experts,                   In the main window ..i have a table....but in the output options tab---the page protection check is disabled ....how do i provide page protection? plz help...it is urgent

  • Why is the Integer wrapper class object and primitive object equal ?

    This is my code : package obectorientation; public class oo3 {      public static void main(String[] args) {           int x=1; float y=1.0F;           int x1=1;                                 Integer y1= new Integer(1);           if(x1==y1)