• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Cấu hình cơ bản firewall ASA (phần 1)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cấu hình cơ bản firewall ASA (phần 1)

    Hostname- lệnh thay đổi tên Thay đổi tên dùng dòng lệnh
    Code:
    Ciscoasa(config)# hostname newname
    Các lệnh với interface
    Code:
    Ciscoasa(config) # Vào chế độ cấu hình riêng của từng interface Gán ...
    Hostname- lệnh thay đổi tên: Thay đổi tên dùng dòng lệnh
    Code:
    Ciscoasa(config)# hostname newname

    Các lệnh với interface


    Code:
    Ciscoasa(config) #

    Vào chế độ cấu hình riêng của từng interface


    Gán tên cho interface- lệnh nameif


    Code:
    Ciscoasa(config-if)#nameif if_name
    Gán tên cho interface là outside:
    Code:
    ciscoasa(config)# interface GigabitEthernet0/0
    ciscoasa(config-if)# nameif outside
    Gán địa chỉ cho interface- lệnh ip address



    Code:
    ciscoasa(config-if)# ip address ip_address [mask] [standby ip_address]
    Gán địa chỉ ip cho interface g0/0 là 192.168.1.2



    Last edited by Tín Phan; 06-04-2020, 11:50 AM.
    Phan Trung Tín
    Email: phantrungtin@vnpro.org
    .
Trung Tâm Tin Học VnPro
149/1D Ung Văn Khiêm, P.25, Q.Bình Thạnh, Tp.HCM
Tel: (028) 35124257 (028) 36222234
Fax: (028) 35124314

Home Page: http://www.vnpro.vn
Forum: http://www.vnpro.org
Twitter: https://twitter.com/VnVnpro
LinkedIn: https://www.linkedin.com/in/VnPro
- Chuyên đào tạo quản trị mạng và hạ tầng Internet
- Phát hành sách chuyên môn
- Tư vấn và tuyển dụng nhân sự IT
- Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

Videos: http://www.dancisco.com
Blog: http://www.vnpro.org/blog
Facebook: http://facebook.com/VnPro
Zalo: https://zalo.me/1005309060549762169
​​​​​​
Working...
X