BLADE OS™ Application Guide HP GbE2c Ethernet Blade Switch for c-Class BladeSystem Version 5.1 Advanced Functionality Software
Table Of Contents
- Contents
- Figures
- Tables
- Preface
- Part 1: Basic Switching
- Accessing the Switch
- The Management Network
- Local Management Using the Console Port
- The Command Line Interface
- Remote Management Access
- Client IP Address Agents
- Securing Access to the Switch
- Setting Allowable Source IP Address Ranges
- RADIUS Authentication and Authorization
- TACACS+ Authentication
- LDAP Authentication and Authorization
- Secure Shell and Secure Copy
- Configuring SSH/SCP Features on the Switch
- Configuring the SCP Administrator Password
- Using SSH and SCP Client Commands
- SSH and SCP Encryption of Management Messages
- Generating RSA Host and Server Keys for SSH Access
- SSH/SCP Integration with Radius Authentication
- SSH/SCP Integration with TACACS+ Authentication
- End User Access Control
- Ports and Trunking
- Port-Based Network Access Control
- VLANs
- Spanning Tree Protocol
- RSTP and MSTP
- Link Layer Discovery Protocol
- Quality of Service
- Accessing the Switch
- Part 2: IP Routing
- Basic IP Routing
- Routing Information Protocol
- IGMP
- OSPF
- OSPF Overview
- OSPF Implementation in BLADE OS
- OSPF Configuration Examples
- Remote Monitoring
- Part 3: High Availability Fundamentals
- High Availability
- Layer 2 Failover
- Server Link Failure Detection
- VRRP Overview
- Failover Methods
- BLADE OS Extensions to VRRP
- Virtual Router Deployment Considerations
- High Availability Configurations
- High Availability
- Part 4: Appendices
- Index

BLADE OS 5.1 Application Guide
108 Chapter 4: VLANs BMD00113, September 2009
FDB Static Entries
Static entries in the Forwarding Database (FDB) allow the switch to forward packets without
flooding ports to perform a lookup. A FDB static entry is a MAC address associated with a specific
port and VLAN. The switch supports 128 static entries. Static entries are manually configured,
using the following command: /cfg/l2/fdb/static
FDB static entries are permanent, so the FDB Aging value does not apply to them. Static entries are
manually added to the FDB, and manually deleted from the FDB.
Incoming frames that contain the static entry as the source MAC can use only ports configured for
the static entry.
Trunking Support for FDB Static Entries
A FDB static entry can be added to a port that is a member of a trunk group, as follows:
Static (manually configured) trunk group
Dynamic (LACP) trunk group
The trunk group supports the FDB static entry. If the port with the static entry fails, other ports in
the trunk handle the traffic. If the port is removed from the trunk, the static entry is removed from
the trunk, but remains configured on the port.
The FDB information commands (/info/l2/fdb) display trunk support for static FDB entries,
if applicable. For example:
Configuring a Static FDB Entry
Perform the following actions to configure a static FDB entry:
>> Forwarding Database# dump
MAC address VLAN Port Trnk State Permanent
----------------- ---- ---- ---- -----
00:00:2e:9b:db:f8 1 1 TRK
00:00:5e:00:01:f4 1 21 FWD
00:01:81:2e:b5:60 1 21 FWD
00:02:a5:e9:76:30 1 1 TRK
...
Main# /cfg/l2/fdb/static (Select static FDB menu)
>> Static FDB# add 00:60:af:00:02:30
Enter VLAN number: 2
Enter port (1-24): 2
>> Static FDB# apply (Apply the configuration)
>> Static FDB# save (Save the configuration)