Chapter 9 RIP Commands

Similar documents
Chapter 13 RIP Commands

Chapter 7 Interface Commands

Chapter 12 Configuring IPX

Chapter 15 OSPF Commands

Chapter 10 IP Access Lists: Standard

Chapter 17 BGP4 Commands

Appendix B Policies and Filters

Chapter 8 Configuring OSPF

Chapter 16 OSPF Version 3 Commands

Chapter 20 IPv6 BGP Unicast Address Family Commands

Chapter 24 PIM Commands

Chapter 32 VSRP Commands

Antonio Cianfrani. Access Control List (ACL) Part I

EIGRP Support for Route Map Filtering

Chapter 17 Configuring IPX (9300 Series Only)

Chapter 13 Configuring BGP4

Chapter 14 Configuring SRP

FiberstoreOS IP Routing Configuration Guide

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

FSOS IP Routing Configuration Guide

Chapter 2 Using the Command Line Interface

FiberstoreOS IP Routing Configuration Guide

Chapter 6 Global CONFIG Commands

Chapter 10 Configuring SRP

Chapter 3 Command List

BGP Route-Map Continue

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

Lab 6: Access Lists. Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/ R1


BGP Named Community Lists

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

OSPFv3 Route Filtering Using Distribute-List

Defining Route Maps. Information About Route Maps CHAPTER

Chapter 2 Using the Command Line Interface

Contents. Introduction. Prerequisites. Requirements. Components Used

BGP Graceful Shutdown

Configuring Redundant Routing on the VPN 3000 Concentrator

EIGRP Route Tag Enhancements

Chapter 4: Manipulating Routing

Route Maps. About Route Maps

Implementing RIP for IPv6

Multiprotocol BGP Extensions for IP Multicast Commands

Multihoming with BGP and NAT

BGP Commands: M through N

Release Notes for Version of the HP ProCurve Routing Switch 9304M, 9308M,

Seed Metrics and Route Redistribution

Appendix B Command Line Interface Commands

Connecting to a Service Provider Using External BGP

IP Routing Protocol-Independent Commands

Chapter 6 Global CONFIG Commands

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

Table of Contents Chapter 1 Multicast Routing and Forwarding Configuration

MPLS VPN Route Target Rewrite

Configuring RIP. Information About RIP CHAPTER

Configuring CDP. Understanding CDP CHAPTER. This chapter describes how to configure Cisco Discovery Protocol (CDP) on the Catalyst 3560 switch.

security guide hp procurve routing switches 9304m, 9308m, and 9315m (software release or greater)

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61

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

Chapter 8 Configuring Basic Features

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

Configuring VRF-lite CHAPTER

Internetwork Expert s CCNP Bootcamp. Redistribution & Layer 3 Path Control. Route Redistribution Overview

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

Chapter 12 Configuring AppleTalk

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

Chapter 7 Routing Protocols

Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview

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

Symbols. Numerics I N D E X

BGP Cost Community. Prerequisites for the BGP Cost Community Feature

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

A Commands. Send comments to

Lab Configuring Advanced EIGRP for IPv4 Features Topology

Configuring BGP. Cisco s BGP Implementation

Connecting to a Service Provider Using External BGP

Chapter 4 Lab 4-1, Redistribution Between RIP and OSPF

Section 6.2, IP Routing. Section 6.4, IP/VPN Policy. Section 6.5, IP Quality of Service. Section 6.6, The BANDIT as Firewall

BGP Address-Family (IPv4/IPv6) Configuration Mode Commands

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

Configuring Networking Protocols

Configuring IP Summary Address for RIPv2

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

Configuring IPv6 ACLs

Configuring EIGRP. Overview CHAPTER

IP Enhanced IGRP Commands

Routing Configuration Commands

Lab Configuring and Verifying Standard ACLs Topology

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

Lab Configuring and Verifying Standard IPv4 ACLs Topology

Active Inactive Deleted Static

IPv6 Routing: RIP for IPv6

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

HP 5920 & 5900 Switch Series

RIPv2. Routing Protocols and Concepts Chapter 7. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved. Cisco Public

NOTES: Software Update Notice: Mini-GBIC ports: Flash Images: SNMP: Devices Without Redundant Management:

InterAS Option B. Information About InterAS. InterAS and ASBR

Chapter 6 Reading Organizer

FiberstoreOS BGP Command Line Reference

Multi-VRF Support. Finding Feature Information. Prerequisites for Multi-VRF Support

Chapter 5 Privileged EXEC Commands

Transcription:

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 for this command to be operational. To assign a default metric of 4 to all routes imported as RIP, enter the following: HP9300(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 incoming routes received from the 207.92.0.0 network, enter the following: HP9300(config-rip-router)# deny redis 2 all 207.92.0.0 255.255.0.0 Syntax: deny redistribute <index> all ospf static address <ip-addr> <ip-mask> [match-metric <value> set-metric <value>] 9-1

Command Line Interface Reference Possible values: all ospf static ip address match-metric set-metric apply redistribution to all route types apply redistribution to OSPF routes only apply redistribution to the static route only apply redistribution to a specific network and sub-net address apply redistribution to those routes with a specific metric value; possible values are 1 15 N/A to deny redistribute command end exit filter 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. HP9300(config-rip-router)# end HP9300# Syntax: end Moves activity up one level from the current level. In this case, activity will be moved to the global level. HP9300(config-rip-router)# exit HP9300(config)# Syntax: exit Defines which IP/RIP network numbers the router 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 an IP/RIP filter, you must first enable RIP on the router 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. 9-2

RIP Commands To define filters with respect to network traffic from 192.53.41, 192.53.5.1, 192.53.6.1 and 192.53.7.1, enter the following: HP9300(config-rip-router)# filter 1 permit 192.53.4.1 255.255.255.0 HP9300(config-rip-router)# filter 2 permit 192.53.5.1 255.255.255.0 HP9300(config-rip-router)# filter 3 permit 192.53.6.1 255.255.255.0 HP9300(config-rip-router)# filter 4 deny 192.53.7.1 255.255.255.0 To enable logging on filter 1 and apply the filter to interface 1/2: HP9300(config-rip-router)# filter 1 deny any any log HP9300(config-rip-router)# int e 1/2 HP9300(config-if-e1000-1/2)# ip rip filter-g in 1 HP9300(config-if-e1000-1/2)# ip rip filter-g 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 0.0.0.0, 1 packets 00d00h00m00s:W:rip filter list 1 out V1 denied 0.0.0.0, 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 to 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. HP9300(config-rip-router)# filter-group out 1 3 6 9 Syntax: filter-group in out <1-64> [<1-64>] Possible values: 1 64 (filter index value) learn-default This feature allows a routing switch to learn and advertise default IP/RIP routes. This command can be applied on a global or interface basis. This example shows the feature enabled at the global level. HP9300(config-rip-router)# learn-default 9-3

Command Line Interface Reference Syntax: learn-default neighbor Specifies those routing switches 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: HP9300(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. permit redistribute quit 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 192.147.72.0, enter the following: HP9300(config-rip-router)# permit redis 1 all 192.147.72.0 255.255.255.0 Syntax: permit deny redistribute <filter-num> all bgp ospf static <ip-addr> <ip-mask> [match-metric<value> set-metric <value>] Possible values: 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 the static route only. The <ip-addr> <ip-mask> parameters apply redistribution to the specified network and sub-net address. The match-metric <value> parameter applies redistribution to those routes with a specific metric value; possible values are from 1 15. The set-metric <value> parameter sets the RIP metric value that will be applied to those routes imported into RIP. Returns you from any level of the CLI to the User EXEC mode. HP9300(config-rip-router)# quit HP9300> Syntax: quit 9-4

RIP Commands redistribution show 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. To enable RIP redistribution on the routing switch, enter the following within the Router RIP Level. HP9300(config-rip-router)# redistribution Syntax: redistribution Default value: disabled Displays a variety of configuration and statistical information about the switch or routing switch. See Show Commands on page 20-1. 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. To modify the default update time value to 120 seconds, enter the following: HP9300(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 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 Backup router: HP9300(config-rip-router)# use-vrrp-path Syntax: use-vrrp-path write memory Saves the running configuration into the startup-config file. HP9300(config-rip-router)# wr mem Syntax: write memory write terminal Displays the running configuration of the HP switch or routing switch on the terminal screen. NOTE: This command is equivalent to the show running-config command. 9-5

Command Line Interface Reference HP9300# wr term Syntax: write terminal 9-6