CCSP Cisco Secure PIX Firewall Advanced Exam Certification Guide, Second Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

CCSP Cisco Secure PIX Firewall Advanced Exam Certification Guide, Second Edition [Electronic resources] - نسخه متنی

Greg Bastien; Earl Carter; Christian Degu

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید












  • Task 3: Configuring Authentication


    Incoming FTP connections to HQ-PIX are authenticated using the Terminal Access Controller Access Control System Plus (TACACS+) server located on the internal network. To use a TACACS+ server for authentication, you must first identify the IP address of the TACACS+ server and then indicate which connections will use the TACACS+ server. This configuration requires the following two steps:


    Step 1.

    Configure the TACACS+ server:


    aaa-server TACACS+ (inside) host 10.10.10.7 tacpass

    Step 2.

    Configure authentication, authorization, and accounting (AAA) authentication for FTP access:


    aaa authentication include ftp inside 0.0.0.0 0.0.0.0 TACACS+


    Example 20-5 shows the TACACS+ configuration.

    Example 20-5. TACACS+ Configuration



    aaa-server TACACS+ (inside) host 10.10.10.7 tacpass
    aaa authentication include ftp inside 0.0.0.0 0.0.0.0 TACACS+


    • / 191