09-13-2011 05:58 PM - edited 03-07-2019 02:12 AM
I was told that I could use this to do vlan routing with 2960g
http://esalonia.net/2010/08/16/routing-with-a-2960-series-switch/
i followed it and upgraded the ios but
when adding static routes between 2 vlans it says
ip route 10.16.0.0 255.255.0.0 10.16.0.230
gateway already used or something like that
any idea?
I have 2 vlans configured Vlan16 and vlan17
both with ip addresses setup
09-13-2011 06:04 PM
oh yea it says
invalid next hop address (its this router)
09-13-2011 06:40 PM
The message is self-explanatory, the next-hop can't be this router but its neighbor.
If you want to route between Vlans all you need to use is the command 'ip routing'
09-13-2011 11:12 PM
You need to boot it up with "lanbase-routing" template first.
09-16-2011 02:39 PM
hi
ok I got it working now. but now what do i do if I want to connect this switch to the internet.
I am not sure if I can connect the switch to the prod network and cause problems.
right now its an isolated switch with 2 vlans created on it and not default route set.
if I uplink this switch to a production switch, what happens?
09-16-2011 09:33 PM
If everything is configured properly according to network,there is no problem connecting it in network anywhere.
09-16-2011 09:42 PM
i dont want the switch to broadcast any vlans out to the network. so I do need a default route to get to the net right?
09-16-2011 09:48 PM
Hmm..yes...or even you can set the default gateway
09-17-2011 01:44 PM
but then this switch will start broadcasting its local vlans to the core if I connect it to the network. wouldnt that cause problems? what about spanning tree?
09-18-2011 07:43 AM
Tony
If you want the vlans to be only local to the switch then make the switch VTP transparent. That way it will not learn the vlans from the prod network and the prod network will not learn the vlans from the switch.
Can you confirm that you want to route the vlans off the 2960 and not your prod switches ?
You should make it VTP transparent anyway when connecting up to prod as you do not want to accidentally overwrite the vlan database on the production switches.
Spanning-tree could be an issue as well so you have 2 options -
1) make the connection a routed link between the 2960 and the prod switch. Note i know 2960 switches can do inter-vlan routing but i am not sure whether they support routed ports or not so you would need to test ie.
2960
====
int gi0/1 <-- this connects to prod switch
no switchport <-- this is the bit that may or may not work
ip address 192.168.5.1 255.255.255.252
add default-route -
ip route 0.0.0.0 0.0.0.0 192.168.5.2
prod switch
=========
int gi0/1 <-- this connects to 2960
no switchport
ip address 192.168.5.2 255.255.255.252
add routes for subnets/vlans on 2960 eg.
ip route 192.168.10.0 255.255.255.0 192.168.5.1
etc.. for each subnet
this would mean no STP and therefore you can just connect it up. Make sure you configure the port as "no switchport" on the the 2960 before you do connect up.
If the 2960 does not support "no switchport" then yes you need to worry about STP. There are 2 things to take into account -
1) STP connvergence due to adding a new switch
2) STP root bridge. You do not your 2960 becoming STP root so you need to check the STP settings on your prod switches ie. are they explicitly set to STP root/secondary. If not then bear in mind the switch with the lowest mac-address will become root and if that happens to be the 2960 then your whole network will reconverge.
I would try the routed connection first and if that doesn't work then come back. If you can't use routed then you need to use a dedicated vlan between the switches for connectivity. The routes you add wouldn't be different but the actual config of the link would be different.
Jon
09-24-2011 02:41 PM
i do not want any vlans from prod network to the 2960g or vice versa.
2960
====
int gi0/1 <-- this connects to prod switch
no switchport <-- this is the bit that may or may not work
ip address 192.168.5.1 255.255.255.252
add default-route -
ip route 0.0.0.0 0.0.0.0 192.168.5.2
prod switch
=========
int gi0/1 <-- this connects to 2960
no switchport
ip address 192.168.5.2 255.255.255.252
add routes for subnets/vlans on 2960 eg.
ip route 192.168.10.0 255.255.255.0 192.168.5.1
etc.. for each subnet
what vlan should I set the gi0/1 ports at?
09-24-2011 03:31 PM
for no switchport
what options do i use?
09-17-2011 06:37 PM
If you truck the switch to the core then yes your vlans will be populate to the core. If you create a point to point connection to the core than it is treated like it's own network.
Sent from Cisco Technical Support iPhone App
09-18-2011 07:39 AM
For the switch to reach to internet we can configure default-gateway on it as the IP on the core switch. Also, by default the trunk link woudl be allowing all teh valns on it. Hence, once we connect it to core the 2 vlans present on this switch would forwarded on the trunk link.
If we do not want to pass these vlan traffic on the trunk link, we can configure allowed vlans on the trunk but, need to check if the users in these vlan would require to reach to internet which would not be possible if the vlans are not allowed.
Otherwise, we would receive BPDUs for all the vlans on the trunk link, but otherwise should not cause any issues.
09-24-2011 03:38 PM
also looks like the prod swich is cat os and the 2960g is ios
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide