Cisco: SDSL back-to-back
Netjes gejat van een franse website:
Configuration du Cisco 1803 en mode CPE ( Customer Premise Equipment ) c1803#configure terminal Enter configuration commands, one per line. End with CNTL/Z. c1803(config)#controller dsl 0 c1803(config-controller)#line-term cpe c1803(config-controller)#mode atm c1803(config-controller)#line-mode 4-wire c1803(config-controller)#no shutdown c1803(config-controller)#exit c1803(config)#interface ATM 0 c1803(config-if)#pvc 8/35 c1803(config-if-atm-vc)#encapsulation aal5snap c1803(config-if-atm-vc)#exit c1803(config-if)#ip address 10.1.1.2 255.255.255.252 c1803(config-if)#exit Configuration du Cisco 2621XM en mode CO ( Central Office ) c2621xm#configure terminal Enter configuration commands, one per line. End with CNTL/Z. c2621xm(config)#controller dsl 0/0 c2621xm(config-controller)#mode atm c2621xm(config-controller)#line-term co c2621xm(config-controller)#line-mode 4-wire c2621xm(config-controller)#no shutdown c2621xm(config-controller)#exit c2621xm(config)#interface ATM 0/0 c2621xm(config-if)#pvc 8/35 c2621xm(config-if-atm-vc)#encapsulation aal5snap c2621xm(config-if-atm-vc)#exit c2621xm(config-if)#ip address 10.1.1.1 255.255.255.252 c2621xm(config-if)#exit