ServerIron ADX supports Internet Protocol (IP) version 4. IP support on Brocade Layer 2 Switches consists of basic services to support management access and access to a default gateway. IP support on ServerIron ADX includes all of the following, in addition to a highly configurable implementation of basic IP services including Address Resolution Protocol (ARP), ICMP Router Discovery Protocol (IRDP), and Reverse ARP (RARP):
ServerIron ADX switches allow you to configure IP addresses. With router code installed, IP addresses are associated with individual interfaces. With swtich code installed, a single IP address serves as the management access address for the entire device.
ServerIron ADX switches support configuration and display of IP address in classical subnet format (example: 192.168.1.1 255.255.255.0) and Classless Interdomain Routing (CIDR) format (example: 192.168.1.1/24). You can use either format when configuring IP address information. IP addresses are displayed in classical subnet format by default but you can change the display format to CIDR. See
“Changing the Network Mask Display to Prefix Format”.
ServerIron ADX switches with router code installed allow you to configure IP addresses on the following types of interfaces:
Each IP address on a ServerIron ADX switch with router code must be in a different subnet. You can have only one interface that is in a given subnet. For example, you can configure IP addresses 192.168.1.1/24 and 192.168.2.1/24 on the same ServerIron ADX, but you cannot configure 192.168.1.1/24 and 192.168.1.2/24 on the same ServerIron ADX.
You can use any of the IP addresses you configure on the ServerIron ADX for Telnet, Web management, or SNMP access.
You can configure an IP address on a ServerIron ADX with switch code for management access to the it. An IP address is required for Telnet access, Web management access, and SNMP access.
An exception is an ARP entry for an interface-based static IP route that goes to a destination that is one or more router hops away. For this type of entry, the MAC address is either the destination device’s MAC address or the MAC address of the router interface that answered an ARP request on behalf of the device, using proxy ARP.
The ARP cache can contain dynamic (learned) entries and static (user-configured) entries. The software places a dynamic entry in the ARP cache when the Layer 3 Switch learns a device’s MAC address from an ARP request or ARP reply from the device.
The software can learn an entry when the Layer 2 Switch or Layer 3 Switch receives an ARP request from another IP forwarding device or an ARP reply. Here is an example of a dynamic entry:
In addition to the ARP cache, Layer 3 Switches have a static ARP table. Entries in the static ARP table are user-configured. You can add entries to the static ARP table regardless of whether the device the entry is for is connected to the Layer 3 Switch.
Each IP route table entry contains the destination’s IP address and subnet mask and the IP address of the next-hop router interface to the destination. Each entry also indicates the port attached to the destination or the next-hop to the destination, the route’s IP metric (cost), and the type. The type indicates how the IP route table received the route.
The IP forwarding cache provides a fast-path mechanism for forwarding IP packets. The cache contains entries for IP destinations. When a Brocade Layer 3 Switch has completed processing and addressing for a packet and is ready to forward the packet, the device checks the IP forwarding cache for an entry to the packet’s destination.
Since routing is supported in hardware, packets hitting routing table entries in TCAM will be routed by hardware without CPU intervention. Only packets destined to direct-connected hosts will show up in the forwarding cache since their first packets will hit the CPU before hardware entries are programmed. Once procrammed in hardware, packets destined to direct-connected hosts will no longer be forwarded to the CPU untill they are aged out.
Each IP forwarding cache entry contains the IP address of the destination, and the IP address and MAC address of the next-hop router interface to the destination. If the destination is actually an interface configured on the Layer 3 Switch itself, as shown here, then next-hop information indicates this. The port through which the destination is reached is also listed, as well as the VLAN and Layer 4 QoS priority associated with the destination if applicable.
Brocade Layer 3 Switches support the following IP route exchange protocols:
You can configure a Brocade Layer 3 Switch to back up an IP interface configured on another Brocade Layer 3 Switch. If the link for the backed up interface becomes unavailable, the other Layer 3 Switch can continue service for the interface. This feature is especially useful for providing a backup to a network’s default gateway.
Brocade Layer 3 Switches support the following IP interface redundancy protocols:
Brocade Layer 3 Switches provide two mechanisms for filtering IP traffic:
ACLs also provide great flexibility by providing the input to various other filtering mechanisms such as route maps, which are used by BGP4. ACLs also provide the input for Policy-Based Routing (PBR), which allows you to selectively modify and route IP packets based on their source IP address.