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

Cisco 836 Bridge problem

dhutten
Level 1
Level 1

hi,

I have the following situation at the moment,

Internet (1 Public ip) --> Cisco 836 --> Cisco Pix 501 unlimited

What i want is that the public ip is bridged to the Pix501 Outside interface.

The IOS version on the router is 12.3

I have the following configuration but i can get it working

interface Ethernet0

no ip address

no ip route-cache

bridge-group 1

!

interface ATM0

no ip address

no ip route-cache

no ip mroute-cache

no atm ilmi-keepalive

pvc 0 8/48

encapsulation aal5mux

!

bundle-enable

dsl operating-mode auto

bridge-group 1

hold-queue 224 in

!

bridge 1 protocol ieee

The 'bundle-enable' seems not supported any more in IOS 12.3

And in the pix501 the following settings

vpdn group pppoex request dialout pppoe

vpdn group pppoex localname $USER

vpdn group pppoex ppp authentication pap

vpdn username $USER password $PASSWORD

I can get it working. Someone have an idea?

2 Replies 2

ebreniz
Level 6
Level 6

Did you ever found a working solution for this?