cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
671
Views
4
Helpful
3
Replies

intervaln routing

sumitn
Level 1
Level 1

How to configure intervaln routing on 4507 switch.suppose in the network 2,3,4,5 vlans are exist.

3 Replies 3

s.arunkumar
Level 3
Level 3

Hi

Since the switch is a layer 3,just create an svi for each vlan,and give one ip corresponding to each vlans subnet.

Eg:vlan 10 - 10.10.10.0/24

vlan 20 - 10.10.20.0//24

interface vlan 10

ip address 10.10.10.1 255.255.255.0

interface vlan 20

ip address 10.10.20.1 255.255.255.0

arun

to go along with this each port on the switch when you assign the VLAN make sure you use the correct IP as the default gateway for the host/server connected. The DG is the IP assigned to the VLAN.

Rick Morris
Level 6
Level 6

you will also need to make sure IP Routing is enabled.

from CLI

in conf t mode

ip routing

This places the switch into layer 3 mode.

Review Cisco Networking products for a $25 gift card