Single T1 Frame-relay service configuration for Adtran router

Single T1 Frame-relay service configuration for Adtran router

Configuration syntax is much similar with Cisco router. 


hostname "Adtran_Router"
enable password adtran
!
clock timezone -3-Buenos-Aires
!
ip subnet-zero
ip classless
ip routing
!
auto-config
!
event-history on
no logging forwarding
no logging email
logging email priority-level info
!
no service password-encryption
!
!
no ip firewall alg h323
!
interface eth 0/1
  ip address 192.168.1.0 255.255.255.0
  no shutdown
!
interface t1 1/1
  tdm-group 1 timeslots 1-24 speed 64
  no shutdown
!
interface fr 1 point-to-point
  frame-relay lmi-type ansi
  no shutdown
  cross-connect 1 t1 1/1 1 frame-relay 1
!
interface fr 1.500 point-to-point
  frame-relay interface-dlci 500
  ip address  10.10.10.2 255.255.255.252
  mtu 4470
  no lldp send-and-receive
!
ip route 0.0.0.0 0.0.0.0 fr 1.500

!
no ip tftp server
no ip http server
no ip http secure-server
no ip snmp agent
no ip ftp agent
!
line con 0  
  login
  password adtran
!
line telnet 0 4
  login
  password adtran
  line-timeout 30
  no shutdown
line ssh 0 4
  login local-userlist
  no shutdown
!
Adtran_Router#
 

Leave a Reply