Template Config L2 - 2.5 Un Manage Encap Frame Relay

!
hostname #host name#(xxxx)
!
enable password #password#(xxxx)
!
ip subnet zero
!
service password-encryption
!
interface fasethernet0/0 * Interface จะเปลี่ยนไปตามรุ่น Router ที่ใช่งาน*
description #Name Branch# (xxxx)
ip address #IP LAN BR#(0.0.0.0) #Subnet mask#(0.0.0.0)
no ip directed-broadcast
no shutdown
!
interface Serial0/0
description
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
frame-relay lmi-type ansi
no shutdown
!
interface Serial 0/0.1 point-to-point * Interface จะเปลี่ยนไปตามรุ่น Router ที่ใช่งาน*
description #Name# (xxxxx TO hq)
ip address #IP WAN BR#(0.0.0.0) #Subnet Mask#(0.0.0.0)
no ip directed-broadcast
frame-relay interface-dlci #DLCI#(xx)
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 #login password#(xxxx)
login
!
end