cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3599
Views
0
Helpful
2
Replies

How to configure Router as Switch

srikanth-m
Level 1
Level 1

Hi,

In my scnario, I have take bandwidth from upstream provider and I have to distribute the bandwidth through DSLAM (Broadband).

I have a Cisco 2821 router between Upstream provider and DSLAM, but the service provider has given me 126 Public IPs which include the IPs of gateway and other equipment at service provider side. I have to give public IPs to my customers from the same subnet.

How to configure same subnet of IPs to both the sides of router or is there any method we can configure both the interface of the router as a switch? which solves my purpose.

Regards,

MSK

2 Replies 2

nambi_gct
Level 1
Level 1

Please check IRB feature and I hope this will help you.

stephenamstutz
Level 1
Level 1

You need to bridge the interfaces as opposed to routing across them. Use the following;

*****

bridge irb

interface FastEthernet0/0

no ip address

bridge-group 1

exit

interface Dialer0

no ip address

bridge-group 1

exit

interface BVI1

ip address

exit

bridge 1 protocol ieee

bridge 1 route ip

*****

You can then use the public IP addresses on the inside of your router.

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