09-19-2005 12:44 PM - edited 03-03-2019 10:32 AM
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?
09-23-2005 11:02 AM
You need to used ATM Routed bridge encapsulation for this.
http://www.cisco.com/en/US/products/sw/iosswrel/ps5413/products_feature_guide09186a008008012e.html
11-05-2005 02:24 AM
Did you ever found a working solution for this?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide