SmartNode ADSL PPPoA Port configuration
Posted by Marc Aeberhard, Last modified by Daniel Lizaola on 19 December 2017 04:49 PM

Configuration Description

Port and context ip configuration for a ADSL link over a SmartNode VoIP-Gateway using PPPoA encapsulation.

This example is for SmartNode models using the ADSL interface which is indicated by "/A" in the product SKU.

In case PPPoEoA (point to point over Ethernet over ATM) is required, please see the corresponding article. Link to PPPoEoA article.

 

Commande Sequece to copy, edit and paste

#----------------------------------------------------------------#
#                                                                #
# SN465X / SN485X / SN467X ADSL-VOIP-GATEWAY for PPPoA           #
#                                                                #
# Sample-Configuration, including the IP-Router                  #
#                                                                #
# Please replace all variables before you are using this         #
# configuration.                                                 #
#                                                                #
# Author: MA, Patton-Inalp Netowrks, CH-3172 Niederwangen        #
# Date: 2014-06-27                                               #
#                                                                #
#----------------------------------------------------------------#

profile napt NAPT_WAN

profile ppp default

context ip router

  interface IF_WAN
    ipaddress <set your ip-addres and ip-mask or use unnumbered>
    mtu 1492
    point-point
    use profile napt NAPT_WAN
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context ip router
  route 0.0.0.0 0.0.0.0 IF_WAN 0

subscriber ppp SUB_ADSL_1
  dial out
  authentication chap
  identification outbound <ADSL-Username> password <ADSL-Password>
  bind interface IF_WAN router

port dsl 0 0

annex <set the annex to be used; [a|b|m]>

  pvc-ppp vpi <set your vpi number> vci <set your vci number>

    pppoe

      session SES_ADSL
        bind subscriber SUB_ADSL_1
        no shutdown

(8748 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).