Search here
Sebastian's Events
Upcoming Events
| Cisco router for Be Unlimited broadband |
|
|
|
| Written by Sebastian Brzegowy |
|
I've been asked many times by my friends How to configure Cisco router for Be Unlimited broadband? I use Be with my Cisco 877 router and it works extremely well. It solved me a lot of hassle which I had before when using less advanced vendors. I decided to write this short guide, especially because Be uses quite rare setup in UK. Firsts of all, Be Broadband uses RFC1483 Bridge mode instead of PPPoA ( the most widespread). In addition, they use pvc 0/101 instead of standard 0/38. I will try to show you how to setup your Cisco router in order to work with your Be dsl line. The most important thing for this kind of broadband configuration is to setup a bridge.
You need to enable Integrated Routing and Bridging (IRB) on your router. In order to do it type the following command in global configuration mode: bridge irb The next step is to create your bridge by commands: bridge 1 protocol ieee and configure it with ip interface BVI1 you will need to link all your local interfaces with that bridge interface Vlan1 bridge-group 1 Now, we need to configure your dsl interface. From global configuration mode run the following:
! We need to configure routing and NAT as a next step. create access-list access-list 1 permit 192.168.24.0 0.0.0.255 <-- if you changed your local range previously you will need to modify this part ip nat inside source list 1 interface ATM0.1 overload
setup your default route: ip route 0.0.0.0 0.0.0.0 87.194.220.1 <--- modify that ip matching details provided by Be You should have your internet working. You may need to configure dhcp server but this topic is really well covered at cisco.com and other sources on internet. Have fun!
Sebastian Brzegowy |
| Last Updated on Sunday, 26 July 2009 09:18 |













