Template Config Leased Line ต้นทาง Encap HDLC

!
hostname (xxxx)
!
enable password (xxxx)
!
ip subnet zero
!
service password-encryption
!
interface Ethernet0 * Interface จะเปลี่ยนไปตามรุ่น Router ที่ใช่งาน*
description #Name HQ# (xxxx)
ip address #IP LAN HQ#(0.0.0.0) #Subnet mask#(0.0.0.0)
no ip directed-broadcast
no shutdown
!
interface Serial0 * Interface จะเปลี่ยนไปตามรุ่น Router ที่ใช่งาน*
description #Name#(xxxx to Br)
ip address #IP WAN HQ#(0.0.0.0) #Subnet mask#(0.0.0.0)
no ip directed-broadcast
encapsulation hdlc
no shutdown
!
ip classless
ip route #Destination network IP#(0.0.0.0) #Destination subnet mask#(0.0.0.0 )#IP Gate way#(0.0.0.0)
!
line vty 0 4
password xxxx
login
!
end