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