I'm trying to mahke a cisco 877 (ios 14.4) router on bridge mode between ATM0 and Fastehernet0 (for PPPOE). It seems that Fastethernet do not accept bridge mode. "no ip routing" has been added. Is there anything to do or 877 does not work on bridge mode ?
thanks a lot for your help
Best regards,
Mik,
Didn't find your answer? Ask the community — no account required.
B
Bod43
You can't use FastEthernet 0
You may be able to use VLAN 1 instead.
Here is a bridged config, but not pppe.
! This works with Verizon in the US
! bridge irb ! ! ! interface ATM0 no ip address no atm ilmi-keepalive pvc 0/35 encapsulation aal5snap ! dsl operating-mode auto bridge-group 1
! ! interface Vlan1 no ip address bridge-group 2 ! interface BVI2 ip address 10.0.2.1 255.255.255.0 ip nat inside ip virtual-reassembly ip tcp adjust-mss 1400 ! interface BVI1 ip address Your.external.ip.address.here your.mask ip nat outside ip virtual-reassembly load-interval 30 ! ip route 0.0.0.0 0.0.0.0 ISP.next.hop ! put own details here ! ! ip nat inside source route-map nonat interface BVI1 overload !
access-list 110 permit ip 10.0.2.0 0.0.0.255 any ! route-map nonat permit 10 match ip address 110 ! ! bridge 1 protocol ieee bridge 1 route ip bridge 2 protocol ieee bridge 2 route ip
M
MK
Thanks a lot, i will try this as soon as possible !
snipped-for-privacy@hotmail.co.uk a =E9crit :
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.