Below is a basic example of how to configure an Allied Telesyn 410S for PPP T1
- PRI configuration
set pri=bay0.pri0 mode=tdm tdm=1-24
- TDM configuration
create tdm group=wan interface=bay0.pri0 slots=1-24
- PPP configuration
create ppp=0 over=tdm-wan
set ppp=0 over=tdm-wan lqr=off echo=10
- IP configuration
enable ip
add ip int=ppp0 ip=169.131.255.206 mask=255.255.255.252
add ip int=vlan1 ip=10.0.0.1 mask=255.255.255.0
add ip int=eth0 ip=192.168.0.2
add ip rou=0.0.0.0 mask=0.0.0.0 int=ppp0-1 next=0.0.0.0
add ip rou=192.168.0.0 mask=255.255.255.0 int=eth0-0 next=0.0.0.0
add ip dns prim=205.171.3.65 seco=205.171.3.65
- ppp0 is the WAN interface. Eth0 and vlan1 are LAN interfaces





