Avaya 8600 Technical Configuration Manual
Avaya 8600 Technical Configuration Manual

Avaya 8600 Technical Configuration Manual

Ethernet routing switch
Hide thumbs Also See for 8600:

Advertisement

Ethernet Routing Switch
8600/8800
Engineering
> RIP Technical Configuration Guide
Avaya Data Solutions
Document Date: November 2010
Document Number: NN48500-607
Document Version: 1.1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 8600 and is the answer not in the manual?

Questions and answers

Summary of Contents for Avaya 8600

  • Page 1 Ethernet Routing Switch 8600/8800 Engineering > RIP Technical Configuration Guide Avaya Data Solutions Document Date: November 2010 Document Number: NN48500-607 Document Version: 1.1...
  • Page 2 Avaya customers and other parties through the Avaya Support Web site: http://www.avaya.com/support Please note that if you acquired the product from an authorized reseller, the warranty is provided to you by said reseller and not by Avaya. Licenses THE SOFTWARE LICENSE TERMS AVAILABLE ON THE AVAYA WEBSITE, HTTP://SUPPORT.AVAYA.COM/LICENSEINFO/...
  • Page 3 Abstract The following provide configuration examples on configuring RIP on the Ethernet Routing Switch 8600. Note that these examples are included in the Release 3.5 Configuring IP Operation publication. Revision Control Date Version Revised By Remarks 14/05/03 Initial Draft 12/22/2010 K.
  • Page 4: Table Of Contents

    Table of Contents Figures ................................5 Tables ................................6 Overview: Configuring RIP on the ERS 8600 ..................8 RIP support on the ERS8600 ........................ 8 RIP Configuration Steps ........................9 Configuration Examples ........................10 Base Configuration ........................10 Spanning Tree in an ERS8600 Routed Network ................ 12 Configuring RIPv2 ........................
  • Page 5: Figures

    Figures ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 6: Tables

    Tables ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 7 Italic text in a Courier New font indicates text the user must enter or select in a menu item, button or command: ERS5520-48T# show running-config Output examples from Avaya devices are displayed in a Lucida Console font: ERS5520-48T# show sys-info Operation Mode:...
  • Page 8: Overview: Configuring Rip On The Ers 8600

    1. Overview: Configuring RIP on the ERS 8600 This document describes how to configure RIP and RIP Policies on the Ethernet Routing Switch 8600. The Routing Information Protocol (RIP) is an interior gateway protocol (IGP). RIP is one of a class of algorithms known as distance vector algorithms.
  • Page 9: Rip Configuration Steps

    "poisoned" with a metric of 16. Therefore, the receiver neighbor will ignore this route because the metric 16 indicates infinite hops in the network. These mechanisms are used to prevent routing loops. ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 10: Configuration Examples

    Group = 1 and VLAN type of IP Subnet. If using another STG group, create the new STG group first, then add port 1/48 to the new STG group. ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 11 2 ip create 10.1.20.2/255.255.255.0 mac_offset 0 vlan 2 ip rip enable vlan 2 ip rip listen disable vlan 2 ip rip supply disable vlan 3 create byipsubnet 1 10.1.30.0/255.255.255.0 ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 12: Spanning Tree In An Ers8600 Routed Network

    If VLAN connectivity is required in the core to support non-IP protocols, care must be taken to prevent blocked ports due to Spanning Tree. This could occur if using one Spanning Tree (STG) instance. ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 13: Configuring Ripv2

    RIPv1 or RIPv2 mode. In this example, we will configure the Ethernet Routing Switch 8600 to only operate in RIPv2 mode using the previous configuration example. In this case, use the following commands to add RIP version 2 to VLAN‟s 2 and 3 and the brouter port.
  • Page 14: Supplying A Default Route

    2 ip rip supply disable attached to VLAN 2, there is no need to supply nor listen for RIP updates. config vlan 2 ip rip listen disable ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 15 These commands create a route policy named “default_route” with a match for the IP Prefix list created 1 create in Step 7. config ip route-policy "default_route" seq 1 enable ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 16: Ers8600B Configuration

    2/1 using brouter VLAN = 2091. config ethernet 2/1 ip rip default-listen These commands enable RIP and default route supply enable and listen for this interface. config ethernet 2/1 ip rip default-supply ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 17: Ers8600C Configuration

    2/1 ip rip default-listen These commands enable RIP and default route supply enable and listen for this interface. config ethernet 2/1 ip rip default-supply enable config ethernet 2/1 ip rip enable ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 18: Configuration Files

    2/8 ip rip enable ethernet 2/8 ip rip default-supply enable # IP PREFIX LIST CONFIGURATION ip prefix-list "default" add-prefix 0.0.0.0/0 maskLenFrom 0 maskLenTo 0 # IP ROUTE POLICY CONFIGURATION ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 19 2/1 ip create 10.1.1.13/255.255.255.252 2091 mac_offset 2 ethernet 2/1 ip ospf metric 0 ethernet 2/1 ip rip enable ethernet 2/1 ip rip default-listen enable ethernet 2/1 ip rip default-supply enable ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 20 2/8 ip ospf metric 0 ethernet 2/8 ip rip enable ethernet 2/8 ip rip default-listen enable ethernet 2/8 ip rip default-supply enable # IP ROUTE POLICY CONFIGURATION ip rip enable ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 21: Using Rip Accept Policy

    Using RIP Accept Policy: RIP Accept policies can be used on the Ethernet Routing Switch 8600 to selectively accept routes from RIP updates. If no policies are defined, the default behavior is applied which will add all learned routes to the route table.
  • Page 22 "rip_pol_1" seq 1 set-metric-type type2 ip route-policy "rip_pol_1" seq 1 set-nssa-pbit enable ip rip enable # RIP POLICY CONFIGURATION ip rip interface 10.1.1.1 in-policy "rip_pol_1" ip rip interface 10.1.1.5 in-policy "rip_pol_1" ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 23: Using Rip Announce Policy

    # IP ROUTE POLICY CONFIGURATION ip route-policy "Policy_Rip" seq 1 create ip route-policy "Policy_Rip" seq 1 enable ip route-policy "Policy_Rip" seq 1 action permit ip route-policy "Policy_Rip" seq 1 set-injectlist "Prefix_1" ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 24 "Policy_Rip" seq 1 set-metric-type type2 ip route-policy "Policy_Rip" seq 1 set-nssa-pbit enable ip rip enable # RIP POLICY CONFIGURATION ip rip interface 10.1.1.14 out-policy "Policy_Rip" ip rip interface 10.1.1.6 out-policy "Policy_Rip" ERS 8600 / ERS 8800 RIP Technical Configuration Guide November 2010...
  • Page 25: Reference Documentation

    © 2010 Avaya Inc. All Rights Reserved. Avaya and the Avaya Logo are trademarks of Avaya Inc. and are registered in the United States and other countries. All trademarks identified by ®, TM or SM are registered marks, trademarks, and service marks, respectively, of Avaya Inc. All other trademarks are the property of their respective owners.

This manual is also suitable for:

8800

Table of Contents