Explanation about gateway in distribute-list?

Hi All
I have a question. Anyone can give me an explanation about distribute-list? What is meaning of "gateway" ? Thank you
ip prefix-list max24 seq 5 permit 0.0.0.0/0 ge 8 le 24
 ip prefix-list allowlist seq5 permit 192.168.1.1/32
 router rip
  network 172.18.0.0
  distribute-list prefix max24 gateway allowlist in
gateway prefix-list-name
(Optional) Name of the prefix list to be applied to the gateway of the prefix being updated.

prefix-list is used generally when you want to control the routes(prefixes) that is being sent or received  to neighbors in routing protocols like RIP,EIGRP,BGP, it can also be .for route tagging etc.
In prefix list for example
a.b.c.d/x ge y le z
x bits should always match in prefix while the subnets should be <= than (le) z and >=(ge) y
10.1.0.0/16 le 24 ge 16 will have 10.1.0.0/18 but no 10.1.1.127/25.
Distribute-list to used to suppress the routes either in inbound or outbound direction. Say from other end of eigrp neighbor router you are receiving x,y,z routes, but you want only x in your RIB. So you can deny route y and z. Similarly your router is  advertising routes to its neighbor and  you want to hide some routes from them, you can do so with help of distribute-list.
Gateway keyword is used to specify the neighbor from/to you are denying/sending routes. In simple term you have two RIP neighbors you want to send route only to one particular neighbor but not other one. 

Similar Messages

  • Distribute list in Nexus 7K to allow only default route

    Hi All,
    We are about to migrate our core routers into two Nexus 7Ks with four VDCs each.
    I was planning to permit only the default route (0.0.0.0) into the building aggregation switch (Cisco 6509). I planned to use distribute-list as I have done it in IOS and I could allow it through any specific interface I want.
    Well, how do I do that in Nexus 7K? I don't see any distrubute list option. I can use prefix list, but then how do I specify the particular interface?
    Many thanks in advance.
    Mondal
    CCIE #29034

    Well, I found my own answer!
    Here is the command that goes on the Interface. I kept typing IP eigrp and hence did not get any option! Thanks for looking. You do offset-list the same way.
    ip distribute-list eigrp Test1 route-map EigrpTest in

  • How do you get Itunes to go the free radio station list, I'm not talkiing about the one that lists the price next to the song that's playing, I'm talking about the one that lists about 50 diffrent genes.

    How do you get Itunes to go to the free radio station list, I'm not talking about the one that lists the price next to the song that's playing, I'm talking about the one that gives you 50 diffrent genes to select from?

    This forum is for questions from those managing sites on iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help with this issue if you ask in the general iTunes forums.
    But answering quickly, if you mean the streaming stations, click the Internet item:
    If you don't see that item, checkmark "Internet Radio" in the General preferences in iTunes.
    Regards.

  • NDS Gateway Active Sync Listing All users on each poll

    When Sun Identity Manager 6.0 sp1 runs an active sync poll event with the NDS Resource Adapter against the Gateway the following behaviour is exhibited within both the customer environment and the Lab environment.
    The Gateway will list all the users using the Novell Client, even users who have not had their modification timestamp updated since the last poll.
    The Gateway will then return the relevant users to the Sun Identity Manager application. Using the Search Parameter modification timestamp as can be seen below.
    �<SearchParameters>
    <Map>
    <MapEntry key='modificationTimestampFilter'>
    <Long>1166504812</Long>
    </MapEntry>
    </Map>
    </SearchParameters>
    This is causing the Synchronisation process at the customer to take much longer than necessary. Every time Sun Identity Manager polls the resource all the users are listed within the gateway service.
    Can you please confirm if this is the expected behaviour? Or should the gateway only be listing users that have been updated since the last poll event.

    Their is an issue with the NDS adapter. Contact Sun support, they have an appliance that can be installed to rectify.
    Good luck.

  • I want to know what does Apple have to say to us, the consumer, about the "dirty dozen" list?

    Anybody can tell me what about the "dirty dozen" list, and our privacy using "Safari ", from Apple?

    Here is some info about it.
    http://www.thetechherald.com/article.php/201046/6428/Is-it-fair-to-judge-softwar e-based-on-reported-vulnerabilities
    Bit9 said that to qualify, an application had to have a vulnerability with a CVSS score of 7-10 reported between January 1, 2010 through October 21, 2010.
    When asked how many of the vulnerabilities in the list have been patched, Bit9 said they did not have those details. Harry Sverdlove, the CTO at Bit9 did comment that while the patched vs. unpatched data isn’t fully available, almost all of the NIST reported vulnerabilities have been patched.
    For us, the more interesting view is to look at how many of those Apple-based vulnerabilities sill exist, and how long did it take Apple to fix them.
    IBM looked at the number of reported vulnerabilities in the first half of 2010, and then graded the vendor on their patch response. According to IBM’s figures, Google, Apple, Adobe, Mozilla, and Microsoft scored well when it came to addressing issues. Very well.
    By the end of the first half of 2010, Apple and Google patched 100-percent of the high risk vulnerabilities reported. Adobe had patched 98-percent of them, while Microsoftpatched 93 percent, and Mozilla had patched 96-percent.
    So if, as the IBM report shows, the vendors are quick to patch, once again we have to ask if a high number of reported vulnerabilities means that a given vendor’s software is riddled with issues and should be avoided. The answer is no.
    Software will always have flaws. It isn’t the number of problems that matters. It is how long a vendor takes to address and fix those problems that counts. According to IBM, there have been a record number of vulnerability disclosures this year.
    At the same time, the vendors hardest hit by those disclosures, the same vendors on the Bit9’s Dirty Dozen, fixed things the fastest. So to some, it is worth the risk to use the software listed in the Dirty Dozen, as the vendors use both proactive and reactive measures when it comes to security.

  • Explanation about objects in ODI security manager

    Hi,,
    I'm looking for the document which gives the clear explanation about the objects/profiles which are in security manager of ODI.
    I want to understand first to assign those to the users.
    Any info is appreciated.
    Thanks
    K

    Yes that could be done but only for certain Objects as an example Text objects can be overriden by Induvidul apolicies. Refer URL
    http://cisco.com/en/US/products/ps6498/products_user_guide_chapter09186a00805ac23c.html#wp1199068

  • More explanation about Keyboard Events

    Someone can help me giving me more explanation about how to use Keyboard events inside a textFlow...
    Or maybe show me some example, I try to do something like detect which key is pressed in textFlow.
    I read about: keyDownHandler and manageTabKey, but I still without a clear idea...
    Can you give me a hand please...?

    To filter the keys I'd suggest subclassing ContainerController and overriding keyDownHandler.
    Another approach would be to add your own listeners to the containers and call preventDefault to cancel the event.
    manageTabKey lets you tell TLF to treat a TAB as an insert of a TAB character and to call preventDefault.  Unfortunately that doesn't always prevent the browser from also handling TAB.  Not a problem in an AIR App though.
    Hope that helps,
    rRichard

  • Brief explanation about EVS

    Hi All,
    Give me Explanation about the EVS and  wat is the use of it

    Hi,
    Extended Value Selector
    Extended Value Selector (EVS). input help is used for selecting a key/display text pair of a simple data type. Because the SVS is not suitable for displaying large value sets (more than 50, for example), Web Dynpro provides the EVS. This input help displays a popup UI with a built-in function for browsing and filtering large value sets in a table. The EVS can be displayed for every Inputfield UI element with the value property bound to a context attribute of the type simple data type (at runtime).
    Pl go through this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/391ee590-0201-0010-1c89-f1193a886421
    Regards
    Ayyapparaj

  • Where in the help is the explanation about keying sample color and

    i am looking in the 'help' for explanation about working with sample color en edges but can 't find it.
    does anyone know?
    Thanks.
    this is what i mean:

    like this?
    http://help.apple.com/finalcutpro/mac/10.0.6/#ver40b003bc

  • Please, can Apple give explanations about dropping Applescript support for Pages 13!!??? It is paramount, please do something to fix it asap!!!

    Please, can Apple give explanations about dropping Applescript support for Pages 13!!??? It is paramount, please do something to fix it asap!!!

    You might want to check your firmware version. Go to: Settings>General>About. Look at the version field, it should be: 5.0.1(9A406). If it's 9A405 you need to update the firmware by connecting your phones to iTunes and updating it. This worked for me as I work on a ship and don't have a signal inside. I was having to do your little trick many times during the day when I would go outside to check for messages.

  • Need explanation about adobe products for developers

    I need explanation about what products I need to use for developing dynamic adobe PDF forms..
    Currently I use only LiveCycle Designer ,but I in previous posts I found that I need to use additional products as Acrobat or Extension to designer.
    My question is if I need to devlop dynamic PDF form what exactly products I need that will be cover all developing issues?

    Hi,
    Covering all developer/developing issues is very broad.
    LC Designer is part of the LiveCycle suite. Which components you need from the suite will depend on your environment, your workflow, and how you want to process the data.
    More information here: http://www.adobe.com/products/livecycle/
    If you wanted to create forms and use Reader to interact with the form, then the minimum specification would be:
    LC Designer
    Adobe Reader
    However there would be restrictions in the functionality (eg you could not save the form in Reader as it would not be Reader enabled).
    If you want to Reader enabled the form in Acrobat Standard v9 or Acrobat Pro v8, then you will need Acrobat as well. This will unlock some of the features.
    If you want users with Reader to have full access to all features (as if the form was opened in Acrobat) then you will also need LC Reader Extensions ES2. You would use this to Reader enable the form before you deploy it.
    See summary here:
    Other components in the LC suite provide other functionality such as digital signatures, rights management, etc. You should talk directly with the Adobe sales rep in your geographical location.
    Good luck,
    Niall
    Assure Dynamics

  • Nexus: multiple ip distribute-list eigrp statements allowed ?

    Hi,
    I need to clarify if Nexus 7K (NX-Os 6.1(3) ) supports multiple "ip distribute-list eigrp" statements in interface configuration.
    Currently, there is already one statement to only allow default GW (0.0.0.0) routing information be sent.
    I need to allow a few more specific routes to be shared with the facing device.
    Can i have several distribute-list statements on the same interface ?
    Or it it mandatory to handle this at the ip prefix-list level with multiple allow/deny rules.
    I'm in a situation where i want to ammend the configuration without modifying existing objects or have to removed those who turned unused.
    According to Cisco general EIGRP documentation, multiple seems to be accepted.
    However, GNS3 simulator with a 7200VXR show that the new statement replaces the former one !
    Moreover, Nexus logic is often different and i didn't capture any clear statement for this in Nexus specific documentation.
    Needless to says that I have no test plateforme and no possibility to test that for the moment.
    If someone can confirm it's supported, i would appreciate.
    Thx

    Hi,
    I don't have a setup where I can try to see if this actually has the effect you're after, but you can certainly apply more than one distribute-list to an interface.
    N7K-2(config-if)# ip distribute-list eigrp DIST_LIST route-map FRED outN7K-2(config-if)# ip distribute-list eigrp DIST_LIST1 route-map FRED1 outN7K-2(config-if)# ip distribute-list eigrp DIST_LIST2 route-map FRED2 outN7K-2(config-if)# sh run int eth3/1!Command: show running-config interface Ethernet3/1!Time: Mon Feb  3 23:04:01 2014 version 5.2(1)interface Ethernet3/1  ip address 1.1.1.1/24  ip distribute-list eigrp DIST_LIST route-map FRED out  ip distribute-list eigrp DIST_LIST1 route-map FRED1 out  ip distribute-list eigrp DIST_LIST2 route-map FRED2 out  no shutdown N7K-2(config-if)#
    Regards

  • Explanation about trdir

    explanation about the relevance of data in table TRDIR

    Hi,
    kindly post your question in relevant forum...
    you may post your question here
    ABAP Development
    Regards

  • Distribute-list with ripv2 problem

    Hi All,
    I want filter even routing table but it can't work on RIP v2
    access-list 1 deny 192.168.0.0 0.0.254.255
    access-list 1 permit any
    router rip
    version 2
    distribute-list 1 out FastEthernet0/0
    no auto-summary
    It can't work.
    It can work when I change access-list from "access-list 1 deny 192.168.0.0 0.0.254.255" to "access-list 1 deny 192.168.0.0 0.0.255.255".
    But on EIGRP all ok
    P.S. ip classless is enable
    Thanks everybody

    Hi
    R2 and R3 run RIPv2
    I try the distribute-list on R3 to R2 is OK.
    But I try distribute-list out to eigrp or interface and the access-list can't work.
    If change to "access-list 1 permit 193.0.0.0 0.255.255.255" and it can work fine.
    I can't understand on R2
    "distribute-list 1 out eigrp 1
    access-list 1 permit 193.0.0.0 0.254.255.255" ==> can't work
    "distribute-list 1 out eigrp 1
    access-list 1 permit 193.0.0.0 0.255.255.255" ==> work fine
    Tks!

  • EIGRP and Distribute-list commands

    I am reviewing one of our WAN routers, on an infrastructure I have recently inherated, and noted an EIGRP configuration which doesn't make much sense to me. I'm wondering if I misunderstand the intent. The WAN router has the following EIGRP configuration:
    router eigrp 102
    variance 4
    redistribute connected
    redistribute static
    network 10.0.0.0
    network 172.1.0.0
    network 172.20.0.0
    network 172.22.0.0
    network 172.24.0.0
    network 172.25.0.0
    network 172.27.0.0
    network 172.30.0.0
    network 192.9.200.0
    network 192.9.201.0
    network 192.168.0.0
    network 192.168.2.0
    maximum-paths 2
    default-metric 64 200 255 1 1500
    distribute-list 20 out Serial3/0.41
    distribute-list 20 out Serial3/0.76
    distribute-list 20 out Serial3/0.100
    distribute-list 20 out Serial3/0.104
    distribute-list 20 out Serial3/0.106
    distribute-list 20 out Serial3/0.107
    distribute-list 20 out Serial3/0.111
    distribute-list 20 out Serial3/0.112
    distribute-list 20 out Serial3/0.113
    distribute-list 20 out Serial3/0.117
    distribute-list 20 out Serial3/0.118
    distribute-list 20 out Serial3/0.131
    distribute-list 20 out Serial3/0.170
    distribute-list 20 out Serial3/0.175
    distribute-list 20 out Serial3/0.186
    distribute-list 20 out Serial3/0.190
    distribute-list 20 out Serial3/0.191
    distribute-list 20 out Serial3/0.198
    distribute-list 20 out Serial3/0.199
    distribute-list 20 out Serial3/0.205
    distribute-list 20 out Serial3/0.210
    distribute-list 20 out Serial3/0.226
    distribute-list 20 out Serial3/0.251
    distribute-list 20 out Serial3/0.621
    distribute-list 20 out Serial3/0.629
    distribute-list 20 out Serial3/0.637
    distribute-list 20 out Serial3/0.647
    distribute-list 20 out Serial3/0.658
    distribute-list 20 out Serial3/0.663
    distribute-list 20 out Serial3/0.677
    distribute-list 20 out Serial3/0.696
    distribute-list 20 out Serial3/0.700
    distribute-list 20 out Serial3/0.719
    distribute-list 20 out Serial3/0.733
    distribute-list 20 out Serial3/0.762
    distribute-list 20 out Serial3/0.763
    distribute-list 20 out Serial3/0.771
    distribute-list 20 out Serial3/0.772
    distribute-list 20 out Serial3/0.776
    distribute-list 20 out Serial3/0.783
    distribute-list 20 out Serial3/0.801
    distribute-list 20 out Serial3/0.803
    distribute-list 20 out Serial3/0.810
    distribute-list 20 out Serial3/0.822
    distribute-list 20 out Serial3/0.830
    distribute-list 20 out Serial3/0.832
    distribute-list 20 out Serial3/0.853
    distribute-list 20 out Serial3/0.855
    distribute-list 20 out Serial3/0.880
    distribute-list 20 out Serial3/0.915
    distribute-list 20 out Serial3/0.1000
    no auto-summary
    eigrp log-neighbor-changes
    However, access list 20 is constructed as follows:
    access-list 20 permit 0.0.0.0
    access-list 20 deny any
    If you have a distribute-list statement within EIGRP but the ACL permits 0.0.0.0, does that make any incoming/outgoing updates passive in any way? The remote routers connected to the WAN have no passive/no passive configuration parameters. Only the core WAN routers do.
    Please advise.

    Marking a remote stub does not, today, restrict what routes are advertised to the stub router, they just limit the queries to the stub routers. So, you'd still need the hub side distribute list to block the routes out to the stubs. A distribute list doesn't block queries, by the way, it just limits knowledge of routing information, which impacts how far a query will go.... You should definitely make the remotes stubs to reduce the query range, in other words, even with this distribute list configured.
    At any rate, there is a feature planned for the future to make it where you could turn on an option at the stub router to make the hub router automatically filter everything but the default out.
    HTH....
    Russ

Maybe you are looking for

  • Itunes not recognizing my devices after installing 11.1.4

    As per itunes message to update to latest version, I updated to 11.1.4 on my PC. I'm running windows 8.1, 64 bit. After updating and restarting computer, itunes will not recognize any of my devices. iphone4s, ipod touch 5g, ipod touch 4g. The devices

  • NoMatchingActionMethodException error when extending class

    I have a base class (BaseProcess) that extends the PageFlowController. This class has an instance of a form: ,FSFormBean. I also have an action method that uses this form: * @jpf:action * @jpf:forward name="success" path="../hub/HubController.jpf" pu

  • E-Mail Newsletters

    I thought you could make up a newsletter in PS (Im using version CS2) and mail it. So I made it up, saved as Jpeg, edited in image ready, sliced it up, added links.... but it would only refferance the computer. next I opened an html page in Golive, d

  • Pourquoi y a-t'il des indications en chinois sur mon iPad mini

    Je viens d'acheter un iPad reconditionne et il y a des indications en chinois qui restent  et par exemple le site amazon est entièrement en chinois.

  • My iPad 4 won't pair with any of my Bluetooth devices. What's up?

    Just got my iPad 4 and I'm trying to share some things between it and my galaxy S3. My phone pairs with the pad, the pad won't pair with phone. After further investigation, the pad won't pair with my husbands iPhone 5 or our MAC. I feel like I've tri