Transparent Firewall Mode

Source: Internet
Author: User

Part 0:overview

The Cisco ASA can operate:

    • Routed firewall mode (default Layer 3)
    • Transparent mode (Layer 2)

Comparison of the Routed and Transparent Firewall Modes
Routed Firewall Mode Transparent Firewall Mode
Use if only IP packets is to be inspected Use if NON-IP packets must be forwarded
Network readdresing is necessary across the ASA Network readdressing is not necessary.
All interfaces can used Only the interfaces can be used.
All ASA features is available.

The following feature is not available:

  • Dynamic Routing Protocol
  • Dynamic DNS
  • DHCP Relay
  • Multicast IP Routing
  • Quailty of Service
  • VPN Termination for transit traffic

Part 1:configuring Transparent Firewall Mode

ciscoasa#Show Firewall //verifying the current firewall Mode

Ciscoasa (config) #firewall transparent //enable transparent firewall mode

Configure ASA Transparent Mode Interface (only inside & outside):

    • Interface speed and Duplex mode
    • Interface Name (nameif)
    • Security level (security-level)

Example:

Ciscoasa (config) #interface e0/0

Ciscoasa (config-if) #nameif outside

Ciscoasa (config-if) #security-level 0

Ciscoasa (config-if) #no shutdown

Ciscoasa (config-if) #exit

Ciscoasa (config) #interface E0/1

Ciscoasa (config-if) #nameif inside

Ciscoasa (config-if) #security-level 100

Ciscoasa (config-if) #no shutdown

Ciscoasa (config) #IP address ip-address subnet-mask//configure Management IP Address

Ciscoasa (config) #Route Interface Network Mask gateway [metric]

Part 2:controlling traffic in Transparent Firewall Mode

Ciscoasa (config) #access-list acl_id ehtertype {permit | deny} {any | bpdus | ipx | mpls-unicast | mpls-multica St | EtherType}


The Ehtertype value can be a 16-bit hex number greater than 0x600, or one of the following keywords:

    • Any : Any NON-IP packet
    • BPDUs: Bridge protocol data units used for STP operation
    • IPX: Novell IPX
    • mpls-unicast: MPLS unicast
    • mpls-multicast: MPLS Multicast

Well-known EtherType values is assigned and maintained by the IEEE. You can search or download the most current list of values at http://standards.ieee.org/develop/regauth/

Ethertype/eth.txt.

Part 3:using ARP inspecition

By Default:an ASA in transparent firewall Mode forwards all ARP packets.

To detect and prevent ARP spoofing, you can configure the ASA to support ARP insepction. ARP inspection uses static ARP entries as the basis for its inspection process.

Ciscoasa (config) #arp interface ip_address mac_addresss (nnnn.nnnn.nnnn)

Ciscoasa (config) #arp-inspection interface Enable [flood | no-flood]

ciscoasa#Show Arp-inspection

Part 4:disable MAC Address Learning

The malicious host might is not a stop with just one spoofed MAC address. It might also send so many packets with spoofed address. DoS attack

To prevent MAC address spoofing attacks, you can disable MAC address learnning completely.

Ciscoasa (config) #Mac-learn Interface Disable

Ciscoasa (config) #mac-address-table static interface mac_address

Ciscoasa (config) #show Mac-learn

Ciscoasa (config) #show mac-address-table

Transparent Firewall Mode

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.