วันอังคารที่ 23 ธันวาคม พ.ศ. 2557

Config Cisco

   ในการตั้งค่าอุปกรณ์พื้นฐานเราทำการตั้งค่าดังต่อไปนี้
1.  ชื่ออุปกรณ์
2. ตั้งค่าความปลอดภัยของอุปกรณ์
3. ตั้งค่าการเชื่อมต่อของอุปกรณ์

การตั้งค่่าอุปกรณ์เราสามารถเข้าตั้งค่าโดยใช้ port console

Step 1 Start the terminal-emulation program and open a session if you are using a PC or terminal.

Step 2 Start a terminal-emulation session.

Step 3 Configure the baud rate and character format of the PC or terminal to match these console port default characteristics:

•9600 baud

•8 data bits

•1 stop bit

•No parity

•None (flow control)

..........................................................................................................

  1. คำสั่่งในการตั้งชื่่ออุปกรณ์ 
           >enable
           #configure terminal
           (config)#
           (config)#hostname SWB12F01
           SWB12F01(config)#
      
      2. คำสั่งในการตั้งค่าความปลอดภัยของอุปกรณ์

          SWB12F01(config)#line console 0
          SWB12F01(config-line)#password abcsw
          SWB12F01(config-line)#login 
          SWB12F01(config-line)#exit
          SWB12F01(config)#enable password abcsw

      3. ตั้งค่าการเชื่อมต่อของอุปกรณ์

          SWB12F01(config)#interface fastEthernet 0/0 -->>เป็นการตั้งค่า port  f0/0 
          SWB12F01(config-if)#ip address 192.168.1.254 255.255.255.0 -->>ใส่ IP Address
          SWB12F01(config-if)#description link-to-lan-SWB13F01 -->>ใส่คำอธิบายการเชื่อมต่อ
          SWB12F01(config-if)#no shutdown -->>เปิดใช้งาน port


เรียบร้อยครับสำหรับการตั้งค่าใช้งานทั่วไป


ศึกษาข้อมูลเพิมเติมได้ที่
http://www.cisco.com/
http://www.jodoi.com/