cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
350
Views
5
Helpful
2
Replies

Simple Routing between 2 VLANS

backpedal
Level 1
Level 1

Hi,

Bridge BVI10 is setup with IP address of 10.10.20.1 subnet mask 255.255.255.0. VLAN10 is configured as a VLAN for IRB and part of the BVI10 bridge group.

Fast Ethernet Port 0 is assigned to this VLAN.

It also has its own DHCP Scope.

Bridge BVI20 is setup with IP address of 10.10.30.1 subnet mask 255.255.255.0 VLAN20 is configured as a VLAN for IRB and part of the BVI20 bridge group.

Fast Ethernet Port 1 is assigned to this VLAN>

It also has its own DHCP Scope.

A PC attached to FE0 can ping 10.10.20.1 and itself and the internet.

A PC attached to FE1 can ping 10.10.30.1 and itself and the internet.

I want the PC in FE0 to be able to ping the PC attached to FE1 i.e 10.10.30.1 (the other VLAN) but not the other way round.

Can someone advise how to modify the configuration to achieve this.

Thanks,

M.

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

You need to create an ACL on BVI10

access-list 101 deny icmp host 10.10.30.1 any echo

access-list 101 permit ip any any

interface BVI10

ip access-group 101 in

thanks.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card