cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
418
Views
0
Helpful
1
Replies

BT EPS9 & Cisco 828 config

colinbenson
Level 1
Level 1

Hi,

2 Cisco 828 routers over a BT EPS9 line, cannot get the routers to see each other, attached is copy of the config - anyone spot a glaring error - I am new to all this so am fumbling around in the dark a bit...

Help is much appreciated.

1 Reply 1

Hello,

the attachment has expired, can you post it again ?

A typical G.SHDSL configuration would look like this:

interface ATM0

no ip address

no atm ilmi-keepalive

pvc 0/35

encapsulation aal5snap

!

pvc 8/35

encapsulation aal5mux ppp dialer

dialer pool-member 1

!

dsl operating-mode GSHDSL symmetric annex A

dsl linerate AUTO

!

interface Dialer0

ip address 1.1.1.1 255.255.255.0

encapsulation ppp

dialer pool 1

dialer-group 1

!

ip classless

ip http server

ip pim bidir-enable

!

!

dialer-list 1 protocol ip permit

On the other side, configure the same thing (except for the IP addresses, which are just an example)...

Also, have a look at this document:

Symmetrical High-Data-Rate DSL (G.SHDSL)

Configuring CPE Back-to-Back Through G.SHDSL Ports

http://www.cisco.com/en/US/tech/tk175/tk274/technologies_configuration_example09186a0080135834.shtml

HTH,

GP