Template Config FE L3

!
hostname (xxxx)
!
enable password (xxxx)
!
service password-encryption
!
ip subnet zero
!
snmp-server community UIH-RO ro
!
interface Fastethernet0/0 * Interface จะเปลี่ยนไปตามรุ่น Router ที่ใช่งาน*
description #Name Branch# (xxxx)
ip address #IP LAN #(0.0.0.0) #Subnet mask#(0.0.0.0)
no ip directed-broadcast
no shutdown
!
interface Fastethernet0/1.200 * Interface จะเปลี่ยนไปตามรุ่น Router ที่ใช่งาน*
description (xxxx)
ip address #IP WAN #(0.0.0.0) #Subnet mask#(0.0.0.0)
encapsulation dot1q #VLAN No. (xxx)#
no ip directed-broadcast
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) ;ใส่เฉพาะ IP Gate Way (เป็น Default Route)
!
line vty 0 4
password (xxxx)
login
!
end
!