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

Can 877 set bridge mode

thanaponsom
Level 1
Level 1

Hi

I have some scenario to provide network for my cutomer

I have 2 Cisco 877 routers and I need one set to bridge mode and one is gateway internet

How do I do?

                                          (LAN)                

ADSL <---------------->877 <----------------> 877 Gateway <-----------> Clients

3 Replies 3

There are a number of examples for how to configure bridge mode on 800 series access routers here: http://www.cisco.com/en/US/products/hw/routers/ps380/prod_configuration_examples_list.html

Maybe some config like this:

no ip routing
!

interface FastEthernet0
switchport access vlan 1
!

interface Vlan1

bridge-group 1

!

interface ATM0
no ip address
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
description connection to service provider

pvc 0/33
encapsulation aal5mux
bridge-group 1
!
bridge 1 protocol ieee

You'll need to change the specific numbers, like PVC numbers, to be correct for your ISP connection.

Using a Cisco router as a bridge is kind of silly though since it turns it into a passive modem device mostly. You could use any modem your ISP might provide for that and have the same result.

Thank you Jonathan

Because I set this topology to test Cisco 877 to run on PPPoE

I have only 2 Cisco 877 to test

1 thing how should I know which I'll use encapsulation

Generally your ISP will determine that.

Review Cisco Networking products for a $25 gift card