Cisco ASA 5500 Transparent Mode Setup
Cisco ASA 5500 Transparent Mode Setup
This chapter includes tasks to complete the interface configuration for all models in transparent firewall
mode.
This chapter includes the following sections:
• Information About Completing Interface Configuration in Transparent Mode, page 9-1
• Licensing Requirements for Completing Interface Configuration in Transparent Mode, page 9-2
• Guidelines and Limitations, page 9-5
• Default Settings, page 9-6
• Completing Interface Configuration in Transparent Mode, page 9-6
• Monitoring Interfaces, page 9-19
• Configuration Examples for Interfaces in Transparent Mode, page 9-19
• Feature History for Interfaces in Transparent Mode, page 9-20
Note For multiple context mode, complete the tasks in this section in the context execution space. Enter the
changeto context name command to change to the context you want to configure.
to another bridge group in the ASA. Although the bridging functions are separate for each bridge group,
many other functions are shared between all bridge groups. For example, all bridge groups share a syslog
server or AAA server configuration. For complete security policy separation, use security contexts with
one bridge group in each context. At least one bridge group is required per context or in single mode.
Each bridge group requires a management IP address. For another method of management, see the
“Management Interface” section.
Note The ASA does not support traffic on secondary networks; only traffic on the same network as the
management IP address is supported.
Security Levels
Each interface must have a security level from 0 (lowest) to 100 (highest). For example, you should
assign your most secure network, such as the inside host network, to level 100. While the outside
network connected to the Internet can be level 0. Other networks, such as DMZs can be in between. You
can assign interfaces to the same security level. See the “Allowing Same Security Level Communication”
section on page 9-18 for more information.
The level controls the following behavior:
• Network access—By default, there is an implicit permit from a higher security interface to a lower
security interface (outbound). Hosts on the higher security interface can access any host on a lower
security interface. You can limit access by applying an access list to the interface.
If you enable communication for same security interfaces (see the “Allowing Same Security Level
Communication” section on page 9-18), there is an implicit permit for interfaces to access other
interfaces on the same security level or lower.
• Inspection engines—Some application inspection engines are dependent on the security level. For
same security interfaces, inspection engines apply to traffic in either direction.
– NetBIOS inspection engine—Applied only for outbound connections.
– SQL*Net inspection engine—If a control connection for the SQL*Net (formerly OraServ) port
exists between a pair of hosts, then only an inbound data connection is permitted through the
ASA.
• Filtering—HTTP(S) and FTP filtering applies only for outbound connections (from a higher level
to a lower level).
If you enable communication for same security interfaces, you can filter traffic in either direction.
• established command—This command allows return connections from a lower security host to a
higher security host if there is already an established connection from the higher level host to the
lower level host.
If you enable communication for same security interfaces, you can configure established commands
for both directions.
2. The maximum number of combined interfaces; for example, VLANs, physical, redundant, bridge group, and EtherChannel interfaces. Every interface
command defined in the configuration counts against this limit. For example, both of the following interfaces count even if the GigabitEthernet 0/0
interface is defined as part of port-channel 1:
interface gigabitethernet 0/0
and
interface port-channel 1
Note Although you can configure multiple bridge groups on the ASA 5505, the restriction of 2
data interfaces in transparent mode on the ASA 5505 means you can only effectively use 1
bridge group.
• For multiple context mode, each context typically uses a different subnet. You can use overlapping
subnets, but your network topology requires router and NAT configuration to make it possible from
a routing standpoint.
Failover Guidelines
Do not finish configuring failover interfaces with the procedures in this chapter. See the “Configuring
Active/Standby Failover” section on page 50-7 or the “Configuring Active/Active Failover” section on
page 51-8 to configure the failover and state links. In multiple context mode, failover interfaces are
configured in the system configuration.
IPv6 Guidelines
• Supports IPv6.
• No support for IPv6 anycast addresses in transparent mode.
Default Settings
This section lists default settings for interfaces if you do not have a factory default configuration. For
information about the factory default configurations, see the “Factory Default Configurations” section
on page 3-10.
Note If you change the security level of an interface, and you do not want to wait for existing connections to
time out before the new security information is used, you can clear the connections using the
clear local-host command.
• ASA 5510 and higher—Chapter 12, “Starting Interface Configuration (ASA 5510 and Higher).”
• ASA 5505—Chapter 13, “Starting Interface Configuration (ASA 5505).”
Step 2 (Multiple context mode) Allocate interfaces to the context according to the “Configuring Multiple
Contexts” section on page 6-14.
Step 3 (Multiple context mode) Enter the changeto context name command to change to the context you want
to [Link] one or more bridge groups, including the IPv4 address. See the “Configuring
Bridge Groups” section on page 9-7.
Step 4 Configure general interface parameters, including the interface name and security level. See the
“Configuring General Interface Parameters” section on page 9-8.
Step 5 (Optional; not supported for the ASA 5505) Configure a management interface. See the “Configuring a
Management Interface (ASA 5510 and Higher)” section on page 9-11.
Step 6 (Optional) Configure the MAC address and the MTU. See the “Configuring the MAC Address and
MTU” section on page 9-12.
Step 7 (Optional) Configure IPv6 addressing. See the “Configuring IPv6 Addressing” section on page 9-15.
Step 8 (Optional) Allow same security level communication, either by allowing communication between two
interfaces or by allowing traffic to enter and exit the same interface. See the “Allowing Same Security
Level Communication” section on page 9-18.
You can configure up to 8 bridge groups in single mode or per context in multiple mode. Note that you
must use at least one bridge group; data interfaces must belong to a bridge group.
Note For a separate management interface (for supported models), a non-configurable bridge group (ID 101)
is automatically added to your configuration. This bridge group is not included in the bridge group limit.
Detailed Steps
Command Purpose
Step 1 interface bvi bridge_group_number Creates a bridge group, where bridge_group_number is an integer
between 1 and 100.
Example:
hostname(config)# interface bvi 1
Step 2 ip address ip_address [mask] Specifies the management IP address for the bridge group.
[standby ip_address]
Do not assign a host address (/32 or [Link]) to the
bridge group. Also, do not use other subnets that contain fewer
Example: than 3 host addresses (one each for the upstream router,
hostname(config-if)# ip address [Link] downstream router, and transparent firewall) such as a /30 subnet
[Link] standby [Link]
([Link]). The ASA drops all ARP packets to or from the
first and last addresses in a subnet. Therefore, if you use a /30
subnet and assign a reserved address from that subnet to the
upstream router, then the ASA drops the ARP request from the
downstream router to the upstream router.
The ASA does not support traffic on secondary networks; only
traffic on the same network as the management IP address is
supported.
The standby keyword and address is used for failover.
Examples
The following example sets the management address and standby address of bridge group 1:
hostname(config)# interface bvi 1
hostname(config-if)# ip address [Link] [Link] standby [Link]
What to Do Next
Configure general interface parameters. See the “Configuring General Interface Parameters” section on
page 9-8.
For the ASA 5505, you must configure interface parameters for the following interface types:
• VLAN interfaces
Prerequisites
Detailed Steps
Command Purpose
Step 1 For the ASA 5510 and higher: If you are not already in interface configuration mode, enters
interface {{redundant number | interface configuration mode.
port-channel number | The redundant number argument is the redundant interface ID,
physical_interface}[.subinterface] |
mapped_name}
such as redundant 1.
The port-channel number argument is the EtherChannel interface
For the ASA 5505: ID, such as port-channel 1.
hostname(config)# interface vlan number
See the “Enabling the Physical Interface and Configuring
Ethernet Parameters” section for a description of the physical
Example: interface ID. Do not use this procedure for Management
hostname(config)# interface vlan 100 interfaces; see the “Configuring a Management Interface (ASA
5510 and Higher)” section on page 9-11 to configure the
Management interface.
Append the subinterface ID to the physical or redundant interface
ID separated by a period (.).
In multiple context mode, enter the mapped_name if one was
assigned using the allocate-interface command.
Step 2 bridge-group number Assigns the interface to a bridge group, where number is an
integer between 1 and 100. You can assign up to four interfaces to
a bridge group. You cannot assign the same interface to more than
Example:
hostname(config-if)# bridge-group 1
one bridge group.
Step 3 nameif name Names the interface.
The name is a text string up to 48 characters, and is not
Example: case-sensitive. You can change the name by reentering this
hostname(config-if)# nameif inside command with a new value. Do not enter the no form, because
that command causes all commands that refer to that name to be
deleted.
Step 4 security-level number Sets the security level, where number is an integer between 0
(lowest) and 100 (highest).
Example:
hostname(config-if)# security-level 50
What to Do Next
• (Optional) Configure a management interface. See the “Configuring a Management Interface (ASA
5510 and Higher)” section on page 9-11.
• (Optional) Configure the MAC address and the MTU. See the “Configuring the MAC Address and
MTU” section on page 9-12.
• (Optional) Configure IPv6 addressing. See the “Configuring IPv6 Addressing” section on
page 9-15.
Restrictions
Prerequisites
• Complete the procedures in Chapter 12, “Starting Interface Configuration (ASA 5510 and Higher).”
• In multiple context mode, you can only configure context interfaces that you already assigned to the
context in the system configuration according to the “Configuring Multiple Contexts” section on
page 6-14.
• In multiple context mode, complete this procedure in the context execution space. To change from
the system to a context configuration, enter the changeto context name command.
Detailed Steps
Command Purpose
Step 1 interface {{port-channel number | If you are not already in interface configuration mode, enters
management slot/port}[.subinterface] | interface configuration mode for the management interface.
mapped_name}
The port-channel number argument is the EtherChannel interface
ID, such as port-channel 1. The EtherChannel interface must
Example: have only Management member interfaces.
hostname(config)# interface management
0/0.1 Redundant interfaces do not support Management slot/port
interfaces as members. You also cannot set a redundant interface
comprised of non-Management interfaces as management-only.
In multiple context mode, enter the mapped_name if one was
assigned using the allocate-interface command.
Step 2 nameif name Names the interface.
The name is a text string up to 48 characters, and is not
Example: case-sensitive. You can change the name by reentering this
hostname(config-if)# nameif management command with a new value. Do not enter the no form, because
that command causes all commands that refer to that name to be
deleted.
Command Purpose
Step 3 Do one of the following:
ip address ip_address [mask] [standby Sets the IP address manually.
ip_address]
Note For use with failover, you must set the IP address and
standby address manually; DHCP is not supported.
Example:
hostname(config-if)# ip address [Link] The ip_address and mask arguments set the interface IP address
[Link] standby [Link] and subnet mask.
The standby ip_address argument is used for failover. See the
“Configuring Active/Standby Failover” section on page 50-7 or
the “Configuring Active/Active Failover” section on page 51-8
for more information.
ip address dhcp [setroute] Obtains an IP address from a DHCP server.
The setroute keyword lets the ASA use the default route supplied
Example: by the DHCP server.
hostname(config-if)# ip address dhcp
Reenter this command to reset the DHCP lease and request a new
lease.
If you do not enable the interface using the no shutdown
command before you enter the ip address dhcp command, some
DHCP requests might not be sent.
Step 4 security-level number Sets the security level, where number is an integer between 0
(lowest) and 100 (highest).
Example:
hostname(config-if)# security-level 50
What to Do Next
• (Optional) Configure the MAC address and the MTU. See the “Configuring the MAC Address and
MTU” section on page 9-12.
• (Optional) Configure IPv6 addressing. See the “Configuring IPv6 Addressing” section on
page 9-15.
By default, the physical interface uses the burned-in MAC address, and all subinterfaces of a physical
interface use the same burned-in MAC address.
A redundant interface uses the MAC address of the first physical interface that you add. If you change
the order of the member interfaces in the configuration, then the MAC address changes to match the
MAC address of the interface that is now listed first. If you assign a MAC address to the redundant
interface using this command, then it is used regardless of the member interface MAC addresses.
For an EtherChannel, all interfaces that are part of the channel group share the same MAC address. This
feature makes the EtherChannel transparent to network applications and users, because they only see the
one logical connection; they have no knowledge of the individual links. The port-channel interface uses
the lowest numbered channel group interface MAC address as the port-channel MAC address.
Alternatively you can manually configure a MAC address for the port-channel interface. In multiple
context mode, you can automatically assign unique MAC addresses to interfaces, including an
EtherChannel port interface. We recommend manually, or in multiple context mode, automatically
configuring a unique MAC address in case the group channel interface membership changes. If you
remove the interface that was providing the port-channel MAC address, then the port-channel MAC
address changes to the next lowest numbered interface, thus causing traffic disruption.
In multiple context mode, if you share an interface between contexts, you can assign a unique MAC
address to the interface in each context. This feature lets the ASA easily classify packets into the
appropriate context. Using a shared interface without unique MAC addresses is possible, but has some
limitations. See the “How the ASA Classifies Packets” section on page 6-3 for more information. You
can assign each MAC address manually, or you can automatically generate MAC addresses for shared
interfaces in contexts. See the “Automatically Assigning MAC Addresses to Context Interfaces” section
on page 6-22 to automatically generate MAC addresses. If you automatically generate MAC addresses,
you can use this procedure to override the generated address.
For single context mode, or for interfaces that are not shared in multiple context mode, you might want
to assign unique MAC addresses to subinterfaces. For example, your service provider might perform
access control based on the MAC address.
The MTU is the maximum datagram size that is sent on a connection. Data that is larger than the MTU
value is fragmented before being sent.
The ASA supports IP path MTU discovery (as defined in RFC 1191), which allows a host to dynamically
discover and cope with the differences in the maximum allowable MTU size of the various links along
the path. Sometimes, the ASA cannot forward a datagram because the packet is larger than the MTU that
you set for the interface, but the “don't fragment” (DF) bit is set. The network software sends a message
to the sending host, alerting it to the problem. The host has to fragment packets for the destination so
that they fit the smallest packet size of all the links along the path.
The default MTU is 1500 bytes in a block for Ethernet interfaces. This value is sufficient for most
applications, but you can pick a lower number if network conditions require it.
To enable jumbo frames, see the “Enabling Jumbo Frame Support (Supported Models)” section on
page 12-33. A jumbo frame is an Ethernet packet larger than the standard maximum of 1518 bytes
(including Layer 2 header and FCS), up to 9216 bytes. Jumbo frames require extra memory to process,
and assigning more memory for jumbo frames might limit the maximum use of other features, such as
access lists. To use jumbo frames, set the value higher, for example, to 9000 bytes.
Prerequisites
• In multiple context mode, complete this procedure in the context execution space. To change from
the system to a context configuration, enter the changeto context name command.
Detailed Steps
Command Purpose
Step 1 For the ASA 5510 and higher: If you are not already in interface configuration mode, enters
interface {{redundant number | interface configuration mode.
port-channel number | The redundant number argument is the redundant interface ID,
physical_interface}[.subinterface] |
mapped_name}
such as redundant 1.
The port-channel number argument is the EtherChannel interface
For the ASA 5505: ID, such as port-channel 1.
hostname(config)# interface vlan number
See the “Enabling the Physical Interface and Configuring
Ethernet Parameters” section for a description of the physical
Example: interface ID.
hostname(config)# interface vlan 100 Append the subinterface ID to the physical or redundant interface
ID separated by a period (.).
In multiple context mode, enter the mapped_name if one was
assigned using the allocate-interface command.
Step 2 mac-address mac_address Assigns a private MAC address to this interface. The mac_address
[standby mac_address] is in H.H.H format, where H is a 16-bit hexadecimal digit. For
example, the MAC address 00-0C-F1-42-4C-DE is entered as
Example: 000C.F142.4CDE.
hostname(config-if)# mac-address The first two bytes of a manual MAC address cannot be A2 if you
000C.F142.4CDE
also want to use auto-generated MAC addresses.
For use with failover, set the standby MAC address. If the active
unit fails over and the standby unit becomes active, the new active
unit starts using the active MAC addresses to minimize network
disruption, while the old active unit uses the standby address.
Step 3 mtu interface_name bytes Sets the MTU between 300 and 65,535 bytes. The default is 1500
bytes.
Example: Note When you set the MTU for a redundant or port-channel
hostname(config)# mtu inside 9200 interface, the ASA applies the setting to all member
interfaces.
For models that support jumbo frames, if you enter a value for any
interface that is greater than 1500, then you need to enable jumbo
frame support. See the “Enabling Jumbo Frame Support
(Supported Models)” section on page 12-33.
What to Do Next
(Optional) Configure IPv6 addressing. See the “Configuring IPv6 Addressing” section on page 9-15.
IPv6 Addressing
Note If you want to only configure the link-local addresses, see the ipv6 enable (to auto-configure) or ipv6
address link-local (to manually configure) command in the command reference.
During the stateless autoconfiguration process, duplicate address detection (DAD) verifies the
uniqueness of new unicast IPv6 addresses before the addresses are assigned to interfaces (the new
addresses remain in a tentative state while duplicate address detection is performed). Duplicate address
detection is performed first on the new link-local address. When the link local address is verified as
unique, then duplicate address detection is performed all the other IPv6 unicast addresses on the
interface.
Duplicate address detection is suspended on interfaces that are administratively down. While an
interface is administratively down, the unicast IPv6 addresses assigned to the interface are set to a
pending state. An interface returning to an administratively up state restarts duplicate address detection
for all of the unicast IPv6 addresses on the interface.
When a duplicate address is identified, the state of the address is set to DUPLICATE, the address is not
used, and the following error message is generated:
%ASA-4-325002: Duplicate address ipv6_address/MAC_address on interface
If the duplicate address is the link-local address of the interface, the processing of IPv6 packets is
disabled on the interface. If the duplicate address is a global address, the address is not used. However,
all configuration commands associated with the duplicate address remain as configured while the state
of the address is set to DUPLICATE.
If the link-local address for an interface changes, duplicate address detection is performed on the new
link-local address and all of the other IPv6 address associated with the interface are regenerated
(duplicate address detection is performed only on the new link-local address).
The ASA uses neighbor solicitation messages to perform duplicate address detection. By default, the
number of times an interface performs duplicate address detection is 1.
RFC 3513: Internet Protocol Version 6 (IPv6) Addressing Architecture requires that the interface
identifier portion of all unicast IPv6 addresses, except those that start with binary value 000, be 64 bits
long and be constructed in Modified EUI-64 format. The ASA can enforce this requirement for hosts
attached to the local link.
When this feature is enabled on an interface, the source addresses of IPv6 packets received on that
interface are verified against the source MAC addresses to ensure that the interface identifiers use the
Modified EUI-64 format. If the IPv6 packets do not use the Modified EUI-64 format for the interface
identifier, the packets are dropped and the following system log message is generated:
%ASA-3-325003: EUI-64 source address check failed.
The address format verification is only performed when a flow is created. Packets from an existing flow
are not checked. Additionally, the address verification can only be performed for hosts on the local link.
Packets received from hosts behind a router will fail the address format verification, and be dropped,
because their source MAC address will be the router MAC address and not the host MAC address.
Unsupported Commands
The following IPv6 commands are not supported in transparent firewall mode, because they require
router capabilities:
• ipv6 address autoconfig
• ipv6 nd prefix
• ipv6 nd ra-interval
• ipv6 nd ra-lifetime
• ipv6 nd suppress-ra
The ipv6 local pool VPN command is not supported, because transparent mode does not support VPN.
Note Configuring the global address automatically configures the link-local address, so you do not need to
configure it separately.
Restrictions
Prerequisites
Detailed Steps
Command Purpose
Step 1 For the bridge group: If you are not already in interface configuration mode, enters
interface bvi bridge_group_id interface configuration mode.
Example:
hostname(config)# interface bvi 1
Step 2 ipv6 address ipv6-address/prefix-length Assigns a global address to the interface. When you assign a
[standby ipv6-address] global address, the link-local address is automatically created for
the interface (for a bridge group, for each member interface).
Example: standby specifies the interface address used by the secondary unit
hostname(config-if)# ipv6 address or failover group in a failover pair.
2001:0DB8::BA98:0:3210/48
Note The eui-64 keyword to use the Modified EUI-64 interface
ID for the interface ID is not supported in transparent
mode.
Command Purpose
Step 3 (Optional) Suppresses Router Advertisement messages on an interface. By
ipv6 nd suppress-ra default, Router Advertisement messages are automatically sent in
response to router solicitation messages. You may want to disable
these messages on any interface for which you do not want the
Example: ASA to supply the IPv6 prefix (for example, the outside
hostname(config-if)# ipv6 nd suppress-ra interface).
Step 4 (Optional) Changes the number of duplicate address detection attempts. The
ipv6 nd dad attempts value value argument can be any value from 0 to 600. Setting the value
argument to 0 disables duplicate address detection on the
interface.
Example:
hostname(config-if)# ipv6 nd dad attempts
By default, the number of times an interface performs duplicate
3 address detection is 1. See the “Duplicate Address Detection”
section on page 9-15 for more information.
Step 5 (Optional) Changes the neighbor solicitation message interval. When you
ipv6 nd ns-interval value configure an interface to send out more than one duplicate address
detection attempt with the ipv6 nd dad attempts command, this
command configures the interval at which the neighbor
Example: solicitation messages are sent out. By default, they are sent out
hostname(config-if)# ipv6 nd ns-interval once every 1000 milliseconds. The value argument can be from
2000
1000 to 3600000 milliseconds.
Note Changing this value changes it for all neighbor
solicitation messages sent out on the interface, not just
those used for duplicate address detection.
Step 6 (Optional) Enforces the use of Modified EUI-64 format interface identifiers
ipv6 enforce-eui64 if_name in IPv6 addresses on a local link.
The if_name argument is the name of the interface, as specified by
the nameif command, on which you are enabling the address
Example:
hostname(config)# ipv6 enforce-eui64
format enforcement.
inside See the “Modified EUI-64 Interface IDs” section on page 9-16 for
more information.
Allowing interfaces on the same security level to communicate with each other is useful if you want
traffic to flow freely between all same security interfaces without access lists.
If you enable same security interface communication, you can still configure interfaces at different
security levels as usual.
Detailed Steps
Command Purpose
same-security-traffic permit Enables interfaces on the same security level so that they can communicate
inter-interface with each other.
Monitoring Interfaces
To monitor interfaces, enter one of the following commands:
Command Purpose
show interface Displays interface statistics.
show interface ip brief Displays interface IP addresses and status.
show bridge-group Shows bridge group information.
no shutdown
interface bvi 2
ip address [Link] [Link] standby [Link]
Platform
Feature Name Releases Feature Information
Increased VLANs 7.0(5) Increased the following limits:
• ASA5510 Base license VLANs from 0 to 10.
• ASA5510 Security Plus license VLANs from 10 to 25.
• ASA5520 VLANs from 25 to 100.
• ASA5540 VLANs from 100 to 200.
Increased VLANs 7.2(2) The maximum number of VLANs for the Security Plus
license on the ASA 5505 was increased from 5 (3 fully
functional; 1 failover; one restricted to a backup interface)
to 20 fully functional interfaces. In addition, the number of
trunk ports was increased from 1 to 8. Now there are 20
fully functional interfaces, you do not need to use the
backup interface command to cripple a backup ISP
interface; you can use a fully-functional interface for it. The
backup interface command is still useful for an Easy VPN
configuration.
VLAN limits were also increased for the ASA 5510 (from
10 to 50 for the Base license, and from 25 to 100 for the
Security Plus license), the ASA 5520 (from 100 to 150), the
ASA 5550 (from 200 to 250).
Gigabit Ethernet Support for the ASA 5510 7.2(3) The ASA 5510 now supports GE (Gigabit Ethernet) for port
Security Plus License 0 and 1 with the Security Plus license. If you upgrade the
license from Base to Security Plus, the capacity of the
external Ethernet0/0 and Ethernet0/1 ports increases from
the original FE (Fast Ethernet) (100 Mbps) to GE (1000
Mbps). The interface names will remain Ethernet 0/0 and
Ethernet 0/1. Use the speed command to change the speed
on the interface and use the show interface command to see
what speed is currently configured for each interface.
Platform
Feature Name Releases Feature Information
Native VLAN support for the ASA 5505 7.2(4)/8.0(4) You can now include the native VLAN in an ASA 5505
trunk port.
We introduced the following command: switchport trunk
native vlan.
Jumbo packet support for the ASA 5580 8.1(1) The Cisco ASA 5580 supports jumbo frames. A jumbo
frame is an Ethernet packet larger than the standard
maximum of 1518 bytes (including Layer 2 header and
FCS), up to 9216 bytes. You can enable support for jumbo
frames for all interfaces by increasing the amount of
memory to process Ethernet frames. Assigning more
memory for jumbo frames might limit the maximum use of
other features, such as access lists.
We introduced the following command: jumbo-frame
reservation.
Increased VLANs for the ASA 5580 8.1(2) The number of VLANs supported on the ASA 5580 are
increased from 100 to 250.
IPv6 support for transparent mode 8.2(1) IPv6 support was introduced for transparent firewall mode.
Support for Pause Frames for Flow Control on 8.2(2) You can now enable pause (XOFF) frames for flow control.
the ASA 5580 10-Gigabit Ethernet Interfaces
We introduced the following command: flowcontrol.
Bridge groups for transparent mode 8.4(1) If you do not want the overhead of security contexts, or want
to maximize your use of security contexts, you can group
interfaces together in a bridge group, and then configure
multiple bridge groups, one for each network. Bridge group
traffic is isolated from other bridge groups. You can
configure up to eight bridge groups of four interfaces each
in single mode or per context.
We introduced the following commands: interface bvi,
show bridge-group.