How to create routed port in Cisco SF-300 Switch

I am trying to create routed ports in SF 300 small business 8 port switch.
I have 3 different LAN say 192.168.1.0/24, 192.168.2.0/24 and 192.168.3.0/24
I have 3 unmanaged linsys switch where I have connected all these computers.
Now what I have to do is to create routed ports in SF300 and route this networks properly.
Can anybody help me on this? Thanks in advance.

Dear Shereef,
Thank you for reaching Small Business Support Community.
In Layer 3 system mode, the device can have multiple IP addresses. Each IP address can be assigned to specified ports, LAGs, or VLANs. Operating in Layer 3 mode, the device routes traffic between the directly attached IP subnets configured on the device. In addition, you can manually define default routes.
Configuring the device to work in Layer 3 mode is performed in the Administration >System Settings page.
To define IP addresses on the ports:
IP Configuration > IPv4 Management and Interfaces > IPv4 Interface
To define an IP static route:
Click IP Configuration > IPv4 Management and Interfaces > IPv4 Routes
Just in case you can check on the admin guide, chapter 16 for a more detailed step by step description;
http://www.cisco.com/en/US/docs/switches/lan/csbms/sf30x_sg30x/administration_guide/78-19308-01.pdf
I hope you find this information useful and please do not hesitate to reach me back if there is any further assistance I may help you with.
Kind regards
Jeffrey Rodriguez S. .:|:.:|:.
Cisco Customer Support Engineer
*Please rate the Post so other will know when an answer has been found.

Similar Messages

  • How many digital voice ports can Cisco 3663 support ?

    How many digital voice ports can Cisco 3662 support ?
    They said "Medium complexity Codecs: 360 (E1)/288 (T1) and High-complexity Codecs: 180 (E1)/144 (T1) "in Cisco 3660 voice gateway data sheet .
    But another document said you just configured 4E1 on a Cisco 3660 router .
    Which one is true ?

    Hi,
    There are some other issue except physically accepted number of voice port.
    http://www.cisco.com/en/US/products/hw/routers/ps259/products_data_sheet09186a00800921ed.html
    page will give you better idea. Even though you can install many voice ports into a router , there is other limits you encounter.
    Bets Regards

  • How can I forward ports in Cisco C897VA-K9 model

    Hi there,
    Does any body know how I can use port forwarding in Cisco 897 model
    I want to have a 115.1.1.1:60095 to 172.16.1.1:80 for example .
    many thanks

    Hello,
    The desired port forward would look like the following:
    ip nat inside source static tcp 115.1.1.1 60095 172.16.1.1 80 extendable
    Thanks!

  • Unable to hard code the ports of cisco 3750x series switch

    hello,
    I have tried with hardcode to 1000 7 Full on the ports which are connected to another switch.
    After changing the port to auto from one side of the switch port came up. Is there any solution to make port up when both sides are hard coded to 1000 & full duplex.
    Simple Words:
    Switch 1 --> Switch 2 --> Hard coded to 1000 & Full --> Down.
    Switch 1 --> Switch 2 --> Auto on one end to Switch 1  --> Up.
    Switch model:
    Switch 1 Cisco 3750x (Gi Switch)
    Switch 2 Cisco 3750 (Gi Switch)
    Regards,
    Ezra.

    Disclaimer
    The  Author of this posting offers the information contained within this  posting without consideration and with the reader's understanding that  there's no implied or expressed suitability or fitness for any purpose.  Information provided is for informational purposes only and should not  be construed as rendering professional advice of any kind. Usage of this  posting's information is solely at reader's own risk.
    Liability Disclaimer
    In  no event shall Author be liable for any damages whatsoever (including,  without limitation, damages for loss of use, data or profit) arising out  of the use or inability to use the posting's information even if Author  has been advised of the possibility of such damage.
    Posting
    Yes, it's possible without a straight through cable, enable auto/auto both sides.    Otherwise you'll need a cross-over cable.
    BTW, if your standard is hard coding copper gig ports, for speed and duplex, you might consider bringing your standard up to date.  Copper gig standard went much further in how auto/auto is supposed to work.  By disabling auto/auto, I believe, you're also disabling some error monitoring too.  Generally, all the major players, e.g. Cisco, would recommend auto/auto for copper gig Ethernet.

  • ASA 5505 how to create a port forwarding rule

    ASA 5505 IOS ver 9.2.3
    I need to create a firewall rule that will allow internal services to be accessed externally, but using port forwarding. For example I'd like to enable access to our NAS via ftp external on port 1545 and then have the ASA forward the request to the NAS internally on port 21.
    I tried these commands but they didn't work:
    object network NAS
    host 192.168.2.8
    nat (inside,outside) static interface service tcp 21 1545
    access-list NASFTP-in permit tcp any object NAS eq 1545
    conf t
    int vlan 2
    access-group NASFTP-in permit tcp any object NAS eq 1545
    I really appreciate the help everyone.

    try this, it worked for me, here is an example of adding a webserver with a ip of 10.10.50.60  and naming it with a object named www-server and forwarding port 80 , the way it works is you need to do three things, u need to "nat it" "foward it" and allow it in "acl"
    object network obj-10.10.50.60-1
    host 10.10.50.60
    nat (inside,outside) static interface service tcp 80 80
    object network INSIDE
    nat (inside,outside) dynamic interface
    object network WWW-SERVER
    nat (inside,outside) static interface service tcp 80 80
    access-list Outside_access_in extended permit tcp any object WWW-SERVER eq 80
    access-group Outside_access_in in interface Outside

  • How to set up VLANs for Cisco SG500 - 28 switch

    Hi,
    First of all, this is my first post in here, I hope someone can help me, and please be patient since I am very little experienced.
    OK, so let me explain you the scenarion that I am facing and hopefully someone will be able to help me.
    We have a Cisco SG500 - 28 port gigabit switch in our workplace.
    Our goal, is to create 3 VLANs and seperate the networks between different departements.
    VLAN1 (which is the default VLAN in the switch) - will be used for IT department and the management.
    VLAN100 - will be used for business .
    VLAN200 - will be used for guests who need to connect to the internet through WiFi.
    I have created VLAN100 and VLAN200, and VLAN1 is there by default.
    I want to use port 13 for VLAN200 and to connect the Wifi access-point there.
    The uplink is in port 25.
    I would be glad if you could explain me the stuff first in a abstract more general level, and then we can look at the specific scenario that we have.
    The Cisco SG500 - 28 gets internet from a Sophos UTM 9 router.
    I will need to take care of inter-VLAN routing as well, and subnet, and DHCP
    Thanks in advance,
    Kindest regards,
    D

    Hello Desmond,
    You have two different options:
    Option 1:
    Configure Sg500 switch as a Layer 2 switch and let the Sophos firewall do all the Layer 3 routing along with internet access. If you choose this option, then, you need to configure your uplink port as a trunk port and allow all 3 vlans to pass through. Also, you need to make sure that the Sophos device supports VLANs and trunking (or at least sub interfaces and create sub interfaces for each vlan). Also, all LAN devices will have the respective sub-interface/VLAN interface IP on the Sophos as their default gateway.
    Option 2:
    Configure SG500 switch as a Layer 3 device and configure intervlan routing to manage internal network traffic locally and send just the internet traffic to Sophos device.
    You need to create Layer 3 interfaces for VLAN1, VLAN100, and VLAN200 on SG500 and then make those Layer 3 interfaces default gateway for respective VLAN.
    You can configure the uplink port as an access port in one of the VLANs.
    Make sure that the Sophos device has an IP on the same subnet as the VLAN you chose for the uplink port.
    You also need to enter static routes on the Sophos device for the remaining two subnets on the SG500 (next hop address pointing to the IP address of the VLAN that the uplink port belongs to).
    Also, on the SG500, you need to configure a default route, next hop address pointing to the Sophos interface IP address.
    Hope this helps.
    Nagaraja

  • Two forwarding root ports on cisco 3120 blade switch.

    Hi,
    <br />
    <br />After upgrading blade switch 3120 to 12.2(46)SE, I could see two root ports in which both are forwarding.
    <br />
    <br />Te1/0/1 Root FWD 2000 128.27 P2p
    <br />Te2/0/1 Root FWD 2000 128.81 P2p
    <br />
    <br />Where as STP should've kept the other root port as blocked state and named it has Alternate port.
    <br />Also started seeing Mac flap messages.
    <br />As soon as IOS was downgraded to 12.2(40)EX3, Problem was solved, even messages were stoped.
    <br />Seems to be bug, but couldn't get any.
    <br />

    Hi Rob,
    I have faced this issue with many enclosures so far and the only option left here is, you need to reboot the enclosure.
    This is an issue with the IOS code and you have to open a case with HP to get the appropriate IOS ver. Probably 15.0 code has this issue resolved and I haven't seen this issue further after the Upgrade.
    Thanks,
    Sagar

  • Cisco SG 300 command line setup?

    Hi,
    Im trying to get my head around my new cisco SG 300 switch.  Im not very experienced but I have used the Linksys SRW range before and configured it using teraterm and method described in the link below:
    http://homecommunity.cisco.com/t5/Switches/SRW-series-super-secret-CLI-mode/td-p/109959
    As im fimilar with this method and the commands ideally I'd like to use this on the SG 300 range as well.  Is this possible?
    Failing that, is it possible to use another method which uses the same commands which can be easily copy and pasted for setting up multiple switches with the configuration?
    All help greatly appreicated,
    Cheers

    Hi,
    The older SRW CLI method is not particulary relevant to the new SG300 series switch.
    If you had older, for example, a 8 port gig SRW2008 switch, that process that you referenced  may have been relevant.
    Today, if you buy a SRW2008-K9-NA switch, the K9 tells me that this switch is a newer 300 series switch,  the NA tells me it's a North American power supply variety.
    Note: We kept the ordering p/n of the 300 series switch similar, ( but not identical) to that of the older SRW switches for consistency reasons.
    Having said that, the newer 300 series product is generations ahead of it's older ancestor, with a Ton more featuressuch as the option for IPv6 and Layer 3 switching.
    I have attached the CLI reference guide for the 300 series switches firmware version 1.1
    This CLI does enable the option for, as you suggest "easily copy and pasted for setting up multiple switches with the configuration?"
    I have also included a link to the 300 series firmware version 1.1  CLI manual for your reference
    http://www.cisco.com/en/US/products/ps10898/prod_command_reference_list.html
    Hope this helps.
    regards Dave

  • How to install 2-port vic3 2fxs/DID and 2-port vic2 fxo on cisco 2801 router

    Hello
    I'm looking for information on how to install 2 newly purchased cards  and keep running into dead links. The cards I bought are for a  CISCO-2801-CCME/K9 with PVDM2-8, FL-CCME-25, SP Services 128F/256D cisco  router:
    vic3 2fxs/DID and a vic2 2fxo.
    I keep finding documents on how to  install these cards but all links are dead and leading to nowhere.
    http://www.cisco.com/en/US/docs/routers/access/interfaces/ic/hardware/installation/guide/2port_FXS_DID_VIC.html#wp1065062
    The  2 documents i'm looking for are: how to install a 2-port vic2 fxo cards on cisco  2801 router and how to install 2-port vic3 2fxs/DID cards on the same 2801 cisco  router.
    NOTE: I've never installed these cards and am not sure if:
    Does my  ios support both of these cards?
    and which slots do I install those in the  router.
    I have 4 slots like this:
    slot 0: This slot only accepts VIC's   ***This could be used for the vic3 2fxs/DID card correct?
    slot 1: Nothing  written here  ****What can i install in this slot?
    slot 2: This slot only  accepts VIC's and WIC's  ***If I buy a WIC and install here which other slot can  i install my VIC2-2FXO card in ?
    slot 3: Nothing written here  ***What can i  install in this slot?
    Any chance someone can help me out with this.
    Thanks  very much

    Ok
    I was able to figure out what goes where and found out that the IOS i had c-2801-spservicesk9-mz.124-15.T10.bin with cme-full-4.1.0.2 tar didn't support the vic3 2fxs/DID card. I then found the one that works which is the c2801-spservicesk9-mz.124-22.YB5.bin.I am now able to see my new hardware interfaces. The question I have now is since the previous version ran with cme-full-4.1.0.2 tar i'm not sure if this needs to be changed since in the compatibility matrix i found this IOS c2801-spservicesk9-mz.124-22.YB5.bin to be compatible with cme-full-7.1.0.0 tar
    Do i need to remove cme-full-4.1.0.2 tar and install the cme-full-7.1.0.0 tar?
    If yes, i know how to install the cme-full-7.1.0.0 tar but how do i remove the other cme-full-4.1.0.2 tar file in order to be able to install the other version?
    Thanks

  • Will a 2 port LAG setup between 2 cisco 200-50s create routing issues?

    I followed this guide. http://sbkb.cisco.com/CiscoSB/GetArticle.aspx?docid=caae365b755f46f5989177cb68216304_Link_Aggregation_on_Cisco_Series_Managed_Switches.xml&pid=2&converted=0 and linked ports 2 and 26 on both switches. Outside IT staff seems to think this will cause routing issues if multiple vlans are not involved.

    Hello,
    VLANs are not required for LAGs to function properly.  Once you configure the LAG members you can configure the LAG as a trunk port with multiple VLANs, and access port with just one, or even a routed port with an IP address on it.
    As long as both sides of the LAG are configured the same way there won't be an issue.  Since these switches are Layer 2 only, they don't even do any kind of routing, so your outside IT may have meant a layer 2 loop, which will happen with multiple connections between the same switches.  But when you configure them as a LAG is treats those links as the same connection, so there is no layer 2 loop either.
    Hope that helps,
    Christopher Ebert - Advanced Network Support Engineer
    Cisco Small Business Support Center
    *please rate helpful posts*

  • 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

  • How to create VLAN on Cisco PIX 6.3?

    Hi,
    how to create vlan on pix-6.3? i am bit confused.
    how do i assign a single internet face with multiple ip address(not secondary IP address) for each & every vlan?
    how to i connect to the switch, i mean if i put "switch port mode trunk" on the switch side, what command should i need on the PIX "inside" interface? in router the command is "encapsulation dot1Q 1"
    also is there any restrictions that only limited vlans can be created or it is unlimited?

    hi
    When you configure your interface, you usualy do it like that
    interface ethernet0 auto
    interface ethernet1 auto
    Let's say that ethernet1 is a trunk with 2 vlan and a native vlan, you need to add to your config:
    interface ethernet1 vlan100 logical
    interface ethernet1 vlan200 logical
    After that you need to name those interfaces and set the security level.
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    nameif vlan200 V200 security4
    nameif vlan100 V100 security6
    This configuration will give you an interface(eth1) with 1 native vlan(inside) and 2 tagged vlan(v200 and v100)
    PIX will not negociate a trunk, your switch config is correct.

  • RV016 Wired 16 Port Cisco Router Port Forwarding Functions

    Thank you for your time. I have created and attached a Word Document discussing the Cisco Model RV016 16 port wired Router port forwarding functions for your review. I would appreciate your time in reviewing it with your comments and suggestions.
    Thank you very much,
    Eddie LeFiles
    850-471-1271

    Thank you for your time. I have created and attached a Word Document discussing the Cisco Model RV016 16 port wired Router port forwarding functions for your review. I would appreciate your time in reviewing it with your comments and suggestions.
    Thank you very much,
    Eddie LeFiles
    850-471-1271

  • How to create 20000 route pattern at the same time?

    I would like to create a partition which contains 20000 different number which a list of ip phone are going to be able to call.
    It would be difficult for me of create route pattern one by one. Please How may I proceed?
    Thanks in advance.
    Best Regards,

    If I am understanding you correctly you're trying to allow a subset of the phones in your organization to dial numbers other phones cannot.
    Assuming I understand you correctly, you would be better off to go about this in the opposite direction. Current SRND recommendations indicate that the Device CSS is capable of reaching all destinations while the Line CSS imposes any dialing restrictions. It may very well be that you need to create 20,000 route or translation patterns; however, the advise is to place these in a partition that is listed on the Directory Number [Line] CSS and blocks the destination from those phones that should not be able to reach it. This becomes especially useful with other features such as Extension Mobility as the unique list of restrictions follow that DN regardless of the device it is being used on.
    As for the "how" part: Current versions of CUCM include an Import/Export menu within BAT. Export the route patterns you have in the cluster now so that you have a properly formatted CSV and accompanying header text file. Replace the rows of the existing records with what you want to add to the database. You can use tools such as 7-Zip to extract and rebuild the TAR file.
    Lastly, be mindful of the capacity limits of the database:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/srnd/8x/callpros.html#wp1156290
    A Unified CM cluster with a very large dial plan containing many gateways, route patterns, translation patterns, and partitions, can take an extended amount of time to initialize when the Cisco CallManager Service is first started. If the system does not initialize within the default time, you can modify the system initialization timer (a Unified CM service parameter) to allow additional time for the configuration to initialize. For details on the system initialization time, refer to the online help for Service Parameters in Unified CM Administration.
    You should work with your Cisco Partner who has access to sizing tools before doing this. These tools can calculate the impact that the additional route patterns will have on the cluster.
    For Cisco partners and employees, the tools are available at the following locations:•Cisco Unified Communications Sizing Tool is available athttp://tools.cisco.com/cucst•Cisco Unified CM Capacity Tool is available athttp://www.cisco.com/go/cucmct

  • How To create a File Port in ALE Settings

    Hi All,
    I want to create a File port, but can anybody help me what are the details have to be updated while creating the Port in WE21.
    Is it i need to mention RFC Destiantion while creating a File port.
    IF not let me know how to configure the logical systems with out giving the RFC destiantion.
    Regards,
    Madhavi

    Hi alexander,
    But for function module MAster_idoc_distribute.
    What are the parameters i need to pass for Logical systems and what i have to give in the Model distribute .
    Can you explain me detail.How the sys knows have to maintain for sender and recevier sys.
    As File port new to me.
    Regards,
    Madhavi.

Maybe you are looking for

  • IPad mini iTunes sync without Bluetooth??

    I have a wifi-only iPad Mini on order for my wife. Her computer is an older iMac5,2 without Bluetooth. Will she be able to transfer/sync her contact data, photos and music using the iMac's USB connection? Would any additional adaptor/'camera kit' be

  • How do i delete a reply?

    I can't even see an option to edit? Surely you can add to existing replies/edit posts?

  • Trouble powerline fonts sometimes working, but mostly not.

    I'm having trouble with Inconsolata-dz for Powerline rendering the powerline arrows properly with dzen and urxvt.  Terminator and Chromium render the powerline arrows just fine by default though, and Firefox works after selecting the Inconsolata-dz f

  • The server encountered an internal error () - HTTP status 500

    Hi I am working with the Tomcat 5.5 on Eclipse, and is getting the error when my servlet calls the jsp using request dispatcher, the error is: HTTP status 500 The server encountered an internal error () that prevented it from fulfilling this request.

  • Should Data Center WAE point to GLBP IP address?

    I will be connecting a Data Center WAE-7341 to a distribution layer made up of two 6509s. The 6509s currently have a /30 L3 connection between the two of them on routed ports. I plan on changing that to a /29 SVI connection (changing the ports to swi