cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
456
Views
0
Helpful
3
Replies

intervlan routing

aksher
Level 1
Level 1

Should we need to create a int vlan command for each vlan on L3 switch for intervlan routing?

3 Replies 3

glen.grant
VIP Alumni
VIP Alumni

Yes that is correct ...

kthned
Level 3
Level 3

yes Aksher you hav to define interface vlan for each vlans in ur L3 switch...

YES Aksher, u need 2 create vlans for each.

eg.

interface vlan 2

description ***Servers***

ip address 10.1.1.1 255.255.255.0

interface vlan 3

description ***Switches***

ip address 10.2.1.1 255.255.255.0

interface vlan 4

description ***Marketing***

ip address 192.168.1.1 255.255.0

on the global configuration, issue "ip routing" for inter-lan routing.

hope this helps.

rate this post if cleared.