IllegalOperation
Technical User
Hello once again everyone. I have a real simple question that Cisco notoriously makes you rip your hair out trying to find on their web site.
All I want to do, with my 827, is set up the WAN interface (ADSL) so it can successfully communicate with my provider. Unfortunately, Cisco forces you to overthink this simple solution on their support site.
I have the VPI/VCI information.
I have the IP Address information (we have been assigned a /29 block).
I have the authentication information (username/password, and I think CHAP is involved?).
This 827 is going to act stricly as a router (no bridging), as office equipment will be directly behind it. Very simple stuff. Now why does Cisco make it so difficult?
No I dont want to "configure the Cisco 827 for RFC1483 Bridging with Integrated Routing and Bridging (IRB)". No I dont want to "configure the Cisco 827, acting as a DHCP server, for Easy IP (Phase 2)". I just want to find out what ATM0 interface parameters are needed to get a successful connection. Hardly rocket science.
Well, here is the config I came up with - but I know it is not completely right...
interface ATM0
no ip address
no ip directed-broadcast
no atm ilmi-keepalive
bundle-enable
interface ATM0.1 point-to-point
ip address x.x.x.x 255.255.255.248
pvc 1/34
encapsulation aal5snap
ip route 0.0.0.0 0.0.0.0 x.x.x.x
Note: x.x.x.x is the assigned IP address for the router.
Does anyone have either their own config or a default config that I can take a look at to see what else is needed? Im sure theres a few 827 users that are happily using their DSL circuit right about now....
All I want to do, with my 827, is set up the WAN interface (ADSL) so it can successfully communicate with my provider. Unfortunately, Cisco forces you to overthink this simple solution on their support site.
I have the VPI/VCI information.
I have the IP Address information (we have been assigned a /29 block).
I have the authentication information (username/password, and I think CHAP is involved?).
This 827 is going to act stricly as a router (no bridging), as office equipment will be directly behind it. Very simple stuff. Now why does Cisco make it so difficult?
No I dont want to "configure the Cisco 827 for RFC1483 Bridging with Integrated Routing and Bridging (IRB)". No I dont want to "configure the Cisco 827, acting as a DHCP server, for Easy IP (Phase 2)". I just want to find out what ATM0 interface parameters are needed to get a successful connection. Hardly rocket science.
Well, here is the config I came up with - but I know it is not completely right...
interface ATM0
no ip address
no ip directed-broadcast
no atm ilmi-keepalive
bundle-enable
interface ATM0.1 point-to-point
ip address x.x.x.x 255.255.255.248
pvc 1/34
encapsulation aal5snap
ip route 0.0.0.0 0.0.0.0 x.x.x.x
Note: x.x.x.x is the assigned IP address for the router.
Does anyone have either their own config or a default config that I can take a look at to see what else is needed? Im sure theres a few 827 users that are happily using their DSL circuit right about now....