Config VPN CIRCUIT Dslam ZXDSL – 9000

telnet 172.xxxx
Trying 172xxxx
Connected to 172.xxxx
Escape character is ‘^]’.
****************************************************************
* _______ _________ _______ __ __ __ __ *
* |____ / |___ ___| | _____| ____| |____ \ \ \ \ / / *
* / / | | | | | __ __ | \_\ \_\ /_/ *
* / / | | | |_____ | |_ | |__| | _________ *
* / / | | | ____| |____ ____| |_________| *
* / / | | | | | | __ __ *
* / /____ | | | |_____ | | / / \ \ *
* /_______| |_| |_______| |__| /__/ \__\ *
* *
* *
* ( ZXDSL – 9000 ) *
****************************************************************
1. Add Vlan Modem MGT and Service VPN
a. Circuit For MGT ADSL modem
4.PNN—-.01.32(config)#add-vlan 42 pvc pvc3
4.PNN—-.01.32(config)#vlan 42 name MGT_ADSL
b. Cicuit for VPN
4.PNN—-.01.32(config)#add-vlan 3834 pvc pvc4
4.PNN—-.01.32(config)#vlan 3834 name LG_INDUSTRI
2. Circuit for module and port
4.PNN—-.01.32(config)#interface dsl-mpvc 3/40
4.PNN—-.01.32(config)#atm pvc 0:33 pvc3
4.PNN—-.01.32(config)#atm pvc 1:34 pvc4
4.PNN—-.01.32(config)#atm status enable pvc3
4.PNN—-.01.32(config)#atm status enable pvc4
4.PNN—-.01.32(config)#pvid 40 pvc3
4.PNN—-.01.32(config)#pvid 3834 pvc4
4.PNN—-.01.32(config)#pppoe-plus enable
4.PNN—-.01.32(config)#adsl profile DATIN_512K.PRF
3. Uplink MGT and VPN
a. Up Link for MGT_ADSL
4.PNN—-.01.32(config)#vlan 42 4/1-8 tag
b. Uplink for LG Industri
4.PNN—-.01.32(config)#vlan 3834 4/1-8 tag
4. Untag Port for Adsl MGT and Service VPN
a.Untag Port for Adsl MGT
4.PNN—-.01.32(config)#vlan 42 3/40 untag
b.Untag Port for Service VPN
4.PNN—-.01.32(config)#vlan 3834 3/40 untag
5. Show Config
4.PNN—-.01.32(config)# show vlan 3834
VlanId : 3834
VlanStaticName : LG
Vlan PVC Type : PVC4
Tagged-Ports :
(slot-4) 1-8
Untagged-Ports :
(slot-3) 40
—————————-