Foundry Networks User Manual
O
Otis Greenfelder
Foundry Networks User Manual The Ultimate Foundry Networks User Manual A Comprehensive Guide Foundry Networks now part of Brocade and subsequently acquired by Extreme Networks offered a robust suite of networking solutions While the specific products may be legacy hardware understanding their functionality remains valuable for system administrators managing older networks or troubleshooting inherited infrastructure This guide provides a comprehensive overview of using Foundry Networks equipment focusing on general principles applicable across their product range Because specific configurations varied greatly depending on the device and software version this guide emphasizes conceptual understanding and best practices I Understanding Foundry Networks Architecture Foundry Networks strength lay in its robust switching and routing capabilities often employed in enterprise and data center environments Their architecture typically involved a hierarchical structure Core Highspeed highcapacity switches handling backbone traffic Distribution Switches connecting core to access layers often implementing VLAN segmentation and policy enforcement Access Switches directly connecting end devices computers printers etc to the network Understanding this hierarchy is crucial for effective network design and troubleshooting For example a problem with access to a specific server might indicate an issue at the access layer while widespread connectivity issues could point to a problem at the core or distribution layer II Accessing and Navigating the CommandLine Interface CLI Most Foundry devices were managed through a CLI accessed via SSH or Telnet The specific commands varied by device type switch router and software version but the basic navigation principles remained consistent Connecting Use SSH or Telnet with the devices IP address and credentials username and password Basic Commands 2 show version Displays device information including software version and hardware platform show runningconfig Displays the current network configuration show ip interface brief Shows the status of all network interfaces enable Enters privileged EXEC mode allowing configuration changes configure terminal Enters configuration mode exit Exits a configuration mode Example To check the status of interface GigabitEthernet11 you would use the command show ip interface gigabitethernet11 III Essential Configuration Tasks This section covers common configuration tasks with examples using a hypothetical configuration A VLAN Configuration VLANs are essential for segmenting networks improving security and performance To create VLAN 10 named Marketing enable configure terminal vlan 10 name Marketing exit interface GigabitEthernet11 switchport mode access switchport access vlan 10 exit This assigns GigabitEthernet11 to VLAN 10 Remember to assign appropriate IP addresses to the VLAN interfaces B IP Addressing Proper IP addressing is crucial Ensure your IP addressing scheme aligns with your network design Consider using a consistent subnet mask To assign an IP address to an interface 3 interface GigabitEthernet11 ip address 192168101 2552552550 no shutdown exit C Routing If your network requires routing between different VLANs or networks youll need to configure routing protocols like RIP or OSPF The exact configuration depends on the chosen protocol IV Best Practices for Foundry Networks Management Regular Backups Always back up your configuration regularly to prevent data loss Access Control Implement strong password policies and restrict access to authorized personnel Monitoring Use monitoring tools to track network performance and identify potential problems proactively Documentation Maintain comprehensive documentation of your network topology and configuration Firmware Updates Keep your devices updated with the latest firmware to ensure security and stability V Common Pitfalls to Avoid Incorrect Cable Connections Doublecheck all cable connections before powering on devices Incorrect cabling can lead to connectivity issues Improper VLAN Configuration Ensure VLANs are properly configured and that devices are assigned to the correct VLANs Incorrect configuration can result in network segmentation problems Incorrect IP Addressing Carefully plan and implement your IP addressing scheme to avoid conflicts and routing issues Ignoring Security Best Practices Failing to implement strong security measures can leave your network vulnerable to attacks Insufficient Monitoring Lack of monitoring can result in undetected problems and performance degradation VI Summary Foundry Networks equipment provided robust networking capabilities This guide outlined 4 essential concepts CLI navigation configuration tasks best practices and common pitfalls Remember that specific commands and configurations vary depending on the device model and software version Always refer to the official documentation for your specific devices VII FAQs 1 How do I reset a Foundry switch to factory defaults The method varies depending on the specific switch model Typically it involves holding down a specific button while powering on the device Consult your devices documentation for precise instructions Note that this action will erase all configurations 2 How can I troubleshoot connectivity problems on a Foundry network Start with basic checks cable connections IP addresses and the device status using commands like show ip interface brief Use ping and traceroute to pinpoint the location of the problem Analyze logs for error messages 3 What are the differences between Foundry switches and routers Switches operate at layer 2 data link and forward frames based on MAC addresses Routers operate at layer 3 network and forward packets based on IP addresses enabling communication between different networks 4 How do I configure port security on a Foundry switch Port security limits access to a port by restricting the number of MAC addresses allowed This is configured using commands specific to the switch model often involving setting portsecurity and related parameters within the interface configuration 5 Where can I find more information about specific Foundry products and software versions While Foundry Networks is no longer an independent entity you might find some archived documentation on Extreme Networks website or through online forums dedicated to networking However support for legacy Foundry equipment may be limited You might need to rely on community support and archived resources