cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1039
Views
0
Helpful
2
Replies

828 G.SHDSL back-to-back configuration

m.nauman
Level 1
Level 1

I have got two 828 G.SHDSL brand new routers and want to test them back-to-back. Can some one guide me as its my first experience working on the router.

Also I have tried the sample config from Cisco site

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

but that does not work.

2 Replies 2

Hello,

the sample config from the Cisco site is ok, except that you need to remove one of the PVCs, e.g. PVC 35. Can you try this and see if the link comes up ?

HTH,

Georg

yamahdi
Level 1
Level 1

Hi.

I connect two 828 through a leased line as back-to-back through their ATM ports. Here is my configuratio.

CO router:

# int atm 0

ip address ....

no atm ilim-keepalive

pvc 1/1

protocol ip (addr of CPE atm port) broadcast

.

.

.

dsl equipment-type CO

dsl operationg-mode GSHDSL symmetric annex A

.

.

CPE router:

# int atm 0

ip address ....

no atm ilim-keepalive

pvc 1/1

protocol ip (addr of CO atm port) broadcast

.

.

.

dsl equipment-type CPE

dsl operationg-mode GSHDSL symmetric annex A

Note : I also enable the routing (RIP) and add the IP subNetwork of the ATM ports to it.