Chapter 13 RIP Commands

Size: px
Start display at page:

Download "Chapter 13 RIP Commands"

Transcription

1 Chapter 13 RIP Commands NOTE: This chapter contains information about IPv4 RIP commands only. For information about IPv6 RIP commands, see IPv6 RIP Commands on page default-metric Defines the global default-metric value that will be assigned to all external routes imported into RIP for redistribution. RIP must be active on the Routing Switch for this command to be operational. To assign a default metric of 4 to all routes imported as RIP, enter the following: ProCurveRS(config-rip-router)# def 4 Syntax: default-metric <value> Possible values: 1 15 Default value: 1 deny redistribute Defines the route types upon which you do not want to perform RIP redistribution. RIP must be active on the Routing Switch for this command to be operational. RIP is enabled by default. To deny redistribution on all types of routes to the network, enter the following: ProCurveRS(config-rip-router)# deny redistribute 2 all address Syntax: [no] permit deny redistribute <filter-num> all bgp ospf static address <ip-addr> <ip-mask> [match-metric <value> set-metric <value>] The <filter-num> specifies the redistribution filter ID. The software uses the filters in ascending numerical order. Thus, if filter 1 denies a route from being redistributed, the software does not redistribute that route even if a filter with a higher ID permits redistribution of the route. The all parameter applies redistribution to all route types. The bgp parameter applies redistribution to BGP4 routes only. The ospf parameter applies redistribution to OSPF routes only. June

2 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches The static parameter applies redistribution to IP static routes only. The address <ip-addr> <ip-mask> parameters apply redistribution to the specified network and sub-net address. Use 0 to specify any. For example, means any x.x sub-net. However, to specify any sub-net (all sub-nets match the filter), enter address The match-metric <value> parameter applies the redistribution filter only to those routes with the specified metric value; possible values are from The set-metric <value> parameter sets the RIP metric value that will be applied to those routes imported into RIP. end Moves activity to the privileged EXEC level from any level of the CLI except the user EXEC level. To move to the privileged level, enter the following from any level of the CLI. ProCurveRS(config-rip-router)# end ProCurveRS# Syntax: end exit Moves activity up one level from the current level. In this case, activity will be moved to the global level. ProCurveRS(config-rip-router)# exit ProCurveRS(config)# Syntax: exit filter Defines which IP network numbers the Routing Switch will learn from the RIP protocol and store in its IP routing table. Once RIP filters are defined, you can assign these filters to individual interfaces with the filter-group command at the Interface Level of CLI. To define a RIP filter, you must first enable RIP on the Routing Switch using the router rip command to access the RIP Router Level of the CLI. NOTE: A filter defines for inbound routes what routes it will permit to be stored in its IP routing table. For outbound routes, the filter defines what routes are allowed to be advertised through a given interface. You can also specify all routes by using the value, any, instead of specifying a specific route. An IP address and mask define a route. To define filters with respect to network traffic from , , and , enter the following: ProCurveRS(config-rip-router)# filter 1 permit ProCurveRS(config-rip-router)# filter 2 permit ProCurveRS(config-rip-router)# filter 3 permit ProCurveRS(config-rip-router)# filter 4 deny June 2005

3 RIP Commands To enable logging on filter 1 and apply the filter to interface 1/2: ProCurveRS(config-rip-router)# filter 1 deny any any log ProCurveRS(config-rip-router)# int e 1/2 ProCurveRS(config-if-e1000-1/2)# ip rip filter-group in 1 ProCurveRS(config-if-e1000-1/2)# ip rip filter-group out 1 Syntax: filter <filter-num> permit deny <source-ip-addr> any <source-ip-mask> any [log] When the RIP filter causes packets to be denied, the following messages appear in the syslog: 00d00h00m00s:W:rip filter list 1 in V1 denied , 1 packets 00d00h00m00s:W:rip filter list 1 out V1 denied , 1 packets The format of the syslog message is as follows: <time>:w:rip filter list <list-num> <direction> V1 V2 denied <ip-addr>, <num> packets The <list-num> is the ID of the filter list. The <direction> indicates whether the filter was applied to incoming packets or outgoing packets. The value can be one of the following: in out The V1 or V2 value specifies the RIP version (RIPv1 or RIPv2). The <ip-addr> indicates the network number in the denied updates. The <num> indicates how many packets matching the values above were dropped during the five-minute interval represented by the log entry. Possible values: Filter ID: 1 64 filter-group Assigns a group of defined RIP filters on either a global or interface basis. Assignments to interfaces are done at the interface level of the CLI. ProCurveRS(config-rip-router)# filter-group out Syntax: filter-group in out <1-64> [<1-64] Possible values: 1 64 (filter index value) ipv6 router rip Enables IPv6 RIP globally on an HP device that supports IPv6. To enable IPv6 RIP, you must enable it globally on the HP device and also on individual interfaces. For information about enabling IPv6 RIP on individual interfaces, see ipv6 router rip on page After you enter the ipv6 router rip command, the HP device enters the IPv6 RIP configuration level, where you can access several commands that allow you to configure IPv6 RIP. For information about these commands, see IPv6 RIP Commands on page NOTE: Enabling IPv6 RIP globally on the HP device does not enable it on individual router interfaces. To disable IPv6 RIP globally, use the no form of this command. ProCurveRS(config-rip-router)#ipv6 router rip June

4 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches ProCurveRS(config-ripng-router)# Syntax: [no] ipv6 router rip Default value: IPv6 RIP is disabled. learn-default This feature allows a Routing Switch to learn and advertise default RIP routes. This command can be applied on a global or interface basis. This example shows the feature enabled at the global level. ProCurveRS(config-rip-router)# learn-default Syntax: learn-default neighbor Specifies those routers from which a Routing Switch will receive RIP routes. In the example below, no RIP routes will be learned from any neighbor router. By default, RIP routes will be learned from all neighbors. To configure a Routing Switch so that no RIP routes are learned from its neighbor routers, enter the following: ProCurveRS(config-rip-router)# neighbor 1 deny any Syntax: neighbor <number> permit deny <ip-addr> any Possible values: 1 64 no Disables other commands. To disable a command, place the word no before the command. offset-list Configures a RIP offset list. A RIP offset list allows you to add to the metric of specific inbound or outbound routes learned or advertised by RIP. RIP offset lists provide a simple method for adding to the cost of specific routes and therefore biasing the Routing Switch s route selection away from those routes. An offset list consists of the following parameters: An ACL that specifies the routes to which to add the metric. The direction: In applies to routes the Routing Switch learns from RIP neighbors. Out applies to routes the Routing Switch is advertising to its RIP neighbors. The type and number of a specific port to which the offset list applies (optional). The software adds the offset value to the routing metric (cost) of the routes that match the ACL. If a route matches both a global offset list and an interface-based offset list, the interface-based offset list takes precedence. The interface-based offset list s metric is added to the route in this case. You can configure up to 24 global RIP offset lists and up to 24 RIP offset lists on each interface. To configure a global RIP offset list, enter commands such as the following: ProCurveRS(config)# access-list 21 deny June 2005

5 RIP Commands ProCurveRS(config)# access-list 21 permit any ProCurveRS(config)# router rip ProCurveRS(config-rip-router)# offset-list 21 out 10 The commands in this example configure a standard ACL. The ACL matches on all IP networks except x.x. When the Routing Switch advertises a route that matches ACL 21, the offset list adds 10 to the route s metric. Syntax: [no] <acl-number-or-name> in out offset [ethernet <portnum>] In the following example, the Routing Switch uses ACL 21 to add 10 to the metric of routes received on Ethernet port 2/1. ProCurveRS(config-rip-router)# offset-list 21 in ethernet 2/1 Possible values: See above Default value: None permit redistribute Allows you to define the route types upon which you want to perform RIP redistribution. To allow (permit) redistribution of all routes received from network , enter the following: ProCurveRS(config-rip-router)# permit redistribute 1 all address Syntax: [no] permit deny redistribute <filter-num> all bgp ospf static address <ip-addr> <ip-mask> [match-metric <value> set-metric <value>] The <filter-num> specifies the redistribution filter ID. The software uses the filters in ascending numerical order. Thus, if filter 1 denies a route from being redistributed, the software does not redistribute that route even if a filter with a higher ID permits redistribution of the route. The all parameter applies redistribution to all route types. The bgp parameter applies redistribution to BGP4 routes only. The ospf parameter applies redistribution to OSPF routes only. The static parameter applies redistribution to IP static routes only. The address <ip-addr> <ip-mask> parameters apply redistribution to the specified network and sub-net address. Use 0 to specify any. For example, means any x.x sub-net. However, to specify any sub-net (all sub-nets match the filter), enter address The match-metric <value> parameter applies the redistribution filter only to those routes with the specified metric value; possible values are from The set-metric <value> parameter sets the RIP metric value that will be applied to those routes imported into RIP. poison-local routes The poison-local-routes command prevents routing loops on the ProCurve 9408sl by advertising local RIP routes with a cost of 16 ("infinite" or "unreachable") when these routes go down. ProCurveRS(config-rip-router)# poison-local-routes Syntax: [no]poison-local-routes Default value: disabled June

6 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches poison-reverse NOTE: This command applies to the ProCurve 9408sl only. Assigns a cost of 16 ( infinite or unreachable ) to a route before advertising it on the same interface as the one on which the router learned the route. ProCurveRS(config)# router rip ProCurveRS(config-rip-router)# poison-reverse Syntax: poison-reverse Default value: Disabled prefix-list Applies an IP prefix list on the ProCurve 9408sl. An IP prefix list specifies a list of networks. When you apply an IP prefix list, the ProCurve 9408sl sends and receives only those routes whose destination is in the IP prefix list. The software interprets the prefix lists in order, beginning with the lowest sequence number. ProCurveRS(config)# ip prefix-list Routesfor20 permit /24 ProCurveRS(config)# router rip ProCurveRS(config-rip-router)# prefix-list Routesfor20 out These commands configure an IP prefix list named Routesfor20, which permits routes to network /24. The Routing Switch sends routes that go to x.x because the IP prefix list explicitly permits these routes to be sent to neighbors. Syntax: prefix-list <name> in out Possible values: The <name> parameter is the prefix list name. Specify in to filter incoming routes, or out to filter outgoing routes. quit Returns you from any level of the CLI to the User EXEC mode. ProCurveRS(config-rip-router)# quit ProCurveRS> Syntax: quit redistribution Enables RIP route redistribution on a Routing Switch. When enabled, RIP will import external routes (OSPF or Static Routes) into the RIP domain. Do this prior to setting up the redistribution table using the permit and deny commands. On the ProCurve 9408sl, you can define the routes to distribute from the IP route table into RIP routes. For example, you can specify the type of routes to redistribute and assign a metric value that will be applied to the routes imported into RIP June 2005

7 RIP Commands To enable RIP redistribution on the Routing Switch, enter the following within the Router RIP Level. ProCurveRS(config-rip-router)# redistribution To redistribute OSPF routes on the ProCurve 9408sl, and restrict the redistribution to those routes that are in the specified route-map, enter the following command: ProCurveRS(config-rip-router)# redistribution ospf route-map test Syntax: redistribution bgp connected ospf static metric <value> route-map <name> NOTE: The following options apply to the ProCurve 9408sl only. bgp applies redistribution to BGP4 routes. connected applies redistribution to directly-connected routes. ospf applies redistribution to OSPF routes. static applies redistribution to static routes. metric <value> is the metric value. The default is 1. route-map <name> is a valid route-map name. Possible values: see above Default value: disabled show Displays a variety of configuration and statistical information about the device. See Show Commands on page timers Sets the time interval for four RIP timers on the ProCurve 9408sl (see Applicable Values). RIP must be enabled and active on the Routing Switch for this command to be operational. NOTE: To set the time interval on devices other than the ProCurve 9408sl, use the update-time command. ProCurveRS(config-rip-router)# timers These commands set the update timer to 20, the timeout timer to 80, the holddown timer to 80, and the garbagecollect timer to 60. Syntax: timers <update timer value> <timeout timer value> <holddown timer value> <garbage-collect timer value> Possible values: <update timer value> is the time interval that will exist between the transmission of regular RIP response packets. The value can be between seconds. The default is 30 seconds. <timeout timer value> is the time interval that the HP device waits for a route update. If the device does not receive an update within the timeout timer value, the given route is marked "down" and the metric is set to infinity. The value can be between seconds. The default is 180 seconds. <holddown timer value> is the time interval that the HP device waits before updating the down route with a route learned from another peer. The value can be between seconds. The default is 180 seconds. <garbage-collect timer> is the time interval after which a down route is deleted from the RIP route table. The value can be between seconds. The default is 120 seconds. Default value: See above June

8 Command Line Interface Reference for ProCurve 9300/9400 Series Routing Switches update-time Sets the time interval that will exist between the transmission of regular RIP response packets. This parameter is set to 30 seconds by default. RIP must be enabled and active on the Routing Switch for this command to be operational. NOTE: To set the time interval on the ProCurve 9408sl, use the timers command. To modify the default update time value to 120 seconds, enter the following: ProCurveRS(config-rip-router)# update 120 Syntax: update-time <value> Possible values: 1 1,000 seconds Default value: 30 seconds use-vrrp-path Prevents Backup VRRP routers or VSRP switches from advertising route information for the backed up interface, by enabling suppression of the advertisements. To suppress RIP advertisements for a backed up interface, enter the following command on the VRRP or VSRP Backup: ProCurveRS(config-rip-router)# use-vrrp-path Syntax: use-vrrp-path write memory Saves the running configuration into the startup-config file. ProCurveRS(config-rip-router)# wr mem Syntax: write memory write terminal Displays the running configuration of the HP device on the terminal screen. NOTE: This command is equivalent to the show running-config command. ProCurveRS(config-rip-router)# wr term Syntax: write terminal 13-8 June 2005

Chapter 9 RIP Commands

Chapter 9 RIP Commands Chapter 9 RIP Commands default-metric Defines the global default-metric value that will be assigned to all external routes imported into RIP for redistribution. RIP must be active on the routing switch

More information

Chapter 17 BGP4 Commands

Chapter 17 BGP4 Commands Chapter 17 BGP4 Commands NOTE: This chapter describes commands in the BGP configuration level, which is present on HP devices that support IPv4 only. For information about BGP commands and configuration

More information

Chapter 24 PIM Commands

Chapter 24 PIM Commands Chapter 24 PIM Commands bsr-candidate Configures the Routing Switch as a candidate PIM Sparse Bootstrap Router (BSR). To configure the Routing Switch as a candidate BSR, enter a command such as the following:

More information

Chapter 16 OSPF Version 3 Commands

Chapter 16 OSPF Version 3 Commands Chapter 16 OSPF Version 3 Commands NOTE: The OSPF version 3 configuration level is present only on HP devices that support IPv6. area Assigns OSPF version 3 areas. You can assign an IPv4 address or a number

More information

Chapter 20 IPv6 BGP Unicast Address Family Commands

Chapter 20 IPv6 BGP Unicast Address Family Commands Chapter 20 IPv6 BGP Unicast Address Family Commands NOTE: The IPv6 BGP unicast address family configuration level is present only on HP devices that support IPv6 and the ProCurve 9408sl Routing Switch

More information

Chapter 32 VSRP Commands

Chapter 32 VSRP Commands Chapter 32 VSRP Commands activate Activates a VSRP VRID. NOTE: This command is equivalent to the enable command. ProCurveRS(config)# vlan 200 ProCurveRS(config-vlan-200)# tag ethernet 1/1 to 1/8 ProCurveRS(config-vlan-200)#

More information

Chapter 15 OSPF Commands

Chapter 15 OSPF Commands Chapter 15 OSPF Commands NOTE: This chapter contains information about OSPF version 2 commands only. For information about OSPF version 3 commands, see OSPF Version 3 Commands on page 16-1. area Assigns

More information

Chapter 10 IP Access Lists: Standard

Chapter 10 IP Access Lists: Standard Chapter 10 IP Access Lists: Standard NOTE: This chapter contains information for standard ACLs configured using the ip access-list command. The command manages named and numbered ACLs under the standard

More information

Appendix B Policies and Filters

Appendix B Policies and Filters Appendix B Policies and Filters NOTE: This appendix does not describe Access Control Lists (ACLs) or IPX SAP ACLs, which are additional methods for filtering packets. See Software-Based IP Access Control

More information

Chapter 17 Configuring IPX (9300 Series Only)

Chapter 17 Configuring IPX (9300 Series Only) Chapter 17 Configuring IPX (9300 Series Only) This chapter describes how to configure the IPX protocol on the ProCurve Routing Switches using the CLI and Web management interface. For information about

More information

Chapter 13 Configuring BGP4

Chapter 13 Configuring BGP4 Chapter 13 Configuring BGP4 This chapter provides details on how to configure Border Gateway Protocol version 4 (BGP4) on HP products using the CLI and the Web management interface. BGP4 is supported on

More information

FiberstoreOS IP Routing Configuration Guide

FiberstoreOS IP Routing Configuration Guide FiberstoreOS IP Routing Configuration Guide Contents 1 Configuring IP Unicast-Routing... 6 1.1 Overview...6 1.2 Topology... 6 1.3 Configuration... 6 1.4 Validation... 8 2 Configuring RIP... 10 2.1 Overview...10

More information

Chapter 4 Software-Based IP Access Control Lists (ACLs)

Chapter 4 Software-Based IP Access Control Lists (ACLs) Chapter 4 Software-Based IP Access Control Lists (ACLs) This chapter describes software-based ACLs, which are ACLs that processed traffic in software or CPU. (This type of ACL was also referred to as flow-based

More information

Chapter 7 Interface Commands

Chapter 7 Interface Commands Chapter 7 Interface Commands appletalk address Assigns AppleTalk addresses to a seed router. To assign an AppleTalk address of 10.5 to interface 3, module 2, enter the following: HP9300(config)# int e

More information

FiberstoreOS IP Routing Configuration Guide

FiberstoreOS IP Routing Configuration Guide FiberstoreOS IP Routing Configuration Guide Contents 1 Configuring IP Unicast-Routing... 1 1.1 Overview... 1 1.2 Topology...1 1.3 Configuration... 2 1.4 Validation... 3 2 Configuring RIP...5 2.1 Overview...

More information

FSOS IP Routing Configuration Guide

FSOS IP Routing Configuration Guide FSOS IP Routing Configuration Guide Contents 1 Configuring IP Unicast-Routing... 6 1.1 Overview... 6 1.2 Topology...6 1.3 Configuration... 7 1.4 Validation... 8 2 Configuring RIP...10 2.1 Overview... 10

More information

Implementing RIP for IPv6

Implementing RIP for IPv6 Implementing RIP for IPv6 This module describes how to configure Routing Information Protocol for IPv6. RIP is a distance-vector routing protocol that uses hop count as a routing metric. RIP is an Interior

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

IPv6 Routing: Route Redistribution

IPv6 Routing: Route Redistribution IPv6 route redistribution allows routes to be specified by prefix, using a route-map prefix list, or by tag, using the route-map "match tag" function. Finding Feature Information, page 1 Information About

More information

Chapter 6 Global CONFIG Commands

Chapter 6 Global CONFIG Commands Chapter 6 Global CONFIG Commands aaa accounting Configures RADIUS or TACACS+ accounting for recording information about user activity and system events. When you configure accounting on an HP device, information

More information

Chapter 12 Configuring IPX

Chapter 12 Configuring IPX Chapter 12 Configuring IPX This chapter covers how to configure the IPX protocol on the HP routing switches using the CLI and Web management interface. A summary of all CLI commands noting syntax along

More information

IPv6 Routing: RIP for IPv6

IPv6 Routing: RIP for IPv6 IPv6 Routing Information Protocol (RIP) functions the same and offers the same benefits as IPv4 RIP. RIP enhancements for IPv6, detailed in RFC 2080, include support for IPv6 addresses and prefixes and

More information

Organization of Product Documentation... xi

Organization of Product Documentation... xi Contents Organization of Product Documentation... xi Chapter 1 Getting Started... 1-1 Introduction...1-1 Software Versions Covered...1-1 Audience...1-1 Conventions...1-1 Terminology...1-2 Support and Warranty

More information

Chapter 3 Configuring Enhanced Quality of Service

Chapter 3 Configuring Enhanced Quality of Service Chapter 3 Configuring Enhanced Quality of Service This chapter applies to the following devices: 10 Gigabit Ethernet modules EP devices T-Flow modules 9408sl HP devices can read Layer 2 and Layer 3 Quality

More information

RIP Configuration. RIP Overview. Operation of RIP. Introduction. RIP routing table. RIP timers

RIP Configuration. RIP Overview. Operation of RIP. Introduction. RIP routing table. RIP timers Table of Contents RIP Configuration 1 RIP Overview 1 Operation of RIP 1 Operation of RIP 2 RIP Version 2 RIP Message Format 3 Protocols and Standards 4 Configuring RIP Basic Functions 5 Configuration Prerequisites

More information

IP Routing Volume Organization

IP Routing Volume Organization IP Routing Volume Organization Manual Version 20091105-C-1.03 Product Version Release 6300 series Organization The IP Routing Volume is organized as follows: Features IP Routing Overview Static Routing

More information

Antonio Cianfrani. Access Control List (ACL) Part I

Antonio Cianfrani. Access Control List (ACL) Part I Antonio Cianfrani Access Control List (ACL) Part I Index ACL? How to configure Standard ACL Extended ACL Named ACL Limiting the vty access ACL (1/3) Control lists applied to traffic incoming in / outgoing

More information

Chapter 2 Using the Command Line Interface

Chapter 2 Using the Command Line Interface Chapter 2 Using the Command Line Interface The CLI is a text-based interface for configuring and monitoring ProCurve Routing Switches. You can access the CLI through either a direct serial connection to

More information

Implementing RIP for IPv6

Implementing RIP for IPv6 Implementing RIP for IPv6 Last Updated: July 31, 2012 This module describes how to configure Routing Information Protocol for IPv6. RIP is a distance-vector routing protocol that uses hop count as a routing

More information

EIGRP Support for Route Map Filtering

EIGRP Support for Route Map Filtering The feature enables Enhanced Interior Gateway Routing Protocol (EIGRP) to interoperate with other protocols to leverage additional routing functionality by filtering inbound and outbound traffic based

More information

Chapter 9 Configuring Unicast RPF

Chapter 9 Configuring Unicast RPF Chapter 9 Configuring Unicast RPF Overview HP devices support unicast reverse path forwarding (unicast RPF). Unicast RPF can be used as a defense against Denial of Service (DoS) attacks in which an attacker

More information

RIP Commands. output-delay, page 32 passive-interface (RIP), page 33 poison-reverse, page 35 receive version, page 37 redistribute (RIP), page 39

RIP Commands. output-delay, page 32 passive-interface (RIP), page 33 poison-reverse, page 35 receive version, page 37 redistribute (RIP), page 39 RIP Commands This module describes the commands used to configure and monitor the Routing Information Protocol (RIP). For detailed information about RIP concepts, configuration tasks, and examples, see

More information

Defining Route Maps. Information About Route Maps CHAPTER

Defining Route Maps. Information About Route Maps CHAPTER 20 CHAPTER This chapter describes route maps and includes the following sections: Information About Route Maps, page 20-1 Licensing Requirements for Route Maps, page 20-3 Guidelines and Limitations, page

More information

Chapter 8 Configuring OSPF

Chapter 8 Configuring OSPF Chapter 8 Configuring OSPF This chapter describes how to configure OSPF on HP routing switches using the CLI and Web management interface. To display OSPF configuration information and statistics, see

More information

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-1 Configuring a Static Route 1-2 Configuration Prerequisites

More information

FSOS IP Routing Command Line Reference

FSOS IP Routing Command Line Reference FSOS IP Routing Command Line Reference Contents 1 IP Unicast-Routing Commands... 7 1.1 ip address...7 1.2 ip icmp error-interval... 9 1.3 ip redirects...10 1.4 ip unreachables...11 1.5 ip verify unicast

More information

Chapter 5 Privileged EXEC Commands

Chapter 5 Privileged EXEC Commands Chapter 5 Privileged EXEC Commands 10gig copy Upgrades the Field-Programmable Gate Arrays (FPGAs) on a 10 Gigabit Ethernet module. Syntax: 10gig copy tftp [module ] tftp parameter

More information

HP FlexFabric 5700 Switch Series

HP FlexFabric 5700 Switch Series HP FlexFabric 5700 Switch Series Layer 3 - IP Routing Configuration Guide Part number: 5998-6688 Software version: Release 2416 Document version: 6W100-20150130 Legal and notice information Copyright 2015

More information

TDC 363 Introduction to LANs

TDC 363 Introduction to LANs TDC 363 Introduction to LANs Routing Protocols and RIP Greg Brewster DePaul University TDC 363 1 Dynamic Routing Routing Protocols Distance Vector vs. Link State Protocols RIPv1 & RIPv2 RIP Problems Slow

More information

Table of Contents. 2 Static Route Configuration Commands 2-1 Static Route Configuration Commands 2-1 delete static-routes all 2-1 ip route-static 2-1

Table of Contents. 2 Static Route Configuration Commands 2-1 Static Route Configuration Commands 2-1 delete static-routes all 2-1 ip route-static 2-1 Table of Contents 1 IP Routing Table Commands 1-1 IP Routing Table Commands 1-1 display ip routing-table 1-1 display ip routing-table acl 1-3 display ip routing-table ip-address 1-5 display ip routing-table

More information

Chapter 3 Command List

Chapter 3 Command List Chapter 3 Command List This chapter lists all the commands in the CLI. The commands are listed in two ways: All commands are listed together in a single alphabetic list. See Complete Command List on page

More information

FiberstoreOS IP Routing Command Line Reference

FiberstoreOS IP Routing Command Line Reference FiberstoreOS IP Routing Command Line Reference Contents 1 IP Unicast-Routing Commands...6 1.1 ip address...6 1.2 ip icmp error-interval...7 1.3 ip redirects... 8 1.4 ip unreachables...9 1.5 ip verify unicast

More information

BGP Route-Map Continue

BGP Route-Map Continue The feature introduces the continue clause to BGP route-map configuration. The continue clause allows for more programmable policy configuration and route filtering and introduces the capability to execute

More information

IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)

IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) First Published: January 11, 2013 Last Modified: January 11, 2013 Americas Headquarters Cisco Systems, Inc. 170 West

More information

Chapter 8 Configuring Basic Software Features

Chapter 8 Configuring Basic Software Features Chapter 8 Configuring Basic Software Features This chapter describes how to configure basic, non-protocol software features on the ProCurve 9408sl using the CLI. This chapter contains procedures for configuring

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

Chapter 7 Routing Protocols

Chapter 7 Routing Protocols Chapter 7 Routing Protocols Nonroutable Protocols In the early days of networking, networks were small collections of computers linked together For the purposes of sharing information and expensive peripherals

More information

Allows IGRP or Enhanced IGRP exterior routes to be advertised in updates.

Allows IGRP or Enhanced IGRP exterior routes to be advertised in updates. IGRP Commands Use the commands in this chapter to configure and monitor Internet Gateway Routing Protocol (IGRP). For IGRP configuration information and examples, refer to the Configuring IGRP chapter

More information

Configuring Redundant Routing on the VPN 3000 Concentrator

Configuring Redundant Routing on the VPN 3000 Concentrator Configuring Redundant Routing on the VPN 3000 Concentrator Document ID: 13354 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Router Configurations

More information

ProCurve Routing Switches

ProCurve Routing Switches 9304m 9308m 9315m 9408sl Security Guide ProCurve Routing Switches Software versions 07.8.00a (9300 series) and 01.0.02 (9408sl) www.procurve.com Security Guide for ProCurve 9300/9400 Series Routing Switches

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

Comparative Study of Routing Protocols Convergence using OPNET Chapter Three: Simulation & Configuration

Comparative Study of Routing Protocols Convergence using OPNET Chapter Three: Simulation & Configuration 3.1 Optimized Network Engineering Tools:- Optimized Network Engineering Tools () Modeler is the industry s leading simulator specialized for network research and development. It allows users to design

More information

Chapter 6 Global CONFIG Commands

Chapter 6 Global CONFIG Commands Chapter 6 Global CONFIG Commands aaa Defines an authentication-method list for access to a switch or routing switch. To configure an access method list, enter a command such as the following: HP9300(config)#

More information

FSOS IPv6 Routing Command Line Reference

FSOS IPv6 Routing Command Line Reference FSOS IPv6 Routing Command Line Reference Contents 1 OSPFv3 Commands... 5 1.1 area default-cost...5 1.2 area range...6 1.3 area stub... 7 1.4 auto-cost...8 1.5 clear ipv6 ospf...9 1.6 default-information

More information

Default & Static Routes and Routing Information Protocol. Presented by : Mohammed Hamad

Default & Static Routes and Routing Information Protocol. Presented by : Mohammed Hamad Default & Static Routes and Routing Information Protocol Presented by : Mohammed Hamad When a device has multiple paths to reach a destination, it always selects one path by preferring it over others.

More information

Chapter 4: Manipulating Routing

Chapter 4: Manipulating Routing : Manipulating Routing Updates CCNP ROUTE: Implementing IP Routing ROUTE v6 1 Objectives Describe network performance issues and ways to control routing updates and traffic (3). Describe the purpose of

More information

IP Enhanced IGRP Commands

IP Enhanced IGRP Commands IP Enhanced IGRP Commands Use the commands in this chapter to configure and monitor IP Enhanced IGRP. For configuration information and examples, refer to the Configuring IP Enhanced IGRP chapter of the

More information

Configuring IPv6 ACLs

Configuring IPv6 ACLs CHAPTER 37 When the Cisco ME 3400 Ethernet Access switch is running the metro IP access image, you can filter IP Version 6 (IPv6) traffic by creating IPv6 access control lists (ACLs) and applying them

More information

Multiprotocol BGP Extensions for IP Multicast Commands

Multiprotocol BGP Extensions for IP Multicast Commands Multiprotocol BGP Extensions for IP Multicast Commands Use the commands in this chapter to configure and monitor multiprotocol BGP. Multiprotocol BGP is based on RFC 2283, Multiprotocol Extensions for

More information

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration Commands... 1-1 1.1 Static Routing Configuration Commands... 1-1 1.1.1 delete static-routes all... 1-1 1.1.2 ip route-static...

More information

Configuring RIP. Information About RIP CHAPTER

Configuring RIP. Information About RIP CHAPTER CHAPTER 23 This chapter describes how to configure the ASASM to route data, perform authentication, and redistribute routing information using the Routing Information Protocol (RIP). This chapter includes

More information

FiberstoreOS. IP Routing Command Line Reference

FiberstoreOS. IP Routing Command Line Reference FiberstoreOS IP Routing Command Line Reference 1 Contents 1 IP Unicast-Routing Commands...7 1.1 ip address... 7 1.2 ip icmp error-interval...8 1.3 ip redirects... 9 1.4 ip unreachables...9 1.5 ip verify

More information

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Appendix D Memory Tables Chapter 1 Table 1-2 Routing Protocol Characteristics Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Chapter 3 Table 3-2 Hexadecimal/Binary

More information

FiberstoreOS V3.3 IPv6 Routing Command Line Reference

FiberstoreOS V3.3 IPv6 Routing Command Line Reference FiberstoreOS V3.3 IPv6 Routing Command Line Reference Contents 1 OSPFv3 Commands... 4 1.1 area default-cost...4 1.2 area range...5 1.3 area stub... 6 1.4 auto-cost...7 1.5 clear ipv6 ospf...8 1.6 default-information

More information

OSPFv3 Route Filtering Using Distribute-List

OSPFv3 Route Filtering Using Distribute-List The OSPFv3 route filtering using distribute-list feature allows users to filter the incoming routes that are programmed in routing table, and the outgoing routes that are advertised. Finding Feature Information,

More information

FiberstoreOS. IPv6 Routing Command Line Reference

FiberstoreOS. IPv6 Routing Command Line Reference FiberstoreOS IPv6 Routing Command Line Reference 1 Contents 1 OSPFv3 Commands... 6 1.1 area default-cost... 6 1.2 area range...7 1.3 area stub... 7 1.4 auto-cost...8 1.5 clear ipv6 ospf...9 1.6 default-information

More information

Distance Vector Routing Protocols

Distance Vector Routing Protocols Distance Vector Routing Protocols Routing Protocols and Concepts Chapter 4 Version 4.0 1 Objectives Identify the characteristics of distance vector routing protocols. Describe the network discovery process

More information

BGP Graceful Shutdown

BGP Graceful Shutdown The feature reduces or eliminates the loss of traffic along a link being shut down for maintenance. Routers always have a valid route available during the convergence process. This feature is used primarily

More information

Routing Configuration Commands

Routing Configuration Commands Table of Contents Table of Contents Chapter 1 RIP Configuration Commands...1 1.1 RIP Configuration Commands...1 1.1.1 auto-summary...2 1.1.2 -information originate...3 1.1.3 -metric...3 1.1.4 ip rip authentication...4

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP First Published: May 2, 2005 Last Updated: August 21, 2007 This module describes configuration tasks that will enable your Border Gateway Protocol (BGP)

More information

BGP Commands: M through N

BGP Commands: M through N match additional-paths advertise-set, on page 3 match as-path, on page 6 match community, on page 8 match extcommunity, on page 10 match local-preference, on page 12 match policy-list, on page 14 match

More information

MPLS VPN Route Target Rewrite

MPLS VPN Route Target Rewrite The feature allows the replacement of route targets on incoming and outgoing Border Gateway Protocol (BGP) updates Typically, Autonomous System Border Routers (ASBRs) perform the replacement of route targets

More information

Chapter 4 Lab 4-2, Controlling Routing Updates. Topology. Objectives. CCNPv7 ROUTE

Chapter 4 Lab 4-2, Controlling Routing Updates. Topology. Objectives. CCNPv7 ROUTE Chapter 4 Lab 4-2, Controlling Routing Updates Topology Objectives Filter routes using a distribute list and ACL. Filter routes using a distribute list and prefix list. Filter redistributed routes using

More information

IP Routing: RIP Configuration Guide, Cisco IOS Release 15SY

IP Routing: RIP Configuration Guide, Cisco IOS Release 15SY IP Routing: RIP Configuration Guide, Cisco IOS Release 15SY Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

IP Routing Protocol-Independent Commands

IP Routing Protocol-Independent Commands IP Routing Protocol-Independent Commands Use the commands in this chapter to configure and monitor the features that are routing protocol-independent. For configuration information and examples on IP routing

More information

Multihoming with BGP and NAT

Multihoming with BGP and NAT Eliminating ISP as a single point of failure www.noction.com Table of Contents Introduction 1. R-NAT Configuration 1.1 NAT Configuration 5. ISPs Routers Configuration 3 15 7 7 5.1 ISP-A Configuration 5.2

More information

Configuring Policy-Based Routing

Configuring Policy-Based Routing CHAPTER 17 This chapter describes how to configure policy based routing. This chapter includes the following sections: Information About Policy Based Routing, page 17-1 Licensing Requirements for Policy-Based

More information

material. For more information on how to get additional questions, please see a.

material. For more information on how to get additional questions, please see   a. Review Questions The following questions are designed to test your understanding of this chapter s material. For more information on how to get additional questions, please see www.lammle.com/ccn a. You

More information

RIP Configuration. Page 1 of 11

RIP Configuration. Page 1 of 11 RIP Configuration Page 1 of 11 Contents Contents...2 Chapter 1 RIP Configuration... 2 1.1 RIP Description...3 1.2 RIP Configuration... 4 1.2.1 Configuring RIP...4 1.2.2 Basic RIP Configuration...5 1.2.3

More information

A Commands. Send comments to

A Commands. Send comments to This chapter describes the Cisco NX-OS Open Shortest Path First (OSPF) commands that begin with A. UCR-555 area authentication (OSPF) area authentication (OSPF) To enable authentication for an Open Shortest

More information

Route Maps. About Route Maps

Route Maps. About Route Maps This chapter describes how to configure and customize route-maps, for Cisco ASA. About, on page 1 Guidelines for, on page 3 Define a Route Map, on page 3 Customize a Route Map, on page 3 Example for, on

More information

Chapter 6 Configuring Basic Features

Chapter 6 Configuring Basic Features Chapter 6 Configuring Basic Features This chapter describes how to configure basic, non-protocol features on HP devices using the CLI and Web management interface. This chapter contains procedures for

More information

Configuring IP Unicast Routing

Configuring IP Unicast Routing CHAPTER 40 This chapter describes how to configure IP Version 4 (IPv4) unicast routing on the Catalyst 3750-E or 3560-E switch. Unless otherwise noted, the term switch refers to a Catalyst 3750-E or 3560-E

More information

BGP Named Community Lists

BGP Named Community Lists The feature allows the network operator to assign meaningful names to community lists and increases the number of community lists that can be configured. Finding Feature Information, page 1 Information

More information

Multihoming Techniques. bdnog8 May 4 8, 2018 Jashore, Bangladesh.

Multihoming Techniques. bdnog8 May 4 8, 2018 Jashore, Bangladesh. Multihoming Techniques bdnog8 May 4 8, 2018 Jashore, Bangladesh. 2 ISP Hierarchy Default free zone Internet Routers that have explicit routes to every network on the Internet Regional /Access Providers

More information

DE-CIX Academy: BGP Introduction. Notice of Liability. BGP Configuration Examples. Network Diagram for all examples. Links and Examples

DE-CIX Academy: BGP Introduction. Notice of Liability. BGP Configuration Examples. Network Diagram for all examples. Links and Examples Notice of Liability Despite careful checking of content, we accept no liability for the content of external links. Content on linked sites is exclusively the responsibility of the respective website operator.

More information

26 CHAPTER Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

Configuring an IP ACL

Configuring an IP ACL 9 CHAPTER This chapter describes how to configure IP access control lists (ACLs). This chapter includes the following sections: Information About ACLs, page 9-1 Prerequisites for IP ACLs, page 9-5 Guidelines

More information

RIP. Table of Contents. General Information. Summary. Specifications

RIP. Table of Contents. General Information. Summary. Specifications RIP Document revision 1 (Wed Mar 24 12:32:12 GMT 2004) This document applies to V2.8 Table of Contents Table of Contents General Information Summary Specifications Related Documents Additional Documents

More information

Chapter 14 Configuring SRP

Chapter 14 Configuring SRP Chapter 14 Configuring SRP This chapter describes how to configure the HP ProCurve 9304M, 9308M, or 6308M-SX routing switch to use the Standby Router Protocol (SRP), a proprietary protocol that provides

More information

Chapter 1 Getting Started

Chapter 1 Getting Started Chapter 1 Getting Started Introduction This guide describes how to install, configure, and monit the following devices: HP ProCurve Routing Switch 9308M HP ProCurve Routing Switch 9304M HP ProCurve Routing

More information

Configuring IP Unicast Routing

Configuring IP Unicast Routing 28 CHAPTER This chapter describes how to configure IP unicast routing on the Catalyst 3750 Metro switch. Note For more detailed IP unicast configuration information, refer to the Cisco IOS IP and IP Routing

More information

Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview

Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview This course will teach students about building a simple network, establishing internet connectivity, managing network device security,

More information

BGP Commands. Network Protocols Command Reference, Part 1 P1R-355

BGP Commands. Network Protocols Command Reference, Part 1 P1R-355 BGP Commands Use the commands in this chapter to configure and monitor Border Gateway Protocol (BGP). For BGP configuration information and examples, refer to the Configuring BGP chapter of the Network

More information

ROUTING CONSORTIUM TEST SUITE

ROUTING CONSORTIUM TEST SUITE ROUTING CONSORTIUM TEST SUITE Routing Information Protocol (RIP) Over Internet Protocol Version 6 Technical Document Version 2.0 University of New Hampshire 121 Technology Drive, Suite 2 Durham, NH 03824

More information

Configuring Policy-Based Routing

Configuring Policy-Based Routing This chapter contains the following sections: Finding Feature Information, page 1 Information About Policy Based Routing, page 1 Licensing Requirements for Policy-Based Routing, page 5 Prerequisites for

More information

Routing Protocols of IGP. Koji OKAMURA Kyushu University, Japan

Routing Protocols of IGP. Koji OKAMURA Kyushu University, Japan Routing Protocols of IGP Koji OKAMURA Kyushu University, Japan Routing Protocol AS (Autonomous System) Is operated autonomous in the organization. 6bit IGP (Interior Gateway Protocol) Routing Control inside

More information

BGP Commands. Network Protocols Command Reference, Part 1 P1R-355

BGP Commands. Network Protocols Command Reference, Part 1 P1R-355 BGP Commands Use the commands in this chapter to configure and monitor Border Gateway Protocol (BGP). For BGP configuration information and examples, refer to the Configuring BGP chapter of the Network

More information

Network Protocols. Routing. TDC375 Autumn 03/04 John Kristoff - DePaul University 1

Network Protocols. Routing. TDC375 Autumn 03/04 John Kristoff - DePaul University 1 Network Protocols Routing TDC375 Autumn 03/04 John Kristoff - DePaul University 1 IPv4 unicast routing All Internet hosts perform basic routing for local net destinations, forward to local host for non-local

More information

Configuring VRF-lite CHAPTER

Configuring VRF-lite CHAPTER CHAPTER 36 Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information