Changing the TCP port on async ports in Cisco router

Hello,
My goal is to replace old terminal servers from a factory environment.
These terminal servers act as a aggregation point of terminal equipment (printers and factory automation).
Software used in this factory writes to these devices using ip-address of the terminal server and TCP-port starting at 10001, where the last number is a port number.
The problem is that in Cisco equipment, I can not find a way to change the tcp port to this 1000x. The only option would be to change the softwares TCP-port to Cisco default 200x, but this is not the solution I am looking for. This is because the switchover should be done when the machines are running, and the time window is to short to make changes in the factory software.
Is there a way to change the logical TCP-port for Cisco routers asyncronous lines (HWIC-16A) to 10001-16?
Marko Tuhkunen 

So i figured out that i can use the archive tar /create command:
To copy the entire flash towards TFTP:
archive tar /create tftp://X.X.X.X/flash.tar flash:
Now i will have to insert the new flash and probably format it first towards the correct file systems. Then i will have to use the next archive command:
archive tar /xtract "Here i am unsure of the syntax, i want to be copying and extracting the tar I backed up from the old flash"
After these steps are complete can i just reboot the router with the new flash card, won't there be any issues, since the startup config is on the NVRAM it will load the config properly, and i haven't seen any boot parameters but they shouldn't pose any issues since i'm not changing the flash slot.
Thanks for your assistance

Similar Messages

  • How to change the listener port number on a standby database

    i want to change the listener port number from 1525 to 1545, which is running on a standby database.
    i did the following steps and got some error.
    1. i stop listener and modfy listener.ora
    2. i login in standby DB and issue 'alter system set local_listener='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';'
    3. i login in dg broker and issue 'edit database 's1' set property 'LocalListenerAddress'='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';' and a error coming out ORA-16703: cannot set the property while the database is enabled
    4. then i disable database
    DGMGRL> disable database 'ssmscs';
    5. DGMGRL> edit database 's1' set property 'LocalListenerAddress'='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';
    Error: ORA-16541: site is not enabled
    Configuration details cannot be determined by DGMGRL
    what can i do ? can anybody help me out? thanks in advance.
    Edited by: user1835127 on Nov 19, 2008 2:09 AM

    Hi
    You have to edit the following files in $ORACLE_HOME/network/admin or $TNS_ADMIN/ :
    In your listener.ora on your standby
    MQ_LIST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = superman.dk)*(PORT = 1524))*
    TNSNAMES.ORA (on your primary and standby)
    MQ_LIST =
    (DESCRIPTION =
    (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = superman.dk)*(PORT = 1524))*
    (CONNECT_DATA = (SID = MQ_LIST))
    after that do
    lsnrctl reload

  • How to change the default port of webdispatcher

    Hello Everyone,
    We wish to  know to how to change the default port of SAP webpatcher port from 81$$ to 80.
    Appreciate your response.
    Thanks,
    Vadi

    Hello Vadi
    you have to change the PORT value in your profile parameter from 81$$ to 80
    icm/server_port_0 = PROT=HTTP,PORT=81$$ to
    icm/server_port_0 = PROT=HTTP,PORT=80
    Also, in SMICM, then change http service port and activate it and above parameter will require SAP restart
    $$ is used generally to accomodate multiple port services running in SMICM and so as to avoid the parameter setting according to instance number of any system.
    thanks
    Bhudev

  • Changing the AFP Port? or another solution?

    I have an AirPort Extreme Base Station with a hard drive attached with AFP sharing so I can access the drive over the Internet, but I want to also be able to access my OS X Server (10.5) which is behind this router. Is there any way I can change the AFP port number or somehow be able to access both remotely?
    Thanks,
    John

    Yes,
    What you should do is twofold:
    1. make items readonly in your form when a record is "not new" (ie the rpimary key is set)
    2. prevent the page from executing an update (you never know who/what is spoofing your pages)
    the second can be done by creating a process "ON UPDATE" that triggers an error.
    Regards,
    Richard
    blog: http://blog.warp11.nl
    twitter: @rhjmartens
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Changing the HTTP port number

    Hi
    I want to change  the HTTP port number of the SAP web AS .Any idea on this how can i do that ?
    regards
    rajesh

    Hi Rajesh ,
    just  go throgh this link , u can change this using Visual Administrator
    http://help.sap.com/saphelp_nw04/helpdata/en/5b/82d3c3ee9691418e6b0281f933a37d/frameset.htm
                                   Regards
                                       Kishor Gopinathan

  • Changing the admin port number

    Greetings all,
    I have just become the proud father of a weblogic 9 installation and the admin before me changed the admin port number. As I have NO experience with weblogic, could someone be so kind as to tell me where I can find the port number being used for the admin console?
    Thanks!
    Earnie!

    Earnie,
    First, try port 9002 (https) since that's the default.
    If that doesn't work, have a look in DOMAIN_DIR\config\config.xml. In there you'll find something like this:
    <administration-port>1234</administration-port>
    There ya go!
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • TS3152 Im using 10.7.4 and looking for a way to change the streaming port on quicktime x

    Im using 10.7.4 and looking for a way to change the streaming port on quicktime x
    used to be able to do via system preferences > quick time > advanced
    But cant find these settings anymore
    Thanks
    Pavi

    Click on the pull down window next to From: and you should be able to select the individual account you want to send from.  The account that you want to send from must be an Enabled account in the Account Preferences of Mail.

  • Change the SMTP Port number in OIM

    Hi All,
    I have an email server that its SMTP port is 135.
    My question is:
    How can I change the SMTP Port from 25 to 135 in OIM? Because the notificacions are sent by Port number 25
    Thanks & Regards,
    Ariel

    I actually don't have any other ideas on where this could be configured. I think that the port can be changed if you send emails programmatically but if you use the default OIM email system I don't know any other place where this could be configured.
    Have you tried opening an SR with Oracle?
    Best regards
    /Martin

  • Changing the default port 1433 in SQL 2005 on an ECC 6.0 system

    Hello everybody,
    There is a requirement to change the default port of MS SQL 2005 from 1433 to a different port.
    I am using SAP ECC 6.0 running on an ABAP stack. I would like to know what changes need to be done from the SAP end to achieve it.  Any pointers in this regard would be helpful.
    Regards
    Dinesh K

    <b>Sizing</b>
    Hardware sizing should be completed by your SAP partner. Its based on many things. Users, modules, storage volumes, peek, BP, workloads etc etc.
    You can do the 'noddy' version with the sapsize on OSS. The output from this is in 'SAPs' you could look up std systems bench marks and get something 'like' it. Else submit the results to the hardware vendor of your choice and they will do it for you.
    <b>System Redundancy</b>
    Depends what you are trying to do.
    MSCS is a fail over HARDWARE only solution. ie if you want to patch or take a node out of service you can by 'failing over' the services on it to the other node. If you get a DB problem MSCS can not help you at all.
    Log shipping gives you 'rapid' recovery options for SQL(and there in SAP). The way this normally works is via either manual or automatic log-shipping to a 'standby' system with SQL/SAP loaded on it that can be brought online if you get a problem with the main system.
    A well planned system will have fail-over and recovery capabilities, ie it will use BOTH.

  • HT3625 How to change the audio port function (input, output) on OSX 10.9.2 !!!! :(

    The thing is that i saw some videos, and search for options of how to change the audio port.  And even apple says that i have to change it from system preferences, but when i try to change it, the option doesn't appear me.

  • How do I change the SSH port in OS X 10.6?

    How do I change the SSH port in OS X 10.6?
    I added three additional Port options to my /etc/sshd_config. I have the same configuration. I restarted my Mac, but I can't access the Mac over the new ports. Running nmap shows no additional open ports.
    I have the same configuration on my linux server, so I'm pretty sure, the syntax is right.
    I didn't find anything in the documentation or here in the discussion group, so please help. Thanks

    Thanks, it took me some minutes to adapt, but it did solve my problem.
    My bad, I only searched in the "server product groups"... :-/

  • Changing the listening ports of ARD

    I know how to change the listening port of SSH from 22 to some other number.
    Is there any way to configure ARD (in plist maybe?) so that it can try connecting to SSH on a non-default port number.
    Whilst I know how to secure SSH (not properly secured in OS X by default) I would rather change it's listening port to avoid the traffic that will simply try to bruteforce in.
    So if I edit ssh_config and sshd_config on my Macs will this break ARD? Or if these conf files are properly edited (ssh_cnfig on client changed to port 22222 and sshd_config on server changed to 22222) will ARD connect seamlessly?
    In short does ARD absolutely need Remote Login (SSH) to be running on the default port 22?

    hmm okay, but i don't need to port forward 22 from my router to my mac to allow ARD access, only ports 5900, 5988 and 3283.
    That improves things since 22 is not visible to the WAN.
    Still, I'd like to know the answer to my question in the previous post.
    And what about re-mapping VNC from 5900 (another obvious target although prob not vulnerable to VNC exploits since I expect Apple have modified this service and somehow hooked it into the authentication of the ssh protocol)?
    Message was edited by: doz

  • Change the debug port

    I want to change the debug port of weblogic server.
    By default it shows 8453 in the cmd console.
    where i can change this port ? can you please name the configuration file where i can modify it ?

    This is very interesting.
    1. If you start the server in Debug mode the debugFlag env. variable is set to true and the DEBUG_PORT is set to 8453 regardless of the launch configuration settings.
    2. If you start the server in non-debug mode the debugFlag env. variable is set to false and the DEBUG_PORT is set to the value you configured on the launch configuration.
    This was tested on 1.1.1.4.0.
    In 1.1.1.3.0
    1. If you start the server in Debug mode the debugFlag env. variable is set to true regardless of the launch configuration settings and the DEBUG_PORT is set to the value you configured.
    2. If you start the server in non-Debug mode the debugFlag and DEBUG_PORT env. variables are not set

  • Why can't changing the OHS port??

    I am install the oas9, I change the http port from 7777 to 77 the web EM.
    in this times, all request of http can't access the index.html and *.jsp etc.
    Please help to setup and configurate the jsp and servlet suppoted. thinks!

    Can you provide more information please? Same e-mail accounts set up? Where are the e-mails coming from? Are you using Apple Mail or another program?

  • How can we change the default port 50000 of SAP WAS?

    Hi,
    1. How can we change the default port 50000 of SAP WAS?. Can we assign 8080?
    2. Can we assign default context ("/") for the application we have developed?
    Regards,
    Sudheesh

    Hi Sudheesh,
    just refer this help..
    http://help.sap.com/saphelp_nw04/helpdata/en/5b/82d3c3ee9691418e6b0281f933a37d/frameset.htm
    U have to restart the sever after changing the port.
    One more main thing here , no other services must not be using the port.
    It will cause port binding exception.
                  Regards
                  Kishor Gopinathan

Maybe you are looking for

  • How do I add an email signature that will allow it to become a link

    How do I add a web site URL and email address on my emails that will become a hyper text, so receipient can just click on the URL and it will take them to my site. Thank you

  • No Data Found Error in Transaction Source Types Form

    Hi All, We are using 11.5.10.2 version of Oracle Apps. When i navigate to INV responsibility, Setup -> Transactions -> Source Types, upon the opening of the Transaction Source Types form, i get a series of "No Data Found" error pop up messages. I sea

  • Background color in side panels

    If you can see my page.... http://ericdelabarre.com/main.asp you can see the right and left sides of my website are this blueish color...and since I've just took over managing my site with Dreamweaver, I can't find how to change that color....I think

  • AppleTV 2.0 - Hey this is great!

    My update took a while...5-6 reboots, is that normal? Once completed, wow - I am really pleased! The rental experience is just as it was advertised. I did a test rental of Transformers in HD and from clicking "OK" to "Movie is available for viewing"

  • Restrictions on local Java applications

    Hello! By java 2 security model, all local Java applications run unrestricted as trusted applications by default. but there is a note about security configuration which runs local application with access-control policies applied (similar to applet's