Config Form .txt File

Config Form .txt File

- หากได้รับไฟล์ Config Backup เป็นไฟล์ .txt ให้ทำการ PuTTY เข้าเครื่อง
support > Letmein99 > enable > Letmein99 

- หลังจากนั้นให้ตรวจสอบ Config โดยเทียบ PuTTY กับไฟล์ .txt
show running-config > เทียบกันระหว่าง 2 ไฟล์

- หากต้องการแก้ไข Config ให้ทำการก็อปปี้ตั้งแค่เครื่องหมาย ! จนก่อนถึง ! เช่น 
!
interface eth0
 description "Default connection to WAN"
 enable
 ip address 192.168.1.10/24
!
interface eth1
 description "Default connection to LAN"
 enable
 ip address 10.1.21.1/24
!

ให้ก็อปเฉพาะส่วนที่เป็นตัวหน้าและนำลงไปใส่ที่
configure > ข้อความที่ก็อป > end > write memory 
หลังจากนั้นให้ตรวจสอบความถูกต้องด้วยการ
show running-config และตรวจความถูกต้อง

*ไม่แนะนำให้ก็อปทั้งหมดไปใส่

    • Related Articles

    • Factory default configure template

      Connected console to HSG then use following CLI command HSG# write erase all all Yes then reboot after that copy below configure template to the box. ! hostname HSG ! interface eth0  description "Connection to WAN"  enable  ip address dhcp ! ...