cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
0
Helpful
6
Replies

inter vlan configure in 3550 switch

arupbiet2006
Level 1
Level 1

i had configured like this...........

CAT3550# show running-config

Building configuration...

.

.

!

interface Vlan1

ip address 10.10.10.1 255.255.255.0

!

interface Vlan2

ip address 20.20.20.1 255.255.255.0

ip policy route-map pbr

!

interface Vlan3

ip address 30.30.30.1 255.255.255.0

!

ip route 0.0.0.0 0.0.0.0 10.10.10.2

ip classless

ip http server

!

!

access-list 10 permit 20.20.20.0 0.0.0.255

route-map pbr permit 10

match ip address 10

set ip next-hop 30.30.30.2

!

.

!

6 Replies 6

Istvan_Rabai
Level 7
Level 7

Hi Arup,

With this configuration, any packet that is coming into the switch from the 20.20.20.0/24 subnet (vlan2), will be sent out to next hop 30.30.30.2 through interface vlan3.

Is this what you want?

Istvan

Istvan

just i want vlan 2 will admin vlan which will access all vlan .how i can do it

Hi Arup,

From interface vlan2 remove the "ip policy route-map" command.

This way vlan2 will access all other vlans within this switch, supposed ip routing is enabled.

Cheers:

Istvan

hi Istvan....

changed it but still not working...

configure like this....

CAT3550# show running-config

Building configuration...

.

.

!

interface Vlan1

ip address 10.10.10.1 255.255.255.0

!

interface Vlan2

ip address 20.20.20.1 255.255.255.0

ip policy route-map pbr

!

interface Vlan3

ip address 30.30.30.1 255.255.255.0

!

ip route 0.0.0.0 0.0.0.0 10.10.10.2

ip classless

ip http server

!

!

access-list 10 permit 20.20.20.0 0.0.0.255

!

.

!

end

have you any configure which is my desire

Hi Arul,

Please remove "ip policy route-map" from vlan2.

The commands for this are

conf t

interface vlan2

no ip policy route-map pbr

Also, please enable ip routing:

conf t

ip routing

Cheers:

Istvan

This document provides the configuration and troubleshooting steps applicable to the creation of Layer 3 interfaces. VLANs divide broadcast domains in a LAN environment. Whenever hosts in one VLAN need to communicate with hosts in another VLAN, the traffic must be routed between them. This is known as inter-VLAN routing. On Catalyst switches it is accomplished by the creation of Layer 3 interfaces (switch virtual interfaces (SVIs) ).
please verify the link below for more info:-
https://www.cisco.com/c/en/us/support/docs/lan-switching/inter-vlan-routing/41860-howto-L3-intervlanrouting.html

Review Cisco Networking products for a $25 gift card